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?
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]