Help for this page

Select Code to Download


  1. or download this
    <house>
        <groundfloor>
    ...
            </room>
        </groundfloor>
    </house>
    
  2. or download this
        my $xmlDocument = XML::COOL:MODULE->new(document);
    
    ...
        ...
        $xmlDocument->end;
        $xmlDocument->write ("myhouse.xml");