Hi,
I have this nice xsl stylesheet that works fine - it's saved in Livelink and it's all good. Now, I'm trying to reuse some of it elsewhere. I would like to xsl:include it from another .xsl file, which is also in Livelink.
This kind of url works fine for my CSS file (which is also on livelink).
The XSLT transform is called using the "&transform&stylesheet=(nodeid)" url parameters. I wonder if doing this server-side is the root of the issue.. maybe Livelink does not have access to internal files (even though I made sure they are all publicly-accessible).
I'm not sure what to look for anymore. Is there a (secret?) way to call files in Livelink? I tried to replace the url with just the nodeid and to use another fetch method we have here, to no avail.
Any ideas?
I have this nice xsl stylesheet that works fine - it's saved in Livelink and it's all good. Now, I'm trying to reuse some of it elsewhere. I would like to xsl:include it from another .xsl file, which is also in Livelink.
Code:
<xsl:include href="[URL unfurl="true"]https://(my[/URL] livelink url)/livelink/livelink.exe/?func=doc.Fetch&nodeid=57900561" />
This kind of url works fine for my CSS file (which is also on livelink).
The XSLT transform is called using the "&transform&stylesheet=(nodeid)" url parameters. I wonder if doing this server-side is the root of the issue.. maybe Livelink does not have access to internal files (even though I made sure they are all publicly-accessible).
I'm not sure what to look for anymore. Is there a (secret?) way to call files in Livelink? I tried to replace the url with just the nodeid and to use another fetch method we have here, to no avail.
Any ideas?