|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How to get the value of an attribute
Hi, consider the following XML/XSL pair: XML: <element attribute="foo"> bar </element> <element attribute="foo2"> bar2 </element> XSL: <xsl:template name="templ"> <xsl:param name="par"/> </xsl:template> <xsl:template match="/"> <xsl:call-template name="templ"> <xsl:with-param name="par" select="element[1]"/> </xsl:call-template> </xsl:template> Now my challenge is the following: In template name="templ" I want to retrieve the value of the attribute "attribute". I tried <xsl:value-of select="$par[@attribute]"/> but that doesn't work. I also tried various flavours using curly brackets and stuff but I don'tget it to work the way I want. Am I missing something here or am I being stupid? Any hints are appreciated. Christian Schmitt XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








