- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 11 Mar 2008 03:23:09 +0000
- To: public-qt-comments@w3.org
- CC:
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