jgeXml:足够好的XML工具包 源码
jgeXml-足够好用的XML工具包 jgeXml提供了一个事件驱动的解析器来处理XML 1.0 / 1.1。 支持拉和推模式。 包含用于编写XML(文档或片段)以及在XML和JSON之间转换的工具。 该代码不依赖于其他模块或本机库。 设置推送解析器非常简单: const jgexml = require ( 'jgexml' ) ; const result = jgexml . parse ( xml , function ( state , token ) { //... } ) ; 事件(stateCodes) sDeclaration sDocType sDTD
文件列表
jgeXml-master.zip
(预估有个91文件)
jgeXml-master
.travis.yml
59B
xml2json.js
4KB
package.json
856B
test
issue9.xsd
245B
address.xml
502B
bookstore.json
716B
issue12.xsd
321B
xbrl.xml
2KB
暂无评论