Re: [XPath] 3.2.1 Steps: fn:get-namespace-uri-for-prefix

David,
I've corrected the function names in the "Steps" section of the XPath 
document as you suggested.
Thanks for submitting this correction.
--Don Chamberlin




David Carlisle <davidc@nag.co.uk> 
Sent by: public-qt-comments-request@w3.org
07/26/2004 03:50 AM

To
public-qt-comments@w3.org
cc

Subject
[XPath] 3.2.1 Steps: fn:get-namespace-uri-for-prefix








3.2.1 says:

Applications needing information about the in-scope namespaces of an
element should use the functions fn:get-in-scope-prefixes and
fn:get-namespace-uri-for-prefix 

It would be helpful if the two function names were hyperlinked.
the names are (now) incorrect: it should be

fn:in-scope-prefixes 
fn:namespace-uri-for-prefix 

not

fn:get-in-scope-prefixes 
fn:get-namespace-uri-for-prefix 
   ^^^^


The "inscope namespaces" feature is closely modelled on the facilities
offered by namespace nodes, however it could, I believe, be extended to
deal with a case that is rather problemtic to deal with in Xpath 1.

If attributes as well as elements had an in scope namespaces property
and attribute nodes could be supplied to fn:in-scope-prefixes then
prefixes contained in free standing attribute node values (such as
Xpath expressions) could be safely preserved. In the original mapping
from infoset/psvi the in-scope namespaces of an attribute would be that
of its parent element. On serialisation you (as language designers, not
the user) would have a choice of whether to just drop in scope
namespaces from attributes, or whether to make "namespace fixup" ensure
that an element always had namespaces in scope if they are in scope on
an attribute.

You'll probably say that it's too late for new features.


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Received on Monday, 20 September 2004 15:41:32 UTC