libxml

Hi,
i am using libxml library to parser a xml file.
when i parse xml file in which tags are separated by new line and try to fetch the next tag its next call gives me empty string however if i parse xml file in which tags are in single line i.e. complete xml file in one line the next call gives me next tag.

Is this the behavior of the library.
I dont know specifically, but check if libxml can support UTF8 character and/or UNIX, Mac, Windows style line endings see here http://en.wikipedia.org/wiki/Newline

else change library. I use tinyXML2
Topic archived. No new replies allowed.