Browse Source

remove blockquote from long examples, correct name of attribute in <matches>

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449833 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 19 years ago
parent
commit
c8b5902d5d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/manual/CoreTasks/conditions.html

+ 3
- 3
docs/manual/CoreTasks/conditions.html View File

@@ -564,11 +564,11 @@ Check for namespace support. All SAX2 parsers should have this.

Check for XML Schema support.

<blockquote><pre>
<pre>
&lt;parsersupports
property="http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation"
value="document.xsd"/&gt;
</pre></blockquote>
</pre>

Check for Xerces-specific definition of the location of the no namespace schema.

@@ -795,7 +795,7 @@ must match. <b>Since Ant 1.7</b>
<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>&lt;regexp&gt;</code> element.</td>


Loading…
Cancel
Save