diff xsls/article.xsls @ 105:1aa4f50144e4

Adding document type declaration with the public identifier.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Oct 2011 08:30:46 +0000
parents 1d315ef37215
children f31230984540
line wrap: on
line diff
--- a/xsls/article.xsls	Wed Oct 19 08:29:21 2011 +0000
+++ b/xsls/article.xsls	Wed Oct 19 08:30:46 2011 +0000
@@ -1,6 +1,7 @@
 X:stylesheet {
 
-X:output method="html" indent="no" encoding="utf-8";
+X:output method="html" indent="no" encoding="utf-8"
+    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN";
 
 X:strip-space elements = "*";