Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SiblingSequence to Node #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ol1BoT
Copy link

@Ol1BoT Ol1BoT commented Apr 8, 2024

Minor change to include SiblingSequence in the node

Why?

I use XMLQuery to construct XML documents from other formats such as JSON. This JSON would include a sequence property which instructs the order of the siblings.

when validating XML against an XSD the xsd:sequence cares about the ordering of it's children, so it's helpful to have a sibling sequence built into the node so that it can be sorted.

@ssratkevich
Copy link

It seems quite strange without any logic that set or get this field.
How it will be used? Who and when will set SiblingSequence?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants