changeset 111:f31230984540

Fixed DOCTYPE generation to include the public system identifier.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 13:09:11 +0000
parents 40eec261c2a6
children d3e240f7157c
files xsls/article.xsls xsls/books.xsls xsls/download.xsls xsls/error.xsls xsls/news.xsls xsls/security.xsls
diffstat 6 files changed, 6 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/article.xsls	Thu Oct 20 09:19:41 2011 +0000
+++ b/xsls/article.xsls	Thu Oct 20 13:09:11 2011 +0000
@@ -1,7 +1,6 @@
 X:stylesheet {
 
-X:output method="html" indent="no" encoding="utf-8"
-    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN";
+X:output method="html" version="4.0" indent="no" encoding="utf-8";
 
 X:strip-space elements = "*";
 
--- a/xsls/books.xsls	Thu Oct 20 09:19:41 2011 +0000
+++ b/xsls/books.xsls	Thu Oct 20 13:09:11 2011 +0000
@@ -1,7 +1,6 @@
 X:stylesheet {
 
-X:output method="html" indent="no" encoding="utf-8"
-    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN";
+X:output method="html" version="4.0" indent="no" encoding="utf-8";
 
 X:strip-space elements = "*";
 
--- a/xsls/download.xsls	Thu Oct 20 09:19:41 2011 +0000
+++ b/xsls/download.xsls	Thu Oct 20 13:09:11 2011 +0000
@@ -1,7 +1,6 @@
 X:stylesheet {
 
-X:output method="html" indent="no" encoding="utf-8"
-    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN";
+X:output method="html" version="4.0" indent="no" encoding="utf-8";
 
 X:strip-space elements = "*";
 
--- a/xsls/error.xsls	Thu Oct 20 09:19:41 2011 +0000
+++ b/xsls/error.xsls	Thu Oct 20 13:09:11 2011 +0000
@@ -1,7 +1,6 @@
 X:stylesheet {
 
-X:output method="html" indent="no" encoding="utf-8"
-    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN";
+X:output method="html" version="4.0" indent="no" encoding="utf-8";
 
 X:strip-space elements = "*";
 
--- a/xsls/news.xsls	Thu Oct 20 09:19:41 2011 +0000
+++ b/xsls/news.xsls	Thu Oct 20 13:09:11 2011 +0000
@@ -1,7 +1,6 @@
 X:stylesheet {
 
-X:output method="html" indent="no" encoding="utf-8"
-    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN";
+X:output method="html" version="4.0" indent="no" encoding="utf-8";
 
 X:strip-space elements = "*";
 
--- a/xsls/security.xsls	Thu Oct 20 09:19:41 2011 +0000
+++ b/xsls/security.xsls	Thu Oct 20 13:09:11 2011 +0000
@@ -1,7 +1,6 @@
 X:stylesheet {
 
-X:output method="html" indent="no" encoding="utf-8"
-    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN";
+X:output method="html" version="4.0" indent="no" encoding="utf-8";
 
 X:strip-space elements = "*";