oblem.
I've added a JUnit test case (org.dom4j.TestXSLT)
to ensure that performing XSLT on a Document doesn't break again
(hopefully).
James
- Original Message -
From:
Lodhi,
arsalan
To: [EMAIL PROTECTED]
Sent: Sunday, June 17, 2001 5:08 AM
Subj
Hi folks,
I've gone through the archive and I found this problem that i am gettng but I couldnt find a solution for that.
My Problem is that when I tranform using dom4j API
using
DocumentSource source = new DocumentSource(document);
DocumentResult result = new DocumentResult ( );
translate.t