David Peterson wrote:

> I've actually been working on an extension of Jaxen's XPath
> implementation to implement XPointer. This is partly where I'm coming

Can you explain or show a little on how this would work?  Ive been trying to
implement something very basic to connect 2 XML docs together, but after reading
the link u sent me, it looks like alot has to be taken into consideration.

<link xlink:href="http://www.server.com/file.xml#xmlns(x=http://example.com/foo)
xmlns(y=http://example.org/bar)xpointer(//x:a/y:a)"/>

Does that look right?  Seems confusing.  Ive just been doing something where
ElementHandler for dom4j pulls in a doc over the network and performs the handler
while it's coming in.  Im trying to think why there is namespace declaration
inside the attributes ...

Thanks for ur insight in this matter.

- Jon


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

Reply via email to