Thanks, that worked like a charm :) ~Brian
___________________________________________________ Brian Trezise Staff Software Engineer IntelliData, Inc 22288 E Princeton Dr aurora, colorado 80018 T: 720.524.4864 [EMAIL PROTECTED] -----Original Message----- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2008 1:56 AM To: [email protected] Subject: Re: Feature Request JDOM 1.1 does already contain a JDOMSource: http://www.jdom.org/docs/apidocs/org/jdom/transform/JDOMSource.html So no need to extend FOP. On 20.08.2008 23:25:15 J.Pietschmann wrote: > 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 > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
