1.1.0 • Published 7 years ago

z-xml v1.1.0

Weekly downloads
2
License
GPL-3.0
Repository
gitlab
Last release
7 years ago

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.

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago