oxygen delete's empty <![CDATA[]]>
Posted: Fri Dec 10, 2004 9:04 pm
Hi,
since there is a problem with handling <textarea/> in browsers (solution for mozilla is to send header application/xhtml+xml, but IE do not know this header
) I've finally find out, how to easilly prevent xslt parsers to collapse <textarea></textarea> into <textarea/>
by putting <![CDATA[]]> in it. It's empty (no spaces etc...) and it works.. cool
but when I use pretty print in oxygen, it removes this "empty but usefull
" element... and everything is screwed up in that moment...
is there any way to force oxygen to not care about <![CDATA[]]> tags?
thanks for help
since there is a problem with handling <textarea/> in browsers (solution for mozilla is to send header application/xhtml+xml, but IE do not know this header

by putting <![CDATA[]]> in it. It's empty (no spaces etc...) and it works.. cool
but when I use pretty print in oxygen, it removes this "empty but usefull

is there any way to force oxygen to not care about <![CDATA[]]> tags?
thanks for help