Return-Path: Mailing-List: contact general-help@xml.apache.org; run by ezmlm Delivered-To: mailing list general@xml.apache.org Received: (qmail 61959 invoked from network); 2 May 2000 17:38:41 -0000 Received: from lotus2.lotus.com (192.233.136.8) by locus.apache.org with SMTP; 2 May 2000 17:38:41 -0000 Received: from internet2.lotus.com (internet2 [9.95.4.236]) by lotus2.lotus.com (8.9.3/8.9.3) with ESMTP id NAA15735 for ; Tue, 2 May 2000 13:37:35 -0400 (EDT) Received: from a3mail.lotus.com (A3MAIL.lotus.com [9.95.5.66]) by internet2.lotus.com (8.9.3/8.9.3) with ESMTP id NAA15114 for ; Tue, 2 May 2000 13:38:11 -0400 (EDT) Subject: Re: Disable Output Escaping? To: general@xml.apache.org X-Mailer: Lotus Notes Release 5.0.1 July 16, 1999 Message-ID: From: "Scott Boag/CAM/Lotus" Date: Tue, 2 May 2000 13:37:35 -0400 X-MIMETrack: Serialize by Router on A3MAIL/CAM/H/Lotus(Build V504_04122000 |April 12, 2000) at 05/02/2000 01:40:02 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N If you're working in Cocoon, or with the Xerces serializers, or with DOM ouput, I don't think disable-output-escaping will work. This will be fixed with Cocoon 2 and further integration with the Xerces serializers in Xalan 1.1.x. -scott Rob Wygand cc: (bcc: Scott Boag/CAM/Lotus) Sent by: Subject: Re: Disable Output Escaping? rob@minas-anor. wygand.com 05/02/2000 01:07 PM Please respond to general "Thomas B. Passin" wrote: > > First of all, the CDATA section in your example is not well-formed. Of > course, maybe your actual xml source is different. > > Your posting said: > > 123]]> > > > The correct syntax is > > 123]]> > Yes, this was my typo (curse my metal body!). My CDATA section is, in fact, well formed, but the still does not work. Again, I've tried both CDATA children of body (which looks like 123]]>) and text children (which look like <b>123</b>). Logicially, I'd expect the 1st case to output '<', and according the the spec, the 2nd case should also generate '<'. rjw --------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: general-unsubscribe@xml.apache.org For additional commands, e-mail: general-help@xml.apache.org