DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41253>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41253 Summary: XPathExtractor does not work with non-NodeList XPath expressions Product: JMeter Version: 2.1.2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Main AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The XPath expression supplied in the XPathExtractor will not work if it does not evaluate to a NodeList. Sometimes however, it is desirable to only select one node and apply an XPath function to it, e.g. when attempting to extract a portion a text value as in substring-before(//a/@href, ':') (which would normally resolve to the protocol of a hyperlink). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
