awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesElement Name Validation

Verification of XML element names against disallowed symbols to ensure document structural integrity.

Distinct from XML Schema Validations: Distinct from XML Schema Validations: validates the naming characters of individual elements rather than checking the document against an XSD schema.

Explore 1 awesome GitHub repository matching web development · Element Name Validation. Refine with filters or upvote what's useful.

Awesome Element Name Validation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • martinblech/xmltodictAvatar martinblech

    martinblech/xmltodict

    5,741Vezi pe GitHub↗

    xmltodict is a Python library that provides bidirectional serialization between XML documents and dictionaries. It functions as a parser that converts marked-up input into key-value pairs and a serialization utility that transforms dictionaries back into structured XML documents. The project includes an incremental stream processor that uses depth-based callbacks to handle large XML files while maintaining constant memory usage. It features a namespace manager for mapping prefixes and declarations, as well as a security sanitizer that blocks external entity expansion and validates element nam

    Verifies that XML element names do not contain illegal symbols to maintain structural integrity.

    Python
    Vezi pe GitHub↗5,741
  1. Home
  2. Web Development
  3. Schema Validation
  4. XML Schema Validations
  5. Element Name Validation