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

Problems with XPath expression //* (incorrect result and does not function after 
Templates object is serialized)





------- Additional Comments From [EMAIL PROTECTED]  2003-06-05 20:27 -------
Per XPath 2.5, //* is short for
/descendant-or-self::node()/child::*
which should be the same as
//descendant-or-self::*
(all element nodes in the tree)

But your question 1 is incomplete, since you didn't specify * vs. node().
Nevertheless, this looks like a bug.

Reply via email to