summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-11-25 01:24:43 +0000
committerPaul W. Frields <stickster@gmail.com>2006-11-25 01:24:43 +0000
commitc5ae10b77516e9a5c058cd930e8369002d389cd8 (patch)
treee21838d3432ba32f8e825b9a97ee283b0d4003a1 /packaging
parent61f5d8e3a804f4756084248e987d7eb274805e9d (diff)
downloadfedora-doc-utils-c5ae10b77516e9a5c058cd930e8369002d389cd8.tar.gz
fedora-doc-utils-c5ae10b77516e9a5c058cd930e8369002d389cd8.tar.xz
fedora-doc-utils-c5ae10b77516e9a5c058cd930e8369002d389cd8.zip
Preserving space leaves text nodes where they oughtn't to be. Note to self and others: If you have to do this, you're probably not using good XSLT methodology.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/bookinfo.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/bookinfo.xsl b/packaging/bookinfo.xsl
index 7cbe15f..fa574b1 100644
--- a/packaging/bookinfo.xsl
+++ b/packaging/bookinfo.xsl
@@ -1,5 +1,5 @@
<!-- Transform rpm-info.xml into either "bookinfo" or "articleinfo" -->
-<xsl:stylesheet version="1.0" xml:space="preserve" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:param name="lang" select="'en'"/>
<xsl:param name="doctype" select="'bookinfo'"/>