On Mon, 4 Dec 2006, qwerty_giggi wrote:
Found a TextHeaderAtom not followed by a TextBytesAtom or TextCharsAtom:
Followed by 3999

3999 is TextHeaderAtom, so it looks like you have

TextHeaderAtom
TextHeaderAtom
(some text data)

I don't think you should be able to have a TextHeaderAtom without any data for it to be the header for....

I guess we could issue a warning, and then skip over it, in the case of an empty text block. Yegor - does that sound sensible to you?

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/

Reply via email to