https://bugs.documentfoundation.org/show_bug.cgi?id=157712
--- Comment #3 from Mike Kaganski <[email protected]> --- In addition to Julien: increasing xsltMaxDepth to 30000, and xsltMaxVars to 40000 results in memory allocation problems in libxslt; smaller values do not succeed (the defaults are 3000 and 15000, resp.). The change can be done in XSLT::Reader::execute, before the call to xsltNewTransformContext. If someone has energy and knowledge, one could try to change the respective XSLT: filter/source/xslt/export/uof/odf2uof_spreadsheet.xsl; maybe there's a way to change the recursive handling of repeated columns into some loop or something. -- You are receiving this mail because: You are the assignee for the bug.
