]> Lady’s Gitweb - Shushe/blobdiff - lib/catalog2parser.xslt
Correct syntax for X·Path booleans
[Shushe] / lib / catalog2parser.xslt
index 1faa880f7e619a30cf508c597dbcc5a2a369f668..a834d15f6052485d1827ed2171e04f5e67c5d10f 100644 (file)
@@ -23,11 +23,11 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
        <template match="/">
                <xslt:transform version="1.0">
                        <xslt:param name="BUILDTIME" select="'1972-12-31T00:00:00Z'"/>
-                       <xslt:param name="CKSUM" select="false"/>
-                       <xslt:param name="IDENTIFIER" select="false"/>
-                       <xslt:param name="SRCREV" select="false"/>
+                       <xslt:param name="CKSUM" select="false()"/>
+                       <xslt:param name="IDENTIFIER" select="false()"/>
+                       <xslt:param name="SRCREV" select="false()"/>
                        <xslt:param name="SRCTIME" select="'1972-12-31T00:00:00Z'"/>
-                       <xslt:param name="THISREV" select="false"/>
+                       <xslt:param name="THISREV" select="false()"/>
                        <xslt:variable name="书社:parsers">
                                <html:dl>
                                        <for-each select="//catalog:uri">
This page took 0.035373 seconds and 4 git commands to generate.