Hye all,
 
I have a problem trying using the XT Transformer with Cocoon 2.0.
I add following lines in default file sitemap.xmap :
 
   <map:match pattern="test">
     <map:generate src="file://test/docs/slides.xml"/>
     <map:transform type="xt" src="file://test/stylesheets/slides.xsl"/>
     <map:serialize/>
   </map:match>
 
Cocoon returns a NullPointerException error at line 110 of
XTTransformer.java file.
 
I can't use default XSL Transfomer because I use extension
elements prefixed with xt (<xt:document> for example) inside xsl file.
 
The xsl file is correct because I invoked xt from a command line and
it works.
Can someone help ?

Reply via email to