[Home] [By Thread] [By Date] [Recent Entries]
> I'm using the XPath expression "//*[count(*)=0]" to locate > all "endpoint" nodes. > > Is there any other way to achieve this, an alternative syntax? You can always replace "count(X)=0" by "not(X)", and it'd probably more efficient. So in this case, "//*[not(*)]" Mike Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



