The innerHTML property may be non-standard, but it can be a lot more
convienient than fiddling around with the DOM
methods to insert a chunk of XHTML
into a page. Currently Mozilla doesn’t allow the use of innerHTML to insert markup
into documents served as application/xhtml+xml, so here is a class that attempts to provide similar
functionailty to innerHTML for these documents.
Continue reading “InnerXHTML” | Comments are closed








