#!/bin/bash # Download the XML file. wget -v http://www.ins.cwi.nl/projects/xmark/Assets/standard.gz # Download the DTD file. wget -v http://www.ins.cwi.nl/projects/xmark/Assets/auction.dtd # Extract the XML file. gzip -d standard.gz