VERSION=1.0.3
SOURCE_HASH='sha512:f8dc797e0725ac265ba7efdb104d40bde6c0ee763f2b63fad664704fd42f5294bcb8a0a3a176c23c74f061f64ecca144c639f5bcb173803f455bc24691becf15'
UPDATED=20060115
SPELL=pear-xml_fastcreate
PEAR_PACKAGE=XML_FastCreate
WEB_SITE=http://pear.php.net/package/XML_FastCreate/
LICENSE[0]=PHP
KEYWORDS="xml php"
SHORT='PEAR: Fast creation of valid XML with DTD control.'
cat << EOF
- 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 :