Hi.
> newDomNode() - to get an instance of the XML as a DOM
> newInputStream() - to get it as a stream
> xmlText() - to get it as a String
> save(ContentHandler ch, LexicalHandler hl) - to run the instance through
> SAX handlers
All of these methods are quite trivial to implement with the standard
JAXB API. Just write an own utility class, it's max 50 lines.
Bye.
/lexi