#!/bin/sh cd $(dirname $0) cat "LIKAT Publications.xml" \ | xsltproc convert-style-to-html.xsl - \ | xsltproc endnote-to-dbxml.xsl - \ | sed -f fix-empty-tags.sed \ > dbxml.xml # sed -f cdata.sed | \ # xmllint --pretty 1 - \ mysql -v -utypo3 -ptypo3 typo3 < update.sql