1

I am trying to recreate the xml to json converted based on DOMParser. Is there a way to make it work for NodeJS

Samdeesh
  • 905
  • 11
  • 23

1 Answers1

0

The exact polyfill for Domparser in node is xmldom package at https://www.npmjs.com/package/xmldom

Samdeesh
  • 905
  • 11
  • 23