[Bug 4869] [FS] Enclosed expressions and namespaces

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4869





------- Comment #29 from jmdyck@ibiblio.org  2008-03-11 03:23 -------
If we adopt my proposal in Bug 3771 comment #8, then the original query's
constructors:
    <a>{<b xmlns:p="q"/>}</a>
    <a><b xmlns:p="q"/></a>
would normalize to:
    element a { fs:B( fs:A(( element b {()} { namespace p {"q"} } )) ) }
    element a { fs:B(        element b {()} { namespace p {"q"} }    ) }
So only in the first case would the 'b' element be subject to fs:A's
node-copying semantics.

Received on Tuesday, 11 March 2008 03:23:16 UTC