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

michi at wyona.com michi at wyona.com
Sun Jul 1 22:42:49 CEST 2007


Author: michi
Date: 2007-07-01 22:42:49 +0200 (Sun, 01 Jul 2007)
New Revision: 25640

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

Modified: public/yanel/trunk/src/contributions/resources/atom/xslt/atomfeed2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/atom/xslt/atomfeed2xhtml.xsl	2007-07-01 19:48:25 UTC (rev 25639)
+++ public/yanel/trunk/src/contributions/resources/atom/xslt/atomfeed2xhtml.xsl	2007-07-01 20:42:49 UTC (rev 25640)
@@ -28,7 +28,7 @@
 <!--
   <link rel="neutron-introspection" type="application/neutron+xml" href="introspection-{$name-without-suffix}.xml"/>
 -->
-  <link rel="introspection" type="application/atomserv+xml" href="introspection-{$name-without-suffix}.xml"/>
+  <link rel="service" type="application/atomsvc+xml" href="introspection-{$name-without-suffix}.xml"/>
   <meta content="application/xhtml+xml; charset=UTF-8" http-equiv="Content-Type"/>
   <title><xsl:value-of select="/atom:feed/atom:title"/> - Ulysses Demo</title>
 </head>




More information about the Yanel-commits mailing list