When passing the body's output as source of the transformation, I seem to have little issue: the transformer is not knowing the URL of the source.
Any clue how to fix this ?

Thanks.

Paul

java.net.MalformedURLException: java.lang.NullPointerException
at java.net.URL.<init>(URL.java:491)
at java.net.URL.<init>(URL.java:371)
at java.net.URL.<init>(URL.java:325)
at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.startDocumentEntity(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl.setInputSource(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at com.icl.saxon.om.Builder.build(Builder.java:258)
at com.icl.saxon.PreparedStyleSheet.prepare(PreparedStyleSheet.java:113)
at com.icl.saxon.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl .java:127)
at com.icl.saxon.TransformerFactoryImpl.newTransformerHandler(TransformerFa ctoryImpl.java:579)
at org.apache.commons.jelly.tags.xml.TransformTag.doTag(TransformTag.java


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to