Hi Thomas,

thomas escribió:
Hi all,

i try to use a Helpfile (.xhp) with a OO-Calc-Addin.

The Helpfile looks like:

##################

<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="textcalcpv" indexer="include" status="PUBLISH">
<title id="title" xml-lang="de">libRESys - Photovoltaik</title>
<filename>de.solarstrike.pv.oocalc.helpfile.xhp</filename>

the file name seems wrong, or you have a wrong structure. It should be

extension Root
      |----------<Help folder>
                   |
                   |-----<language, like de, en, es>
                          |
                          |----- <extension identifier>
                                         |
                                         |----helpfile.xhp

an example, for the following structure:

ExtendedMenuAPI.oxt
      |----------Help
                   |
                   |-----en
                          |
                          |----- org.openoffice.sdk.gui.ExtendedMenuAPI
                                         |
                                         |----helpfile00.xhp

you must write:

    <meta>
        <topic id="ExtendedMenuAPI_00" indexer="include" status="PUBLISH">
            <title xml-lang="en-US" id="tit">Extended Menu API Demo</title>

<filename>/org.openoffice.sdk.gui.ExtendedMenuAPI/helpfile00.xhp</filename>
        </topic>
    </meta>


Notice that filename start with "/" + name of the folder, which *must*
be the extension identifier.

Explanations in http://specs.openoffice.org/appwide/help/ExtensibleHelp.odt

Regards
Ariel.


--
Ariel Constenla-Haile
La Plata, Argentina

[EMAIL PROTECTED]
http://www.ArielConstenlaHaile.com.ar/ooo/



"Aus der Kriegsschule des Lebens
                - Was mich nicht umbringt,
        macht mich härter."
                Nietzsche Götzendämmerung, Sprüche und Pfeile, 8.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to