[Home] [By Thread] [By Date] [Recent Entries]
Hi Kay,
Sorry if i am ignorant i am new to xslt my actual problem is i have an xml file like this <ROOT> <root2> <a>texta</a> <b>textb</b> <c>c one</c> <c>ctow</c> <id>1</id> </root2> <root2> <a>texta</a> <b>textb</b> <c>cs</c> <c>css</c> <id>1</id> </root2> <root2> <a>texta</a> <b>textb</b> <c>c one</c> <c>ctow</c> <id>2</id> </root2> <root2> <a>texta</a> <b>textb</b> <c>c one</c> <c>ctow</c> <id>3</id> </root2> </ROOT> i want to get an output like this <ROOT> <id idn=1> <a> appears only once for one id <b> appears only once for one id <c>c one</c> <c>ctow</c> <c>cs</c> <c>css</c> <id> what is the best way to do this From: "Michael Kay" <mhkay@xxxxxxxxxxxx> Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx> Subject: RE: Contitional statement Date: Wed, 13 Jun 2001 10:52:07 +0100
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



