[glom] XSLT file: Minor fixes.



commit 157021a2b39d1f654664bf4023c0d60bb7e5340e
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Oct 17 17:26:45 2011 +0200

    XSLT file: Minor fixes.
    
    * xslt/print_report_to_html.xsl: Change xsl::version to version, which
    is apparently more correct. Specify the encoding as UTF-8.

 ChangeLog                     |    7 +++++++
 xslt/print_report_to_html.xsl |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3a006e7..e43c4ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-10-17  Murray Cumming  <murrayc murrayc com>
 
+	XSLT file: Minor fixes.
+
+	* xslt/print_report_to_html.xsl: Change xsl::version to version, which
+	is apparently more correct. Specify the encoding as UTF-8.
+
+2011-10-17  Murray Cumming  <murrayc murrayc com>
+
 	Tests: Add general XML validity of XSLT files.
 
 	* tests/test_xslt_file_validation.sh: New test, based on the other ones.
diff --git a/xslt/print_report_to_html.xsl b/xslt/print_report_to_html.xsl
index c2c9c79..5a6edd0 100644
--- a/xslt/print_report_to_html.xsl
+++ b/xslt/print_report_to_html.xsl
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
-                xsl:version="1.0"
+                version="1.0"
                 xmlns="http://www.w3.org/1999/xhtml";>
 <xsl:output encoding="utf8" method="xml" indent="yes" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="DTD/xhtml1-strict.dtd"/>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]