$VAR1 = { 'A:tree' => [ { 'A:twig' => [ { 'B:person' => [ { 'B:name' => [ 'Jim', 'John' ] } ] } ] } ], 'xmlns:B' => 'http://people.example.com/sitting-on-trees-ns', 'xmlns:A' => 'Plants:' }; #### $VAR1 = { 'A:tree' => [ { 'A:twig' => [ { 'person' => [ { 'xmlns' => 'http://people.example.com/sitting-on-trees-ns', 'content' => 'Jim' } ] } ] }, ], 'xmlns:A' => 'Plants:' };