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 1241 - xs:NCNAME should be xs:NCName
Summary: xs:NCNAME should be xs:NCName
Status: CLOSED FIXED
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 minor
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:
Blocks:
 
Reported: 2005-04-12 16:26 UTC by Jeni Tennison
Modified: 2005-04-13 12:00 UTC (History)
0 users

See Also:


Attachments

Description Jeni Tennison 2005-04-12 16:26:40 UTC
The signatures for prefix-from-QName() and local-name-from-QName() are:

fn:prefix-from-QName($arg as xs:QName?) as xs:NCNAME?
fn:local-name-from-QName($arg as xs:QName?) as xs:NCNAME?

In both cases, xs:NCNAME should be xs:NCName.