[Home] [By Thread] [By Date] [Recent Entries]
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?
<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
|

Cart



