|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Naming the Column head based on a particular Node
something like <thead> <tr> <xsl:for-each select="desc"> <td colspan="2"><xsl:value-of select="."/></td> </xsl:for-each> </tr> <tr> <xsl:for-each select="desc"> <td>qty</td><td>rate</td> </xsl:for-each> </tr> </thead> <tbody> <xsl:for-each select="desc"> <td><xsl:value-of select="following-sibling::qty[1]</td> <td><xsl:value-of select="following-sibling::rate[1]</td> </xsl:for-each> </tr> </tbody>
|
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








