I'd like to be able to test some of my Retool workflows offline, and the automatic parsedXml returned by an API call returning XML is extremely useful, much better than trying to use a library like @xmldoc/xmldoc
to parse the raw XML.
Is there a spec (like a Typescript definition) for exactly what parseXml might contain, and is there a library that does the same parsing in a Node application?