Re: xHTML/XML to Unicode (and back)

2006-01-24 Thread Paul Boddie
Robin Haswell wrote: > On Tue, 24 Jan 2006 14:46:46 +0100, Fredrik Lundh wrote: > > > Robin Haswell wrote: > > > >> I'm currently screenscraping some Swedish site, and i need a method to > >> convert XML entities (& etc, plus d etc) to Unicode characters. > >> I'm sure one of python's myriad of XML

Re: xHTML/XML to Unicode (and back)

2006-01-24 Thread Robin Haswell
On Tue, 24 Jan 2006 14:46:46 +0100, Fredrik Lundh wrote: > Robin Haswell wrote: > >> I'm currently screenscraping some Swedish site, and i need a method to >> convert XML entities (& etc, plus d etc) to Unicode characters. >> I'm sure one of python's myriad of XML processors can do this but I can

Re: xHTML/XML to Unicode (and back)

2006-01-24 Thread Fredrik Lundh
Robin Haswell wrote: > I'm currently screenscraping some Swedish site, and i need a method to > convert XML entities (& etc, plus d etc) to Unicode characters. > I'm sure one of python's myriad of XML processors can do this but I can't > find which one. > > Can anyone make any suggestions? any de