RE: [xsl] axis test for namespace nodes

Subject: RE: [xsl] axis test for namespace nodes
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 16 Nov 2009 00:16:13 -0000
> I'm looking for an axis test for namespace nodes, similar to
> self::document-node() or self::processing-instruction().
> 

As an axis step, use self::namespace::node()

But note that there's no corresponding match pattern.

Regards,

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

Current Thread