> Hi Tobias

>
> From: "Tobias Rademacher" <[EMAIL PROTECTED]>
>
> > where are the classes DocumentResult and DocumentSource in your current
> > realse.
>
> They are both in the org.dom4j.io package, where all input & output
> related
> code lives (conversion to and from SAX events, DOM trees and text as well
> as
> XSLT / JAXP adapters).
>

Ah! Thanks a lot! You should correct it on your homepage. The sample uses
wrong
package name org.dom4j.DocumentResult and org.dom4j.DocumentSource.
Pretty cool that you support XPath. As powerfull the Collection API is, it's
ugly to do a lot of castings when you need a element name or value deep in
tree. XPath is a clever solution to achive that. Hopefully next JAXP release
will support Lightweight Object Models like your toolkit or like JDOM - both
are more comfortable as SAX and DOM.

Have a nice time.

Toby

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


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

Reply via email to