xml format

BlitzMax Forums/Brucey's Modules/xml format

plash(Posted 2008) [#1]
When I save an xml (using libxml, of course) the new-line characters are blocks in Notepad, but the file formats correctly when viewed in WordPad. Is this a big/little endian thing or UTF stuff?

Anyhow, how can I get it to save so its formatted correctly in Notepad? (personal preferences for editing files, I can use WordPad just as easily, I'm mostly just curious how to save it with a different new-line character)


Artemis(Posted 2008) [#2]
It's because the line-endings are written as unix-new-lines (asc 10) which notepad does not understand because windows standard is 13,10.