Loading problems
new to XML, so I am not sure as to what questions to ask. Any help here?
******************
Here is the line:
objXML.load(Server.MapPath("database.xml"))
******************
Here is the error:
Microsoft VBScript runtime error '800a01a8'
Object required
/search/send.asp, line 21
******************
This is line 21 and 22:
If rootNode.hasChildNodes() Then
For Each pageNode in rootNode.childNodes

