]> granicus.if.org Git - docbook-dsssl/commitdiff
Changed the default value to empty string to remove
authorBob Stayton <bobs@sagehill.net>
Sat, 6 Jul 2002 21:57:15 +0000 (21:57 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 6 Jul 2002 21:57:15 +0000 (21:57 +0000)
error message about trying to open a non-existent file.

xsl/params/target.database.document.xml

index ac602a772c53778c5532d665f06ac2b1b82810d0..01d95ab8c2c293330a6a9cb4ea6344f2c87c0e4e 100644 (file)
@@ -9,7 +9,7 @@
 olinks</refpurpose> 
 </refnamediv> 
 <refsynopsisdiv> <src:fragment id="target.database.document.frag">
-<xsl:param name="target.database.document" select="'olinkdb.xml'"/>
+<xsl:param name="target.database.document" select="''"/>
 </src:fragment> 
 </refsynopsisdiv> 
 <refsect1>