http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2650
*** shadow/2650 Tue Jul 17 09:21:25 2001
--- shadow/2650.tmp.4573 Tue Jul 17 23:58:02 2001
***************
*** 51,54 ****
declared by the XML Namespaces Recommendation [XML Names]) and one for the
default namespace if one is in scope for the element." Here, we don't have a
default namespace but it does seem like each of the children should have node
! for the implicitly declared xml prefix.
--- 51,62 ----
declared by the XML Namespaces Recommendation [XML Names]) and one for the
default namespace if one is in scope for the element." Here, we don't have a
default namespace but it does seem like each of the children should have node
! for the implicitly declared xml prefix.
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-17 23:58 -------
! Gary,
!
! yes, you are right. The resulting node set should consist of 6 nodes,
! including two times the xml namespace node.
!
! Gregor