themes.xml
XML 1.0 document, ASCII text
1<?xml version="1.0" encoding="UTF-8"?> 2<?xml-stylesheet href="themesxml.css" type="text/css"?> 3<themes xmlns:xlink="http://www.w3.org/1999/xlink"> 4 5<theme> 6<title>Dusk</title> 7<author 8uri="https://roundabout-host.com/roundabout" 9instance="roundabout-host.com" 10username="roundabout" 11xlink:type="simple" 12xlink:href="https://roundabout-host.com/roundabout" 13xlink:show="replace" 14>Roundabout developer</author> 15<uri 16xlink:type="simple" 17xlink:href="/themes/roundabout/dusk.css" 18xlink:show="replace" 19>roundabout/dusk.css</uri> 20</theme> 21 22</themes> 23