node() selector seemed to affect news and newsletter pages

svn path=/branches/test/; revision=29233
This commit is contained in:
paul 2014-09-11 15:42:39 +00:00
parent df7c4ebccd
commit 10875e5b7b

View File

@ -14,7 +14,7 @@
</xsl:if>
<!-- Here goes the actual content of the <body> node of the input file -->
<xsl:apply-templates select="body/node() | /buildinfo/document/event/body | /buildinfo/document/news/body" />
<xsl:apply-templates select="body | /buildinfo/document/event/body | /buildinfo/document/news/body" />
</xsl:element>