[jdom-interest] What is a jdom context?

Edelson, Justin Justin.Edelson at mtvn.com
Tue Nov 7 09:51:11 PST 2006


>Still, how do I reach any part of a jdom document using an 
>xpath without
>using jaxen?

You don't have to use Jaxen directly. The default implementation of the org.jdom.xpath.Xpath class is a façade on top of Jaxen.

If you don't want to use Jaxen for some reason, you can also use Saxon, either directly or through the JAXP Xpath API.

Justin



More information about the jdom-interest mailing list