vgritsenko 2003/12/08 12:28:32
Modified: src/blocks/woody/samples/resources woody-field-styling.xsl
Log:
do not output wi:value, but only what it contains
Revision Changes Path
1.24 +1 -1
cocoon-2.1/src/blocks/woody/samples/resources/woody-field-styling.xsl
Index: woody-field-styling.xsl
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-field-styling.xsl,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- woody-field-styling.xsl 23 Nov 2003 16:58:18 -0000 1.23
+++ woody-field-styling.xsl 8 Dec 2003 20:28:32 -0000 1.24
@@ -232,7 +232,7 @@
| wi:field with @type 'output' : rendered as text
+-->
<xsl:template match="wi:field[wi:[EMAIL PROTECTED]'output']]" priority="2">
- <xsl:copy-of select="wi:value"/>
+ <xsl:copy-of select="wi:value/node()"/>
</xsl:template>
<!--+