xmlquery icon indicating copy to clipboard operation
xmlquery copied to clipboard

Add SiblingSequence to Node

Open Ol1BoT opened this issue 1 year ago • 1 comments

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.

Ol1BoT avatar Apr 08 '24 04:04 Ol1BoT

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

ssratkevich avatar Jan 29 '25 15:01 ssratkevich