xmldom
xmldom is an open-source JavaScript project that provides a W3C-oriented XML DOM implementation. Its core purpose is to let Node.js and other JavaScript runtimes parse XML into DOM trees, create or modify documents, and serialize them without relying on browser APIs.