Brainstorming ways to link academic writing to records in a database
Posted: Fri May 25, 2012 8:42 am
Hi,
I'm brainstorming ways to use Oxygen for social science writing to link assertions to items stored in a relational database. I would want to have quick access to the database records within Oxygen. For example, given the XML below, is there a way to make the "evidence" tag display as a link that when clicked, shows the relevant records (via ID number) of the database? The solution would not necessarily need to work within a web browser.
Thank you,
-david
I'm brainstorming ways to use Oxygen for social science writing to link assertions to items stored in a relational database. I would want to have quick access to the database records within Oxygen. For example, given the XML below, is there a way to make the "evidence" tag display as a link that when clicked, shows the relevant records (via ID number) of the database? The solution would not necessarily need to work within a web browser.
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<doc>
<span>This is the first assertion
<data evidence="3,2,3" problem="10"/>
</span>
<span>This is the second assertion
<data evidence="10"/>
</span>
</doc>
-david