> It appears for dom4j & DOM, this works
> 
>     document( 'foo.xml' )
> 
> but this doesn't
> 
>     document( 'foo.xml' )/bar
> 
> So we can't seem to navigate from the result of a document() call. So now
> the JUnit test cases fail for each model. Should be fairly easy to fix
> though.

I'll go run the tests, but, can ya tell me in which way does it not
work?

The result of a step/filter-expr is a List, so you might need to
put the Document into a Collections.singletonList().

        -bob


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

Reply via email to