|
Subject: Re: [xsl] Re: WML input problem From: Joerg Heinicke <joerg.heinicke@xxxxxx> Date: Fri, 12 Jul 2002 20:34:34 +0200 |
thanks Joerg
i have tried this to print text between <option> and </option>
<xsl:when test="@type='checkbox'">
<select name="{@name}" multiple="true">
<xsl:if test="@checked='checked'">
<xsl:attribute name="ivalue">1</xsl:attribute>
</xsl:if>
<option value="{@value}">
<xsl:value-of select="following-sibling::text()"/>
<form> <input/> text <input/> text </form>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: Re: [xsl] Re: WML input problem, ashu t | Thread | Re: Re: [xsl] Re: WML input problem, ashu t |
| RE: [xsl] JSP includes in XSLT, David Nelson | Date | RE: [xsl] default attribute values?, Hunsberger, Peter |
| Month |