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:43 UTC

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

Author: andreas
Date: Fri Feb  8 15:53:38 2008
New Revision: 620046

URL: http://svn.apache.org/viewvc?rev=620046&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=620046&r1=620045&r2=620046&view=diff
==============================================================================
--- lenya/trunk/src/modules/collection/xslt/prepareInclude.xsl (original)
+++ lenya/trunk/src/modules/collection/xslt/prepareInclude.xsl Fri Feb  8 15:53:38 2008
@@ -22,7 +22,7 @@
           <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="*/*"/>
+          <i:include src="{@href}"/>
         </xsl:when>
         <xsl:otherwise>
           <xsl:copy-of select="col:document"/>



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