wikipedia api - Classic ASP xmlDOM not turning any result? -


this code dont respond result. dont know why? can me?

<%     set xmldom = server.createobject("microsoft.xmldom")     xmldom.async = false     xmldom.setproperty "serverhttprequest", true     xmldom.load("https://tr.wikipedia.org/w/api.php?format=xml&maxage=600&smaxage=1200&action=opensearch&search=fizik&limit=10")     set itemlist = xmldom.selectnodes("item")     each itemattrib in itemlist         newsdate    =   itemattrib.selectsinglenode("description").text %> <%=newsdate%> <%     next     set xmldom = nothing     set itemlist = nothing %> 

sorry bad english.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -