Package : php-pear-XML_FastCreate > RPM : php-pear-XML_FastCreate-1.0.4-6.mga6.noarch.rpm

Basic items

Install
Name php-pear-XML_FastCreate
Version 1.0.4
Release 6.mga6
URL http://pear.php.net/package/XML_FastCreate
Group Development/PHP
Summary Fast creation of valid XML with DTD control
Size 267KB
Arch noarch
License PHP License

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

Media information

Distribution release Mageia 6
Media name core-release
Media arch i586

Advanced items

Source RPM php-pear-XML_FastCreate-1.0.4-6.mga6.src.rpm
Build time 2016-02-08 17:20:07
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie