Posted By:
Cheng_Fang
Posted On:
Wednesday, March 19, 2003 02:19 PM
What is the purpose of having publicId? I find it useful only when I create a xml catalog to redirect systemId to local copies. Why do we need both publicId and systemId? For the purpose of xml catalog, we could have used systemId as key as well.
I don't see publicId or systemId in a xml document that supports schema. schemaLocation seems to have replaced systemId. Is publicId sort of deprecated in schema?
Thanks for help.