Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 45745 invoked from network); 14 Jan 2000 20:08:42 -0000 Received: from ausmail2.austin.ibm.com (192.35.232.11) by 63.211.145.10 with SMTP; 14 Jan 2000 20:08:42 -0000 Received: from netmail.austin.ibm.com (netmail.austin.ibm.com [9.53.250.98]) by ausmail2.austin.ibm.com (8.9.1/8.8.5) with ESMTP id NAA34676 for ; Fri, 14 Jan 2000 13:49:06 -0600 Received: from popmail.austin.ibm.com (popmail.austin.ibm.com [9.53.247.178]) by netmail.austin.ibm.com (8.8.5/8.8.5) with ESMTP id NAA26134 for ; Fri, 14 Jan 2000 13:51:59 -0600 Received: from apache.org (socks2.almaden.ibm.com [9.1.40.50]) by popmail.austin.ibm.com (AIX4.2/UCB 8.7/8.7-client1.01) with ESMTP id NAA23424 for ; Fri, 14 Jan 2000 13:51:57 -0600 (CST) Message-ID: <387F7CF8.EE6F37FB@apache.org> Date: Fri, 14 Jan 2000 11:46:00 -0800 From: Mike Pogue Organization: xml.apache.org X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: cocoon-dev@xml.apache.org Subject: Re: [Bug in Xerces] Gets confused with CDATA References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Presumably, this is embedded in some other root element, right? (CDATA sections must appear where character data occurs, which would be inside some root element). Could you send me the entire file directly, and I'll take a look at it, and I'll post it to the XERCES list. Thanks! Mike Philippe Lavoie wrote: > > Hi, > > I should probably report this to the Xerces list, but I'm not a member, so > perhaps someone > can forward this message for me. Since it might affect anyone trying to use > CDATA with Cocoon, I thought I'd let > everybody know anyway :) (reply to this e-mail if it is annopropriate to > send Xerces bugs here) > > The following code generated an error > > > > > > > > >
> A nice title > Something that gives a bit more about the intent > > > > >
> > ... The documentation goes here. > >
> ]]> > > The Error was > > The character sequence "]]>" must not appear in content unless used to mark > the end of a CDATA section. at > org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1256)