RE: [xsl] Which patterns will select the root node?

Subject: RE: [xsl] Which patterns will select the root node?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sun, 16 Oct 2005 17:39:18 +0100
> Btw, here is another pattern that matches root node :o)
>    <xsl:key name="mykey" match="/" use="'root'"/>
>    <xsl:template match="key('mykey', 'root')">


Nice one, I stand corrected.

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

Current Thread