Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reference a XSL file from a XML file on Livelink

Status
Not open for further replies.

ProgMonkey

Programmer
Feb 13, 2003
1
GB
Hi All,
I would like to reference a XSL file from a XML file. The XML file must be able to reference the XSL file when the XML file is:

1. On the users Desktop PC
2. On LiveLink

How can I achieve this? Fully Qualified URI's of the form:
do not work on Livelink (but work fine
on any other machine). A relative path would work on Livelink, but is
no good when the XML file is anywhere else (eg the users PC) as the
XSL file will not be in the same place.
Any help is greatly appreciated.

Thanks very much
Andrew
 
Simply call the files by their node id. for example,

objaction=xmlexport&transform&stylesheet=3797&scope=sub
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top