/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to parse/vtdxml.c

  • Committer: Suren A. Chilingaryan
  • Date: 2009-10-08 03:17:59 UTC
  • Revision ID: csa@dside.dyndns.org-20091008031759-u5ys779huye7feni
LibXML Pull Parser, FAXPP Parser, Mono security benchmark, multiple fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
        toElement(vn, FIRST_CHILD);
155
155
        res = walker(vn,ap,td->xml);
156
156
//      freeAutoPilot(ap);
157
 
        printf("Sum: %lf\n", res);
 
157
//      printf("Sum: %lf\n", res);
158
158
    }
159
159
    
160
160
    freeVTDNav(vn);