bodewig     2003/03/14 04:03:51

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Add pointer to XInclude.
  
  Submitted by: Mario Jeckle <mario at jeckle dot de>
  
  Revision  Changes    Path
  1.95      +57 -0     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- external.html     11 Mar 2003 13:51:33 -0000      1.94
  +++ external.html     14 Mar 2003 12:03:51 -0000      1.95
  @@ -2706,6 +2706,63 @@
         </tr>
           </table>
                                                       <br/>
  +      <a name="XInclude"></a>
  +      <table border="0" cellspacing="0" cellpadding="2" width="100%">
  +        <tr><td bgcolor="#4C6C8F">
  +          <font color="#ffffff" face="arial,helvetica,sanserif">
  +            <strong>XInclude</strong>
  +          </font>
  +        </td></tr>
  +      </table>
  +                        <p><a 
href="http://www.jeckle.de/freeStuff/xia/index.html";>XInclude</a> is
  +          a W3C standardized vocabulary for including arbitrary text or XML
  +          documents in other XML documents. This task perfomes the inclusion
  +          using an existing XInclude implementation</p>
  +                                  <table class="ForrestTable" 
cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Compatibility:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Ant 1.5.2
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          URL:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          
  +              <a 
href="http://www.jeckle.de/freeStuff/xia/index.html";>http://www.jeckle.de/freeStuff/xia/index.html</a>
  +            
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Contact:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Lesser GNU Public License
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <br/>
         <a name="XmlTask"></a>
         <table border="0" cellspacing="0" cellpadding="2" width="100%">
           <tr><td bgcolor="#4C6C8F">
  
  
  
  1.72      +29 -1     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- external.xml      11 Mar 2003 13:51:33 -0000      1.71
  +++ external.xml      14 Mar 2003 12:03:51 -0000      1.72
  @@ -1277,8 +1277,36 @@
           </table>
         </subsection>
         
  -     <subsection name="XmlTask">
  +      <subsection name="XInclude">
  +        <p><a 
href="http://www.jeckle.de/freeStuff/xia/index.html";>XInclude</a> is
  +          a W3C standardized vocabulary for including arbitrary text or XML
  +          documents in other XML documents. This task perfomes the inclusion
  +          using an existing XInclude implementation</p>
   
  +        <table>
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.5.2</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td>
  +              <a 
href="http://www.jeckle.de/freeStuff/xia/index.html";>http://www.jeckle.de/freeStuff/xia/index.html</a>
  +            </td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Lesser GNU Public License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
  +      <subsection name="XmlTask">
  +        
           <p>XmlTask provides a simple means to modify XML documents
           without having to learn XSLT. A simple path reference to an
           XML node specifies the node you want to change, and how you
  
  
  

Reply via email to