# HG changeset patch # User Ruslan Ermilov # Date 1319116151 0 # Node ID f31230984540b7d1a17ec022cc908a6a6c95b628 # Parent 40eec261c2a68f5a1fc67828695489fdbdd7c66c Fixed DOCTYPE generation to include the public system identifier. diff -r 40eec261c2a6 -r f31230984540 xsls/article.xsls --- 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 = "*"; diff -r 40eec261c2a6 -r f31230984540 xsls/books.xsls --- 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 = "*"; diff -r 40eec261c2a6 -r f31230984540 xsls/download.xsls --- 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 = "*"; diff -r 40eec261c2a6 -r f31230984540 xsls/error.xsls --- 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 = "*"; diff -r 40eec261c2a6 -r f31230984540 xsls/news.xsls --- 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 = "*"; diff -r 40eec261c2a6 -r f31230984540 xsls/security.xsls --- 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 = "*";