<xsl:attribute>

Subject: <xsl:attribute>
From: "patrick honner" <sw_pat@xxxxxxxxxxx>
Date: Tue, 01 Feb 2000 13:50:26 EST

I am having some problems using <xsl:attribute>: maybe it is simply a problem of parsers (for example, the following code works in some environments but not in others), but is there another way to build attributes into tags that might circumvent the problems I'm having?



<input type = "checkbox"> <xsl:apply-templates select = "OPTIONS"/> </input>

<xsl:template match = "OPTIONS">
    <option>
    <xsl:attribute name = "value">
         <xsl:value-of select "OPTION_NAME"/>
    </xsl:attribute>
    </option>
</xsl:template>

Thanks in advance for your thoughts-

Patrick
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread