dtd-file:DTD文件解析器,专门用于解析Firefox本地化文件

时间:2024-02-24 18:42:10
【文件属性】:

文件名称:dtd-file:DTD文件解析器,专门用于解析Firefox本地化文件

文件大小:6KB

文件格式:ZIP

更新时间:2024-02-24 18:42:10

i18n firefox localization dtd LocalizationJavaScript

只需解析DTD文件,尤其是为Firefox本地化DTD文件创建的DTD文件 安装 npm i dtd-file 用法 解析dtd内容 var parser = require ( "dtd-file" ) ; var res = parser . parse ( dtdContents ) ; // if in dtdContents you have: // <!entity key1 "value1"> // <!entity key2 "value2"> // in res you will get an object: // { // "key1": "value1", //


【文件预览】:
dtd-file-master
----index.js(4KB)
----package.json(556B)
----readme.md(632B)
----test()
--------test.js(2KB)
--------test.dtd(5KB)
--------test_res.dtd(5KB)
--------multi_line.dtd(41B)
----.gitignore(61B)

网友评论