#668 closed defect (fixed)
MCP Save metadata as ISO19115/19139 XML feature does not work
Reported by: | murrayh | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.7.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Version: GeoNetwork 2.7 svn rev 8285 schemaPlugins svn rev 8406.
When you view a MCP metadata record and click on the "Save metadata as ISO19115/19139 XML" button, the following XML document is returned:
<?xml version="1.0" encoding="UTF-8"?>
I will attach a metadata record that displays this behaviour.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | harvested_record.xml added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Milestone: | Future release → v2.7.0 |
---|
Note:
See TracTickets
for help on using tickets.
Later versions of trunk use a more sophisticated approach to handling this function. In earlier versions of trunk, the function was trying to save MCP using an XSLT for base ISO19139 and failing because the root element for MCP is in a different namespace.
Use the ANZMEST overlay or look at how the ANZMEST overlay adds the service xml_iso19139.mcp to support this feature.