in reply to Re: XMLout and keys/attributes
in thread XMLout and keys/attributes
and here is what I need the XML to look like:$userref->{0}{'hash'}{'Name'} = 'joe'; $userref->{0}{'hash'}{'Type'} = 'user'; $userref->{0}{'hash'}{'1Param'} = 'foo';
btw, your code suggestion was very close sauoq, care to try again?!<key0> <devices> <dev0> <param id="Name">joe</param> <param id="Type">user</param> <param id="1Param">foo</param> </dev0> </devices> </key0>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XMLout and keys/attributes
by sauoq (Abbot) on May 09, 2012 at 15:32 UTC | |
by atreyu (Sexton) on May 09, 2012 at 15:39 UTC | |
by sauoq (Abbot) on May 09, 2012 at 16:14 UTC |