Opened 14 years ago
Closed 14 years ago
#2176 closed defect (invalid)
Editor2: Wrong handling of CDATA-section
Reported by: | guest | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Editor | Version: | 0.4.1 |
Keywords: | editor2 cdata | Cc: | |
Blocked By: | Blocking: |
Description
I need to edit XML-Tags in the editor, so I tried to wrap that xml in a CDATA-section. As a test I copied the following CDATA section
<![CDATA[<Element>some text</Element>]]>
into the editor (in HTML-mode) and change to WYSIWYG mode...
... I would expect to see <Element>some text</Element>
... but nothing is displayed, but the CDATA section is changed to a comment (wrapped with <!-- ... --> instead.)
Is this a bug? How can I edit XML-Tags in the editor?
Note: See
TracTickets for help on using
tickets.
this is not supported by browsers natively (tested under FF/IE)