You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/02/20 23:43:48 UTC

DO NOT REPLY [Bug 6572] - Examining not set attribute with != gives empty list

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6572>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6572

Examining not set attribute with != gives empty list

David_Marston@lotus.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From David_Marston@lotus.com  2002-02-20 22:43 -------
That's correct behavior for XPath. Perhaps you meant
"preceding-sibling::p[not(@class) or @class!='list']"

Most of the books on XSLT explain the details of predicates/booleans.