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
hima
Forum Newbie
Posts: 2 Joined: Tue May 27, 2003 9:29 am
Location: Ukraine, Kiev
Post
by hima » Tue May 27, 2003 9:29 am
How to read <![CDATA[]]> tag using php parser from xml extention
Stoker
Forum Regular
Posts: 782 Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:
Post
by Stoker » Tue May 27, 2003 1:49 pm
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
Post
by hima » Wed May 28, 2003 6:17 am
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.
Stoker
Forum Regular
Posts: 782 Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:
Post
by Stoker » Wed May 28, 2003 8:30 am
uhm.. could you post your code and perhaps a piece of the data being tested?