/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 xsl/oracle-dom.c

  • Committer: Suren A. Chilingaryan
  • Date: 2009-09-23 17:13:04 UTC
  • Revision ID: csa@dside.dyndns.org-20090923171304-osvtr4zqb29h11kd
Intel, Tango, Phobos, and RapidXML parsers; Memory benchmark scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
//    if (iter==td->iterations) printStream(stdout, result, 4, 0);
76
76
 
77
77
    xmlterm(resctx);
78
 
    xmlclean(ctx);
 
78
//    xmlclean(ctx);
79
79
}
80
80
 
81
 
 
82
81
int main(int argc, char *argv[]) {
83
82
    return Test(argc,argv);
84
83
}