awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesXPath Assertions

Verification of XML document contents by executing XPath queries to locate and validate specific elements.

Distinct from XML Schema Validations: Distinct from XML Schema Validations: focuses on querying specific element values via XPath rather than validating the entire document against an XSD schema.

Explore 1 awesome GitHub repository matching web development · XPath Assertions. Refine with filters or upvote what's useful.

Awesome XPath Assertions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hamcrest/hamcrest-phphamcrest 的头像

    hamcrest/hamcrest-php

    7,007在 GitHub 上查看↗

    Hamcrest PHP is a declarative assertion framework and matcher library used for unit testing in PHP. It provides a set of flexible matchers to verify object states, data types, and collection contents. The library includes specialized tools for XML verification using XPath expressions to analyze document structures and element content. It also allows for the creation of complex validation rules by combining multiple independent matchers through logical operators. The framework covers a broad range of validation primitives, including string content inspection, numeric comparison, and object pr

    Provides specialized matchers to analyze and verify XML document structures using XPath expressions.

    PHP
    在 GitHub 上查看↗7,007
  1. Home
  2. Web Development
  3. Schema Validation
  4. XML Schema Validations
  5. XPath Assertions