awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesXSLT Transformations

Using eXtensible Stylesheet Language Transformations to validate or convert XML document structures.

Distinct from XML Schema Validations: Goes beyond simple XSD schema validation to perform complex structural transformations for third-party compliance.

Explore 6 awesome GitHub repositories matching web development · XSLT Transformations. Refine with filters or upvote what's useful.

Awesome XSLT Transformations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • invoiceninja/invoiceninjaAvatar de invoiceninja

    invoiceninja/invoiceninja

    9,841Voir sur GitHub↗

    Invoice Ninja is a professional billing and invoicing platform designed for managing clients, projects, and financial records. It serves as a multi-currency billing system and time tracker available as both a cloud-based application and a self-hosted suite. The platform distinguishes itself through comprehensive support for regional taxes, diverse currency formats, and automated exchange rate updates. It includes dedicated cross-platform mobile and desktop applications to manage business data across different operating systems. The software covers the end-to-end financial lifecycle, includin

    Employs XSLT to ensure electronic invoice documents comply with specific third-party structural requirements.

    PHP
    Voir sur GitHub↗9,841
  • whatwg/htmlAvatar de whatwg

    whatwg/html

    9,163Voir sur GitHub↗

    This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.

    Modifies XPath and XSLT behavior to correctly process HTML namespaces and case-sensitivity.

    HTMLcanvaseventsourcehtml
    Voir sur GitHub↗9,163
  • doxygen/doxygenAvatar de doxygen

    doxygen/doxygen

    6,506Voir sur GitHub↗

    Doxygen is a source code documentation generator and multi-language API reference tool. It extracts annotated comments from source code to create structured technical manuals and searchable software libraries in formats including HTML, LaTeX, and PDF. The project functions as a static code analysis visualizer, generating call graphs, class diagrams, and inheritance hierarchies to illustrate codebase structure. It also serves as an XML documentation export engine, producing structured metadata that can be transformed via XSLT or third-party tools. Beyond API extraction, the tool provides a Ma

    Processes generated XML data using XSLT or third-party wrappers to create custom output formats.

    C++
    Voir sur GitHub↗6,506
  • sparklemotion/nokogiriAvatar de sparklemotion

    sparklemotion/nokogiri

    6,236Voir sur GitHub↗

    Nokogiri is an XML and HTML parsing library that builds navigable document trees from strings, files, or URLs using native C parsers for speed and standards compliance. It provides a CSS selector engine that translates CSS3 selectors into XPath expressions for querying nodes, an XPath query interface with namespace support, a document manipulation toolkit for modifying parsed documents, XSD schema validation, and XSLT transformation capabilities. The library wraps libxml2 and libxslt C libraries with Ruby bindings for high-performance parsing, and integrates Google's Gumbo parser for standard

    Applies XSLT stylesheets to XML documents for structural transformation and format conversion.

    Clibxml2libxsltnokogiri
    Voir sur GitHub↗6,236
  • google/j2objcAvatar de google

    google/j2objc

    6,041Voir sur GitHub↗

    j2objc est un compilateur source-à-source et un transpiler qui convertit le code source Java en Objective-C. Il fonctionne comme un porteur de logique multiplateforme, permettant à la logique d'application et aux modèles de données écrits en Java d'être partagés et exécutés sur iOS. Pour prendre en charge cette traduction, le projet fournit une implémentation Objective-C des classes et API Java de base pour émuler l'environnement d'exécution Java. Le système inclut une traduction spécialisée pour les bibliothèques Java et fournit un mappage pour l'injection de dépendances et les annotations d'analyse statique afin de préserver les métadonnées. Il permet également la conversion de tests JUnit en binaires exécutables pour vérifier la cohérence logique sur le matériel mobile. Pour optimiser les applications iOS résultantes, le projet fournit des outils pour la détection de code inutilisé et l'élimination de code mort. Il permet en outre le remplacement de classes traduites automatiquement par des implémentations natives écrites à la main pour augmenter la vitesse d'exécution.

    Converts XML transformation and XSLT processing logic into Objective-C libraries for iOS devices.

    Java
    Voir sur GitHub↗6,041
  • emilybache/gildedrose-refactoring-kataAvatar de emilybache

    emilybache/GildedRose-Refactoring-Kata

    4,244Voir sur GitHub↗

    Ce projet est une collection de katas de refactoring et une ressource éducative en conception logicielle. Il fournit un ensemble de bases de code intentionnellement désordonnées et des exemples de code multi-langages conçus pour pratiquer la conception incrémentale, la modernisation de code hérité et la restructuration logicielle. La collection sert de matériel de formation pour le développement piloté par les tests (TDD), se concentrant sur l'utilisation de suites de tests « golden master » et de tests d'approbation pour garantir la parité fonctionnelle tout en faisant évoluer le code source. Il inclut une base d'apprentissage universelle en implémentant des règles métier complexes identiques dans plusieurs langages de programmation différents. Le système couvre une gamme de capacités incluant la simulation de gestion des stocks, où les utilisateurs mettent à jour la qualité des articles et les valeurs de vente en fonction de règles de vieillissement spécifiques. Il prend en charge un workflow de vérification complet incluant la génération de rapports de couverture, l'exécution de tests unitaires et de régression, et l'utilisation de scénarios BDD pour vérifier le comportement du système. Un support éducatif est fourni via des ateliers de refactoring et l'utilisation de diagrammes d'activité pour retracer l'évolution de la conception.

    Implements XSLT transformations to generate updated XML versions of data files.

    XSLT
    Voir sur GitHub↗4,244
  1. Home
  2. Web Development
  3. Schema Validation
  4. XML Schema Validations
  5. XSLT Transformations

Explorer les sous-tags

  • HTML Namespace IntegrationAdjusts transformation behaviors to handle HTML-specific namespaces and case-sensitivity. **Distinct from XSLT Transformations:** Focuses on the integration of HTML namespaces into XSLT/XPath rather than general XSLT transformations.
  • XSLT TranslationTranslating XML transformation and XSLT processing logic into a target language. **Distinct from XSLT Transformations:** Distinct from XSLT Transformations: focuses on translating the logic that performs transformations, not the transformations themselves.