]> granicus.if.org Git - docbook-dsssl/commitdiff
Support date as an inline
authorNorman Walsh <ndw@nwalsh.com>
Thu, 27 Oct 2005 13:45:14 +0000 (13:45 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 27 Oct 2005 13:45:14 +0000 (13:45 +0000)
xsl/fo/inline.xsl
xsl/html/inline.xsl

index ed118afea5b6868c0a7d12532bb886696223d826..917c72ae795d692c484664eff4e23233c5bf0fd9 100644 (file)
   <xsl:call-template name="inline.charseq"/>
 </xsl:template>
 
+<xsl:template match="date">
+  <!-- should this support locale-specific formatting? how? -->
+  <xsl:call-template name="inline.charseq"/>
+</xsl:template>
+
 <xsl:template match="errorcode">
   <xsl:call-template name="inline.charseq"/>
 </xsl:template>
index 989d01cf7c2263213fa2102430805ff96a3e9215..c0dfaf8e55fb19d3c774af6b5bfdf236dac570d2 100644 (file)
   <xsl:call-template name="inline.charseq"/>
 </xsl:template>
 
+<xsl:template match="date">
+  <!-- should this support locale-specific formatting? how? -->
+  <xsl:call-template name="inline.charseq"/>
+</xsl:template>
+
 <xsl:template match="errorcode">
   <xsl:call-template name="inline.charseq"/>
 </xsl:template>