文件名称:xast-util-from-xml:从 XML 解析的实用程序
文件大小:28KB
文件格式:ZIP
更新时间:2024-08-24 07:14:30
parse xml syntax-tree util unist
xast-util-from-xml 从 XML 解析的实用程序。 安装 此包 :需要 Node 12+ 才能使用它,并且必须使用import ed 而不是require d。 : npm install xast-util-from-xml 采用 假设我们有以下 XML 文件example.xml : < album xss=removed> < name>Born in the U.S.A. name> < artist>Bruce Springsteen artist> < releasedate>1984-04-06 releasedate> album> 我们的脚本example.js如下所示: import fs from 'node:fs' import { fromXml } from 'xast-util-fr
【文件预览】:
xast-util-from-xml-main
----.gitignore(57B)
----package.json(2KB)
----.npmrc(19B)
----index.js(39B)
----tsconfig.json(375B)
----.github()
--------workflows()
----.prettierignore(15B)
----license(1KB)
----lib()
--------index.js(13KB)
----readme.md(4KB)
----test()
--------index.js(5KB)
--------fixtures()
----.editorconfig(147B)