[Bug 9787] New: Improving function overloading in XQuery

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9787

           Summary: Improving function overloading in XQuery
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: XQuery 1.1
        AssignedTo: jonathan.robie@redhat.com
        ReportedBy: nunojobpinto@gmail.com
         QAContact: public-qt-comments@w3.org


define function local:foo($bar, $baz=fn:current-date-time()) { ... } ;

instead of

define function local:foo($bar) { local:foo($bar, 
fn:current-date-time())  } ;
define function local:foo($bar, $baz) { ... } ;

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 21 May 2010 11:05:04 UTC