php+xml

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hima
Forum Newbie
Posts: 2
Joined: Tue May 27, 2003 9:29 am
Location: Ukraine, Kiev

php+xml

Post by hima »

How to read <![CDATA[]]> tag using php parser from xml extention :?:
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

Doesnt it return with the normal character data event?
hima
Forum Newbie
Posts: 2
Joined: Tue May 27, 2003 9:29 am
Location: Ukraine, Kiev

to Stoker

Post 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.
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

uhm.. could you post your code and perhaps a piece of the data being tested?
Post Reply