Hello,
i modified the id attribute of the <input> in forms-calender-styling.xsl
(from svn) to make the generated html valid.
The id tag should contain "-input" (as all other inputs) for the
label-reference.
See attached patch.
Christoph
Index: forms-calendar-styling.xsl
===================================================================
--- forms-calendar-styling.xsl (revision 289432)
+++ forms-calendar-styling.xsl (working copy)
@@ -65,7 +65,7 @@
<span id="[EMAIL PROTECTED]">
<!-- regular input -->
- <input id="[EMAIL PROTECTED]" name="[EMAIL PROTECTED]"
value="{fi:value}" title="{normalize-space(fi:hint)}" type="text">
+ <input id="[EMAIL PROTECTED]" name="[EMAIL PROTECTED]"
value="{fi:value}" title="{normalize-space(fi:hint)}" type="text">
<xsl:apply-templates select="." mode="styling"/>
</input>
@@ -87,4 +87,4 @@
</span>
</xsl:template>
-</xsl:stylesheet>
+</xsl:stylesheet>
\ No newline at end of file