We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf6af2 commit 423c250Copy full SHA for 423c250
src/main/xslt/modules/templates.xsl
@@ -37,7 +37,8 @@
37
<xsl:sequence select="doc($uri)/*/*"/>
38
<xsl:catch>
39
<xsl:message
40
- select="'WARNING: Can''t get default templates from ' || $default-templates-uri || ': ' || $err:description"/>
+ select="'WARNING: Can''t get default templates from ' || $default-templates-uri || ': ' || $err:description || '. Using templates.xml as fallback.'"/>
41
+ <xsl:sequence select="doc('templates.xml')/*/*"/>
42
</xsl:catch>
43
</xsl:try>
44
</xsl:variable>
0 commit comments