skip to content
Primary navigation

Minnesota Metadata Editor FAQ

This page answers frequently asked questions about the Minnesota Metadata Editor (MME). Click on a question to jump down to the answer. For more complete help, see the MME help webpages.


How do I create a template file so I don't have to type the same stuff over and over?

  1. Open MME
     
  2. Fill out all of the fields that are always the same for the metadata records that you write, or that rarely change.
    Example 1:  If you are always documenting data that your organization creates and publishes, fill out the "Origin" and "Publisher" fields with your organization's name.
    Example 2:  If your bounding box coordinates are usually the same for all your datasets, fill those in.
     
  3. Leave all the other fields blank. For example, the "Title" field will be different in each record you create, so leave it blank in your template.
     
  4. Save the template with a filename such as "my_template.xml"
     
  5. When you need to document your next dataset, open the "my_template.xml" file in MME, save it as another name appropriate for that dataset, then fill in the fields that are specific to that data. The fields you had filled out in the template are already done and you never need to type them in again. Yay! If something already filled out in your template is different for a particular dataset (e.g., a different organization published your data), then just edit it that one time.
     

How do I create an HTML version of the metadata?

Choose 'View Metadata as HTML' from the Tools menu.

A dialog box will open:

Note:  The HTML will display using the Internet Explorer web browser. It is created using the stylesheet 'MGMG.xslt' found in the stylesheets folder of the installation directory.
 


The text I typed after a hyperlink doesn't show up in the HTML - how do I fix this?

If you type any text after a url within a paragraph, the text will be saved in the XML version of the metadata, but it will not appear in the HTML. Fix this by starting a new paragraph (typing a line-break) after the url.

Examples:

  1. In the following example, the text, "CTU boundary files are available for previous years" will not appear in the HTML since there is no line break after the url:

    "The Minnesota CTU database is an up-to-date resource for Minnesota CTU ID codes and names:  https://www.mngeo.state.mn.us/CTU/index.html  CTU boundary files are available for previous years."
     
  2. In this example, all of the text will appear in the HTML since there are line breaks to start a new paragraph after the url:

    "The Minnesota CTU database is an up-to-date resource for Minnesota CTU ID codes and names:  https://www.mngeo.state.mn.us/CTU/index.html

    CTU boundary files are available for previous years."
     

Why does this happen? The stylesheet that translates the XML into the HTML can't distinguish between cases when we want HTML tags to act as formatting tags and when we want the tags to be reproduced as text. So, the above problem is a trade-off in order to get two very nice stylesheet features:  1. Automatic creation of hyperlinks in the HTML, and 2. Creation of white space after a line-break.
 


How do I enter and edit contact information?

Contact information is stored in a separate Microsoft Access database named 'metadata.mdb' (stored by default in MME's 'portable' folder).

You must have Microsoft Access installed locally in order to do the following steps:

 


How do I fill out the detailed entity and attribute fields?

The terminology in this section can be very confusing, but if you follow the workflow below, you should end up with a nicely formatted table in the metadata HTML. Note that alternatively you can choose not to fill in these specific, separate fields and instead put the information in the free text field 'Entity and Attribute Overview':

On the Entity and Attribute Information Section, Detailed Tab:


Why are weird characters appearing in the HTML version of my metadata?

This is an issue with HTML, not with MME. Unexpected characters appearing in the HTML (for example, ’ instead of an apostrophe) can result from copying-and-pasting text from a formatted document, such as Microsoft Word, into MME. Special formatting characters, such as those that create smart/curly quotes and apostrophes and non-breaking spaces (&nbsp), can be translated into foreign-accented characters in web-based HTML. Since they may not display in the MME interface or the XML file, they can be tricky to find and delete.


Why doesn't the default button for the horizontal coordinate system fields work?

Although we highly recommend creating a template file instead of using the default buttons (see Template FAQ above), the default button does provide another way to quickly populate fields where the information you want to enter is always the same. It is available only for selected fields in the interface, for example, the bounding box coordinates.

You need to set the default values in MME's Access tables, such as shown for the bounding box coordinates below. Instructions for setting default values are in this MME help page.

 

All fields seem to work as expected if you follow the instructions, with the occasional exception of the horizontal coordinate system fields:


These fields are governed by the Access table "HorizCoordSys_cluster" which is inter-related in a complex way with the other Access tables that contain horizontal coordinate system information (2b_CoordinateSystem; 2b_GeographicParams; 2b_MnCCSParams; 2b_StatePlaneParams; 2b_UTMParams; 2c_Units; 2d_Datum). It is very confusing to set these defaults. Depending on how these tables interact, sometimes not every field is populated correctly, for example, the Minnesota County Coordinate System cluster can fill in the Zone incorrectly or not at all. If you are having trouble using the default buttons, or you want to fill out fields that don't have a default button, it's much easier to create a template file.
 


Return to the MME page


 

back to top