Harald Dietrich schrieb: > I am sure, this question has been asked before, but I cannot find it in this > mailing list. Therefore I will have to ask again. > > I am having a very simple example working on Firefox, but on IE 6 it does not > work. I am loading an XML document via Ajax and try to append a fragment of > this document to my HTML. > > This is my HTML: > > <?xml version="1.0" encoding="UTF-8" ?> > <html xmlns="http://www.w3.org/1999/xhtml">
Just to note: If you're sending HTML there shouldn't be an XML (!) declaration - as long as you don't serve application/xhtml+xml. -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
