Brian Trezise wrote:
This isn't critical but it would be nice to be able to directly use an
org.jdom.Document object as a source document for xml data

You could build yourself a JDomSource, which creates a SAXSource
wrapping a custom XMLReader implementation, then walks the JDom
tree and emits SAX events to the ContentHandler set to your
XMLReader implementation.
I think I've seen JDOMSource code already, google for it and/or
check the usual suspects (in particular the JBoss source).

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to