Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 96688 invoked by uid 500); 25 Jan 2002 13:14:38 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 96669 invoked from network); 25 Jan 2002 13:14:37 -0000 X-Authentication-Warning: syselog.syselog.fr: mail set sender to using -f Message-ID: <00f501c1a5aa$a2c6de90$9603a8c0@syselog.fr> From: "Gilles Beaugeais" To: Subject: XT Transformer Date: Fri, 25 Jan 2002 14:14:42 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00F2_01C1A5AA.A25753E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_00F2_01C1A5AA.A25753E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hye all, I have a problem trying using the XT Transformer with Cocoon 2.0. I add following lines in default file sitemap.xmap : Cocoon returns a NullPointerException error at line 110 of=20 XTTransformer.java file. I can't use default XSL Transfomer because I use extension=20 elements prefixed with xt ( for example) inside xsl file. The xsl file is correct because I invoked xt from a command line and=20 it works. Can someone help ? ------=_NextPart_000_00F2_01C1A5AA.A25753E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
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=3D"test">
    =20 <map:generate = src=3D"test/docs/slides.xml"/>
    =20 <map:transform type=3D"xt"=20 src=3D"test/stylesheets/slides.xsl"/>
    =20 <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=20 file.
 
The xsl file is correct because I invoked xt from a command = line and=20
it works.
Can someone help ?
------=_NextPart_000_00F2_01C1A5AA.A25753E0--