Translations:Documentation/HelpRichContents/23/en

    From The Document Foundation Wiki

    Technical description

    The transformation of the ODF files object to HTML5 is made by this template:

    <xsl:when test="@type='application/vnd.oasis.opendocument.spreadsheet'">
           <a class="objectfiles" href="{concat($target,@data)}"><img src="{concat($target,'media/navigation/libo-calc.svg')}" width="25px" height="30px"></img></a>
    </xsl:when>