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/02/09 00:53:04 UTC

svn commit: r620045 - /lenya/trunk/src/modules/collection/xslt/prepareInclude.xsl

Author: andreas
Date: Fri Feb  8 15:52:58 2008
New Revision: 620045

URL: http://svn.apache.org/viewvc?rev=620045&view=rev
Log:
[minor change] removed unnecessary select attribute from include element.

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

Modified: lenya/trunk/src/modules/collection/xslt/prepareInclude.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/collection/xslt/prepareInclude.xsl?rev=620045&r1=620044&r2=620045&view=diff
==============================================================================
--- lenya/trunk/src/modules/collection/xslt/prepareInclude.xsl (original)
+++ lenya/trunk/src/modules/collection/xslt/prepareInclude.xsl Fri Feb  8 15:52:58 2008
@@ -19,7 +19,7 @@
               <xsl:otherwise>false</xsl:otherwise>
             </xsl:choose>
           </xsl:variable>
-          <i:include src="cocoon://modules/collection/collectionWithChildren/{$allLanguages}/{$pub}/{$area}/{$uuid}/{$language}.xml" select="*/*"/>
+          <i:include src="cocoon://modules/collection/collectionWithChildren/{$allLanguages}/{$pub}/{$area}/{$uuid}/{$language}.xml"/>
         </xsl:when>
         <xsl:when test="@type = 'link'">
           <i:include src="{@href}" select="*/*"/>



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