You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by sh...@apache.org on 2002/07/10 20:55:50 UTC

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/transformers sourcewriting-transformer.xml

shannon     2002/07/10 11:55:50

  Modified:    src/documentation/xdocs/userdocs/transformers
                        sourcewriting-transformer.xml
  Log:
  Changed <link> elements to
  <code> elements with path info
  as content to avoid broken
  links on live site. Also
  fixed long source CDATA
  section which mangles browser
  windows
  
  Revision  Changes    Path
  1.2       +4 -3      xml-cocoon2/src/documentation/xdocs/userdocs/transformers/sourcewriting-transformer.xml
  
  Index: sourcewriting-transformer.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/transformers/sourcewriting-transformer.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sourcewriting-transformer.xml	3 Jul 2002 19:39:54 -0000	1.1
  +++ sourcewriting-transformer.xml	10 Jul 2002 18:55:49 -0000	1.2
  @@ -20,7 +20,7 @@
   				<li>Class: org.apache.cocoon.transformation.SourceWritingTransformer</li>
   				<li>Cacheable: no.</li>
   			</ul>
  -			<p>If you have built Cocoon with the ScratchPad included (using: <code>./build.sh  -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=yes webapp</code>), there are a set of <link href="../../../mount/editor/">samples</link> set up, including <link href="../../../mount/editor/tests">tests</link> and a demonstration editor, <link href="../../../mount/editor/edit/">&lt;slash-edit/&gt;</link></p>
  +			<p>If you have built Cocoon with the ScratchPad included (using: <code>./build.sh  -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=yes webapp</code>), there is a set of samples set up, including tests at <code>http://localhost:8080/cocoon/mount/editor/tests</code> and a demonstration editor at <code>http://localhost:8080/cocoon/mount/editor/edit/</code></p>
   			<note>Please beware of putting these samples on a public-facing server.</note>
   		</s1>
   		<s1 title="The Tags">
  @@ -50,7 +50,8 @@
   			<p>
   				<source>
   					<![CDATA[
  - <map:transformer name="write-source" src="org.apache.cocoon.transformation.SourceWritingTransformer">
  + <map:transformer name="write-source" 
  +    src="org.apache.cocoon.transformation.SourceWritingTransformer">
   		<map:parameter name="serializer" value="xml"/>  
    </map:transformer/>
   					]]>
  @@ -265,7 +266,7 @@
    </page>
   						]]>
   					</source>
  -					<p>This sample does not currently work, see the <link href="../../../mount/editor/tests">tests</link> in the scratchpad.</p>
  +					<p>This sample does not currently work, see the tests in the scratchpad at <code>http://localhost:8080/cocoon/mount/editor/tests</code>.</p>
   					<note>You must have built Cocoon with the scratchpad included for this link to work.</note>
   				</p>
   			</s2>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org