Description: I made a 2.0 XSLT filter in order to convert a document into a specific XML structure. When I try to export the LibreOffice document to that xtructure, it générâtes an error. but there is no information on what part of the XSL caused the process to fail. Steps to Reproduce: 1.In LibreOffice Writer, create a filter based on this XSL (the export format is XML) https://github.com/cnigfr/structuration-reglement-urbanisme/blob/master/outils/conversion-FODT-2-CNIG/fodt2CNIG.xsl 2.Check the requires 2.0 transformation and save the filter 3.Open this LibreOffice document https://github.com/cnigfr/structuration-reglement-urbanisme/blob/master/outils/conversion-FODT-2-CNIG/exemple%20PLU_Jaleyrac.fodt 4.Export the document using the filter created above Actual Results: We get a global error and the export file is not generated Expected Results: the export should run successfully Reproducible: Always User Profile Reset: No Additional Info: the XSL mentioned in the reproducing steps is valid and produce the expected result when applied to the mentioned LibreOffice file using for example Altova XML spy.
This is part of a national project and in the future, many users will use this filter. This is a critical bug for us.
https://ask.libreoffice.org/en/question/163472/calc-xslt-20-filter-for-import/ https://github.com/dtardon/xslt2-transformer/releases https://opengrok.libreoffice.org/xref/core/filter/source/xsltfilter/XSLTFilter.cxx?r=6b6f9fb7#230
Actually I haven't tested myself whether this solution works.
Yes It works fine once the extension you proposed is install.