Forum Moderators: coopster
I am using XML Parser (SAX) in PHP4.
Now Í am trying to retreive XML data, and it works fine except for one thing, I can not get a text with linebreaks to show up with those, those are gone after passing through the parser and I wanna know how I can maintain the linebreaks and other special characters in an easy way?
Thanks!