Here are
219 public repositories
matching this topic...
Generate C# classes from XML Schema files
Updated
Oct 3, 2021
Erlang
[stale since 2013] a lib for loading XML Schema Definition (XSD) files ➜ plus, a tool `makepkg` to code-generate from any *.xsd your Go package with all needed `struct`s to readily `xml.Unmarshal()` documents into, based on the XSD's schema definitions. NOT REALLY MAINTAINED FOR YEARS NOW: try the forks if running into issues.
Translate XML Schema into equivalent JSON Schema
Updated
Oct 13, 2021
Prolog
Enterprise & production ready SOAP webservices powered by Spring Boot & Apache CXF
Updated
Oct 23, 2021
Java
this is the databinding framework of android . help to binding data to the view.
Machine readable rules of engagement
Updated
Sep 30, 2021
Java
Highly configurable converter from JSON-schema to XML-schema (XSD).
Validation artefacts for the European eInvoicing standard EN 16931
AuthzForce Core PDP engine (Community Edition)
Updated
Oct 22, 2021
Java
🚀 UI5 Schemas allows you to develop SAPUI5/OpenUI5 XML at a maximum convenience. It downloads, upgrades and sets up SAPUI5/OpenUI5 XML schemas for a better development experience in your favorite IDE (if it is WebStorm ;).
Updated
May 31, 2021
JavaScript
Pure PHP XSD Reader (XML Schema)
AuthzForce Server (Community Edition)
A Gradle plugin to run the XJC binding compiler during a build
Updated
Feb 1, 2021
Kotlin
Validates XML documents with XML Schema and Schematron
Updated
Oct 18, 2021
Java
Web application framework for XSLT and XQuery developers
Updated
Sep 9, 2021
JavaScript
XML schema and Schematron for aviation weather data exchange
XML Schema code generator outputting Swift, Kotlin and Java
Updated
Feb 25, 2021
Groovy
[WIP] (Self-generating) XML parser generator based on XML schemas.
Updated
Nov 16, 2019
Rust
Tiny and super fast fixed-length files reader/parser
Updated
Nov 19, 2020
Java
XSL transformators for web and pdf rendering of German CIUS XRechnung or EN16931-1:2017
Test instances for the XRechnung Standard, the German Core Invoice Usage Specification of CEN EN16931
Configuration for validating documents against the German XRechnung standard using the KoSIT validation tool
Wed is a web-based editor that assists users in editing XML documents according to a schema.
Updated
Dec 12, 2018
TypeScript
Event Logging is an XML Schema for describing the auditable events generated by computer systems, hardware devices and access control systems
Updated
Sep 17, 2021
Shell
The Just-Good-Enough XML Toolkit
Updated
Jul 21, 2021
JavaScript
Schema development for the International Aid Transparency Initiative.
Updated
Dec 15, 2020
XSLT
Improve this page
Add a description, image, and links to the
xml-schema
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
xml-schema
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The function
xmldb:create-collection($target-collection-uri as xs:string, $new-collection as xs:string)supports recursion on the $new-collection, which makes it possible to say:This recursively creates a/b/c/d as needed and returns
/db/apps/a/b/c/d. This very much appreciated behavior however is undocumented.As ca