I have already reported a bug which is identified as NOTABUG. So, I’m going to ask here to get some help:
https://bugs.documentfoundation.org/show_bug.cgi?id=159522
My question is how to include the StarBasic macro script inside an extension’s XML file like Module1.xba
without worrying about some characters like <>
, <=
, and <=>
interfering with the XML file format. Is there a convenient way? For example, linking to an external Basic script file from within the XML file. Or any other way?