writerfilter07: modelcleanup.xsl: add encoding declaration

This commit is contained in:
Henning Brinkmann[hbrinkm] 2009-12-17 15:03:39 +01:00
parent e2d37f2195
commit 5c611a4832

View file

@ -38,7 +38,7 @@
xmlns:xalan="http://xml.apache.org/xalan"
exclude-result-prefixes = "xalan"
xml:indent="true">
<xsl:output method="xml" />
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" omit-xml-declaration="no"/>
<xsl:key name="resources"