Hi there,
I'm trying to load data into my XMLDocument using javascript. The data can contain umlauts.
The data comes via an ASP page and is parsed through a stylesheet.
When I have my string of data and perform
oXMLAll.XMLDocument.loadXML(myData) the resulting oXMLAll.XMLDocument.xml is empty.
When I remove the umlauts from my data, the data is successfully loaded into the XMLDocument.
Do I need to set encoding on the XMLDocument? If so how do I do this?
Thank you.
I'm trying to load data into my XMLDocument using javascript. The data can contain umlauts.
The data comes via an ASP page and is parsed through a stylesheet.
When I have my string of data and perform
oXMLAll.XMLDocument.loadXML(myData) the resulting oXMLAll.XMLDocument.xml is empty.
When I remove the umlauts from my data, the data is successfully loaded into the XMLDocument.
Do I need to set encoding on the XMLDocument? If so how do I do this?
Thank you.