Samuel wrote:
> Say you have the following XML:
>
>
> item 1
>
>
> item 2
>
>
>
>
> my group
>
>
> Is there an easy way (i.e. without writing a sax/dom parser) to load
> this into a (number of) Python object(s), manipulate the instance, and
> save the result back to XML?
Try lx
Samuel wrote:
> Hi,
>
> Say you have the following XML:
>
>
> item 1
>
>
> item 2
>
>
>
>
> my group
>
>
> Is there an easy way (i.e. without writing a sax/dom parser) to load
> this into a (number of) Python object(s), manipulate the instance, and
> save the result back to XM
On Sep 3, 10:19 pm, Jarek Zgoda <[EMAIL PROTECTED]> wrote:
> > Is there an easy way (i.e. without writing a sax/dom parser) to load
> > this into a (number of) Python object(s), manipulate the instance, and
> > save the result back to XML?
>
> Yea, use ElementTree and you'd get a bunch of nested li
Samuel napisaĆ(a):
> Say you have the following XML:
>
>
> item 1
>
>
> item 2
>
>
>
>
> my group
>
>
> Is there an easy way (i.e. without writing a sax/dom parser) to load
> this into a (number of) Python object(s), manipulate the instance, and
> save the result back to XML?