[xsl] MS XML DOM question...

Subject: [xsl] MS XML DOM question...
From: "Casadome, Francisco Javier" <Francisco.Casadome@xxxxxxxxxxxxxx>
Date: Mon, 5 Nov 2001 20:21:18 +0100
Hi all,

I don't know if this is the right place to ask this question
but I'm desperate :(
I need to rename a node and add it an attribute using DOM.
I have the following XML:

<HTML>
	<HEAD> ... </HEAD>
	<BODY> ... </BODY>
</HTML>

and I want to get:

<HTML>
	<HEAD> ... </HEAD>
	<Section Title="title"> ... </Section>
</HTML>

Is there a way to achieve this using MS DOM ?

Thanks in advance,
Frank.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread