olink verification

The olinking does not work: I have a document and glossar. The links to the glossar are via olink. At some time this has been working, but I do not know what I have changed so that it does work any further. Linking to the Glossartest.xml document or to the xml:id="Glossartest" did not work either. What is wrong? the respective error messages:
[xslt] : Warning! Failure reading file:/K:/BuchprojektSpringer/xlm/olinkdb.xml Cause: java.io.FileNotFoundException: K:\BuchprojektSpringer\xlm\olinkdb.xml (Das System kann die angegebene Datei nicht finden) [xslt] Olink error: could not open target database 'olinkdb.xml'. [xslt] Error: unresolved olink: targetdoc/targetptr = 'Glossartest/glo.Bsx'.
I have seen a faintly similar thread about olinking, but that did not help me. BTW Glossartest.xml and newbooktest.xml validate just fine. Regards Bernhard spitzhalde9 D-79853 lenzkirch bernhard.kleine@gmx.net www.b-kleine.com, www.urseetal.net - thunderbird mit enigmail GPG schlüssel: D5257409 fingerprint: 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09

The error says it cannot open olinkdb.xml, which was not included in the attachments. Is the file in that location, and can Oxygen open it without error? Bob Stayton Sagehill Enterprises bobs@sagehill.net On 7/25/2017 1:36 AM, Bernhard Kleine wrote:
The olinking does not work: I have a document and glossar. The links to the glossar are via olink. At some time this has been working, but I do not know what I have changed so that it does work any further. Linking to the Glossartest.xml document or to the xml:id="Glossartest" did not work either. What is wrong?
the respective error messages:
[xslt] : Warning! Failure reading file:/K:/BuchprojektSpringer/xlm/olinkdb.xml Cause: java.io.FileNotFoundException: K:\BuchprojektSpringer\xlm\olinkdb.xml (Das System kann die angegebene Datei nicht finden) [xslt] Olink error: could not open target database 'olinkdb.xml'. [xslt] Error: unresolved olink: targetdoc/targetptr = 'Glossartest/glo.Bsx'.
I have seen a faintly similar thread about olinking, but that did not help me.
BTW Glossartest.xml and newbooktest.xml validate just fine.
Regards Bernhard
spitzhalde9 D-79853 lenzkirch bernhard.kleine@gmx.net www.b-kleine.com, www.urseetal.net - thunderbird mit enigmail GPG schlüssel: D5257409 fingerprint: 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com https://www.oxygenxml.com/mailman/listinfo/oxygen-user

The file is not in that folder. This folder where it looks for olinkdb.xml is a private folder for my project. I would not expect that I have to copy an obviously public file like olinkdb.xml into each folder where I want an xml file transformed. I can do this. I do not think that is the correct way, only the least troublesome. BTW where is olinkdb.xml? Bernhard Kleine Am 25.07.2017 um 17:10 schrieb Bob Stayton:
The error says it cannot open olinkdb.xml, which was not included in the attachments. Is the file in that location, and can Oxygen open it without error?
Bob Stayton Sagehill Enterprises bobs@sagehill.net
On 7/25/2017 1:36 AM, Bernhard Kleine wrote:
The olinking does not work: I have a document and glossar. The links to the glossar are via olink. At some time this has been working, but I do not know what I have changed so that it does work any further. Linking to the Glossartest.xml document or to the xml:id="Glossartest" did not work either. What is wrong?
the respective error messages:
[xslt] : Warning! Failure reading file:/K:/BuchprojektSpringer/xlm/olinkdb.xml Cause: java.io.FileNotFoundException: K:\BuchprojektSpringer\xlm\olinkdb.xml (Das System kann die angegebene Datei nicht finden) [xslt] Olink error: could not open target database 'olinkdb.xml'. [xslt] Error: unresolved olink: targetdoc/targetptr = 'Glossartest/glo.Bsx'.
I have seen a faintly similar thread about olinking, but that did not help me.
BTW Glossartest.xml and newbooktest.xml validate just fine.
Regards Bernhard
spitzhalde9 D-79853 lenzkirch bernhard.kleine@gmx.net www.b-kleine.com, www.urseetal.net - thunderbird mit enigmail GPG schlüssel: D5257409 fingerprint: 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com https://www.oxygenxml.com/mailman/listinfo/oxygen-user
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com https://www.oxygenxml.com/mailman/listinfo/oxygen-user
-- spitzhalde9 D-79853 lenzkirch bernhard.kleine@gmx.net www.b-kleine.com, www.urseetal.net - thunderbird mit enigmail GPG schlüssel: D5257409 fingerprint: 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09

Hi Berhhard, The olinkdb.xml file does not come with the DocBook XSL distribution, but must be created specifically for your document set. The steps for getting olinking working are described here: http://www.sagehill.net/docbookxsl/Olinking.html You said that olinking was working before, so you must have had the file before. The name and location of the file is specified with a stylesheet parameter named 'target.database.document', which must have been set in your earlier setup. If the parameter is not set, the stylesheet defaults the filename 'olinkdb.xml' and in the same location as the document being processed, which is the behavior you are seeing. If you don't have access to your old olinkdb.xml file and the parameter setting, you will need to recreate them. The documentation mentioned above covers those details. Bob Stayton Sagehill Enterprises bobs@sagehill.net On 7/25/2017 9:30 AM, Bernhard Kleine wrote:
The file is not in that folder.
This folder where it looks for olinkdb.xml is a private folder for my project. I would not expect that I have to copy an obviously public file like olinkdb.xml into each folder where I want an xml file transformed. I can do this. I do not think that is the correct way, only the least troublesome. BTW where is olinkdb.xml?
Bernhard Kleine
Am 25.07.2017 um 17:10 schrieb Bob Stayton:
The error says it cannot open olinkdb.xml, which was not included in the attachments. Is the file in that location, and can Oxygen open it without error?
Bob Stayton Sagehill Enterprises bobs@sagehill.net
On 7/25/2017 1:36 AM, Bernhard Kleine wrote:
The olinking does not work: I have a document and glossar. The links to the glossar are via olink. At some time this has been working, but I do not know what I have changed so that it does work any further. Linking to the Glossartest.xml document or to the xml:id="Glossartest" did not work either. What is wrong?
the respective error messages:
[xslt] : Warning! Failure reading file:/K:/BuchprojektSpringer/xlm/olinkdb.xml Cause: java.io.FileNotFoundException: K:\BuchprojektSpringer\xlm\olinkdb.xml (Das System kann die angegebene Datei nicht finden) [xslt] Olink error: could not open target database 'olinkdb.xml'. [xslt] Error: unresolved olink: targetdoc/targetptr = 'Glossartest/glo.Bsx'.
I have seen a faintly similar thread about olinking, but that did not help me.
BTW Glossartest.xml and newbooktest.xml validate just fine.
Regards Bernhard
spitzhalde9 D-79853 lenzkirch bernhard.kleine@gmx.net www.b-kleine.com, www.urseetal.net - thunderbird mit enigmail GPG schlüssel: D5257409 fingerprint: 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com https://www.oxygenxml.com/mailman/listinfo/oxygen-user
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com https://www.oxygenxml.com/mailman/listinfo/oxygen-user
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com https://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (2)
-
Bernhard Kleine
-
Bob Stayton