Re: [flask] XML
- From:
- Stephane Wirtel
- Date:
- 2010-08-13 @ 15:19
On 08/13/2010 04:59 PM, Alasdair Macmillan wrote:
> Hi there,
>
> Any good suggestions for a module that allows me to parse and use XML
data in a Flask app?
>
> Kind thanks
> AL
you can use the xml.dom from the python library or lxml.
Stephane
Re: [flask] XML
- From:
- Kenneth Reitz
- Date:
- 2010-08-13 @ 15:01
AL.
lxml is fantastic: http://codespeak.net/lxml/
Kenneth Reitz
http://kennethreitz.com/contact-me
On Aug 13, 2010, at 10:59 AM, Alasdair Macmillan wrote:
> Hi there,
>
> Any good suggestions for a module that allows me to parse and use XML
data in a Flask app?
>
> Kind thanks
> AL
Re: [flask] XML
- From:
- Armin Ronacher
- Date:
- 2010-08-13 @ 15:35
Hi,
On 8/13/10 5:01 PM, Kenneth Reitz wrote:
> AL.
>
> lxml is fantastic: http://codespeak.net/lxml/
> <http://codespeak.net/lxml/>
This
Regards,
Armin