Click to See Complete Forum and Search --> : how can i change the element begining with <?xsl:...>in xml?


bowlong
August 3rd, 2001, 01:28 AM
such as i have a xml file which include


Now i want to use Dom with Visual C++ to change the href="aa.xsl",then what can i do?

thanks.

Elangovan
August 6th, 2001, 04:11 AM
There is a node called "Processing Instruction", u can create one such node and add href as an attribute to it. I am not good at VC. I am using DOM only in VB. So, I can't explain u with a code. Hope my explanation clears ur doubt.

Thanks,
Elangovan O.