- Properly copy XHTML fragments by adding namespace

- Allow disabling last modified date by setting the date variable to
  empty text
- Only disable last modified date in old news, press, events pages since
  it makes sense for recent entries

Approved by:	doceng (implicit)
This commit is contained in:
Gabor Kovesdan 2012-08-15 21:50:43 +00:00
parent 06db13014c
commit f77daa56e0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39383
24 changed files with 84 additions and 45 deletions

View file

@ -83,9 +83,8 @@
<xsl:value-of select="ancestor::year/name"/>:</b><xsl:text> </xsl:text>
<xsl:value-of select="title"/>
</p>
<xsl:copy-of select="p"/>
<xsl:apply-templates select="p" mode="copy.html"/>
</li>
</xsl:template>
<xsl:template match="date"/> <!-- Deliberately left blank -->
</xsl:stylesheet>