Re: Further thoughts on enabling unprefixed function calls

> 
> So many languages use period, that's why I favour it?
> 

Yes, but XML has screwed us on that. Period is an allowed character in names, so $date.year() is legal in 3.1, it is a call on a function held in the variable whose name is "date.year". It's not a question of user view versus implementor view, it's a question of backwards compatibility.

Michael Kay
Saxonica

Received on Monday, 30 November 2020 14:08:02 UTC