From: "Paul Libbrecht" <[EMAIL PROTECTED]> > 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 ?
Did the XML you're streaming into the <x:transform> tag contain a DOCTYPE by any chance? Any chance you could post the snipped of Jelly that was executing? I'm wondering if the xslt URL was null? James ------- http://radio.weblogs.com/0112098/ > > 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]> > __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
