joerg 2004/01/23 08:19:11
Modified: src/blocks/woody/samples/resources woody-field-styling.xsl
Log:
validHTMLTypes completed
Revision Changes Path
1.37 +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.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- woody-field-styling.xsl 23 Jan 2004 14:47:44 -0000 1.36
+++ woody-field-styling.xsl 23 Jan 2004 16:19:11 -0000 1.37
@@ -91,7 +91,7 @@
| types must/should be in the HTML output too.
+-->
<xsl:variable name="validHTMLTypes"
- select="'text hidden textarea checkbox radio password'"/>
+ select="'text hidden textarea checkbox radio password
image reset submit'"/>
<xsl:if test="normalize-space(.) and
contains(concat(' ', $validHTMLTypes, ' '), concat(' ', .,
' '))">
<xsl:copy-of select="."/>