esthera
10-16-2005, 06:28 PM
i'm trying to debug some xml code...
xmlDoc.load(Server.MapPath("/xml/fr.xml"))
if xmlDoc.documentElement is Nothing then
response.write "here"
end if
the file is defiantlye there and the if documentElement is nothing is coming through.--does that mean that the script somehow can't find the xml.
why would this be when it is clearly there??
xmlDoc.load(Server.MapPath("/xml/fr.xml"))
if xmlDoc.documentElement is Nothing then
response.write "here"
end if
the file is defiantlye there and the if documentElement is nothing is coming through.--does that mean that the script somehow can't find the xml.
why would this be when it is clearly there??