[WIP] Move XSD Liquid methods from lutaml-xsd - #626
Merged
Conversation
ronaldtse
added a commit
that referenced
this pull request
May 1, 2026
- Move Liquid template methods from lutaml-xsd into core XSD models - Add schema_path.rb for robust XSD schema URL/refs resolution - Add Liquid-compatible accessors to XSD elements (attributes, base types, content models, attribute groups, containers, simple content) - Harden XSD schema URL parsing with lutaml_root support - Preserve W3C XML attribute types in XML compiler - Add comprehensive Liquid method specs for all XSD model types
ronaldtse
force-pushed
the
feat/xsd-liquid-helpers
branch
from
May 1, 2026 01:44
ab4c0b1 to
a196516
Compare
- Move Liquid template methods from lutaml-xsd into core XSD models - Add schema_path.rb for robust XSD schema URL/refs resolution - Add Liquid-compatible accessors to XSD elements (attributes, base types, content models, attribute groups, containers, simple content) - Harden XSD schema URL parsing with lutaml_root support - Preserve W3C XML attribute types in XML compiler - Add comprehensive Liquid method specs for all XSD model types
ronaldtse
force-pushed
the
feat/xsd-liquid-helpers
branch
from
May 1, 2026 09:58
a196516 to
47c50e4
Compare
ronaldtse
marked this pull request as ready for review
May 1, 2026 11:09
ronaldtse
added a commit
that referenced
this pull request
May 1, 2026
- Move Liquid template methods from lutaml-xsd into core XSD models - Add schema_path.rb for robust XSD schema URL/refs resolution - Add Liquid-compatible accessors to XSD elements (attributes, base types, content models, attribute groups, containers, simple content) - Harden XSD schema URL parsing with lutaml_root support - Preserve W3C XML attribute types in XML compiler - Add comprehensive Liquid method specs for all XSD model types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR follows up on the discussion in lutaml/lutaml-xsd#26 by moving the XSD Liquid helper support into
lutaml-model, where the XSD parsing functionality now lives.It ports the Liquid helper methods from
lutaml-xsdinto theLutaml::Xml::Schema::Xsdclasses and adds focused test coverage for sorting, reference resolution, and nested container traversal.What this changes