<code>endtoken</code> attributes to define what to match.</p>
<p>Filtersets are used for doing
replacements in tasks such as <code><copy></code>, etc.</p>
<p>Nested filters are possible and a message will be given in case a value in a filter chain is called for a second time and thus causing an infinite loop. The originating token will be passed back when an infinite loop occurs.
<H2>Filterset</H2>
@@ -33,14 +32,14 @@ replacements in tasks such as <code><copy></code>, etc.</p>
<TR>
<TD vAlign=top>begintoken</TD>
<TD vAlign=top>The string marking the beginning of a token (eg.,
<code>@date@</code>).</TD>
<code>@DATE@</code>).</TD>
<TD vAlign=top>@</TD>
<TD vAlign=top align="center">No</TD>
</TR>
<TR>
<TD vAlign=top>endtoken</TD>
<TD vAlign=top>The string marking the end of a token (eg.,
<code>@date@</code>).</TD>
<code>@DATE@</code>).</TD>
<TD vAlign=top>@</TD>
<TD vAlign=top align="center">No</TD>
</TR>
@@ -55,7 +54,7 @@ replacements in tasks such as <code><copy></code>, etc.</p>
</TR>
<TR>
<TD vAlign=top>token</TD>
<TD vAlign=top>The token to replace (eg., <code>@date@</code>)</TD>
<TD vAlign=top>The token to replace (eg., <code>@DATE@</code>)</TD>
<TD vAlign=top align="center">Yes</TD>
</TR>
<TR>
@@ -85,22 +84,22 @@ replacements in tasks such as <code><copy></code>, etc.</p>
<p>You are copying the <code>version.txt</code> file to the <code>dist</code>
directory from the <code>build</code> directory
but wish to replace the token <code>@date@</code> with today's date.</p>
but wish to replace the token <code>@DATE@</code> with today's date.</p>