This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Checking for empty values




> -----Original Message-----
> From: Charles Cantrell [mailto:chc@ontario.com]
> Sent: Monday, July 17, 2000 2:58 PM

> <xsl:if test="not(node())">
> 
> I expect this test fails if there are comments or pi's.

Shouldn't - according to section 2.3 of the XPath specification:

  A node test node() is true for any node of any type whatsoever.

This would include comments and processing instructions...

- Kevin

Kevin Williams
XML Architect, Ultraprise Corporation

 


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]