Re: ISO dict => xml converter

2008-06-20 Thread Waldemar Osuch
On Jun 20, 6:37 am, kj <[EMAIL PROTECTED]> wrote: > Hi.  Does anyone know of a module that will take a suitable Python > dictionary and return the corresponding XML structure? > > In Perl I use XML::Simple's handy XMLout function: > >   use XML::Simple 'XMLout'; >   my %h = ( 'Foo' => +{ >        

Re: ISO dict => xml converter

2008-06-20 Thread Paddy
On Jun 20, 1:37 pm, kj <[EMAIL PROTECTED]> wrote: > Hi.  Does anyone know of a module that will take a suitable Python > dictionary and return the corresponding XML structure? > > In Perl I use XML::Simple's handy XMLout function: > >   use XML::Simple 'XMLout'; >   my %h = ( 'Foo' => +{ >        

Re: ISO dict => xml converter

2008-06-20 Thread Stefan Behnel
kj wrote: > Hi. Does anyone know of a module that will take a suitable Python > dictionary and return the corresponding XML structure? > > In Perl I use XML::Simple's handy XMLout function: > > use XML::Simple 'XMLout'; > my %h = ( 'Foo' => +{ > 'Bar' => +{ >

ISO dict => xml converter

2008-06-20 Thread kj
Hi. Does anyone know of a module that will take a suitable Python dictionary and return the corresponding XML structure? In Perl I use XML::Simple's handy XMLout function: use XML::Simple 'XMLout'; my %h = ( 'Foo' => +{ 'Bar' => +{