This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 1472 - [FO] fn:lang: signature should allow empty sequence
Summary: [FO] fn:lang: signature should allow empty sequence
Status: CLOSED WONTFIX
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 1.0 (show other bugs)
Version: Last Call drafts
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Ashok Malhotra
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on: 1467
Blocks:
  Show dependency treegraph
 
Reported: 2005-05-19 20:07 UTC by Michael Rys
Modified: 2005-09-29 11:26 UTC (History)
0 users

See Also:


Attachments

Description Michael Rys 2005-05-19 20:07:26 UTC
Since the node argument is often calculated, we should allow empty:

fn:lang($testlang as xs:string?, $node as node()?) as xs:boolean?

Summary: This function tests whether the language of $node, or the context 
node if the second argument is omitted, as specified by xml:lang attributes is 
the same as, or is a sublanguage of, the language specified by $testlang. The 
language of the argument node, or the context node if the second argument is 
omitted, is determined by the value of the xml:lang attribute on the node, or, 
if the node has no such attribute, by the value of the xml:lang attribute on 
the nearest ancestor of the node that has an xml:lang attribute. If there is 
no such ancestor, then the function returns false

If the second argument is the empty sequence, the function returns the empty 
sequence. If the second argument is omitted and the context item is undefined 
an error is raised: [err:FONC0001]. If the context item is not a node an error 
is raised [err:XPTY0006]XP.
Comment 1 Mary Holstege 2005-07-21 20:44:23 UTC
The working group considered this comment at its meeting today
and decided not to accept it. For rationale, please see bug 1467.