https://issues.apache.org/bugzilla/show_bug.cgi?id=35657

Jesse Glick <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Jesse Glick <[email protected]> 2012-03-09 14:51:09 UTC 
---
(In reply to comment #5)
> the task will still fail if the DTD (which is
> ignored anyway, AFAIK) cannot be downloaded.

If the document has a DOCTYPE but you do not wish to validate against DTD, you
can define a catalog which has an entry with that public ID but an empty body.
The XML spec mandates that the DTD be retrieved even when not validating, since
it can affect the infoset. (This is one compelling reason to switch to Schema
or RELAX-NG.)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to