https://bugs.freedesktop.org/show_bug.cgi?id=50430

Maxim Monastirsky <momonas...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |momonas...@gmail.com
          Component|Presentation                |filters and storage

--- Comment #28 from Maxim Monastirsky <momonas...@gmail.com> ---
The bug with opening UOP consists of two problems:

1) The xsl files were written with Xalan in mind, and they don't work with
libxslt (which is what LO uses currently). Just try it yourself:

This will output several errors in xsl files:
$ xsltproc --output out.fodp
/usr/lib/libreoffice/share/xslt/import/uof/uof2odf_presentation.xsl test.uop

But this will output a valid Flat ODF presentation:
$ xalan -in test.uof -out out.uof -xsl
/usr/lib/libreoffice/share/xslt/import/uof/uof2odf_presentation.xsl

2) The output fodp file doesn't contain
"office:mimetype="application/vnd.oasis.opendocument.presentation", so XML
detection code can't detect it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to