| I'm sorry - I've been misusing the term 'axis'. In the XPath spec (http://www.w3.org/TR/xpath), 'axis' refers to "the tree relationship between the nodes selected by the location step and the context node", which is a local relation and unrelated to our "local:" prefix. The "local:name:" prefix in our XPath implementation doesn't exist in the XPath spec as far as I know, but the "name:" part at least has precedent. (See e.g. http://tinyurl.com/kct49.) If I had to make up a name for this, I'd call the "name:" portion the "document selector", with the "local:" prefix the "scope selector". The proposal is to add a "global:" selector. Adam points out that nonlocal datasets are stored in a separate dictionary already, in addition to the global/canvas name binding. Why do we need this? Would we need it if we have a "global:" scope selector? jim On May 1, 2006, at 3:18 PM, Jim Grandy wrote:
|
_______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
