r16032 - gnucash/trunk/macros - Merge some upstream compatibility updates for svn2cl.xsl

Christian Stimming cstim at cvs.gnucash.org
Mon Apr 30 12:38:43 EDT 2007


Author: cstim
Date: 2007-04-30 12:38:41 -0400 (Mon, 30 Apr 2007)
New Revision: 16032
Trac: http://svn.gnucash.org/trac/changeset/16032

Modified:
   gnucash/trunk/macros/svn2cl.xsl
Log:
Merge some upstream compatibility updates for svn2cl.xsl

Modified: gnucash/trunk/macros/svn2cl.xsl
===================================================================
--- gnucash/trunk/macros/svn2cl.xsl	2007-04-30 09:50:35 UTC (rev 16031)
+++ gnucash/trunk/macros/svn2cl.xsl	2007-04-30 16:38:41 UTC (rev 16032)
@@ -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"



More information about the gnucash-changes mailing list