Browse Source

fixed cdata examples

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268335 13f79535-47bb-0310-9956-ffa450edef68
master
Jon Scott Stevens 24 years ago
parent
commit
3c3eeb764d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/index.html

+ 3
- 3
docs/index.html View File

@@ -4037,7 +4037,7 @@ them.</p>
<blockquote><pre>
&lt;replace dir=&quot;${src}&quot; value=&quot;wombat&quot;&gt;
&lt;include name=&quot;**/*.html&quot; /&gt;
&lt;replacetoken&gt;&lt;[CDATA[multi line
&lt;replacetoken&gt;&lt;![CDATA[multi line
token]]>&lt;/replacetoken&gt;
&lt;/replace&gt;
</pre></blockquote>
@@ -4047,9 +4047,9 @@ HTML files in the directory <code>${src}</code>.Where <em>\n</em> is
the platform specific line separator.</p>
<blockquote><pre>
&lt;replace file=&quot;${src}/index.html&quot;&gt;
&lt;replacetoken&gt;&lt;[CDATA[two line
&lt;replacetoken&gt;&lt;![CDATA[two line
token]]>&lt;/replacetoken&gt;
&lt;replacevalue&gt;&lt;[CDATA[two line
&lt;replacevalue&gt;&lt;![CDATA[two line
token]]>&lt;/replacevalue&gt;
&lt;/replace&gt;
</pre></blockquote>


Loading…
Cancel
Save