Garry Bettle, 09.01.2014 09:50:
> I'm trying to parse some XML and I'm struggling to reference elements that
> contain foreign characters.
I skipped over Steven's response and he apparently invested quite a bit of
time in writing it up so nicely, so I can happily agree and just add one
little comm
On Thu, Jan 09, 2014 at 09:50:24AM +0100, Garry Bettle wrote:
> I'm trying to parse some XML and I'm struggling to reference elements that
> contain foreign characters.
I see from your use of print that you're using Python 2. That means that
strings '' are actually byte-strings, not text-strings