bfrederi, 03.06.2010 22:44:
I am using lxml iterparse and running into a very obscure error. When
I run iterparse on a file, it will occasionally return an element that
has a element.text == None when the element clearly has text in it.
I assume you are referring to the 'start' event here, righ
On Jun 3, 4:13 pm, bfrederi wrote:
> On Jun 3, 3:59 pm, Chris Rebert wrote:
>
>
>
> > On Thu, Jun 3, 2010 at 1:44 PM, bfrederi wrote:
> > > I am using lxml iterparse and running into a very obscure error. When
> > > I run iterparse on a file, it will occasionally return an element that
> > > has
On Jun 3, 3:59 pm, Chris Rebert wrote:
> On Thu, Jun 3, 2010 at 1:44 PM, bfrederi wrote:
> > I am using lxml iterparse and running into a very obscure error. When
> > I run iterparse on a file, it will occasionally return an element that
> > has a element.text == None when the element clearly has
On Thu, Jun 3, 2010 at 1:44 PM, bfrederi wrote:
> I am using lxml iterparse and running into a very obscure error. When
> I run iterparse on a file, it will occasionally return an element that
> has a element.text == None when the element clearly has text in it.
>
> I copy and pasted the problem x
I am using lxml iterparse and running into a very obscure error. When
I run iterparse on a file, it will occasionally return an element that
has a element.text == None when the element clearly has text in it.
I copy and pasted the problem xml into a python string, used StringIO
to create a file-li