Metadata created in ArcGIS is stored in the ArcGIS metadata format. The information it contains is created according to the guidelines of the metadata standard associated with the current ArcGIS metadata style.
ArcGIS metadata is not designed to be used outside of ArcGIS. If you need to provide metadata outside of ArcGIS, export the item's metadata to a standard metadata XML format and share the exported XML file. A variety of geoprocessing tools are available that export ArcGIS metadata in different ways.
XSLT Transformation
XSLT Transformation can transform any XML file with an XSLT 1.0 stylesheet. This tool is not specific to processing metadata—it can be used with any XML file.
In an exporting context, this tool is commonly used to export ArcGIS metadata to HTML files that can be posted on an external website to describe your GIS resources or printed for reference. XSLT stylesheets can also generate text files, though exporting metadata in this fashion is less common.
XSLTs can also filter or modify ArcGIS metadata and export the result as an XML file that can be used outside of ArcGIS or by other metadata geoprocessing tools. For example, before publishing to a metadata catalog, you can filter out content that you don't want to share outside of your organization. Publish the filtered metadata instead of the item's original information.
Several XSLT stylesheets are provided with ArcGIS Desktop that can be used to export metadata in different formats.
Export Metadata and Export Metadata Multiple
The Export Metadata and Export Metadata Multiple tools export ArcGIS metadata to stand-alone metadata XML files. A common use for these tools is to publish the exported files to a metadata catalog. These tools process and update the ArcGIS item's metadata before exporting it. The exported files will be structured following a metadata standard's XML Schema or DTD.
Use Export Metadata to export one ArcGIS item's metadata and Export Metadata Multiple to export several ArcGIS items' metadata at once.
There are different ways in which the dialog box for these tools can be opened. The default values used in the tool may be different depending on how the tool is opened:
- Tools can be opened directly from the Catalog window by opening the Conversion toolbox in the System Toolboxes folder. Opened this way, the Translator parameter is not predefined.
- Tools can be opened from the ArcToolbox window by opening the Conversion toolbox. Opened this way, the Translator parameter is not predefined.
- In the Search window, if you search for tools using the phrase export metadata, the search results will include the Export Metadata and Export Metadata Multiple tools. Clicking a tool's name in the search results opens the tool. The Translator parameter is not predefined.
- View an item's metadata and then click the Export button on the Description tab. The Translator parameter is set to the appropriate value for the current ArcGIS metadata style.
- Click the Export Metadata button on the Metadata toolbar in ArcCatalog. The Translator parameter is set to the appropriate value for the current ArcGIS metadata style.
Esri Metadata Translator
The Esri Metadata Translator tool exports ArcGIS metadata to an XML file that is formatted to follow a metadata standard's XML schema. No additional processing is performed. In general, use the Export Metadata tools in place of using the Esri Metadata Translator tool directly for best results.
USGS MP Metadata Translator
The USGS MP Metadata Translator tool translates metadata using the metadata parser utility known as mp. The mp utility is created and maintained by the USGS—it is not an Esri utility. A version of this utility is provided with ArcGIS Desktop.
This tool only accepts as input metadata containing XML elements following the Federal Geographic Data Committee (FGDC) Content Standard for Digital Geospatial Metadata (CSDGM) XML format. If this content is present in an item's metadata, it appears under the FGDC Metadata (read-only) heading on the Description tab when you are using a metadata style that gives you full access to the item's metadata.
For example, if an ArcGIS item has metadata that was created in ArcGIS Desktop 9.3.1 or earlier using the FGDC metadata editor, and the item's metadata has been upgraded to ArcGIS metadata, the ArcGIS metadata will continue to include the original FGDC metadata XML elements. In this example, this tool would only export the item's original FGDC metadata, not the upgraded ArcGIS metadata content.
Similarly, this tool can be used to translate stand-alone metadata XML files that were created outside of ArcGIS following the FGDC CSDGM metadata format.
The tool's Conversion Type parameter determines the format in which the metadata is exported. The information can be exported in two different HTML formats, two different text formats, Standard Generalized Markup Language (SGML) format, and XML format. The XML files exported by this tool will only contain FGDC CSDGM XML elements; that is, any FGDC XML elements present in the item's metadata will be copied to a separate XML file. You can't convert an FGDC text file to an FGDC XML file using this tool.