THE SETTINGS.XML FILE
The settings.xml is constructed as a typical XML file:
The beginning of the settings.xml file begins with an XML declaration:
<?xml version=”1.0” encoding=”UTF-8” ?>
The XML declaration is followed by a <settings>
<?xml version=”1.0”
</settings>
An XML attribute is a markup containing both a name and a value, which can be edited to change the behavior of the
<output value=”NTSC1080P” />
Attribute Attribute
NameValue
WARNING: Do not modify the Attribute Name. Changing the Attribute Name will result in errors or undesirable results.
The Attribute Value must always be surrounded by double quotes. The beginning of an XML Attribute must be prefixed with a
The next section provides a summary of each section of the settings.xml file and the attributes.
46