Cor Nouws wrote: > Maurice wrote (27-11-2007 21:33) > > Cor Nouws wrote: > >> Maurice wrote (27-11-2007 20:25) > >>> how do I convert these xba/xml macro files to plain text files > >>> and back? > >>> [...] > >> Unless the lib is password protected, I can open it right away in e.g. > >> textpad ... > >> Should work for you also? > > > > but they are in XML. I don't want to edit an XML file, I just > > want to write StarOffice-Basic-code. > > Hmm. For me the xba files do not open as xml. The xlb-files do.
what do you mean by "open as xml"? Your ~/.openoffice.org2/user/basic/Standard/Module1.xba doesn't look like this crap: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Module1" script:language="StarBasic">REM ***** BASIC ***** Sub Main 'test End Sub </script:module> ? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
