z-xml
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

zXML

zeen3's quick xml parser.

does whitespace removal, comment removal.

usage:

import zXML from 'z-xml'
zXML.parse(buffer, 0, preserveWhiteSpace, preserveComments)
// [zXML_El, zXML_El, ...]
const zXML = require('z-xml')
zXML.parse(buffer)
// [zXML_El, ...]

really more of a proof-of-concept than anything.

can be used for simple system makers or something. idk.

really just me playing with buffers.

Readme

Keywords

Package Sidebar

Install

npm i z-xml

Weekly Downloads

4

Version

1.1.0

License

GPL-3.0

Unpacked Size

55.9 kB

Total Files

10

Last publish

Collaborators

  • zeen3