this is the example XML file from
demo.voodootools.de
[code:1]<?xml version="1.0" encoding="iso-8859-1"?>
<elements>
<element selector="body" desc="Changes the color of the body">
<attribute type="color">background-color</attribute>
<attribute type="set" set="repeat;repeat-x;repeat-y;no-repeat">background-repeat</attribute>
<attribute type="image" fname="bodybg">background-image</attribute>
</element>
<element selector=".cbProfile">
<attribute type="color">background-color</attribute>
</element>
<element selector=".outline">
<attribute type="color">background</attribute>
</element>
<element selector="td">
<attribute type="text">font-size</attribute>
</element>
<element selector="a:hover">
<attribute type="color">color</attribute>
<attribute type="set" set="normal;bold;bolder;lighter">font-weight</attribute>
</element>
</elements>[/code:1]