Path.xml Document Specification

Below are the contents of the default path.xml file.


Or, if you view the file through a text editor, you will see the following:

Example 10.1 Typical path.xml File

<PathMaps Version="1.0"> 

<Map Name="DefaultRead" Path="./*" Action="Load"/> 

<Map Name="DefaultSave" Path="./images/*" Action="Save"/> 

<Map Name="ValidDomain" Path="127.0.0.1" Action="allowDomain"/> 

<Map Name="ValidDomain" Path="localhost" Action="allowDomain"/> 

</PathMaps>

The top element of the path.xml file is a PathMaps. The attribute in PathMaps is Version, which at this time can only be set to 1.0. The <PathMaps> tag should not be modified.