]> granicus.if.org Git - docbook-dsssl/commitdiff
Added colon to list of delimiters for parsing datetime strings
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 9 Sep 2005 03:58:58 +0000 (03:58 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 9 Sep 2005 03:58:58 +0000 (03:58 +0000)
into tokens. Closes #1285053. Thanks to Jeroen Ruigrok for the bug
report, and to Mauritz Jeanson for spotting the cause.

xsl/common/pi.xsl

index 617c936e2e6af22580d2d82d34ad0f1819b4318d..7802934820a4debe5e0d3833a30586c0de1b10cd 100644 (file)
     <xsl:variable name="tokenized-format-string">
       <xsl:call-template name="str.tokenize.keep.delimiters">
        <xsl:with-param name="string" select="$format-nbsp"/>
-       <xsl:with-param name="delimiters" select="'&#xa0;,./-()[]'"/>
+       <xsl:with-param name="delimiters" select="'&#xa0;,./-()[]:'"/>
       </xsl:call-template>
     </xsl:variable>