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 00:20 ------- Found (another form) of this bug too. The ApplyXPath example returns no results when selecting /some/node/@attribute/text() However, it does return the text nodes from a normal Node.ELEMENT_TYPE. Removing the /text() works in the ApplyXPath example; the code using the DOMSource(n) is used..