Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load XML failed.

Status
Not open for further replies.

kraftsha

MIS
Joined
Sep 16, 2002
Messages
53
Location
US
I am trying to read an XML file that was generated by my backup software, but I get the error msg. "load xml failed." How can I fix this? It was working fine until about a week ago...could this have been the job of a microsoft security patch?

Thank You.


 
What are you using to load the file?

If you're using MSXML4, then look at the parseerror property, which has a reason property, which will tell you where it's failing. Usually it's a structural problem -- an end-tag missing, etc.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top