createProcessingInstruction

S

Shawn

Hi.
I'm using XMLDOM to write xml to the browser, but it won't display the
encoding I've specified.
This is the code I'm using:

Set objPI = xmlDoc.createProcessingInstruction("xml", "version='1.0'
encoding='iso-8859-1'")
xmlDoc.insertBefore objPI, xmlDoc.childNodes(0)

If I save it to an xml file then it displays the encoding, but when I use
Response.Write(xmlDoc.xml) it only shows <?xml version="1.0" ?>. Can
someone tell me why?

Thanks,
Shawn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top