Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 10866 invoked by uid 500); 8 Apr 2002 15:17:00 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 10855 invoked from network); 8 Apr 2002 15:17:00 -0000 Message-ID: <00fc01c1df10$6dde23b0$0b0a080a@renebouw> From: =?iso-8859-1?Q?Ren=E9_Bouw?= To: "cocoon-dev" Subject: lost logicsheet feature (bug? + 'fix') Date: Mon, 8 Apr 2002 17:16:54 +0200 MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-MIMETrack: Itemize by SMTP Server on DVNTLN01/SRV/DEVOTE/NL(Release 5.0.8 |June 18, 2001) at 04/08/2002 05:05:08 PM, Serialize by Router on DVNTLN01/SRV/DEVOTE/NL(Release 5.0.8 |June 18, 2001) at 04/08/2002 05:05:10 PM, Serialize complete at 04/08/2002 05:05:10 PM Content-Type: multipart/alternative; boundary="----=_NextPart_000_00F9_01C1DF21.2E2DC1B0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_00F9_01C1DF21.2E2DC1B0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Hi, I think I found a bug (and 'fixed' it), introduced in 2.0.2: I now = cannot use a root element in an xsp-page other than xsp:page. Until = 2.0.1 I could use=20 ... which was transformed by our logicsheet to=20 content of the sun:content which was then processed by the xsp logicsheet. I found that the new CocoonMarkupLanguage.java has an extra check on = line 258. I 'fixed' the problem by removing the check. The check is = probably usefull, but maybe it should only be done in case of the = sitemap language? Rene Bouw ------=_NextPart_000_00F9_01C1DF21.2E2DC1B0 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="iso-8859-1"
Hi,
 
I think I found a bug (and 'fixed' it), = introduced=20 in 2.0.2: I now cannot use a root element in an xsp-page other than=20 xsp:page. Until 2.0.1 I could use
<suncat:page>
  = <suncat:content>
 ...
  = </suncat:content>
</suncat:page>
 
which was transformed by our logicsheet = to=20
 
<xsp:page>
  <page>
    <request, session = etc=20 >
    = <content>
        =20 content of the sun:content
    = </content>
  </page>
</xsp:page>
 
which was then processed by the xsp=20 logicsheet.
 
I found that the new = CocoonMarkupLanguage.java has=20 an extra check on line 258. I 'fixed' the problem by removing the = check.=20 The check is probably usefull, but maybe it should only be done in case = of the=20 sitemap language?
 
Rene Bouw
 
------=_NextPart_000_00F9_01C1DF21.2E2DC1B0--