Trouble writing to database: RSS-reader

MRAB google at mrabarnett.plus.com
Mon Jan 21 19:24:59 EST 2008


On Jan 21, 9:15 pm, Bruno Desthuilliers
<bdesth.quelquech... at free.quelquepart.fr> wrote:
> Arne a écrit :
>
> > On 21 Jan, 19:15, Bruno Desthuilliers <bruno.
> > 42.desthuilli... at wtf.websiteburo.oops.com> wrote:
>
> >> This should not prevent you from learning how to properly parse XML
> >> (hint: with an XML parser). XML is *not* a line-oriented format, so you
> >> just can't get nowhere trying to parse it this way.
>
> >> HTH
>
> > Do you think i should use xml.dom.minidom for this?
>
> I'd rather go for a sax parser. A dom parser is only useful if you need
> an in-memory representation of the whole document tree.
>
>
>
> > So, I shouldn't use this techinicke (probably wrong spelled)
>
> May I suggest "technic" ?-)

That should be "technique"; just ask a Francophone! :-)



More information about the Python-list mailing list