Carsten Ziegeler wrote: > The importNode() function in the insertion.js of our ajax block has a > text for "node.xml" - what does this actually check? >
It checks a IE-specific feature that allows to get the representation of a node and its children as serialized XML document (as a String). > Now, it seems that in some cases this check evaluates to true which > results in buggy element nodes which are unusable in IE. That was precisely meant for IE. What version are you using? > Can we remove this check? > IIRC IE had some issues with namespaces in the importNode function, but I also see that this function has namespace-aware DOM function commented out. So I don't know... Sylvain -- Sylvain Wallez - http://bluxte.net
