#!/bin/sh

# tei2html.sh - convert a tei file to html

# Eric Lease Morgan <emorgan@nd.edu>
# August 19, 2007 - moved to infomotions
# June 28, 2007 - first cut

cd /disk01/www/html/main/musings/xml-in-libraries/etexts
xsltproc etc/tei2html.xsl tei/$1.xml > html/$1.html
