XML schema & namespaces for ListMetadataFormat responseBy default, the DLESE OAI software does not list the XML schema or namespace information on the ListMetadataFormat response. To add the XML schema and namespace information (needs to be there to be harvested by NSDL), do the following:
For example the DLESE Program Center (DPC) uses the snippet below in the ListMetadataFormats.jsp file. After editing, be sure to validate the response via the Provider explorer page. The XML returned must conform OAI's response format for the ListMetadataFormats request. <%-- End OAI head tag --%> <metadataFormat> <metadataFormat> <metadataFormat> <bean:write name="rf" property="rootCloseTag" filter="false"/> Last updated: 01-31-05
|