Deno XML parser ported from segmentio/xml-parser
import parse from "https://denopkg.com/nekobato/deno-xml-parser/index.ts";
async function main() {
const node = parse("<foo>hello world</foo>");
console.log(node);
}
main();MIT