How to parse xml with multiple, changing namespaces?
- by sweenrace
I have the following xml that I'm trying to parse and get the Account Data from
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:SearchResults xmlns="http://www.intuit.com/sb/cdm/v2" xmlns:ns2="http://www.intuit.com/sb/cdm/qbo" xmlns:ns3="http://www.intuit.com/sb/cdm/qbopayroll/v1">
<ns2:CdmCollections…