|
Subject: Re: [xsl] Grouping into a table (for vertical alignment) From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Tue, 25 May 2004 10:55:56 -0400 |
<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>Cheers, Wendell
Hi,
I am trying to make a generic XSLT for converting XML into XHTML.
I want to put my output into a <table> for vertically aligning the 'label' and 'input' fields.
====================================================================== 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 ======================================================================
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Grouping into a table (for ve, Daniel Joshua | Thread | RE: [xsl] Grouping into a table (fo, Daniel Joshua |
| RE: [xsl] This could be simple, but, Andrew Welch | Date | Re: [xsl] This could be simple, but, Mukul Gandhi |
| Month |