|
Subject: [xsl] Assigning serial numbers From: "Siddhi Thakkar" <siddhi.thakkar@xxxxxxxxxxxxxx> Date: Sat, 10 Apr 2010 12:07:27 +0530 |
<!--CODE START-->
<xsl:output method="html"/>
<xsl:template match="/">
<table>
<xsl:apply-templates/>
</table>
</xsl:template><xsl:template match="text()"/> <!--CODE END-->
DESIRED OUTPUT:
<table>
<tr>
<td>1</td>
<td>p5</td>
</tr>
<tr>
<td>2</td>
<td>p9</td>
</tr>
</table>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] embed Base64 content into, Suresh | Thread | RE: [xsl] Assigning serial numbers, Ramesh, Marimuthu |
| Re: [xsl] embed Base64 content into, David Carlisle | Date | RE: [xsl] Assigning serial numbers, Ramesh, Marimuthu |
| Month |