Re: Latest CVS : CDATA in replaceData()
Brought to you by:
bs_php,
nigelswinson
From: Nigel S. <nig...@us...> - 2002-01-18 18:41:57
|
> With latest CVS is there a way (a setting switch) to get > > <tag><![CDATA[ content ]]></tag> > > instead of > > <tag>content </tag> > > When doing : > > $xPath->replaceData($path,$content); > > The reason is that I'm French and not only we eat frogs but we use a lot of > extended characters Again, a known issue, planned to be improved upon in the future, to be honest I'm not sure how we currently deal with CDATA, just that it is inadequate. :o) Nigel =========================== For the most recent version of Php.XPath, V2.x, and an archive of this list visit: http://www.sourceforge.net/projects/phpxpath |