Hello all,

I am using an EntityResolver to resolve the proper value for my DTD referred
to in my xml file.  I have no path in the xml file, just the dtd name, i.e.
"brad.dtd".  However, when the resolveEntity method is called, the value
passed to the publicId parameter is NULL and the value passed to the
systemId parameter is not simply "brad.dtd", but something like the
following: "file:///data/dev/brad.dtd".  Is there any way just to receive
the actual value in the xml file, "brad.dtd"?

Brad

Reply via email to