Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32188/semantics

Modified Files:
      Tag: May2009
        xquery_fo.c 
Log Message:
-- Extend the function signatures to include also function fn:resolve-QName
   with two arguments.


U xquery_fo.c
Index: xquery_fo.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/xquery_fo.c,v
retrieving revision 1.185
retrieving revision 1.185.2.1
diff -u -d -r1.185 -r1.185.2.1
--- xquery_fo.c 7 May 2009 14:29:12 -0000       1.185
+++ xquery_fo.c 18 Jun 2009 16:01:08 -0000      1.185.2.1
@@ -1834,6 +1834,13 @@
             .par_ty = (PFty_t []) { PFty_xs_string () },
             .ret_ty = PFty_xs_QName () } },
         .alg = PFbui_fn_resolve_qname }
+    , /* fn:resolve-QName (xs:string?, element()) as xs:QName? */
+      { .ns = PFns_fn, .loc = "resolve-QName",
+        .arity = 2, .sig_count = 1, .sigs = { {
+            .par_ty = (PFty_t []) { PFty_opt (PFty_xs_string ()),
+                                    PFty_xs_anyElement () },
+            .ret_ty = PFty_opt (PFty_xs_QName ()) } },
+        .alg = NULL }
     , /* fn:QName (xs:string?, xs:string) as xs:QName */
       { .ns = PFns_fn, .loc = "QName",
         .arity = 2, .sig_count = 1, .sigs = { {


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to