<?xml version="1.0" encoding="UTF-8" ?>
<p xmlns="http://pear.php.net/dtd/rest.package"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"    xsi:schemaLocation="http://pear.php.net/dtd/rest.package    http://pear.php.net/dtd/rest.package.xsd">
 <n>XML_FastCreate</n>
 <c>pear.php.net</c>
 <ca xlink:href="/rest/c/XML">XML</ca>
 <l>PHP License</l>
 <s>Fast creation of valid XML with DTD control.</s>
 <d>- Easy way to make valid XML :
     $x-&amp;amp;gt;div(
         $x-&amp;amp;gt;h1(&amp;amp;quot;Example&amp;amp;quot;),
         $x-&amp;amp;gt;p(&amp;amp;quot;Hello&amp;amp;quot;),
         $x-&amp;amp;gt;p(array('class'=&amp;amp;gt;'example'), &amp;amp;quot;World !&amp;amp;quot;)
     )
     
- Option to report DTD errors in your XML :
  Use internal tool or external program [ Require XML_DTD package ]
- Use output driver of your choice :
  Text : return string
  XML_Tree : return XML_Tree object [ Require XML_Tree package ]
- Translate option to quickly transform tags by anothers :
   ex: Convert your XML to XHTML : 
          &amp;amp;lt;news&amp;amp;gt;&amp;amp;lt;title&amp;amp;gt; Example &amp;amp;lt;/title&amp;amp;gt;&amp;amp;lt;/news&amp;amp;gt;
      =&amp;amp;gt;  &amp;amp;lt;div class=&amp;amp;quot;news&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;span&amp;amp;gt; Example &amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/h1&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt;
- Include a PHP program to quickly transform HTML to FastCreate syntax.
  [ Require XML_HTMLSax package ]
- See examples for more informations :
  http://lya.fr/pear/XML_FastCreate/tests/
- French Tutorial :
  http://wiki.lya.fr/doku.php?id=pear_xml_fastcreate</d>
 <r xlink:href="/rest/r/xml_fastcreate"/>
</p>