Merge some upstream compatibility updates for svn2cl.xsl

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16032 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2007-04-30 16:38:41 +00:00
parent b7760c7171
commit c823d7bda4

View File

@@ -46,9 +46,9 @@
-->
<!DOCTYPE page [
<!DOCTYPE xsl:stylesheet [
<!ENTITY tab "&#9;">
<!ENTITY newl "&#13;">
<!ENTITY newl "&#10;">
<!ENTITY space "&#32;">
]>
@@ -63,12 +63,11 @@
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/xhtml">
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output
method="text"
encoding="iso-8859-15"
encoding="utf-8"
media-type="text/plain"
omit-xml-declaration="yes"
standalone="yes"