#! /bin/sh

# check correct usage
if test $# -lt 1;
then
  echo Usage: $0 plot.xml
  exit
fi 

f=$1
dir=`dirname $0`

$dir/xslttransform $f $dir/../lib/xml/plot2mpl.xsl 
