Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by VBBoB

  1. VBBoB

    Add a node to a document???

    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=&quot;1.0&quot;?> <Rootnode> <Header1> <Item1> <Cd>ASWE</CD> <Val>154</Val>...
  2. VBBoB

    How to see the properties and methods list in Interdev6.0?

    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(&quot;MSXML2.DomDocument&quot;) 'or if you don't have MSXML3.0 parser 'Set objDOM =...
  3. VBBoB

    DOM to load XML file

    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 &quot;xmlfile.asp&quot; 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...
  4. VBBoB

    add-in help tool for VB

    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...

Part and Inventory Search

Back
Top