Re: ZipFileSerializer After XInclude Throws NullPointerException

2007-05-31 Thread Adrien Guillon
Hi All, I had one more idea... I tried to insert a stylesheet between the xinclude transformer and the zip serializer, that just copied the xml tree... this didn't do anything either (same Null Pointer Exception)... I wonder what it could be ? AJ

Re: ZipFileSerializer After XInclude Throws NullPointerException

2007-05-31 Thread Adrien Guillon
Hi Geert! I tried the CInclude transformer... same result! The problem must be with the ZipArchiveSerializer... AJ > > Also tried cinclude transformer? > > Kind regards, > Geert > > > Drs. G.P.H. Josten > Consultant > > > > Daidalos BV > Source of Innovation > Hoekeindsehof 1-4 > 2665 JZ Bl

Re: ZipFileSerializer After XInclude Throws NullPointerException

2007-05-31 Thread Adrien Guillon
Hi Joerg, 1) This resulted in the same error when I configured the pipeline like so: 2) I changed the XInclude to this: http://apache.org/cocoon/zip-archive/1.0"; xmlns:xi="http://www.w3.org/2001/XInclu

RE: ZipFileSerializer After XInclude Throws NullPointerException

2007-05-30 Thread Geert Josten
> > Now I have two other files: > > > > simple.xml: Hello > > > > simple_xi.xml: > > > > > xmlns:zip="http://apache.org/cocoon/zip-archive/1.0"; > > xmlns:xi="http://www.w3.org/2001/XInclude"; > > name="content.xml" serializer="xml"> > > > > > Hello Adrien, > > can you try 1. to us

Re: ZipFileSerializer After XInclude Throws NullPointerException

2007-05-30 Thread Joerg Heinicke
On 30.05.2007 18:56, Adrien Guillon wrote: I'm writing some sitemap logic for handling Oasis Document Format (ODF) files. However, I've found what looks like a bug in Cocoon-2.1.10. I get a NullPointerException when the ZipFileSerializer is preceded by the XInclude transformer. I constru