Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Refer to text between comment tags Refer to text between comment tagsTo: NULL Date: 12/9/2007 9:21:00 AM Hi there. I am not great with this stuff, but I am using the
microsoft createobject code to insert xml data into my asp page. In
this particular xml file I am trying to retrieve data from, the data
is separated by comment tags, for example:
<!-- item1start -->
the text I want
<!-- item1end -->
How to I "get" the info within these comment tags, how would I call
upon this for the response.write if I used something like this insert?
<%
Dim objHttp
set objHttp = Server.CreateObject("Microsoft.XMLHTTP")
objHttp.open "GET", "http://www.thexmlfile.xml", false
objHttp.Send
If objHttp.status = 200 Then
response.write(objHttp.responseText)
End If
set objHttp = nothing
%>
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
