/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/tools.h

  • 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:
17
17
 
18
18
int walk_tree = 0;
19
19
int fast_mode = 0;
20
 
const char *walk_xpath = "//*[(@* or text()) and (count(../child::*)>3)]";
 
20
//const char *walk_xpath = "//*[(@* or text()) and (count(../child::*)>3)]";
 
21
const char *walk_xpath = "//*[(number(@*) or number(text())) and (count(../child::*)>3)]";
21
22
 
22
23
int get_walk_mode() {
23
24
    return walk_tree;