/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 README

  • 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:
24
24
        IBM xml4c + Lotus XML (not supported)
25
25
        Sun XML Pack + Apache XML Security
26
26
 
 
27
Environment Variables
 
28
---------------------
 
29
    allow_deferring     - Allows partial DOM construction in parsing tests,
 
30
                        see "Lazy DOM node expansion" in apache documentation:
 
31
                        http://xerces.apache.org/xerces-j/features.html
 
32
 
 
33
    memory_bench        - Optimize tests for memory benchmarks
 
34
    skip_xml            - Do not perform actual xml parsing or construction
 
35
    skip_xsl            - Do not perform actual transformation
 
36
    skip_validate       - Do not perform actual document validation
 
37
    skup_security       - Skip encryption and signature related action
 
38
 
27
39
 
28
40
Requirements
29
41
------------