writerfilter07: modelcleanup.xsl: add encoding declaration
This commit is contained in:
parent
e2d37f2195
commit
5c611a4832
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue