html node parsing with ASP classic
问题 I stucked a day's trying to find a answer: is there a possibility with classic ASP, using MSXML2.ServerXMLHTTP.6.0 - to parse html code and extract a content of a HTML node by gived ID? For example: remote html file: <html> ..... <div id="description"> some important notes here </div> ..... </html> asp code <% ... Set objHTTP = CreateObject("MSXML2.ServerXMLHTTP.6.0") objHTTP.Open "GET", url_of_remote_html, False objHTTP.Send ... %> Now - i read a lot of docs, that there is a possibility to