awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • hamcrest/hamcrest-phpالصورة الرمزية لـ hamcrest

    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