[Bug 21025] [XQ 3.0] copying unused namespace declarations

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21025

Jonathan Robie <jonathan.robie@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Jonathan Robie <jonathan.robie@gmail.com> ---
(In reply to comment #1)

> in-scope-prefixes($e)!namespace-node(){.}{namespace-uri-for-prefix($e,.)}

I was confused by "namespace-node()" in the above example. The correct syntax
is:

in-scope-prefixes($e) ! namespace {namespace-uri-for-prefix($e,.)} {.}

This is editorial; I do think an example would be helpful.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 19 March 2013 17:08:33 UTC