node-onix:Node.JS库来解析生成的ONIX XML文件

时间:2024-05-31 17:34:16
【文件属性】:

文件名称:node-onix:Node.JS库来解析生成的ONIX XML文件

文件大小:22KB

文件格式:ZIP

更新时间:2024-05-31 17:34:16

JavaScript

Node-onix 该库可用于从书籍元数据列表中解析或生成ONIX文件。 安装 $ npm install onix 如何使用它? var onix = require ( "onix" ) ; var xml = onix . create ( { from : { company : "GitBook" , person : "Samy Pesse" , email : "samy@gitbook.com" } , suplier : { name : "ePubDirect" , availabilityCode : "IP" } , products : [ { // Single record reference wh


【文件预览】:
node-onix-master
----.gitignore(586B)
----README.md(1KB)
----test()
--------fixtures()
--------parse.js(466B)
--------utils.js(423B)
--------api.js(225B)
----examples()
--------onix.js(1KB)
----LICENSE(11KB)
----package.json(740B)
----.travis.yml(60B)
----lib()
--------schemas()
--------index.js(735B)
--------codes()
--------utils.js(532B)

网友评论