DBEntityResolver: - added new parameter dtd for upload on Metacat file system; optional; Reader - new routines to upload dtd if provided - systemID of metadata document is used to exctract the filename of new dtd; - the new dtd is uploaded on Metacat file system as specified by dtdPath property; - dtdURL property value is return after upload to the parser as a new systemID for metadata doc; - the doctype of metadata document is used for registering of the new dtd; - <doctype, dtdURL> is registered in db xml_catalog AccessControlList: - changes to use DBEntityResolver as a EntityResolver DocumentImpl, MetaCatServlet: - changes related to DTD upload - new servlet parameter dtdtext(optional) for the text of the new DTD; - dtdtext parameter is expected on INSERT or UPDATE actions
DBEntityResolver:
- added new parameter dtd for upload on Metacat file system; optional; Reader
- new routines to upload dtd if provided
- systemID of metadata document is used to exctract the filename of new dtd;
- the new dtd is uploaded on Metacat file system as specified by dtdPath property;
- dtdURL property value is return after upload to the parser as a new systemID for metadata doc;
- the doctype of metadata document is used for registering of the new dtd;
- <doctype, dtdURL> is registered in db xml_catalog
AccessControlList:
- changes to use DBEntityResolver as a EntityResolver
DocumentImpl, MetaCatServlet:
- changes related to DTD upload - new servlet parameter dtdtext(optional) for the text of the new DTD;
- dtdtext parameter is expected on INSERT or UPDATE actions