Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 91153 invoked from network); 22 Jun 2004 19:08:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Jun 2004 19:08:05 -0000 Received: (qmail 13413 invoked by uid 500); 22 Jun 2004 18:46:06 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 12649 invoked by uid 500); 22 Jun 2004 18:45:45 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 12087 invoked by uid 99); 22 Jun 2004 18:45:11 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received: from [199.88.205.4] (HELO mailserver.basistech.com) (199.88.205.4) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 22 Jun 2004 11:45:10 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Bizarre parse error Date: Tue, 22 Jun 2004 14:44:42 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Bizarre parse error Thread-Index: AcRYiHdYeegM/0z3TjeLC3A07TJ9GQAABMDA From: "Benson Margulies" To: "Tomcat Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Here's what I've seen. The TRaX API, as implemented by xalan, has a thing called javax.xml.transform.stream.StreamResult. The xalan implementation of this looks at the type of the object passed in to decide what sort of character handling is desired. When you pass in a JspWriter, it gets confused, because JspWriter is not one of the fixed set of classes that were wired into the xalan source as of the time I read the xalan source. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org