|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: FW: Alpha list(label) generarion in XSL
Thanks Pankaj chaturvedi, the below your code is working fine. Regards, Ramkumar -----Original Message----- From: Pankaj Chaturvedi [mailto:pankaj.chaturvedi@xxxxxxxxx] Sent: Tuesday, July 08, 2008 12:43 PM To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: RE: FW: Alpha list(label) generarion in XSL Ramkumar wrote: <orderedlist numeration="lc-alpha"> <item><para>Explain the concept of I.</para></item> <item><para>Explain the concept of II.</para></item> <item><para>Explain the concept of II.</para></item> </orderedlist> Try this: ========= <xsl:template match="orderedlist[@numeration='lc-alpha']/item"> <xsl:copy> <label><xsl:number format="a"/></label> </xsl:copy> <xsl:apply-templates/> </xsl:template> <xsl:template match="orderedlist[@numeration='lc-alpha']"> <xsl:element name="page.list"> <xsl:apply-templates/> </xsl:element> </xsl:template> Best, Pankaj chaturvedi Confidentiality Notice:" This message and any attachment(s) contained here are information that is confidential, proprietary to IDS Infotech Ltd. and its customers. Contents may be privileged or otherwise protected by law. The information is solely intended for the individual or the entity it is addressed to. If you are not the intended recipient of this message, you are not authorized to read, forward, print, retain, copy or disseminate this message or any part of it. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete it from your computer."
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








