in reply to XML::Simple, XMLOut() question
On the first sight it seems that you will have to change your structure to following -
'user' => { 'favorites' => { 'item' => [ { 'title' => 'Book1','genre' => '5','author' => 'Someone' }, { 'title' => 'Book2','genre' => '1','author' => 'Someone' } ] } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Simple, XMLOut() question
by duesouth (Initiate) on Dec 15, 2010 at 14:52 UTC | |
by samarzone (Pilgrim) on Dec 15, 2010 at 15:04 UTC | |
by duesouth (Initiate) on Dec 15, 2010 at 16:17 UTC |