node-xmlstream-parser:基于sax的简单xml流解析器

时间:2024-08-02 15:49:00
【文件属性】:

文件名称:node-xmlstream-parser:基于sax的简单xml流解析器

文件大小:8KB

文件格式:ZIP

更新时间:2024-08-02 15:49:00

JavaScript

节点-xmlstream-解析器 基于 sax 的简单 xml 流解析器。 将可读的 xml 流作为输入并发出解析后的对象作为结果。 这个模块的灵感来自 。 安装 npm install --save xmlstream-parser 用法 var streamParser = require ( '../lib/index' ) , JSONStream = require ( 'JSONStream' ) , fs = require ( 'fs' ) ; fs . createReadStream ( 'response.xml' ) . pipe ( streamParser . parse ( 'Item' ) ) // emit Items elements . pipe ( JSONStream . stringify ( ) ) //


【文件预览】:
node-xmlstream-parser-master
----.gitignore(587B)
----package.json(737B)
----LICENSE(1KB)
----README.md(1KB)
----example()
--------parser.text.js(355B)
--------response-big.xml(79KB)
--------response.xml(5KB)
----lib()
--------index.js(3KB)

网友评论