[jdom-interest] problems applying XSL transform to JDOM

Thomas Scheffler thomas.scheffler at uni-jena.de
Mon Aug 14 23:08:11 PDT 2006


Am Dienstag, 15. August 2006 00:22 schrieb wkrick at eio-online.com:
> I'm using JDOM 1.0 with Java 1.4.2.
>
> I'm trying to use the method shown here to apply an XSL transform to
> my JDOM document...
>
> http://www-128.ibm.com/developerworks/java/library/x-tipjdom.html

I just looked over it a bit. Basically you would rather use JdomSource instead 
of StreamSource. All that piped sources are also not needed. They are the 
source of your hang and should be used in different threads only.

regards

Thomas


More information about the jdom-interest mailing list