[From nobody Fri Aug 6 17:06:57 2004 Return-Path: <edwingo@sun.com> Delivered-To: jhunter@collab.net Received: (qmail 12800 invoked by uid 0); 25 Sep 2001 02:29:12 -0000 Received: from mail.acm.org (199.222.69.4) by laswell.sp.collab.net with SMTP; 25 Sep 2001 02:29:12 -0000 Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1]) by mail.acm.org (8.9.3/8.9.3) with ESMTP id WAA375202 for <jhunter@acm.org>; Mon, 24 Sep 2001 22:29:04 -0400 Received: from ha1sca-mail1.SFBay.Sun.COM ([129.145.155.52]) by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id SAA08825 for <jhunter@acm.org>; Mon, 24 Sep 2001 18:49:35 -0700 (PDT) Received: from sun.com (d-usca14-133-173.SFBay.Sun.COM [129.145.133.173]) by ha1sca-mail1.SFBay.Sun.COM (8.10.2+Sun/8.10.2/ENSMAIL, v2.1p1) with ESMTP id f8P1nZ300563 for <jhunter@acm.org>; Mon, 24 Sep 2001 18:49:35 -0700 (PDT) Message-ID: <3BAFE2C3.71840854@sun.com> Date: Mon, 24 Sep 2001 18:49:55 -0700 From: Edwin Goei <edwingo@sun.com> X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Jason Hunter <jhunter@acm.org> Subject: Re: [Fwd: [jdom-interest] Crimson bug] References: <3B99473E.B09448FF@acm.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mozilla-Status2: 00000000 Jason Hunter wrote: > > Here's another bug, while we're at it. :-) > > -jh- > > ------------------------------------------------------------------------ > > Subject: [jdom-interest] Crimson bug > Date: Sat, 01 Sep 2001 16:49:31 -0700 > From: Elliotte Rusty Harold <elharo@metalab.unc.edu> > To: jdom-interest <jdom-interest@jdom.org> > > The following legal though strange document is choking Crimson, though > Xerces gets it right: > > <?xml-stylesheet href="text/css" href="stylesheet.css?> > <test/> > > The specific errors are: > > org.jdom.JDOMException: Error on line 1 of document > file:/D:/xml/XINCLUDE/test.xml: Expected "version=...". > at org.jdom.input.SAXBuilder.build(SAXBuilder.java:363) I believe a checked in a fix for this bug in CVS. A dist will be out soon. -Edwin ]