Hi Arsalan
 
What version of dom4j are you using? It seems a few people have hit this problem recently (its been mentioned a bit on the dom4j-user list) but I think its fixed in the current daily build (or CVS image). If so then we'll do a 0.5 release really soon now to fix your problem.
 
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 -----
Sent: Sunday, June 17, 2001 5:08 AM
Subject: [dom4j-dev] Transformation Problem

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.transform ( source , result ) ;  < ---------    Creates a Nullpointer Exception
 
any Idea for this error
 
I appreciate
arsalan
 
 


Get your FREE download of MSN Explorer at http://explorer.msn.com

_______________________________________________ dom4j-dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to