|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Table type output in text fromat in a xml file
Hi, Rasha:
If you just want to output it as a HTML table, you can create a table that shapes like what you described. <table>
<tr>
<td>Name</td>
<td>Result</td>
<td>Comment</td>
</tr>
<xsl:for-each select="test/textcase">
<tr>
<td><xsl:value-of select="./@name"/></td>
<td><xsl:value-of select="./@result"/></td>
<td><xsl:value-of select="./@comment"/></td>
</tr>
</xsl:for-each>
</table>Give it a shot. Good luck! Alice Wei MIS 2008 School of Library and Information Science Indiana University Bloomington ajwei@xxxxxxxxxxx 812-856-2659 Quoting rasha dwidar <rasha_dwidar@xxxxxxxxx>: Hi All,
|
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








