From 33b6c01ff8931d0ecca923f282ad3e9c9f968482 Mon Sep 17 00:00:00 2001 From: Carsten Bormann Date: Wed, 14 Feb 2024 18:47:52 +0100 Subject: [PATCH] (C1) 3 more word-joiners to avoid confusing line breaks --- auth48/rfc9535.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auth48/rfc9535.xml b/auth48/rfc9535.xml index f32af14d..369ad0a1 100644 --- a/auth48/rfc9535.xml +++ b/auth48/rfc9535.xml @@ -2525,7 +2525,7 @@ descendant-segment = ".." (bracketed-selection / ..*, the descendant-segment directly built from a wildcard-selector, is shorthand for ..[*]. ..<member-name>, a descendant-segment built from a -member-name-shorthand, is shorthand for ..['<member-name>']. +member-name-shorthand, is shorthand for ..&wj;['<member-name>']. Note: As with the similar shorthand of a child-segment, this can only be used with member names that are composed of certain characters, as specified in the ABNF rule member-name-shorthand. @@ -3590,7 +3590,7 @@ with similar XPath concepts. // - ..name, ..[index], ..*, or ..[*] + ..name, ..&wj;[index], ..*, or ..[*] descendants (JSONPath borrows this syntax from E4X) @@ -3702,7 +3702,7 @@ and their JSONPath equivalents. - //book[position()<3] + //&wj;book[position()<3] $..book[0,1]
$..book[:2] the first two books