#2807: Fatal error when using content-type: application/xhtml+xml
------------------------+---------------------------------------------------
  Reporter:  moroz1999  |       Owner:        
      Type:  Bug        |      Status:  closed
  Priority:  Normal     |   Milestone:        
 Component:  General    |     Version:        
Resolution:  invalid    |    Keywords:        
------------------------+---------------------------------------------------
Changes (by arczi):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 W3c says:
 {{{
 Does document.write work in XHTML?

 No. Because of the way XML is defined, it is not possible to do tricks
 like this, where markup is generated by scripting while the parser is
 still parsing the markup.

 You can still achieve the same effects, but you have to do it by using the
 DOM to add and delete elements.
 }}}

 I attached a sample solution using innerHTML, but you can also use other
 methods.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2807#comment:1>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to