Howdy,

I'm having a problem with using dom4j with xsl transformations.. I've
created a document programatically, and then pretty much used the xsl
example in "quick start" as is.  When I call
transformer.transform(source, result), I keep getting a
NullPointerException at line 311 in SAXContentHandler, ie the line that
says..

document.setName( inputSource.getSystemId() );

so it would seem my inputSource is null...

Any ideas??

Cheers
Andrew


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

Reply via email to