Help for this page

Select Code to Download


  1. or download this
    use XML::SMART;
    
  2. or download this
    use XML::Smart;
    use Encode;
    ...
    $XML->{'MSR-ISSUE'}{'SHORT-NAME'}->content(0,$test_in_incoming_xml);
    my $xmlfile = "foo.xml";
    $XML->save($xmlfile, nometagen => 1, forceutf8 => 1);