xsl-list
[Top] [All Lists]

RE: [xsl] Getting the value of an attribute

2008-09-29 11:46:49
Why does this stylesheet (fragment):

                    <xsl:value-of
select="Exception/additionalInfo/info[(_at_)name='AppDomainName']/@name"/>
                </xsl:attribute>

not give me the value of the AppDomainName attribute 

because you asked for its @name, not for its @value.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>