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 2001/11/08 22:42:57 UTC

DO NOT REPLY [Bug 4278] - axis navigation

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=4278>.
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=4278

axis navigation

mmidy@apache.org changed:

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



------- Additional Comments From mmidy@apache.org  2001-11-08 13:42 -------
Don't think there is a bug here. 
So your context node is <five>, and you first look for its parent (remember, 
this being a select pattern, you are parsing left to right) then, finding the 
parent's preceding sibling. So the parent is <four> and its preceding sibling 
is a whitespace text node, whose name, according to the XPath model is just 
blank.