XML and HTML : Edited - Posted (1729 Views)
Average Member
kolucoms6
Posts: 845
845

Below set of Code returns me the XML file as Output.
Set myXmlDoc =Server.CreateObject("MSXML.DOMDocument")
myXmlDoc.load("www.abcsite.com/insert.asp")


1) How to show the Output(xml) in IE ? 2) How to convert XML into HTML and displays the HTML file ?<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Forum Admin
HuwR
Posts: 20611
20611
myXmlDoc.documentElement.selectSingleNode("LeadID") should be
myXmlDoc.selectSingleNode("LeadID")<
Posted
Average Member
kolucoms6
Posts: 845
845
:-)

<
 
You Must enter a message