usnistgov / metaschema-xslt

An implementation of the Metaschema information modeling language, in XSLT and XProc
https://pages.nist.gov/metaschema/
Other
3 stars 9 forks source link

Update InspectorXSLT to handle Metapath not XPath #92

Open wendellpiez opened 12 months ago

wendellpiez commented 12 months ago

User Story:

A current limitation of the InspectorXSLT is that its underlying implementation limits the use of @target in constraints as documented here: https://github.com/usnistgov/metaschema-xslt/wiki/InspectorXSLT#metapath-implementation. Only a subset of XPath (not fully contiguous with Metapath) currently works correctly.

All solutions to this problem eventually go through Metapath.

Goals:

Given #58, we can

Dependencies:

58 is a dependency.

A Metapath grammar in iXML is a dependency.

Acceptance Criteria

{The items above are general acceptance criteria for all User Stories. Please describe anything else that must be completed for this issue to be considered resolved.}