Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] Re: Yet another crimson DTD bug

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: Wolfgang Hoschek <whoschek AT lbl.gov>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] Re: Yet another crimson DTD bug
  • Date: Thu, 07 Apr 2005 17:21:57 -0400

Wolfgang Hoschek wrote:
There is yet another crimson DTD bug (not present in xerces-2.6.2).
The necessary files are attached below. To reproduce, put them into the same directory and run the DTDBugTest I sent previously.

[BTW, a few more bugs can be found by running DTDBugTest over all SVG documents found in samples/spec of the Jakarta Apache Batik download].

I don't think I ever got this. Possibly it got stuck at the listserv due to size? Can you send it to me personally? Thanks.


[hoschek /Users/hoschek/unix/devel/nux] fire-java nux.xom.tests.DTDBugTest test3.xhtml
done parsing
Exception in thread "main" nu.xom.IllegalDataException: Malformed internal DTD subset: Illegal type (starts with "p") for attribute "xml:space".

I've reproduced this one, but it's not what I initially thought it was. It seems to have something to do with Crimson identifying constructs as part of the internal DTD subset that are really coming from the external DTD subset. I should be able to fix this, but it may take me a little while to kill it.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim




Archive powered by MHonArc 2.6.24.

Top of Page