In order to make it work, you should make the following changes to the opentext.ini file:
Add text/xml to the entry relativeLinkMimeTypes. After the change It will look like:
relativeLinkMimeTypes=text/html,application/pdf,text/xml
If you do the transformation on the server, you shouldn't need to make this change.
Hans Stoop--------------Register your subtypes in the OScript Registry:https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2454603Consultant Partner Programs Europehstoop@opentext.com+31 23 5652333http://www.opentext.com/
-----Original Message-----From: knowledge@opentext.com [mailto:knowledge@opentext.com]On Behalf Of eLink Discussion: Development DiscussionSent: donderdag 5 juli 2001 14:40To: eLink RecipientSubject: I agree, skins is the answer. I do however have a question. If I write a xsl... I agree, skins is the answer. I do however have a question. If I write a xsl... Posted by SasolAdmin (slaghuis, Eric) on 07/05/2001 08:37 AM In reply to: RE How to customize LiveLink interface? Posted by eLink on 06/14/2001 10:27 AM I agree, skins is the answer. I do however have a question. If I write a xsl (skin) and put it in the /livelinksupport/.... directory, and call it, it works fine. I read however that one can put the xsl (skin) on livelink as a document, and then call it by using the ObjectID as the reference. For example http://<server>/livelink/livelink.exe?func=ll&objId=1309016&objAction=xmlexport&scope=one&stylesheet=1280206The problem is:My skin works if I put it in the livelinksupport directory, but does not work if I put it on Livelink and use the objectID method. Is there something I am missing, or is it the way I create my skins?
-----Original Message-----From: knowledge@opentext.com [mailto:knowledge@opentext.com]On Behalf Of eLink Discussion: Development DiscussionSent: donderdag 5 juli 2001 15:41To: eLink RecipientSubject: RE RE I agree, skins is the answer. I do however have a questi on. If I write a xsl... RE RE I agree, skins is the answer. I do however have a questi on. If I write a xsl... Posted by eLink on 07/05/2001 09:41 AM In reply to: RE I agree, skins is the answer. I do however have a question. If I write a xsl... Posted by eLink on 07/05/2001 09:02 AM Message from Slaghuis, Eric (E) <eric.slaghuis@sasol.com> via eLinkIn other words, I should call it with the &transform=1 parameter? I do this, but still get the same result. If I do not include this parameter, Livelink gives me an error stating that the document /livelink/<objectID> cannot be found, which is the expected reaction. I can see it is my skin that is being displayed, but it displays incorrect Maybe if you look at this attachment you will see my error. This skin lists all the folders in a xml export, and shows them as hyperlinks. Like I said, if I put this in the support directory it works, but if I put it in Livelink and use the ObjectID to reference it, I get a totally different result. I only see the last part of the URL that I want to reference. If I hack the hyperlink out to just display the folder name, I see nothing. -----Original Message----- From: eLink Discussion: Development Discussion [mailto:development@elinkkc.opentext.com] Sent: 05 July 2001 03:03 To: eLink Recipient Subject: RE I agree, skins is the answer. I do however have a question. If I write a xsl...
-----Original Message-----From: knowledge@opentext.com [mailto:knowledge@opentext.com]On Behalf Of eLink Discussion: Development DiscussionSent: dinsdag 10 juli 2001 7:38To: eLink RecipientSubject: Is it a bug or a undocumented feature? Is it a bug or a undocumented feature? Posted by SasolAdmin (slaghuis, Eric) on 07/10/2001 01:36 AM In reply to: RE I agree, skins is the answer. I do however have a questi on. If I write a xsl... Posted by eLink on 07/05/2001 10:51 AM Thank you for your answer Hans, but my question is still not answered. I played around with my stylesheet again, and included a header row in my table. This header row is displayed correctly. I even removed the hyperlink from my stylesheet, just attempting to list the folders.My conclusion: Allthough the feature exists in Livelink to manage your stylesheets for you, it does not work. For some odd reason it fails to transform the xsl correctly if the stylesheet resides on the server.Can someone confirm this? Should I end my quest for xsl skins on Livelink, and rather bribe the system administrator for rights to the /livelinksupport directory?Oh, by the way, the transform parameter must be included as server side transformation is the only way it can work. The server cant send down both the xml and the xsl in one call to the workstation to tranform it on the client side.