Forum: XML, XSLT and XPATH Jul 2nd, 2009 |
| Replies: 1 Views: 411 Just for those who might need the solution for this, I have it as:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes"/>
... |
Forum: XML, XSLT and XPATH Jul 2nd, 2009 |
| Replies: 1 Views: 411 Im trying to format my xslt form to a table that I have:
Horsepower-Electric Values
Revolutions Number of Disks
blank num 1 num 2 num 3
rev1 hpe1 ... |