parsing XML

Jake b ninmonkeys at gmail.com
Sun May 16 03:40:07 EDT 2010


Check out Amara: http://www.xml3k.org/Amara/QuickRef

It looks promising. For a pythonic solution over sax / dom.

>>> Iter(doc.team.player)
# or
>>> doc.team.player[0].name

[ new to the list, so I'm not sure why my previous response failed. Is
it on me? Because using iPod, vs thunderbird?

However, looking at superpollo, the reply-to didn't include
python-list. Or even a valid address ?

Message below. Ty.

On Saturday, May 15, 2010, Mail Delivery Subsystem
<mailer-daemon at googlemail.com> wrote:
> Delivery to the following recipient failed permanently:
>
>      utente at esempio.net
>
> Technical details of permanent failure:
> Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 554 554 <utente at esempio.net>: Relay access denied (state 14).
>
> ----- Original message -----
>
> MIME-Version: 1.0
> Received: by 10.91.208.24 with SMTP id k24mr18590agq.155.1273969257113; Sat,
>         15 May 2010 17:20:57 -0700 (PDT)
> Received: by 10.90.80.20 with HTTP; Sat, 15 May 2010 17:20:57 -0700 (PDT)
> In-Reply-To: <4beec709$0$18653$4fafbaef at reader3.news.tin.it>
> References: <fd1e3290-49fa-4113-bc63-5886611d78b1 at s29g2000yqd.googlegroups.com>
>          <4beec709$0$18653$4fafbaef at reader3.news.tin.it>
> Date: Sat, 15 May 2010 19:20:57 -0500
> Message-ID: <AANLkTiltu6Dc-kLQFIe57XryxUL7qkw1uhgj3s6wz7pv at mail.gmail.com>
> Subject: Re: parsing XML
> From: Jake b <ninmonkeys at gmail.com>
> To: superpollo <utente at esempio.net>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Check out Amara: http://www.xml3k.org/Amara/QuickRef
> For a pythonic solution over sax / dom.
>>> Iter(doc.team.player)
> or
>>> doc.team.player[0].name
>
> --
> Jake
>

--
Jake

-- 
Jake



More information about the Python-list mailing list