[Yanel-commits] rev 26952 - public/yanel/trunk/src/contributions/resources/atom/xslt

michi at wyona.com michi at wyona.com
Sun Aug 26 21:08:22 CEST 2007


Author: michi
Date: 2007-08-26 21:08:21 +0200 (Sun, 26 Aug 2007)
New Revision: 26952

Modified:
   public/yanel/trunk/src/contributions/resources/atom/xslt/atomfeed2xhtml.xsl
Log:
service link added

Modified: public/yanel/trunk/src/contributions/resources/atom/xslt/atomfeed2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/atom/xslt/atomfeed2xhtml.xsl	2007-08-26 18:59:55 UTC (rev 26951)
+++ public/yanel/trunk/src/contributions/resources/atom/xslt/atomfeed2xhtml.xsl	2007-08-26 19:08:21 UTC (rev 26952)
@@ -43,6 +43,8 @@
 Link: <xsl:value-of select="/atom:feed/atom:link/@href"/>
 <br/>
 ID: <xsl:value-of select="/atom:feed/atom:id"/>
+<br/>
+Atom Service Document: <a href="introspection-{$name-without-suffix}.xml">introspection-<xsl:value-of select="$name-without-suffix"/>.xml</a>
 </p>
 
 <h2>Entries</h2>



More information about the Yanel-commits mailing list