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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XSD 1.0 has very useful identity constraint tags which work with XPath 1.0. Look if they are compatible and if so, cobble together at least some form of support for <xs:key>, <xs:keyref> and <xs:unique>.
The text was updated successfully, but these errors were encountered:
duck2
changed the title
Investigate if PugiXML's XPath support can be used to implement identity constraints
See if PugiXML's XPath support can be used to implement identity constraints
Jul 2, 2019
PugiXML supports a subset of XPath 1.0.
XSD 1.0 has very useful identity constraint tags which work with XPath 1.0. Look if they are compatible and if so, cobble together at least some form of support for
<xs:key>
,<xs:keyref>
and<xs:unique>
.The text was updated successfully, but these errors were encountered: