Author: reinhard Date: Tue Jan 18 05:47:19 2005 New Revision: 125505 URL: http://svn.apache.org/viewcvs?view=rev&rev=125505 Log: allow text nodes in groups Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/resources/forms-page-styling.xsl
Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/resources/forms-page-styling.xsl Url: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/resources/forms-page-styling.xsl?view=diff&rev=125505&p1=cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/resources/forms-page-styling.xsl&r1=125504&p2=cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/resources/forms-page-styling.xsl&r2=125505 ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/resources/forms-page-styling.xsl (original) +++ cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/resources/forms-page-styling.xsl Tue Jan 18 05:47:19 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> <!--