Opened 14 years ago
Closed 14 years ago
#2677 closed defect (invalid)
dojo.xml.Parse() does not work in IE anymore
Reported by: | Owned by: | Tom Trenka | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dojox | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In version 0.3.1 I used this xml parser to parse xml-fragments I received from a webserver with some code like this:
function parseXML(evt) { var xml = evt.responseXML.childNodes[1]; var parser = new dojo.xml.Parse(); var parsedXML = parser.parseElement(xml); }
In Version 0.4.2 this works in FireFox?, but not in IE anymore ....
Error message is: "scopeName is null or not an object"
Change History (2)
comment:1 Changed 14 years ago by
Component: | General → Dojox |
---|---|
Owner: | changed from anonymous to Tom Trenka |
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Not that I know of, at least not the Dojo parser. That one was the one used for doing the widgets, and isn't a real Xml Parser to begin with.
Note: See
TracTickets for help on using
tickets.
is there a dojox plan for the xml parser?