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

Modified Files:
        xml2lalg.c 
Log Message:
undo XQuery Fulltext checkin in HEAD. Updates are now in XQFT branch

Index: xml2lalg.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/xmlimport/xml2lalg.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- xml2lalg.c  5 Nov 2009 16:24:00 -0000       1.40
+++ xml2lalg.c  10 Nov 2009 09:44:38 -0000      1.41
@@ -2,11 +2,11 @@
 
 /**
  * @file
- *
- * Importing of XML-serialized logical Algebra Plans.
- *
- * The XML Importer makes use of the libxml2 xpath facilities:
- *  - http://xmlsoft.org/html/libxml-xpath.html
+ * 
+ * Importing of XML-serialized logical Algebra Plans. 
+ *  
[...2643 lines suppressed...]
 
 
     /* lookup the two child node ids in the xml document */
-    xmlXPathObjectPtr xpathObjPtr =
+    xmlXPathObjectPtr xpathObjPtr =  
         PFxml2la_xpath_evalXPathFromNodeCtx(
             ctx->docXPathCtx, nodePtr, "//edge/@to");
     if (xpathObjPtr)
@@ -3213,9 +3213,9 @@
         for (int i = 0; i <size; i++)
         {
 
-            xmlNodePtr nodePtr = nodeSetPtr->nodeTab[i];
+            xmlNodePtr nodePtr = nodeSetPtr->nodeTab[i];   
 
-            int childNodeID = PFxml2la_xpath_getIntValue(
+            int childNodeID = PFxml2la_xpath_getIntValue( 
                 PFxml2la_xpath_getAttributeValueFromAttributeNode(nodePtr ));
             printf("\t edge-to: %i\n", childNodeID);
 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to