[Bug 27069] New: [XSLT30] Function signatures do not include namespace prefix

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27069

            Bug ID: 27069
           Summary: [XSLT30] Function signatures do not include namespace
                    prefix
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0
          Assignee: mike@saxonica.com
          Reporter: abel.braaksma@xs4all.nl
        QA Contact: public-qt-comments@w3.org

Probably editorial.

In XP30 it is customary to use the namespace prefix in the function signature.
Esp. now that we have functions both in the map and in the fn namespaces, I
think we should include the prefix in the signature as well (plus it makes
auto-generating a list of functions from the XHTML easier).

I.e., we have:

contains($map as map(*),
         $key as xs:anyAtomicType) as xs:boolean

which looks much like fn:contains, but is actually map:contains.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 16 October 2014 03:38:43 UTC