jon 00/12/08 22:16:55
Modified: docs index.html
Log:
fixed cdata examples
Revision Changes Path
1.170 +4 -4 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- index.html 2000/12/07 11:58:09 1.169
+++ index.html 2000/12/09 06:16:54 1.170
@@ -29,7 +29,7 @@
</ul>
<p>Version: @VERSION@</p>
-<p>$Id: index.html,v 1.169 2000/12/07 11:58:09 donaldp Exp $</p>
+<p>$Id: index.html,v 1.170 2000/12/09 06:16:54 jon Exp $</p>
<hr>
<h2>Table of Contents</h2>
@@ -4037,7 +4037,7 @@
<blockquote><pre>
<replace dir="${src}" value="wombat">
<include name="**/*.html" />
- <replacetoken><[CDATA[multi line
+ <replacetoken><![CDATA[multi line
token]]></replacetoken>
</replace>
</pre></blockquote>
@@ -4047,9 +4047,9 @@
the platform specific line separator.</p>
<blockquote><pre>
<replace file="${src}/index.html">
- <replacetoken><[CDATA[two line
+ <replacetoken><![CDATA[two line
token]]></replacetoken>
- <replacevalue><[CDATA[two line
+ <replacevalue><![CDATA[two line
token]]></replacevalue>
</replace>
</pre></blockquote>