0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #10K
1 Posted Topic
[CODE]Dim xmlDoc xmlDoc = Server.CreateObject("Microsoft.XMLDOM") xmlDoc.async = False xmlDoc.setProperty("ServerHTTPRequest", true) xmlDoc.load("url_here") dim objXMLRoot = xmlDoc.selectSingleNode("node_select_here") dim objNode if not (objXMLRoot is nothing) then for each objNode in objXMLRoot.childNodes() response.write(objNode.Text) next end if[/CODE] Only done quickly, hope it helps
The End.
jamziee