This is the mail archive of the
xsl-list@mulberrytech.com
mailing list .
applying templates to an attribute
- From: Eric Smith <Eric dot Smith at fruitcom dot com>
- To: XSL List <xsl-list at lists dot mulberrytech dot com>
- Date: Tue, 18 Dec 2001 23:40:13 +0100
- Subject: [xsl] applying templates to an attribute
- Reply-to: xsl-list at lists dot mulberrytech dot com
I find the following very useful and simple.
( BTW $output is a parameter)
xml:
John <alt executive="is creating" other="has created" another="will create"/>
a new product.
xsl:
<xsl:template match="alt">
<xsl:value-of select="@*[name()=$output]"/>
</xsl:template>
But I cannot put any markup in the content, like if I want
John <i>will</i> create a new product.
Any suggestions?
--
Eric Smith - currently using xalan and xsltproc - what a difference speed makes - and fop on linux
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list