>Here it is and I am using JDOM:

As far as I know, JDOM does not support the W3C DOM API (despite its
somewhat misleading name). I don't think we currently have any direct
support for JDOM in Xalan; you'd have to export the JDOM to DOM or SAX,
then run Xalan on that.

Someone could write a JDOMSource object, and a JDOM2DTM wrapper...

Reply via email to