- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 01 Jun 2007 07:55:30 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3972 tim@cbcl.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #2 from tim@cbcl.co.uk 2007-06-01 07:55 ------- I'd forgotten about this too! Simply changing the type to document-node() doesn't provide enough information for static type checking. For the record, the type of the document needs to be modified to be: document-node(schema-element( the-root-element )) for a variable bound to an input document whose root element is "the-root-element". It's a little frustrating that we have to read the input documents to modify the query appropriately.
Received on Friday, 1 June 2007 07:55:32 UTC