|
Subject: Re: [xsl] An easy problem From: Joerg Heinicke <joerg.heinicke@xxxxxx> Date: Tue, 30 Jul 2002 15:53:09 +0200 |
And the style sheet i am using is
<xsl:template match="form"> <do type="accept" label="submit"> <go href="@action" method="@method">
<xsl:choose>
<xsl:when test="input[@type='checkbox']">
<xsl:for-each select="input[@type='checkbox']">
<postfield name="@name" value="$@name">
</xsl:for-each>
</xsl:when>
<xsl:when test="input[@type='radio']>
<postfield name=@name" value="$@name">
</xsl:when>
</xsl:choose>
</go>
</do>
<xsl:apply-templates select="*"/>
</xsl:template>
System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| AW: [xsl] An easy problem, Thomas Bayer | Thread | [xsl] ampersands in URL as attribut, Phillip Rhodes |
| Re: [xsl] xpath - check for no cont, sascha | Date | [xsl] Leaders, Kumar V. |
| Month |