I know a little bit about XML and using the MSXML3.0 parser but this stumps me and i keep finding the need to do it.
say i have this xml document:
<?xml version="1.0"?>
<Rootnode>
<Header1>
<Item1>
<Cd>ASWE</CD>
<Val>154</Val>...
you have to create the object before you will see the intellisense. i think that is what you are talking about.
try this
<%
dim objDOM
Set objDOM = server.createobject("MSXML2.DomDocument")
'or if you don't have MSXML3.0 parser
'Set objDOM =...
i see several problems but i can't tell what you want to do.
the first thing i see is you're trying to load an ASP into a DOM object. I know the code in "xmlfile.asp" creates a xml document, but it ISN'T an xml document, so it can't be loaded into a DOM object.
with the syntax you...
Codehound is an tool for VB that will give you all kinds of references for VB eg Books, websites, and other tools.
you can download the plugin and it will integrate itself into your VB IDE. it's free and i've found it to be very useful. whenever you need info just click the codehound icon or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.