An open API service indexing awesome lists of open source software.

https://github.com/devmozao/parsing-xml-values-in-js

Just a snippet on how to parse xml values in js, using nodejs fs native module and clean JS, without third libraries.
https://github.com/devmozao/parsing-xml-values-in-js

Last synced: 5 months ago
JSON representation

Just a snippet on how to parse xml values in js, using nodejs fs native module and clean JS, without third libraries.

Awesome Lists containing this project

README

          

# Parsing XML Values in pure JavaScript

Just a snippet on how to parse xml values in js, using only nodejs fs native module and clean JS, without third libraries.

to see it, just jump to index.js file.

Pretty straightforward, hope it can help you all.

o/


Proof that it works, printscreen