General


About XML in general

The eXtensible Markup Language (XML) is a universal format for structured documents and data.


XML tags <tag attribute1="..." attribute2="..." >
</tag>

or

<tag attribute1="..." attribute2="..." />
Comments <!-- your comment here -->

Note that XML is case-sensitive!!!


For more information about XML see:

Skin XML Structure

 
<skin>*


<header>

    <!-- meta information -->

</header>


<resources>

    <!-- include all resources here -->

</resources>


<templates>*

    <template name="...>

        <!-- describe the appearance of a view/window -->

    </template>

    <!-- some more templates... -->

</templates>*


<scheme>

    <!-- set standard colors, sizes,... -->

</scheme>


</skin>


* optional



Documentation styles

blue bold text => tag name
red bold text => attribute (must be specified!)
green bold text => optional attribute
small blue text => available attribute values (* means default value)




Copyright ©2004 Steinberg Media Technologies GmbH. All Rights Reserved.
Last Modified: