comparison xsls/article.xsls @ 268:b7b82f978b1d

Don't strip space by default.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 22 Dec 2011 13:37:36 +0000
parents 7db449e89e92
children 9085f0c59dc6
comparison
equal deleted inserted replaced
267:727da42d3887 268:b7b82f978b1d
1 X:stylesheet { 1 X:stylesheet {
2 2
3 X:output method="html" version="4.0" indent="no" encoding="utf-8"; 3 X:output method="html" version="4.0" indent="no" encoding="utf-8";
4 4
5 X:strip-space elements = "*"; 5 X:strip-space elements = "article section";
6 6
7 <!-- 7 <!--
8 -- a current directory of a XSLT script is where the script is stored, 8 -- a current directory of a XSLT script is where the script is stored,
9 -- but not where XSLT processor has been started to run the script 9 -- but not where XSLT processor has been started to run the script
10 --> 10 -->