npm install fast-xml-parseryarn add fast-xml-parserpnpm add fast-xml-parser<script src="https://fastly.jsdelivr.net/npm/fast-xml-parser"></script><script src="https://unpkg.com/fast-xml-parser"></script><script type="module">
import fastxmlparser from 'https://cdn.jsdelivr.net/npm/fast-xml-parser/+esm';
</script><script type="module">
import fastxmlparser from 'https://cdn.skypack.dev/fast-xml-parser';
</script>