[
Lists Home |
Date Index |
Thread Index
]
Michael Kay replied to my question:
<quote>
Your CustomURIResolver, when it sees the request for the document,
should return a SAXSource containing an InputSource that wraps the
unparsed resource, and an XMLReader that identifies a parser configured
with an EntityResolver that will be used to locate the DTD.
Michael Kay
</quote>
That solved my issue. Thanks Michael!
--Rhett
|