Hi Chrisophe

From: "Christophe Ponsard" <[EMAIL PROTECTED]>
> - XPath support does not seem fully implemented (which I understand
>   perfectly - this is still under development). For example, using
> multiple
>   wildcards patterns such as:    /*/*[@attribute]

I should have a good extensible XPath test harness working shortly which we
should be able to use in the future for validating the behaviour of the
XPath engine.

Right now it appears the /* pattern does not work correctly - I'm working on
it and it should be fixed fairly soon. Until then if you change your path to
the following it does work:-

    /child::node()/child::node()[@attribute]

Its a lot more verbose though :-(

We should have the "/*" path working shortly.

James


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to