Visto che non ci sto piu con la testa stasera, mi correggete questo codice:

codice:
	' Creo oggetto DOM XML
	Set objXML = Server.CreateObject("msxml2.xmlhttp.4.0") 
	objXML.Open "get", url, False
	objXML.Send 

	
	dim AllItems
	Set AllItems = objXML.responseXml

        response.write Allitems.selectSingleNode("//Point/coordinates").text
continua a dirmi

codice:
Object required: 'selectSingleNode(...)'