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?

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to