/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 create/intel_dom2.java

  • Committer: Suren A. Chilingaryan
  • Date: 2009-09-29 02:14:05 UTC
  • Revision ID: csa@dside.dyndns.org-20090929021405-378i2zuuiudt77m1
DOM Creation benchmark for mono and tango

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
    node.setAttribute("ServerState","running");
73
73
    pnode.appendChild(node);
74
74
    node1=doc.createElementNS(nsopc,"RItemList");
75
 
    pnode.appendChild(node1);
 
75
    node.appendChild(node1);
76
76
    node=doc.createElementNS(nsopc,"Errors");
77
77
    node.setAttribute("ID","E_UNKNOWNITEMID");
78
78
    pnode.appendChild(node);