microsummary: fix xpath expr

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@2299 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2010-02-04 15:44:28 +00:00
parent 23459e95a0
commit ffd6752c13
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
<xsl:template match="/">
<xsl:text>&lt;&lt;&lt;/&gt;&gt; </xsl:text>
<xsl:apply-templates select="/html/body/div[@id='page']/div[@id='body']/div[@id='content']"/>
<xsl:apply-templates select="id('content')"/>
</xsl:template>
<xsl:template match="div[@id='content']">
<xsl:value-of select="h2"/>
<xsl:apply-templates select="div[position()=1 and @class='vevent']/h3"/>
<xsl:apply-templates select="div[1]/h3"/>
</xsl:template>
<xsl:template match="h3[@class='news summary']">