Stephan Bergmann wrote:
On 04/16/09 14:41, giancarlo wrote:
Trying to make an updatable extension, I've added the following to the description.xml (within the <description...> node):

<update-information>
       <src xlink:href="/root/file.xml"/>
</update-information>

identifier value is myextension.myextension and the version value is 1.0.1

the file "/root/file.xml" contains the following:

<?xml version="1.0" encoding="UTF-8"?>
<description xmlns="http://openoffice.org/extensions/update/2006"; xmlns:xlink="http://www.w3.org/1999/xlink";>
   <identifier value="myextension.myextension"/>
   <version value="2.0"/>
   <update-download>
       <src xlink:href="/root/myextension.oxt"/>
   </update-download>
</description>


when I try to update the extension, OOo crashes without explainetion.

Some help?

Maybe using absolute file URLs in the various xlink:href attributes ("file:///root/file.xml", "file:///root/myextension.oxt") would help.

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Thanks, I've solved :)
Now, I need a little description shown when the user is going to update the extension, this pic can explain better than 100 words: http://img150.imageshack.us/img150/5741/snap5e.jpg


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to