You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be detected by something akin <xs:assert test="count(replace($path, '([^\\]|\\\\)[\.\[].*', concat('$1.', $field)) = count(distinct-values(replace($path, '([^\\]|\\\\)[\.\[].*', concat('$1.', $field)))"/>.
The text was updated successfully, but these errors were encountered:
In the following example, each of the 4 paths bind to field "a". Since the context of each binding is object "o", the fields collide.
This can be detected by something akin
<xs:assert test="count(replace($path, '([^\\]|\\\\)[\.\[].*', concat('$1.', $field)) = count(distinct-values(replace($path, '([^\\]|\\\\)[\.\[].*', concat('$1.', $field)))"/>
.The text was updated successfully, but these errors were encountered: