Hello, Stephan Bergmann escreveu: > > Seems that URI does not work: > > - > > vnd.sun.star.script:myScript.py$func1?language=Python&location=user:uno_pack > > age/myAddon.oxt > > > > When installing, Extension Manager, raises an exeception: > > Configuration Parser: a com.sun.star.xml.sax.SAXParseExeception ... invalid > > tokenerror > > Could it be that you fail to xml-ize the above URL (i.e., replace "&" > with "&")? > > -Stephan
Same error. Back to Dev's Guide and I see that MACROREF is language dependant, so here's it: vnd.sun.star.script:pyhello2.oxt|package|hallo.py$HelloWorldPython?language= Python&location=user:uno_packages A None argument was necessary to HelloWorldPython. And, it seems that we have to make one pkg to the user area and other to share. Thank you all. -- Noelson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
