-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Lines 92 to 100 in 19438c4
| attribute xpath { | |
| xsd:string { pattern = "/?([^/]+/)*[^/]+" }? | |
| } | |
| | | |
| ( | |
| # these are different syntaxes to address JSON documents: | |
| attribute xpath-map-array { xsd:string } | |
| | attribute json-pointer { xsd:string } | |
| | attribute JsonPath { xsd:string } |
It really is a question -- I can see the merit of a set of explicit attribute names, but this could well expand/change in the case of JSON. Also, might some circumstances require them not to be mutually exclusive (e.g. locators reported in more than one JSON location syntax)?
Is the below a bridge too far?
<location line='5' column'3'>
<structural type='xpath'>/foo/bar</structural>
</location>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels