For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > December 2005 > [ANNOUNCEMENT] XML_FastCreate-1.0.2 (stable) Released.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author [ANNOUNCEMENT] XML_FastCreate-1.0.2 (stable) Released.
PEAR Announce

2005-12-10, 7:11 pm

The new PEAR package XML_FastCreate-1.0.2 (stable) has been released at http://pear.php.net/.

Release notes
-------------
All XML indentations removed


Package Info
-------------
- 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


Related Links
-------------
Package home: http://pear.php.net/package/XML_FastCreate
Changelog: http://pear.php.net/package/XML_Fas.../download/1.0.2
Download: http://pear.php.net/get/XML_FastCreate-1.0.2.tgz

Authors
-------------
Guillaume Lecanu <Guillaume@lya.fr> (lead)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com