skip to Main Content

Using DOMDocument.SelectSingleNode With XML Namespace Always Returning Null VBA – Ebay API

I am new to using XML with VBA and I am trying to parse XML responses form the eBay API such as this: <?xml version="1.0"?> <GetSingleItemResponse xmlns="urn:ebay:apis:eBLBaseComponents"> <Timestamp>2016-07-04T06:24:28.969Z</Timestamp> <Ack>Success</Ack> <Build>E963_CORE_APILW_17911290_R1</Build> <Version>963</Version> <Item> <ItemID>232001428891</ItemID> <EndTime>2016-07-13T22:06:14.000Z</EndTime> <ViewItemURLForNaturalSearch>http://www.ebay.com/itm/WW2-Australian-P37-Entrenching-Tool-Cover-/232001428891</ViewItemURLForNaturalSearch> <ListingType>Chinese</ListingType> <Location>Pambula, New South Wales</Location>…

VIEW QUESTION
Back To Top
Search