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.
- Host: GitHub
- URL: https://github.com/devmozao/parsing-xml-values-in-js
- Owner: devmozao
- Archived: true
- Created: 2020-03-01T00:50:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T06:17:39.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T03:22:47.063Z (about 1 year ago)
- Language: JavaScript
- Size: 261 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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/