Commit 5965f68d authored by Aurel's avatar Aurel

fix XSLT so that it retrieves content for Atom entries

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32307 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ecc1a57c
......@@ -68,7 +68,7 @@ xmlns:dc="http://purl.org/dc/elements/1.1/">\n
<categories_list type="tokens"><xsl:value-of select="$categories_list"/></categories_list>\n
<title type="string"><xsl:value-of select="*[local-name() = \'title\']"/></title>\n
<subject_list type="lines"><xsl:value-of select="$subject_list"/></subject_list>\n
<description type="text"><xsl:value-of select="description|dc:description|content"/><xsl:apply-templates select=\'summary\'/></description>\n
<description type="text"><xsl:value-of select="description|dc:description|*[local-name() = \'content\']"/><xsl:apply-templates select=\'summary\'/></description>\n
<url_text>\n
<xsl:choose>\n
<xsl:when test="link"><xsl:value-of select="link"/></xsl:when>\n
......
210
\ No newline at end of file
211
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment