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 2007/05/08 16:58:57 UTC

svn commit: r536213 - /lenya/trunk/src/modules/collection/xslt/collection2cinclude.xsl

Author: andreas
Date: Tue May  8 07:58:55 2007
New Revision: 536213

URL: http://svn.apache.org/viewvc?view=rev&rev=536213
Log:
Reverted accidential change (using wrong UUID for meta data access in collection module)

Modified:
    lenya/trunk/src/modules/collection/xslt/collection2cinclude.xsl

Modified: lenya/trunk/src/modules/collection/xslt/collection2cinclude.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/collection/xslt/collection2cinclude.xsl?view=diff&rev=536213&r1=536212&r2=536213
==============================================================================
--- lenya/trunk/src/modules/collection/xslt/collection2cinclude.xsl (original)
+++ lenya/trunk/src/modules/collection/xslt/collection2cinclude.xsl Tue May  8 07:58:55 2007
@@ -20,7 +20,7 @@
   <xsl:template match="col:document">
     <xsl:copy>
       <xsl:copy-of select="@*"/>
-      <ci:include src="cocoon://modules/collection/metadata/{$uuid}/{$language}.xml"/>
+      <ci:include src="cocoon://modules/collection/metadata/{@uuid}/{$language}.xml"/>
       <ci:include src="lenya-document:{@uuid}"/>
     </xsl:copy>
   </xsl:template>



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