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
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--