summaryrefslogtreecommitdiff
path: root/writerfilter/source/doctok/cleanupresources
blob: 646c1ea4e0a7eb69c4d5905ff3559cad5441ee26 (plain)
1
2
3
4
5
#!/bin/bash

TEMP=`mktemp -t cleanupresources`
xsltproc tidyxmi.xsl resources.xmi | xmllint --format - > $TEMP
mv $TEMP resources.xmi