i'm looking to use storeXpath to pull a value from an xml document for
later usage.  the xml document resembles:

<foo>
  <bar:a xmlns:bar="http://localhost";>ONE</bar:a>
  <bar:b xmlns:bar="http://localhost";>TWO</bar:b>

</foo>

I'm trying to get the value of the bar:a node, but the error message I
get says:

[storeXPath] org.apache.xpath.domapi.XPathStylesheetDOM3Exception:
Prefix must resolve to a namespace: bar

Any help would be appreciated.

thanks,
-mark-
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to