How to ignore DTD in xml files under JAXB?
843834Feb 7 2003 — edited Apr 14 2003hi,
I have a program that has to access files which declare they use a DTD that no longer exists on the web in that location.
we don't have the option to alter the xml files since they don't belong to us!
I've written an equivalent schema and its all working with the files that have correct DTD references.
Is there a way to tell the unmarshaller not to attempt to use the DTD that the documents declare?
thanks,
asjf