You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2005/01/18 14:45:55 UTC

svn commit: r125504 - /cocoon/trunk/src/blocks/forms/samples/resources/forms-page-styling.xsl

Author: reinhard
Date: Tue Jan 18 05:45:54 2005
New Revision: 125504

URL: http://svn.apache.org/viewcvs?view=rev&rev=125504
Log:
allow text nodes in groups
Modified:
   cocoon/trunk/src/blocks/forms/samples/resources/forms-page-styling.xsl

Modified: cocoon/trunk/src/blocks/forms/samples/resources/forms-page-styling.xsl
Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/forms/samples/resources/forms-page-styling.xsl?view=diff&rev=125504&p1=cocoon/trunk/src/blocks/forms/samples/resources/forms-page-styling.xsl&r1=125503&p2=cocoon/trunk/src/blocks/forms/samples/resources/forms-page-styling.xsl&r2=125504
==============================================================================
--- cocoon/trunk/src/blocks/forms/samples/resources/forms-page-styling.xsl	(original)
+++ cocoon/trunk/src/blocks/forms/samples/resources/forms-page-styling.xsl	Tue Jan 18 05:45:54 2005
@@ -194,7 +194,7 @@
     Group items layout : default is no layout
   -->
   <xsl:template match="fi:group" mode="group-layout">
-    <xsl:apply-templates select="fi:items/*"/>
+    <xsl:apply-templates select="fi:items/*|fi:items/text()"/>
   </xsl:template>
 
   <!--