SymbiFlow/uxsdcxx

See if PugiXML's XPath support can be used to implement identity constraints

Opened this issue · 1 comments

duck2 commented

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>.

I would say this is a "nice to have". Lets get everything else working first.