SymbiFlow / uxsdcxx

generate C++ reader/writer from XSD schema
Apache License 2.0
6 stars 2 forks source link

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

Open duck2 opened 5 years ago

duck2 commented 5 years ago

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

mithro commented 5 years ago

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