Quantcast
Channel: XML, System.Xml, MSXML and XmlLite forum
Viewing all articles
Browse latest Browse all 935

Change the xml processing instructions using msxml (c++)

$
0
0

Hi All,

Please help to change the xml processing instruction using msxml. c++

<?xml-stylesheet type="text/xsl" href="D:\SAMPLE.xsl"?

This  href="D:\SAMPLE.xsl" need to change to  href="D:\new.xsl"

mydummy.xml  ( input xml)

................

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="D:\SAMPLE.xsl"?>
<Data>
<Header>
</Header>
<Values
</values>
</Data>

mydummy.xml  ( expected output xml after modifying style sheet value)

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="D:\new.xsl"?>
<Data>
<Header>
</Header>
<Values
</values>
</Data>


Viewing all articles
Browse latest Browse all 935

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>