> // create an X from somewhere either via > X doc = new Xdom4j( aDocument ); > > // use an empty X to start with... > X x = X.create(); > X doc = x.eval( "document('/a/b/c.xml' )" );
A variation on this idea I think would be useful would be List expressions = new ArrayList(); //add a bunch 'o xpath statements to list XMLFilter filter = x.createFilter(expressions); //use the filter with underlying library __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com _______________________________________________ Jaxen-interest mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jaxen-interest