Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Question about Serializer

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 Harold <elharo AT metalab.unc.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Question about Serializer
  • Date: Thu, 11 Nov 2004 07:54:19 -0800



Do you just want to remove the internal DTD subset? If so, you just need to construct a new DocType object that does not have the internal DTD subset, and replace the old one with your new one.


Elliotte, any status in answering my earlier comments regarding DocType.setInternalSubset() ?
Would it be ok to make the method protected?

Thanks,
Wolfgang.





Archive powered by MHonArc 2.6.24.

Top of Page