[
Lists Home |
Date Index |
Thread Index
]
[Jeni Tennison]>
> Personally I'd use qualified names rather than URIs for the "lookup",
> but that's because I envisage getting to annotation information
> through an axis rather than through a function and because QNames are
> easier to write than URIs. Perhaps a function:
>
> annotations(node)
>
> that returns a node set, and let the user use XPath mechanisms for
> doing the lookup within that node set?
>
I would say the function, because I see annotations as closely tied to nodes
that they annotate. If we only had an axis, we could get annotations but it
would be harder to tie them to their nodes. That would not be so if
annotation::* only returns annotations associated with the context node, but
that seems too limited to need an axis. Otherwise I like the idea of an
axis but think that there should be a function anyway.
Cheers,
Tom P
|