mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
ensure xml-decl version and encoding are emitted
This commit is contained in:
parent
77b2756a6e
commit
84a1fd7035
2
ref.xsl
2
ref.xsl
@ -30,7 +30,7 @@ THE SOFTWARE.
|
|||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
|
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
|
||||||
|
|
||||||
<xsl:output method='xml' indent='yes'/>
|
<xsl:output method='xml' indent='yes' version='1.0' encoding='UTF-8'/>
|
||||||
|
|
||||||
<xsl:template match='/'>
|
<xsl:template match='/'>
|
||||||
<reference>
|
<reference>
|
||||||
|
Loading…
Reference in New Issue
Block a user