hi
does anybody know how to convert the following XML:
<elems>
<elem id=1>
<elem id=1/>
</elem>
<elem id=1>
<elem id=2/>
</elem>
<elem id=2>
<elem id=1/>
</elem>
<elem id=2>
<elem id=2/>
</elem>
</elems>
to the form
<elems>
<elem id=1>
<elem id=1/>
<elem id=2/>
</elem>
<elem id=2>
<elem id=1/>
<elem id=2/>
</elem>
</elems>
thanks Artur
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list