Author: peterreilly
Date: Mon Sep 25 15:06:09 2006
New Revision: 449833
URL: http://svn.apache.org/viewvc?view=rev&rev=449833
Log:
remove blockquote from long examples, correct name of attribute in <matches>
Modified:
ant/core/trunk/docs/manual/CoreTasks/conditions.html
Modified: ant/core/trunk/docs/manual/CoreTasks/conditions.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/conditions.html?view=diff&rev=449833&r1=449832&r2=449833
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/conditions.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/conditions.html Mon Sep 25 15:06:09
2006
@@ -564,11 +564,11 @@
Check for XML Schema support.
-<blockquote><pre>
+<pre>
<parsersupports
property="http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation"
value="document.xsd"/>
-</pre></blockquote>
+</pre>
Check for Xerces-specific definition of the location of the no namespace
schema.
@@ -795,7 +795,7 @@
<td valign="top" align="center">Yes</td>
</tr>
<tr>
- <td valign="top">match</td>
+ <td valign="top">pattern</td>
<td valign="top">The regular expression pattern used to test.</td>
<td valign="top" align="center">Yes, unless there is a nested
<code><regexp></code> element.</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]