Re: [dom4j-dev] Transformation Problem

2001-06-18 Thread James Strachan
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

[dom4j-dev] Transformation Problem

2001-06-16 Thread Lodhi, arsalan
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