Top Level :: XML

Package Information: XML_FastCreate

This package is not maintained, if you would like to take over please go to this page.
» Summary » License
Fast creation of valid XML with DTD control. PHP License
» Current Release » Bug Summary
1.0.4 (stable) was released on 2011-12-11 by doconnor (Changelog)
Easy Install

Not sure? Get more info.

pear install XML_FastCreate

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/XML_FastCreate

  • Package Maintenance Rank: 227 of 229 packages with open bugs
  • Number of open bugs: 1 (5 total bugs)
  • Average age of open bugs: 6498 days
  • Oldest open bug: 6498 days

Report a new bug to XML_FastCreate
» Description
- Easy way to make valid XML :
$x->div(
$x->h1("Example"),
$x->p("Hello"),
$x->p(array('class'=>'example'), "World !")
)

- 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 :
<news><title> Example </title></news>
=> <div class="news"><h1><span> Example </span></h1></div>
- 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
» Maintainers » More Information

Dependencies for XML_FastCreate