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/14 17:04:20 UTC

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

Author: andreas
Date: Mon May 14 08:04:19 2007
New Revision: 537868

URL: http://svn.apache.org/viewvc?view=rev&rev=537868
Log:
Use XHTML format when expanding news documents.

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=537868&r1=537867&r2=537868
==============================================================================
--- lenya/trunk/src/modules/collection/xslt/collection2cinclude.xsl (original)
+++ lenya/trunk/src/modules/collection/xslt/collection2cinclude.xsl Mon May 14 08:04:19 2007
@@ -22,7 +22,7 @@
       <xsl:copy-of select="@*"/>
       <xsl:if test="not(*)">
         <ci:include src="cocoon://modules/collection/metadata/{@uuid}/{$language}.xml"/>
-        <ci:include src="lenya-document:{@uuid}"/>
+        <ci:include src="lenya-document:{@uuid}?format=xhtml"/>
       </xsl:if>
       <xsl:copy-of select="*"/>
     </xsl:copy>



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