[xsl] id() pattern

Subject: [xsl] id() pattern
From: Kevin.Gutch@xxxxxxxxxxx
Date: Fri, 28 Mar 2003 10:37:15 -0500
I can get the following pattern to match fine.

id('test')


However, if I then try to do either of the following I get nothing. Am I
doing something incorrect?

<xsl:attribute name="path"><xsl:value-of select="id('test')/xx"/></
xsl:attribute>

<xsl:attribute name="path"><xsl:value-of select="id('test')/xx/@yyy"/></
xsl:attribute>


Any help is greatly appreciated.

Thanks





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


Current Thread