]> granicus.if.org Git - docbook-dsssl/commitdiff
xsltproc fails on the default empty definition of these params.
authorBob Stayton <bobs@sagehill.net>
Fri, 7 Oct 2005 17:09:12 +0000 (17:09 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 7 Oct 2005 17:09:12 +0000 (17:09 +0000)
I added single quotes.

xsl/params/pages.template.xml
xsl/params/wordml.template.xml

index 1214bf752a89d68728cf2a164a97a354212f862a..1c90bebced3ba5f182954af765546cfc786bf691 100644 (file)
@@ -9,7 +9,7 @@
 
 <refsynopsisdiv>
 <src:fragment id='pages.template.frag'>
-<xsl:param name="pages.template" select=""/>
+<xsl:param name="pages.template" select="''"/>
 </src:fragment>
 </refsynopsisdiv>
 
index 1a37dced07036fb6ace03032ed985f81bd127af1..a3ef3f9bda1778068ce84b1b0922e3200893a98c 100644 (file)
@@ -9,7 +9,7 @@
 
 <refsynopsisdiv>
 <src:fragment id='wordml.template.frag'>
-<xsl:param name="wordml.template" select=""/>
+<xsl:param name="wordml.template" select="''"/>
 </src:fragment>
 </refsynopsisdiv>