G
gdevah
Hi ,
I was looking for xslt to rearrang the order of attibutes within a
node.
xml to xml translation...
<obj d="xslt" a="me" c="to" b="new"/>
<prop c="it" b="does" a="how" d="matter"/>
to
<obj a="me" b="new" c="to" d="xslt"/>
<prop a="how" b="does" c="it" d="matter"/>
Thanks alot
Devah
I was looking for xslt to rearrang the order of attibutes within a
node.
xml to xml translation...
<obj d="xslt" a="me" c="to" b="new"/>
<prop c="it" b="does" a="how" d="matter"/>
to
<obj a="me" b="new" c="to" d="xslt"/>
<prop a="how" b="does" c="it" d="matter"/>
Thanks alot
Devah