Re: [xsl] XPath / NOT NULL

Subject: Re: [xsl] XPath / NOT NULL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 17 Feb 2006 21:55:07 GMT
XPath does not have NULL values. I'm not sure if you mean that the text
content of the element is not "NULL" or if you mean it is not empty.
Assuming the latter, something like
//office:body/office:text/text:p[node()]
returns all text:p elements that have child nodes.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread