[thelist] beginner XML ASP question

David.Cantrell at Gunter.AF.mil David.Cantrell at Gunter.AF.mil
Tue Oct 1 08:36:06 CDT 2002


>Running that code against that page causes me to get this error. It happens
>on the "Response.Write..." line.
>
>Object required: 'documentElement'
>/loadxml.asp, line 11

Correct your XML elements and it works fine. :)

XML requires proper nesting and elements and attributes are case-sensitive,
e.g. "WebObject" != "web_object" != "web_Object" etc.

Whenever you run into this kind of problem, your first step should be to
view the XML file directly in IE and it will show you if anything is wrong
in your XML source.

-dave



More information about the thelist mailing list