- πΊπΈUnited States MrAdamJohn
Thanks folks - we should consider move the handling of XML responses into the docs, perhaps.
Extending the OP question just a bit - in the original XML response on line 8;
<api _name="AccesscodeBasicInfo">
Can the `api` tag `_name` attribute value be obtained?
In this case, "AccesscodeBasicInfo" is the value for the given `_name` attribute of the `api` tag.The response I am getting from one of my APIs has attribute values that I need, and so far not finding a means to obtain that value using this approach.