https://bz.apache.org/bugzilla/show_bug.cgi?id=62442

Dominik Stadler <dominik.stad...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #5 from Dominik Stadler <dominik.stad...@gmx.at> ---
As far as I see this is not a problem in POI itself, but rather caused by
invalid XML content in the document that you try to parse.

You have a few options:
* get the supplier to fix the file format to be standard-conforming
* pre-process the file prior to processing with POI so that the invalid XML is
fixed by you before you pass it to POI
* use a different XML Parser (this is probably not easily done as it might
cause other issues as well and not sure if other implementations will allow to
parse this. Any fully compliant XML Parser should probably reject the XML with
an error)

As far as I see there is not much we can do here on our side.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to