RE: [xsl] Simplest way to return an empty node-set

Subject: RE: [xsl] Simplest way to return an empty node-set
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 31 Dec 2001 14:31:01 -0000
> What is the simplest XPath expression that is guarenteed to 
> generate an empty node-set in an doucment? 

Try:

   @text()

or

   /..

Mike Kay

XPath 2.0 solution: ()




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


Current Thread