Re: Namespace of builtin functions

Steve Harris wrote:
> 
> On 6 Jun 2006, at 09:54, Seaborne, Andy wrote:
> 
>>
>>
>> Steve Harris wrote:
>>> Is it correct that there's no equivalent URI for the qname looking  
>>> XPath functions, such as http://www.w3.org/TR/xpath-functions/#func- 
>>> dateTime-less-than ?
>>
>> A couple of problems:
>>
>> 1/ It's "op:dateTime-less-than" and op: isn't given a namespace URI.
> 
> Oops :)

Rereading the F&O namepace document:
http://www.w3.org/2005/xpath-functions/#fo-summary

"""
Each function and operator is uniquely identified with a URI of the form: 
“http://www.w3.org/2005/xpath-functions/#name” where name is the name of a 
function or operator, such as “max”: http://www.w3.org/2005/xpath-functions/#max.
"""

which I read as saying there is a URI for op: named operations, namely:

http://www.w3.org/2005/xpath-functions#dateTime-less-than

(after applying the bug report).

	Andy

Received on Saturday, 10 June 2006 16:17:04 UTC