Changing the prolog of XML document (MSXML)
Hi Gurus!
How to programmaly update the prolog of existing XML document? (using MSXML)
I have the follows in the prolog:
<?xml-stylesheet href="/style.css" type="text/css">
I want to change from "style.css" to "style2.css". What should I do?
[278 byte] By [
NYWalker] at [2007-11-18 17:11:28]

# 1 Re: Changing the prolog of XML document (MSXML)
That is the stylesheet processing instruction.
I don't use MSXML, so I can't tell what the easiest to change that, might be. You could do it using XSL. I would suggest that you refer to your MSXML documentation, and perhaps the xsl specifications at www.w3c.org
khp at 2007-11-10 3:28:24 >
