Integrating SQLite3 with Olink Dialog: Feasibility and Implementation

Dinesh
Posts: 3
Joined: Mon Feb 24, 2025 12:19 pm

Integrating SQLite3 with Olink Dialog: Feasibility and Implementation

Post by Dinesh »

Hi,
We are planning to move away from targetDB XML files and use SQLite3 for targetDB due to some performance issues.
Is it possible to use plugins or some other mechanism to change the existing olink dialog (https://www.oxygenxml.com/doc/versions/ ... links.html) behaviour to read the SQLite3 file instead of the target DB XML files and display the data to the user? We aim to show the data from sqllite3 db in the dialog while ensuring the rest of the functionality is the same. We are using Oxygen version 24.1.
Thanks,
Dinesh
Mircea
Posts: 143
Joined: Tue Mar 25, 2003 11:21 am

Re: Integrating SQLite3 with Olink Dialog: Feasibility and Implementation

Post by Mircea »

Hello Dinesh,

Unfortunately we do not have support for SQLite3 in our products, and there is no possibility to change the Dialog through a plugin or other mechanisms.

Regards,
Mircea.
Mircea Enachescu
<oXygen> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Dinesh
Posts: 3
Joined: Mon Feb 24, 2025 12:19 pm

Re: Integrating SQLite3 with Olink Dialog: Feasibility and Implementation

Post by Dinesh »

So the only possibility is to go ahead and implement our own UI which would read and show data from sqllite3
Thanks for the answer
Dinesh
Posts: 3
Joined: Mon Feb 24, 2025 12:19 pm

Re: Integrating SQLite3 with Olink Dialog: Feasibility and Implementation

Post by Dinesh »

Hi, I wanted to confirm whether it is possible to suppress the old Olink dialog when we create a new dialog, so that the authors/writers do not see the default option in Oxygen.
Radu
Posts: 9434
Joined: Fri Jul 09, 2004 5:18 pm

Re: Integrating SQLite3 with Olink Dialog: Feasibility and Implementation

Post by Radu »

Hi,
The "Insert Olink" action is specific to the base DocBook (4 or 5) framework configurations.
Screenshot 2025-03-03 at 12.50.12.png
So if one creates a DocBook framework extension they can remove the base action for inserting an olink or edit the action and have it use their own Author Operation.
https://www.oxygenxml.com/doc/versions/ ... ework.html
https://www.oxygenxml.com/doc/versions/ ... a-api.html
Regards,
Radu
You do not have the required permissions to view the files attached to this post.
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply