Re: [PHP] xmdom clone(true) CDATA + html(?) encoding

2005-07-06 Thread ChaosMedia WebDev
Richard Lynch wrote: In my limited XML experience... I have found that firing up the fancy XML parsers and tree-walkers and XML-writers and all that stuff, pretty much entailed a *LOT* more work than just hacking the file directly, and stuffing in the XML text that need to be there, or

Re: [PHP] xmdom clone(true) CDATA + html(?) encoding

2005-07-06 Thread Richard Lynch
On Wed, July 6, 2005 1:38 am, ChaosMedia WebDev said: Richard Lynch wrote: In my limited XML experience... I have found that firing up the fancy XML parsers and tree-walkers and XML-writers and all that stuff, pretty much entailed a *LOT* more work than just hacking the file directly, and

[PHP] xmdom clone(true) CDATA + html(?) encoding

2005-07-05 Thread ChaosMedia WebDev
lo all, don't really know if it's the correct list to post to but didn't see any xml lists besides the dev one, so don't hesitate to tell me where i should post if i was wrong.. i'm no php coder so my experience is quite thin, if you have an answer to my prob please keep that in mind ;) i'm

Re: [PHP] xmdom clone(true) CDATA + html(?) encoding

2005-07-05 Thread Richard Lynch
On Tue, July 5, 2005 7:18 am, ChaosMedia WebDev said: ?xml version=1.0? roottype4id82![CDATA[Interview David Martinez - Concepteur DVD HK Vidéo]]/id82/type4/root In my limited XML experience... I have found that firing up the fancy XML parsers and tree-walkers and XML-writers and all that