Link to home
Start Free TrialLog in
Avatar of ChetOS82
ChetOS82Flag for United States of America

asked on

xmlDoc.parseError equivalent in Firefox

When I load an XML document in IE, I can use the parseError object to determine if an error occurred (and why).

Is there an equivalent in Firefox?  That is, how can I determine if a loading or parsing error occurred in Firefox other than just checking to see if the xml is blank?

I am using document.implementation.createDocument to create the XmlDocument object, then using the load() method to actually retrieve it from a remote location.
ASKER CERTIFIED SOLUTION
Avatar of ChetOS82
ChetOS82
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial