XML Parsing helper
Permalink
I am writing a package that does a lot of parsing of XML received from a third party REST API. I am currently using DOMDocument, DOMElement, DOMXPath and a few others to help me do this.
Is there something in C5 such as a helper or some kind of XML parsing class that can help me with this.
Thanks,
Warren Bell
Is there something in C5 such as a helper or some kind of XML parsing class that can help me with this.
Thanks,
Warren Bell
Here is a snippet: