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

          Priority: medium
            Bug ID: 69092
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: FILESAVE: odt to fodt xsl stylesheet error
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: inp...@gmail.com
          Hardware: Other
        Whiteboard: BSA
            Status: UNCONFIRMED
           Version: 4.2.0.0.alpha0+ Master
         Component: Writer
           Product: LibreOffice

Readers,

An odt document was converted to the fodt format using the menu bar
'save as' option.

Why is the option fodt listed nearest to the bottom, after m$ (?!),
starwriter, text, html, aportisdoc ??? Native odf must be treated with
greater respect and higher priority! LO is not an m$ clone! (end of
complaint...)

After closure of the odt document (which was opened via the command
line, hence the ability to see the warning), the terminal reported the
following warning:

Warning: at xsl:stylesheet on line 2 of
file:///path/to/libreoffice/basis3.3/share/xslt/odfflatxml/odfflatxmlexport.xsl:
Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor

The equivalent fodt document was then opened in the command terminal,
which reported the following (whilst the document remained open):

Warning: at xsl:stylesheet on line 2 of
file:///path/to/libreoffice/basis3.3/share/xslt/odfflatxml/odfflatxmlimport.xsl:
Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor

How significant is this warning?

The stylesheet is as follows:

<?xml version='1.0' encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";;>
<xsl:output method="xml" encoding="UTF-8" indent="yes"/>

<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>

As root, the stylesheet was amended to change the version to '2.0' and
the fodt re-opened without the warning error.

Is this manual change likely to cause a problem with the intended use
of the fodt file, subversion document control?




http://listarchives.libreoffice.org/global/users/msg33119.html
Operating System: Linux (Other)
Version: 4.2.0.0.alpha0+ Master

-- 
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