[PHP] Re: Handling XML output in a slim way

2004-09-01 Thread Daniel Schierbeck
Markus Fischer wrote: Hi, up until now, when outputing XML I've been constructing the output as a continous string-soup in such ways like [...] $xml .= printf('%s', makeXmlSave($name), makexmlSave($contentOfItem)); [...] makeXmlSave() makes sure that quotes, ampersand, < and > are properly esc

[PHP] Re: Handling XML output in a slim way

2004-09-01 Thread Torsten Roehr
"Markus Fischer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > up until now, when outputing XML I've been constructing the output as a continous string-soup in such ways like > > [...] > $xml .= printf('%s', makeXmlSave($name), makexmlSave($contentOfItem)); > [...] > > makeX