#!/bin/sh # tei2html.sh - convert a tei file to html # Eric Lease Morgan # August 19, 2007 - moved to infomotions # June 28, 2007 - first cut cd /var/www/html/main/musings/oss-and-xml/etexts xsltproc etc/tei2html.xsl tei/$1.xml > html/$1.html