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
<[email protected]> wrote:
> Delivery to the following recipient failed permanently:
>
>      [email protected]
>
> 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 <[email protected]>: 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: <[email protected]>
> References: 
> <fd1e3290-49fa-4113-bc63-5886611d7...@s29g2000yqd.googlegroups.com>
>          <[email protected]>
> Date: Sat, 15 May 2010 19:20:57 -0500
> Message-ID: <[email protected]>
> Subject: Re: parsing XML
> From: Jake b <[email protected]>
> To: superpollo <[email protected]>
> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to