Web Comic Downloader xml-schema
Web Comic Downloader is a tool used to download your favourite web comics for offline viewing. It allows you to create your own definition files and includes a detailed schema to help you write them correctly.
https://schemas.sierrasoftworks.com/wkd/WebComicDefinition.xsd
Example
<?xml version="1.0" encoding="utf-8" ?>
<Comic xmlns="http://www.sierrasoftworks.com/WebComicDownloader">
<Details>
<Name Value="Sequential Art"/>
<Author Value="Jolly Jack"/>
<Address Value="http://www.collectedcurios.com/sequentialart.php"/>
<FirstComicAddress Value="http://www.collectedcurios.com/sequentialart.php?s=1"/>
</Details>
<XPath>
<Image Value="//img[@id="strip"]/@src"/>
<Next Value="//a[img/@title="Forward one"]/@href"/>
<Previous Value="//a[img/@title="Back one"]/@href"/>
</XPath>
<Advanced>
<FileNaming Pattern="%Index% - %ImageName%"/>
</Advanced>
</Comic>