Martijn Houtman wrote:
> The problem can be solved by changing wizard.xsl as follows:
> 
> <!-- replaced to remove extra carriage returns
>            <xsl:value-of select="value" />
> -->
>             <xsl:value-of select="translate(value,'&#13;','')" />

I could not reproduce the bug, but would this fix not be a bit rude? Does this not 
take away all
newlines? Can you have newline at all in the text-area now?


 Michiel


-- 
Michiel Meeuwissen                  mihxil'
Mediacentrum 140 H'sum                [] ()
+31 (0)35 6772979         nl_NL eo_XX en_US




Reply via email to