@@ -8,7 +8,7 @@
<h2><a name="xmlproperty">XmlProperty</a></h2>
<h2><a name="xmlproperty">XmlProperty</a></h2>
<h3>Description</h3>
<h3>Description</h3>
<p>
<p>
Loads property values from a vali d xml file. This XML property file:
Loads property values from a well-forme d xml file. This XML property file:
<pre>
<pre>
<root>
<root>
<properties>
<properties>
@@ -16,7 +16,7 @@ Loads property values from a valid xml file. This XML property file:
</properties>
</properties>
</root>
</root>
</pre>
</pre>
is roughly equivalent to this j ava property file:
is roughly equivalent to this J ava property file:
<pre>
<pre>
root.properties.foo = bar
root.properties.foo = bar
</pre>
</pre>
@@ -25,7 +25,7 @@ is roughly equivalent to this java property file:
By default, this load
By default, this load
does <em>no</em> processing of the input. In particular, unlike the
does <em>no</em> processing of the input. In particular, unlike the
<a href="property.html">Property task</a>, property references
<a href="property.html">Property task</a>, property references
(i.e., ${foo}) are not resolved.
(i.e., <samp> ${foo}</samp> ) are not resolved.
<p>
<p>
<a name="semanticAttributes">
<a name="semanticAttributes">
<h3>Semantic Attributes</h3>
<h3>Semantic Attributes</h3>
@@ -98,7 +98,7 @@ is roughly equivalent to the following fragments in a build.xml file:
</tr>
</tr>
<tr>
<tr>
<td valign="top">validate</td>
<td valign="top">validate</td>
<td valign="top">Validate the input file.</td>
<td valign="top">Validate the input file (e.g. by a DTD). Otherwise the XML must only be well-formed .</td>
<td valign="top" align="center">No, default is <i>false</i>.</td>
<td valign="top" align="center">No, default is <i>false</i>.</td>
</tr>
</tr>
<tr>
<tr>
@@ -250,11 +250,10 @@ is equivalent to the following entries in a build file:
</classpath>
</classpath>
</pre>
</pre>
<hr/ >
<hr>
<p align="center">Copyright © 2002 Apache Software Foundation. All rights
<p align="center">Copyright © 2002-2003 Apache Software Foundation. All rights
Reserved.</p>
Reserved.</p>
</body>
</body>
</html>
</html>