Sample Oracle Help map .XML file

A map file is used by Oracle Help to associate Help topic IDs with the HTML files containing the Help content. These IDs and the map file are used in the API for context-sensitive calls, in the table of contents files, and in index files. The map file provides a level of control that allows developers to program topic IDs that can be associated with actual content files later in the development process. The map file is automatically created each time you generate your Oracle Help project.

WARNING! Do not edit the map.xml manually. Make your changes in the project then generate Oracle Help to update the map.xml file.

Following is a sample from the map.xml file of this Help system:

<?xml version='1.0' ?>

<map version="1.0">
  <mapID target="overview_htm" url="Overview.htm" />
  <mapID target="what_is_a_label_htm" url="What_is_a_Label.htm" />
  <mapID target="what_is_a_text_field_htm" url="What_is_a_Text_Field.htm" />
</map>