Ticket #540 (closed Bug: duplicate)
Problems with XML within HTML
| Reported by: | lizl | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
FCKeditor is not supporting XML within HTML -
* In IE, insert
<xml id="note" src="note.xml"></xml> in FCKeditor's source mode. Switch to WYSIWYG mode and then switch to source mode. The inserted fragment is replaced with <!--Element not supported - Type: 9 Name: #document-->
* In Firefox, insert
<xml id="note" src="note.xml"></xml> in FCKeditor's source mode. Switch to WYSIWYG mode and then switch to source mode. The inserted fragment is preserved.
* In IE, insert
<?xml:namespace prefix = st1 /> in FCKeditor's source mode. Switch to WYSIWYG mode and then switch to source mode. The inserted fragment is removed.
* In Firefox, insert
<?xml:namespace prefix = st1 /> in FCKeditor's source mode. Switch to WYSIWYG mode and then switch to source mode. The inserted fragment is removed.