]> granicus.if.org Git - docbook-dsssl/commitdiff
No longer terminates if exists() function not available.
authorBob Stayton <bobs@sagehill.net>
Sun, 26 Jan 2003 23:28:24 +0000 (23:28 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 26 Jan 2003 23:28:24 +0000 (23:28 +0000)
Will not track dependencies, so all files built each time.

website/xsl/chunk-common.xsl

index 911f934cd858c580005c44fad2df00748fe0fe9c..83b6afc02442a89b2fe3f9ec4d85f7e0c9c310be 100644 (file)
@@ -77,8 +77,8 @@
       </xsl:if>
     </xsl:when>
     <xsl:otherwise>
-      <xsl:message terminate="yes">
-        <xsl:text>Fail: this stylesheet relies on the exists() extension function</xsl:text>
+      <xsl:message terminate="no">
+        <xsl:value-of select="$srcFile"/>
       </xsl:message>
     </xsl:otherwise>
   </xsl:choose>