Unrecognised XML Characters when parsing in Classic ASP -


Hey, I'm having problems parsing XML file,

It's every new line After an unrecognized symbol seems to be parsing classic ASP and printing the screen, then it is "?" But when I change I.e (text, "?", "LOOL") does not change in its place, then its not normal "?" I guess

How can I capture and filter this symbol?

Note that this is done in classic ASP

I think the document Encoding is probably not how you expect it to be encoded in the XML file?

For more information about encoding, see this:


Comments