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

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

Open
duck2 opened this issue Jul 2, 2019 · 1 comment

Comments

@duck2
Copy link
Member

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

@duck2 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
@mithro
Copy link
Member

mithro commented Jul 2, 2019

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

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

No branches or pull requests

2 participants