How is parsedXml generated?

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?

1 Like

Hi @Rob_Simmons

Thanks for reaching out!

I am moving this to discussion so that folks can continue to chime in with any ideas! I know some folks on the forum have mentioned xml parsing libraries in Retool apps, such as fast xml parser: How can i convert my table data to XML and Formatting GET API responses - #2 by Tess

Our xml to json utility uses xml js

Thanks! Knowing that xml js is the library y'all use is very helpful.