> Hello,
> 
> I am using Jaxen-1.0-FCS and I like it. However, I have a problem with the
> XPath "following-sibling::node()". I would expect that the result of this
> expression includes Element, Text, Comment and Processing-Instruction
> nodes of the current context node. However, the result contains only
> element nodes.
> 
> I checked the source code of "FollowingSiblingAxisIterator". Its method
> "stepAhead" contains a check for 'isElement' of the next node. I think
> this is a bug because the same check within the reverse axis iterator
> "PrecedingSiblingAxisIterator" is disabled via comment.
> 
> Does one of the currently available patches fix this problem?
> 
> Many thanks,
> bye Christian.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to