Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12574/compiler/mil

Modified Files:
        milgen.brg 
Log Message:
Algebra and logical implementation of the following build-in functions:
- fn:name(), fn:name(node?)
- fn:local-name(), fn:locla-name(node?)
- fn:namespace-uri(), fn:namespace-uri(node?)

These functions are 1to1 functions since they all return a string for each
node parameter.


Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- milgen.brg  19 Dec 2007 22:39:10 -0000      1.94
+++ milgen.brg  8 Jan 2008 16:54:22 -0000       1.95
@@ -4057,6 +4057,18 @@
                                     VAR (L(p)->env, att4, aat_str))));
                 }   break;
 
+                case alg_fun_fn_name:
+                {
+                }   break;
+
+                case alg_fun_fn_local_name:
+                {
+                }   break;
+
+                case alg_fun_fn_namespace_uri:
+                {
+                }   break;
+
                 case alg_fun_fn_number:
                 {
                     PFalg_att_t         att;


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to