Menu

#246 In XQuery, default element namespace is not reset

v8.0
closed
5
2012-10-08
2004-09-16
Michael Kay
No

In XQuery, a default element namespace established by
writing xmlns="abc" in a direct element constructor is
not cleared at the end of the containing element; it
will still be treated as the default element namespace
for unprefixed names appearing in subsequent path
expressions.

Source code fixed, test case added (qxmp171)

Discussion