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=43294>. 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=43294 Summary: XPath Extractor namespace problems Product: JMeter Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Main AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] XPath Extractor unconditionally sets namespace=false in the document factory call; it should be settable in the GUI. There is also a problem resolving namespaces defined in child elements - xalan appears to only understand XPath namespaces if they are defined at the top- level. For example, xpathns1.xml defines the namespace "ns" on the first use of the ns namespace - XPath cannot handle //ns:result as the namespace is not defined. Whereas xpathns2.xml defines the namespace "ns" on the root node, and //ns:result works OK - once the document factory namespace is set true. xpathns.jmx is a test plan showing the problem (requires namespace=true) -- 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]
