Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4698/compiler/semantics
Modified Files:
xquery_fo.c
Log Message:
propagated changes of Saturday Feb 10 2007 - Sunday Feb 11 2007
from the XQuery_0-16 branch to the development trunk
Index: xquery_fo.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/xquery_fo.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- xquery_fo.c 1 Feb 2007 23:02:21 -0000 1.102
+++ xquery_fo.c 11 Feb 2007 22:04:38 -0000 1.103
@@ -1732,24 +1732,24 @@
.arity = 2, .sig_count = 1, .sigs = { {
.par_ty = (PFty_t[]) { PFty_xs_anyNode (), PFty_xs_string () },
.ret_ty = PFty_stmt () } } }
- , /* pf:documents () as string* */
+ , /* pf:documents () as element()* */
{ .ns = PFns_lib, .loc = "documents",
.arity = 0, .sig_count = 1, .sigs = { {
- .ret_ty = PFty_star( PFty_xs_string ()) } } }
- , /* pf:documents (string*) as string* */
+ .ret_ty = PFty_star( PFty_xs_anyElement ()) } } }
+ , /* pf:documents (string*) as element()* */
{ .ns = PFns_lib, .loc = "documents",
.arity = 1, .sig_count = 1, .sigs = { {
.par_ty = (PFty_t[]) { PFty_star( PFty_xs_string ()) },
- .ret_ty = PFty_star( PFty_xs_string ()) } } }
+ .ret_ty = PFty_star( PFty_xs_anyElement ()) } } }
, /* pf:collection (string) as node */
{ .ns = PFns_lib, .loc = "collection",
.arity = 1, .sig_count = 1, .sigs = { {
.par_ty = (PFty_t[]) { PFty_xs_string () },
.ret_ty = PFty_xs_anyNode () } } }
- , /* pf:collections () as string* */
+ , /* pf:collections () as element()* */
{ .ns = PFns_lib, .loc = "collections",
.arity = 0, .sig_count = 1, .sigs = { {
- .ret_ty = PFty_star( PFty_xs_string ()) } } }
+ .ret_ty = PFty_star( PFty_xs_anyElement ()) } } }
, /* pf:add-doc (string, string) as docmgmt */
{ .ns = PFns_lib, .loc = "add-doc",
.arity = 2, .sig_count = 1, .sigs = { {
@@ -1783,6 +1783,11 @@
.arity = 1, .sig_count = 1, .sigs = { {
.par_ty = (PFty_t[]) { PFty_xs_string () },
.ret_ty = PFty_docmgmt () } } }
+ , /* pf:mil (string) as item* */
+ { .ns = PFns_lib, .loc = "mil",
+ .arity = 1, .sig_count = 1, .sigs = { {
+ .par_ty = (PFty_t[]) { PFty_xs_string () },
+ .ret_ty = PFty_star( PFty_item ()) } } }
, /* pf:nid (xs:element) as string */
{ .ns = PFns_lib, .loc = "nid",
.arity = 1, .sig_count = 1, .sigs = { {
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins