共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > roxi |
roxi
|
0 | 1 | 16 |
贡献者 | 讨论 | 代码提交 |
An alternative, more standard, more clean and more modern of REXML
Project aimed to build:
pure ruby xml parser (standard 1.0) pure ruby xpath engine (standard 1.0) more standards builded on top of that (schematron, xslt, sxpath, ...)
Not yet released but already implemented
xml pull parser (ansi C) (to be replaced by pure ruby xml parser) xpath parser (ansi C) (to be replaced by pure ruby xpath parser) DOM with xlinq like API xpath engine xquery like API xupdate like API
Merciless quality
Developed in TDD (Test Driven Development) Use Case Tests for all API (better than sloppy documentation) Standard Compliancy Tests