Re: XQuery Usecase "PART" incorrect?
Jonathan Robie <[email protected]> Wed, 22 Sep 2004 12:15:35 -0400
| Newsgroups | gmane.comp.web.query-languages |
|---|---|
| Message-ID | <[email protected]> |
Hi Martin,
The default namespace for functions is the F&O namespace, so the prefix
is not needed unless this default is set to something else.
Jonathan
Probst, Martin wrote:
> Hello, I've stumbled across a little incorrectness in the use cases
> (I believe). This is from the source of PARTS Q1, line #15: for $p in
> doc("partlist.xml")//part[empty(@partof)] ^^^^^ Whereas in the main
> XQuery Specification "empty" stands in the list of reserved function
> names. So the built-in function "empty" may (or at least should) not
> be called without using a proper prefix like in the functions and
> operators spec: "fn:empty()". It's a minor thing but should be
> corrected in the use cases as it might not be too obvious to users.
>
> mfg Martin Probst
>
> (DGBD)