Skip to content

Commit 1dc0da6

Browse files
committed
Oops - forgot to test before pushing
1 parent 8ba2db8 commit 1dc0da6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

specifications/xquery-40/src/expressions.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18412,10 +18412,9 @@ element #p:a {
1841218412

1841318413
<p>The <termref def="dt-namespace-binding">namespace bindings</termref> for <code>p</code> and <code>q</code>
1841418414
are added to the result element because their respective namespaces
18415-
are used in the names of the element and its attributes. The namespace binding <code>r="http://example.com/ns/r"</code> is added to the in-scope namespaces of the constructed
18416-
element because it is defined by a <termref
18417-
def="dt-namespace-decl-attr"
18418-
>namespace declaration attribute</termref>, even though it is not used in a name.</p>
18415+
are used in the names of the element and its attributes. The namespace binding <code>r="http://example.com/ns/r"</code>
18416+
is added to the in-scope namespaces of the constructed
18417+
element because it is explicitly created, even though it is not used in a name.</p>
1841918418

1842018419
<p>No <termref def="dt-namespace-binding"/> corresponding to <code>f="http://example.com/ns/f"</code> is created,
1842118420
because the namespace prefix <code>f</code> appears only in the query prolog and is not used in an element

0 commit comments

Comments
 (0)