D
DrewM
I have a big xml doc full of greek &encoded; characters, which I am
attempting to split up with the MSXML dom object and store chunks in a
database. (Working with ASP)
The problem I'm currently having is that as soon as I load the doc into
xmldom ("MSXML2.DOMDocument.3.0") the encoded characters get
interpreted. When they get inserted into the database they have lost
their original format.
e.g. "♂" gets inserted as "♂" when I really need it to be
preserved as "♂".
How can I stop the MSXML dom object from interpreting the characters?
Thanks
Drew
attempting to split up with the MSXML dom object and store chunks in a
database. (Working with ASP)
The problem I'm currently having is that as soon as I load the doc into
xmldom ("MSXML2.DOMDocument.3.0") the encoded characters get
interpreted. When they get inserted into the database they have lost
their original format.
e.g. "♂" gets inserted as "♂" when I really need it to be
preserved as "♂".
How can I stop the MSXML dom object from interpreting the characters?
Thanks
Drew