jhm         2003/11/25 03:29:13

  Modified:    docs/manual/CoreTasks xmlproperty.html
  Log:
  Explanation of XML-layout
  
  Revision  Changes    Path
  1.6       +6 -5      ant/docs/manual/CoreTasks/xmlproperty.html
  
  Index: xmlproperty.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/xmlproperty.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- xmlproperty.html  24 Oct 2003 08:59:58 -0000      1.5
  +++ xmlproperty.html  25 Nov 2003 11:29:13 -0000      1.6
  @@ -8,7 +8,8 @@
   <h2><a name="xmlproperty">XmlProperty</a></h2>
   <h3>Description</h3>
   <p>
  -Loads property values from a well-formed xml file.  This XML property file:
  +Loads property values from a well-formed xml file. There are no other 
restrictions
  +than "well-formed". You can choose the layout you want. For example this XML 
property file:
   <pre>
     &lt;root&gt;
       &lt;properties&gt;
  @@ -95,7 +96,7 @@
       <td valign="top">Keep the xml root tag as the
                        first value in the property name.</td>
       <td valign="top" align="center">No, default is <i>true</i>.</td>
  -  </tr>  
  +  </tr>
     <tr>
       <td valign="top">validate</td>
       <td valign="top">Validate the input file (e.g. by a DTD). Otherwise the 
XML must only be well-formed.</td>
  @@ -112,7 +113,7 @@
                        See the <a href="#semanticAttributes">Semantic 
Attributes</a>
                        section for more information.</td>
       <td valign="top" align="center">No, default is <i>false</i>.</td>
  -  </tr>  
  +  </tr>
     <tr>
       <td valign="top">includeSemanticAttribute</td>
       <td valign="top">Include the semantic attribute name
  @@ -138,7 +139,7 @@
   
   <p>Here is an example xml file that does not have any semantic 
attributes.</p>
   
  -<pre> 
  +<pre>
      &lt;root-tag myattr="true"&gt;
       &lt;inner-tag someattr="val"&gt;Text&lt;/inner-tag&gt;
       &lt;a2&gt;&lt;a3&gt;&lt;a4&gt;false&lt;/a4&gt;&lt;/a3&gt;&lt;/a2&gt;
  @@ -256,4 +257,4 @@
   Reserved.</p>
   
   </body>
  -</html>
  +</html>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to