Issue 12113 - OO aborts: Invalid charcter [sic] during XML-Export (ppt->svg)
Summary: OO aborts: Invalid charcter [sic] during XML-Export (ppt->svg)
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: code (show other issues)
Version: OOo 1.0.0
Hardware: PC All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-07 00:41 UTC by Unknown
Modified: 2013-08-07 15:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
sample ppt file which causes OO export to svg to abort (69.50 KB, application/octet-stream)
2003-03-07 00:58 UTC, Unknown
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-03-07 00:41:00 UTC
serious problem where export ppt to svg in either regulat UI or in API cause OO
to abort.

not sure what type of ppt content produces this problem, but i have captured 3
samples slides which i will attach. 

i am developing a generic tool which uses a java servlet connecting to 
the OO api to perform conversions of ppt files to svg files (one svg 
file for each page in the ppt file).  this code is based on 
GraphicsExportDemo.java 
(http://api.openoffice.org/source/browse/api/devmanual/Drawing/samples/Attic/GraphicExportDemo.java)

and works well.  however some ppt files will not convert.  they yield 
the following error:

"Invalid charcter during XML-Export"
("charcter" is spelled this way)

the same misbehaving ppt file can not be exported from the regular OO 
user interface.  the ppt file will open, but then on export causes OO to 
abort (on both winxp and linux).

looking for methods to debug export errors.
does OO have a log file somewhere?
is there a way to enable logging to get closer to the root cause of what 
type of content in ppt files cause this export error?

THANKS!
Comment 1 Unknown 2003-03-07 00:58:04 UTC
Created attachment 5011 [details]
sample ppt file which causes OO export to svg to abort
Comment 2 sven.jacobi 2003-03-07 16:03:08 UTC
I could reproduce the bug. The office is crashing if exporting page 2
and 3 to svg. I also noticed that there is a wrong character imported
in the title object, possible this is the reason for the gpf.
Comment 3 sven.jacobi 2003-03-07 16:05:09 UTC
Changed owner.
Comment 4 sven.jacobi 2003-03-12 15:00:02 UTC
SJ: This bug has been fixed now and will be available in OOo 1.1 Beta2. 

The fix takes place in cws[draw8]:
svtools/source/filter.vcl/filter.cxx -r1.44.12.1.16.1
extensions/source/svg/svgaction.cxx -r1.5.54.1
Comment 5 sven.jacobi 2003-04-03 11:00:10 UTC
reopened bug
Comment 6 sven.jacobi 2003-04-03 11:01:33 UTC
SJ->WG: This bug has been fixed in cws[draw8] and can now be verified.
To reproduce this bug you just need to export page two of the attached
document.
Comment 7 wolframgarten 2003-04-04 07:16:54 UTC
Fixed.
Comment 8 wolframgarten 2003-04-04 07:17:06 UTC
Verified.
Comment 9 wolframgarten 2003-04-11 14:35:23 UTC
Tested and closed.