Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28333

Modified Files:
      Tag: XQuery_0-18
        pf_standoff.mx 
Log Message:
got it, learned my lesson (again): never copy code...



Index: pf_standoff.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pf_standoff.mx,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -u -d -r1.18 -r1.18.2.1
--- pf_standoff.mx      23 Jan 2007 00:29:47 -0000      1.18
+++ pf_standoff.mx      6 Jun 2007 21:37:36 -0000       1.18.2.1
@@ -1003,7 +1003,7 @@
     result_part_item := tmp_res.leftfetchjoin(result_part_item);
     tmp_res := nil;
 @= nsloc_post
-      { var nsloc := ns + ":" + loc; @:postfilter(QN_URI_LOC,nsloc,ELEMENT)@ }
+      { var nsloc := ns + NS_ACCEL_SEP + loc; 
@:postfilter(QN_URI_LOC,nsloc,ELEMENT)@ }
 @= loc_post
     @:postfilter(QN_LOC,loc,ELEMENT)@
 @= ns_post
@@ -1021,7 +1021,7 @@
 @= kind_pre
       { cands := ws.fetch(PRE_KIND).fetch(contID).mirror(); kind_test := kind; 
}
 @= nsloc_pre
-      { var nsloc := ns + ":" + loc; @:prefilter(nsloc,QN_URI_LOC)@ }
+      { var nsloc := ns + NS_ACCEL_SEP + loc; @:prefilter(nsloc,QN_URI_LOC)@ }
 @= loc_pre
       { @:prefilter(loc,QN_LOC)@ }
 @= ns_pre


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to