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

            Bug ID: 65612
           Summary: XSLF CustomGeometry - replace XmlStreamReader access
                    with XmlBeans delegate
           Product: POI
           Version: 5.0.x-dev
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLF
          Assignee: dev@poi.apache.org
          Reporter: kiwiwi...@apache.org
  Target Milestone: ---

Created attachment 38054
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38054&action=edit
example file causing forever rendering with XmlStreamReader

My pptx corpus has some files which took forever to be rendered. The culprit
was the double (or more) parsing of custom geometry parts via the
XmlStreamReader interface.

The XmlStreamReader is still used to parsed the preset shapes in the Common SL
package (in the main module) which doesn't allow to use XmlBeans. But in XSLF,
it's not necessary to parse the slides XmlBeans over and over again.

Attached is a sample slide which causes that expensive execution flow.

-- 
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