Monthly Archives: February 2006

Opera 8.x XML/DOM appendChild problem

Found a problem with Opera’s XML/DOM support. Seems that they don’t support appendChild() if the document is created with an “” (empty) QualifiedName. document.implementation.createDocument(“”,”",null); This only seems to be a problem if you try to append to such a document. … Continue reading

Posted in JavaScript | Comments Off