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

Modified Files:
        logdebug.c 
Log Message:

Implementation for ``fn:node-name($arg as node()?) as xs:QName?'',
which forms the backbone of 
  - fn:name (),
  - fn:local_name() and
  - fn:namespace_uri ().

doc_access-operator now has another accessor ``doc_QName'',
which supports access to the QName. ``doc_QName'' is not supported
by the MIL translation, yet.


U logdebug.c
Index: logdebug.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/logdebug.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- logdebug.c  30 May 2008 09:42:11 -0000      1.101
+++ logdebug.c  30 May 2008 12:42:33 -0000      1.102
@@ -872,6 +872,9 @@
                 case doc_pi_text:
                     PFarray_printf (dot, "processing instruction");
                     break;
+                               case doc_qname:
+                                       PFarray_printf (dot, "qname");
+                                       break;
                 default: PFoops (OOPS_FATAL,
                         "unknown document access in dot output");
             }


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to