Subject: RE: 'qname' is not a valid XSLT or XPath function
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 10 Jul 2003 23:42:46 +0100
|
>
> I'm new to XML, and I saw an example template that used the following:
>
> <xsl:if
> test="not(from-preceding-siblings(*[qname(.)=context().qname(.)]))">
> <h1><xsl:value-of select="qname(.)"/></h1>
> </xsl:if>
>
If memory serves me right, this is Microsoft's WD-xsl language which was
introduced in 1998 and became obsolete in 1999. It is not XSLT.
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|