Subject: Re: [xsl] ID Generation for XML Element From: "Ramkumar.V" <ramkumar.v@xxxxxxxxx> Date: Fri, 29 Oct 2010 16:31:27 +0530 |
Hi Ramkumar,
U can also use this
<xsl:template match="sect"> <section> <xsl:attribute name="id"> <xsl:text>sec</xsl:text><xsl:number/> </xsl:attribute> <xsl:apply-templates/> </section> </xsl:template>
Thanks Praveen Chauhan
=========================================================== ***Disclaimer***
ALL INCOMING AND OUTGOING MAILS MAY BE MONITORED BY THE COMPANY. ============================================================
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] ID Generation for XML Ele, Praveen Chauhan | Thread | Re: [xsl] ID Generation for XML Ele, Ramkumar.V |
Re: [xsl] ID Generation for XML Ele, Ramkumar.V | Date | Re: [xsl] ID Generation for XML Ele, Ramkumar.V |
Month |