Add product version number title of the atom feed.

This commit is contained in:
dcramer
2011-11-30 17:03:26 -06:00
parent f958c94cd9
commit 6a46bc807e

View File

@@ -31,7 +31,7 @@
<xsl:template match="db:revhistory">
<xsl:variable name="escapechars"> &amp;"'&lt;?</xsl:variable>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><xsl:value-of select="//db:title[1]"/> revision history</title>
<title><xsl:value-of select="concat(/*/db:title[1],' ', /*/db:info/db:releaseinfo[1])"/> revision history</title>
<link href="{substring-before($canonical.url.base,'/content')}/atom.xml" rel="self"/>
<link href="{$canonical.url.base}/index.html"/>
<id>