|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Grouping into a table (for vertical alignment)
Daniel,
Is your problem harder than <xsl:template match="input">
<table>
<tr>
<td>
<xsl:apply-templates select="label"/>
</td>
<td>
<input>
<xsl:attribute name="type">
<xsl:text>text</xsl:text>
</xsl:attribute> <xsl:for-each select="name | value | class">
<xsl:attribute name="{name()}">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:for-each>
</input>
</td>
</tr>
</table>
</xsl:template>? If so, could you be more specific as to what results you want to get? Cheers, Wendell At 09:11 AM 5/24/2004, you wrote: Hi, ====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
|
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








