1#!/bin/bash 2if [ -z "$1" ]; then 3 echo "Usage: $0 <format>" 4 exit 1 5fi 6xmlto $1 index.xml --skip-validation 7