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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nspreitzer

    Quick Syntaxy Question: XPath & 'ancestor'

    Question answered: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3865906&SiteID=1&mode=1
  2. nspreitzer

    Quick Syntaxy Question: XPath & 'ancestor'

    Typos fixed below. Problem remains. Sub Argh() Dim xmldoc As DOMDocument Dim ndeTopLevel As IXMLDOMNode Dim nlst As IXMLDOMNodeList Set xmldoc = New DOMDocument xmldoc.Load "c:\blahblahblah.xml" xmldoc.setProperty "SelectionLanguage", "XPath" 'this does grab a nested element. Set...
  3. nspreitzer

    Quick Syntaxy Question: XPath & 'ancestor'

    One MILLION dollars to the person who can answer this for me. Using VBA, I wrote code similar to what is below. That last line is the one in question. If my XPath query is written "ancestor::*", the code works correctly. However, when I replace the astrix with a specific element name, as I have...

Part and Inventory Search

Back
Top