<!DOCTYPE schema SYSTEM
"urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
But I'm getting a FileNotFoundException as the (sun) SAX parser tries to
load the file
"d:\urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0". I
implemented the resolveEntity method, and the publicId is null, while the
systemId contains the string shown above.
So, my question is, how do I appropriately handle resolving of URN's?
Using the com.sun.xml.parser and the org.xml.sax classes.