comp.text.xml
[Top] [All Lists]

Re: filling treeview from xml file, but only certain tags

Subject: Re: filling treeview from xml file, but only certain tags
From: Martin Honnen
Date: Thu, 31 Jul 2008 15:15:30 +0200
Newsgroups: comp.text.xml


minimalniemand wrote:

but its VB6 & MSXML and I also posted in a VB group.

Use Msxml2.DOMDocument30 or later and then you can apply XPath to find child nodes of the name e.g.
  node.selectNodes("OPTEXT | ITEXT")
--

        Martin Honnen
        http://JavaScript.FAQTs.com/

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy