Help for this page

Select Code to Download


  1. or download this
    <root>
      <node>text1
       <child1>data</child1>
    ...
       ..etc..
      </node>
    </root>
    
  2. or download this
    use XML::LibXML;
    
    ...
        print "node name :".$node->nodeName()."\n";
      }
    }
    
  3. or download this
    string value :text1
       data
    ...
       blah2
    
    node name :node