Posted By:
Christopher_Koenigsberg
Posted On:
Thursday, March 20, 2003 07:16 AM
I think your question is an XML question -- about the DOCTYPE ("document type declaration"), and the "public identifier" URI, which specifies the location of the DTD used by the XML parser, to validate the document. Look up these terms in some basic XML FAQ's.
I think (?) basically you are asking how to change the public identifier URI, to point to a local copy of the resource for the DTD, instead of the remote one at java.sun.com.