XML Schema Validation with RelaxNG

后端 未结 5 1523
广开言路
广开言路 2021-02-05 11:53

Which XML validation tools can you recommend for both performance and accuracy, each of which is a critical issue on our system? We have the following requirements:

    <
5条回答
  •  滥情空心
    2021-02-05 12:54

    I suspect xmllint uses the same underlying libraries (libxml2, etc) as anything else. It is counterintuitive to think that another front-end to the same library would give different results.

提交回复
热议问题