Oliver Brinzing wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

To add more info to this, we tried to use "unopkg.com" and not
"unopkg.exe" and the installation worked even if unopkg says it
failed:

namespace error : Namespace prefix d for name on
OpenOffice.org-minimal-version is not defined
                <OpenOffice.org-minimal-version value="2.3" d:name="OpenOffice.org 
2.3"/>

you should remove the "p:"

No, you should declare the d: namespace instead. <http://api.openoffice.org/docs/DevelopersGuide/Extensions/Extensions.xhtml#1_7_Dependencies>: "Each such child element should have an attribute whose name consists of the namespace name 'http://openoffice.org/extensions/description/2006' and the local part 'name'". Since default namespaces in XML do not extend to attributes, you need to give an explicit namespace to d:name (see <http://api.openoffice.org/docs/DevelopersGuide/Extensions/Extensions.xhtml#1_5_2_Example>). Subtle, eh? ;)

-Stephan

[...]

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

Reply via email to