Help for this page

Select Code to Download


  1. or download this
    
    <root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <node1 xsi:nil="true" />
    </root>
    
  2. or download this
      1 #!/bin/perl
      2 use strict;
    ...
     24 $writer->endTag("root");
     25 
     26 print $writer->to_string;
    
  3. or download this
    <root>
       <node1 nil="true" />
       <node3 xsi:nil="xmlns:xsi" http://www.w3.org/2001/XMLSchema-instanc
    +e="" />
    </root>