You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gi...@apache.org on 2005/10/25 12:30:19 UTC

svn commit: r328329 - /cocoon/blocks/forms/trunk/java/org/apache/cocoon/forms/resources/forms-field-styling.xsl

Author: giacomo
Date: Tue Oct 25 03:30:04 2005
New Revision: 328329

URL: http://svn.apache.org/viewcvs?rev=328329&view=rev
Log:
raise priority to have a chance to get invoked

Modified:
    cocoon/blocks/forms/trunk/java/org/apache/cocoon/forms/resources/forms-field-styling.xsl

Modified: cocoon/blocks/forms/trunk/java/org/apache/cocoon/forms/resources/forms-field-styling.xsl
URL: http://svn.apache.org/viewcvs/cocoon/blocks/forms/trunk/java/org/apache/cocoon/forms/resources/forms-field-styling.xsl?rev=328329&r1=328328&r2=328329&view=diff
==============================================================================
--- cocoon/blocks/forms/trunk/java/org/apache/cocoon/forms/resources/forms-field-styling.xsl (original)
+++ cocoon/blocks/forms/trunk/java/org/apache/cocoon/forms/resources/forms-field-styling.xsl Tue Oct 25 03:30:04 2005
@@ -287,7 +287,7 @@
   <!--+
       | @state="output" in selections-list should display the label
       +-->
-  <xsl:template match="fi:field[@state='output' and fi:selection-list]">
+  <xsl:template match="fi:field[@state='output' and fi:selection-list]" priority="3">
     <xsl:variable name="value" select="fi:value/node()"/>
     <span id="{@id}"><xsl:copy-of select="fi:selection-list/fi:item[@value=$value]/fi:label/node()"/></span>
   </xsl:template>