I have a <textarea></textarea> somewhere in my xsl file. When
transforming it to xhtml, the element is outputed as <textarea />
which leads to problem in IE (FF works fine). IE shows the next
elements as textarea content value.
This problems solves when using <output method="xhtml" />, but this
works only with XSLT 2.0. Is there any solution with 1.0?
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--