On Sun, 19 Aug 2001, David Megginson wrote:

> James Strachan writes:
> 
>  > It appears for dom4j & DOM, this works
>  > 
>  >     document( 'foo.xml' )
> 
> I'd be surprised if it did -- that's an XSLT extension, not part of
> the core XPath spec, and I don't remember anything in the navigator
> that allows a callback to build a new object tree (I'll look to see
> if there's a factory interface lurking around somewhere).

we added 

        Object getDocument(String url);

Right not part of core XPath functions, but darn useful.

> What is your target for Jaxen -- are you including all of the XPointer
> and XSLT extensions as well?  That will be tricky, since every user
> may have a different way of building object trees (from the Web, from
> a database, etc.).

XPath + random useful extensions.  Not full XSLT/XPointer stuff (yet).

        -bob


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

Reply via email to