INTEGRATION: CWS xmlfilter02 (1.2.12); FILE MERGED

2007/11/21 11:44:43 hbrinkm 1.2.12.1: use xsltproc
This commit is contained in:
Oliver Bolte 2008-01-10 11:12:58 +00:00
parent 0ff18ce7e5
commit 7cd0008353

View file

@ -1,4 +1,3 @@
#!/bin/sh
xalan -indent 2 -xml -xsl modelcleanup.xsl -in model.xml > model.xml.tmp && \
xmllint --format model.xml.tmp >model.xml && \
rm -f model.xml.tmp
xsltproc modelcleanup.xsl model.xml | xmllint --format - > model.xml.tmp && \
rm model.xml.tmp