Mark Whitis - 2004-03-26

Logged In: YES
user_id=131590

This can easily be done externally using shell commands, shell scripts, or a
Makefile. Better to concentrate effort on making it do the actual job of
handling resumes better.

#!/bin/bash
for i in *.xml; do echo "$i"; xsltproc xsltproc ./xsl/output/us-html.xsl
$i>`basename $i .xml`.html; done