#!/bin/sh

w2x=../../../bin/w2x

rm -f out*.xhtml

$w2x -l -e group1.xed -s -p save.indent yes group1.xhtml out1.xhtml

$w2x -l -e group2.xed -s -p save.indent yes group2.xhtml out2.xhtml

$w2x -l -e group3.xed -s -p save.indent yes group3.xhtml out3.xhtml
