js2xml:将Javascript代码转换为XML文档

时间:2024-02-27 08:15:52
【文件属性】:

文件名称:js2xml:将Javascript代码转换为XML文档

文件大小:160KB

文件格式:ZIP

更新时间:2024-02-27 08:15:52

javascript python xml hacktoberfest XMLPython

js2xml 将Javascript代码转换为XML文档。 这使得使用XPath以比仅使用正则表达式更强大的方式轻松提取嵌入JavaScript代码的数据。 安装: 您可以通过安装js2xml: pip install js2xml 例: >> > import js2xml >> > >> > jscode = """function factorial(n) { ... if (n === 0) { ... return 1; ... } ... return n * factorial(n - 1); ... }""" >> > pars


【文件预览】:
js2xml-master
----setup.py(1KB)
----.gitignore(544B)
----requirements.txt(18B)
----js2xml()
--------__init__.py(501B)
--------xmlvisitor.py(14KB)
--------utils()
--------jsonlike.py(302B)
--------__main__.py(482B)
----.travis.yml(376B)
----.bumpversion.cfg(131B)
----LICENSE(1KB)
----setup.cfg(28B)
----SCHEMA.rst(9KB)
----README.md(5KB)
----tests()
--------test_json.py(5KB)
--------__init__.py(1B)
--------samples()
--------test_utils_objects.py(6KB)
--------test_syntax.py(7KB)
--------run_profile.sh(1KB)
--------test_schema.py(36KB)
--------profile.py(397B)
--------test_parse.py(8KB)
--------test_utils_vars.py(4KB)
----test.py(287B)
----.gitattributes(34B)
----tox.ini(166B)

网友评论