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=14185>. 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=14185 XPathAPI.selectNodeList() fails for 'contains()' attribute expression ------- Additional Comments From [EMAIL PROTECTED] 2003-02-20 16:49 ------- Also has same behavior in XPathAPI.selectNodeIterator() when searching elements. My example xml is: <?xml version="1.0"?> <doc> <records> <record>Black and Blue</record> <record>Orange and Red</record> <record>Green and Brown</record> </records> </doc> My XPath expression: //*[contains(record, "Red")] I ran this in the ApplyXPath sample.
