Manuel Odesser wrote: > 2) I have a addons.xcu that begins with : > > <oor:component-data > xmlns:oor="http://solstage2.sfo.collab.net/2001/registry" > xmlns:xs="http://www.w3.org/2001/XMLSchema" > oor:name="Addons" > oor:package="org.openoffice.Office"> > <node oor:name="AddonUI"> > <node oor:name="AddonMenu"> > <node > oor:name="mypackage.myaddon" > oor:op="replace"> > > > Is "mypackage.myaddon" a suitable/valid name ? Should it begin with > "org.openoffice...." or something else ?
You should create your own namespace, otherwise there is a risk that your node name will clash of the gazillions ;-) of future Add-Ons we will get for OOo. My recommendation is that for Add-Ons created from a company/vendor you take vnd.$COMPANYNAME.$PROJECTNAME.$ADDONNAME Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
