Subject: Re: [xsl] Grouping elements using XSLT From: Chad Chelius <cchelius@xxxxxxxxxxxxxxx> Date: Wed, 5 Jul 2006 14:29:38 -0400 |
Thanks Makul, That did the trick!
Please change the code to:
<xsl:template match="/author"> <authors> <xsl:for-each select="FirstName"> <author> <authorFName><xsl:value-of select="." /></authorFName> <authorLName><xsl:value-of select="following-sibling::LastName[1]" /></authorLName> </author> </xsl:for-each> </authors> </xsl:template>
Regards, Mukul
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Grouping elements using X, Mukul Gandhi | Thread | [xsl] Re: Theory question: Node tre, Phillip B Oldham |
Re: [xsl] Strip contents but keep c, Mukul Gandhi | Date | RE: [xsl] amp symbols, Wendell Piez |
Month |