Page 1 of 1

php+xml

Posted: Tue May 27, 2003 9:29 am
by hima
How to read <![CDATA[]]> tag using php parser from xml extention :?:

Posted: Tue May 27, 2003 1:49 pm
by Stoker
Doesnt it return with the normal character data event?

to Stoker

Posted: Wed May 28, 2003 6:17 am
by hima
When I'm trying to read CDATA parser reads only the last line placed in this tag.
How to read all text placed in CDATA.

Posted: Wed May 28, 2003 8:30 am
by Stoker
uhm.. could you post your code and perhaps a piece of the data being tested?