|
Subject: Re: [xsl] Outputting literal and 'quoted' tags. From: Jörg Heinicke <joerg.heinicke@xxxxxx> Date: Wed, 5 Dec 2001 19:37:47 +0100 |
Why this extended version
> <input type="checkbox" value="yes">
> <xsl:attribute name="name"><xsl:value-of
select="@id"/></xsl:attribute>
> </input>
when it does the same like Emilianos
<input type="checkbox" value="yes" name="{@id}"/>
?
This is correct XSL!
Regards,
Joerg
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Outputting literal and 'q, Stuart Celarier | Thread | RE: [xsl] Outputting literal and 'q, Stuart Celarier |
| Re: [xsl] literal result element as, Jeni Tennison | Date | Re: [xsl] Outputting literal and 'q, Emiliano |
| Month |