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=8894>. 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=8894 Some XPathAPI methods have problems. ------- Additional Comments From [EMAIL PROTECTED] 2002-05-15 12:54 ------- The latest addendum actually appears to be correct behavior. text() selects text nodes. In the XPath data model, unlike the DOM, attribute nodes carry their value directly; they do not have text nodes as children. But we should check the other example.
