[xsl] creating name value pairs

Subject: [xsl] creating name value pairs
From: "kotes mogili" <xsltlist@xxxxxxxxx>
Date: Wed, 7 Nov 2007 18:45:23 -0500
Hi,

Can any body suggest how to transform the following xml to xml
transformation. Node elements can increase dynamically.

<Object>

<Node name="a" value="1"/>
<Node name="b" value="2"/>

</Object>

to

<Object1>

<Node1> a=1^b=2</Node1>
</Object1>

Thanks
Venkat

Current Thread