[jdom-interest] XMLOutputter creates DOCTYPE internal subset with dtd comments
Fred Clewis
clewisf at us.ibm.com
Thu Nov 15 10:21:37 PST 2001
Using a JDOM 11/05 CVS build and xerces 2.0 beta 2, the XMLOutputter puts
out an internal subset consisting of all the comments in the referenced dtd
like:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Message SYSTEM "XXX.dtd" [
<!-- every comment in the dtd... -->
]>
Can I control this behaviour? Is it actually a build problem?
thanks,
More information about the jdom-interest
mailing list