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
Copy file name to clipboardExpand all lines: specifications/xquery-40/src/expressions.xml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18412,10 +18412,9 @@ element #p:a {
18412
18412
18413
18413
<p>The <termref def="dt-namespace-binding">namespace bindings</termref> for <code>p</code> and <code>q</code>
18414
18414
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>
18419
18418
18420
18419
<p>No <termref def="dt-namespace-binding"/> corresponding to <code>f="http://example.com/ns/f"</code> is created,
18421
18420
because the namespace prefix <code>f</code> appears only in the query prolog and is not used in an element
0 commit comments