Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] setInternalDTDSubset bug

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Wolfgang Hoschek <whoschek AT lbl.gov>
  • To: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] setInternalDTDSubset bug
  • Date: Thu, 7 Apr 2005 11:24:10 -0700


Have you tested if you can reproduce this with a much simpler document? e.g.:

<?xml version="1.0"?>
<!DOCTYPE doc [
<!ELEMENT doc (#PCDATA|a)*>
]>
<a />


Same problem with this case...





Archive powered by MHonArc 2.6.24.

Top of Page