[pyar] Xml y diccionarios

Juan BC jbc.develop en gmail.com
Lun Ago 1 01:05:38 ART 2011


El 01/08/11 00:23, Juan BC escribió:
> El 31/07/11 21:05, Walter Alini escribió:
>> 2011/7/31 Martin Cerdeira<martincerdeira en gmail.com>:
>>> De ser "no" la respuesta, alguna biblioteca que me puedan recomendar?
>>
>> Desconozco si es "no" la respuesta, pero igualmente me parece que
>> podés darle una mirada a huTools.structured.dict2xml:
>> https://github.com/hudora/huTools/blob/master/huTools/structured.py#L301
>>
>> waldo
>> _______________________________________________
>> pyar mailing list pyar en python.org.ar
>> http://listas.python.org.ar/listinfo/pyar
>>
>> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>>
>> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
>> Argentina - http://www.usla.org.ar
>
> **yo** acabo de necesitar eso y lo resolvi asi
>
>
> d = {"k1": 1, "k2": 2.0, "k3": "string", "k4": [1,2,3,4]}
>
> <d>
> <k1 type="int">1</k1>
> <k1 type="float">2.0</k1>
> <k3 type="str">string</k3>
> <k4 type="list">
> <item type="int">1</item>
> <item type="int">2</item>
> <item type="int">3</item>
> <item type="int">4</item>
> </k4>
> </d>
>

aca esta el algoritmo btw http://pastebin.com/6ZWaH788



More information about the pyar mailing list