Opened 15 years ago
Closed 15 years ago
#530 closed defect (invalid)
dojo.dom.innerXML does not work for IE
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi!
dojo.dom.innerXML returns "undefined" in IE.
Regards, Jochen Zimmermann
Note: See
TracTickets for help on using
tickets.
The node passed into the function needs to be part of an XML document for it to return innerXML (part of the MSXML Object model; HTML is not a part of that model, and won't return a result).