Posted by Toby A Inkster on 03/19/07 16:18
Marian Steinbach wrote:
> 3) Writing XML "manually"
> like $xml .= '<tag>'.utf8_encode($value).'</tag>';
I tend to do this. Don't forget liberal use of htmlentities(). Unlike
parsing XML, outputting XML manually is very easy, and I find that most XML
output libraries fall into the "overkill" category.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
Navigation:
[Reply to this message]
|