https://bugs.freedesktop.org/show_bug.cgi?id=55610
Peter Jentsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #38 from Peter Jentsch <[email protected]> --- XSLT script causes very deep call stack, which seems to be a problem specifically on MacOSX. Interesting enough, the xslt script runs through xsltproc: try it: * save file as "fodt". * goto /Application/LibreOffice.app/Contents/share/xslt/export/xhtml * xsltproc --maxdepth 1000 opendoc2xhtml.xsl /path/to/file.fodt I'll try to rewrite the XSLT templates to use iteration instead of recursion and limit the maximum recursion depth on MacOSX platforms. Anyone with MacOSX wizardry to help extend the maximum stack depth available to LibO? As I said, xsltproc processes the document just fine. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
