This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
7.1.7 The fs:item-sequence-to-node-sequence function "by applying the normative rules in [XQuery] Section 3.7.3.1 Computed Element Constructors" There are a lot of rules in that section. You need to be more specific about exactly which ones to apply. I think it's just 1,2,3 under "Processing of the computed element constructor proceeds as follows". STA / rule 1 / premise 2 statEnv |- Type : ... s/:/<:/ Also, the type doesn't allow for document nodes. STA / rule 1 / premise 2 STA / rule 1 / conclusion s/PI/processing-instruction/
Fixed as suggested. Fixed the type in the second premise of rule 1 to allow document nodes, which is consistent with the dynamic semantics described in 3.7.3.1 of the XQuery 1.0 specification. - Jerome
I said: > > There are a lot of rules in that section. You need to be more specific > about exactly which ones to apply. I think it's just 1,2,3 under > "Processing of the computed element constructor proceeds as follows". That was/is wrong. The applicable text starts a little earlier. This is (hopefully) resolved by Bug 3655.