You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/04/02 15:03:35 UTC

svn commit: r643893 - /lenya/trunk/src/modules/news/xslt/collection2rss.xsl

Author: andreas
Date: Wed Apr  2 06:03:33 2008
New Revision: 643893

URL: http://svn.apache.org/viewvc?rev=643893&view=rev
Log:
[minor change] removed obsolete comment.

Modified:
    lenya/trunk/src/modules/news/xslt/collection2rss.xsl

Modified: lenya/trunk/src/modules/news/xslt/collection2rss.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/news/xslt/collection2rss.xsl?rev=643893&r1=643892&r2=643893&view=diff
==============================================================================
--- lenya/trunk/src/modules/news/xslt/collection2rss.xsl (original)
+++ lenya/trunk/src/modules/news/xslt/collection2rss.xsl Wed Apr  2 06:03:33 2008
@@ -69,10 +69,6 @@
   
   <xsl:template match="col:document[xhtml:html]">
     <item>
-      <!--
-        We have to use <xsl:attribute> instead of attribute-value-templates
-        for @xml:lang to avoid the xmlns:xml declaration in the output.
-      -->
       <title><meta:value element="title" ns="http://purl.org/dc/elements/1.1/" uuid="{@uuid}" lang="{@xml:lang}"/></title>
       <description><meta:value element="description" ns="http://purl.org/dc/elements/1.1/" uuid="{@uuid}" lang="{@xml:lang}"/></description>
       <xsl:variable name="href">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org