Schematron / schematron

Schematron "skeleton" - XSLT implementation
MIT License
93 stars 45 forks source link

Is SVRL location overly complicated? #27

Open rjelliffe opened 7 years ago

rjelliffe commented 7 years ago

SVRL location has paths like

*[local-name()='component'][1]

I think this was to overcome potential problems with namespaces and prefixes. But if there is no namespace, then why not just component[1] ?

This was reported by edwin_uestc relating to CDA validation using the Ant task, who wanted to provide users with a more readable location path.