David Peterson wrote:

> think of the 'xmlns(x=http://example.com/foo)' and
> 'xmlns(y=http://example.org/bar)' statements basically equating to the
> 'xpath.addNamespace("x", "http://example.com/bar";)' statements if you
> were writing it out in Java using Jaxen.
>
> Does that help?

Ahh I get it, so basically pulling in a new document requires almost a new namespace
stack of it's own for the incoming elements.  Currently Im only thinking of linking in
terms of returning only strings and text values of elements and not element lists
themselves, so that makes sense.  Thanks.

- Jon


_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to