首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > Python XML验证工具

Python XML验证工具

  • 资源大小:42.02 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 工具 验证

资 源 简 介

xcheck 0.7.1 -- Tools for validating XML in Python xcheck is used to validate XML in Python. Uses the ElementTree interface. XCheck objects can: use different rules to determine the content of XML elements validate ordered and unordered elements xcheck objects are callable, and can check: real data strings that represent real data ElementTree.Element objects Text representing an ElementTree.Element object There are a few rules about the assumptions xcheck uses. xcheck is designed to validate XML-Data, which, as I see it, as a few limitations: No Meaningful Mixed Content: an element has either text or children, but not both. Whitespace between children of an element is ignored. This allows the xml to be written with human-readable line breaks. Spaces around an element"s text is ignored. This means a and <

文 件 列 表

XMLCheck-0.6.6
PKG-INFO
README.txt
setup.py
TODO.txt
test
test_xcheck.py
xcheck
boolcheck.py
VIP VIP
0.159932s