RE: [xsl] Images relative path!

Subject: RE: [xsl] Images relative path!
From: "Simpson, George" <GeorgeS@xxxxxxxxxxxxxxxxx>
Date: Tue, 23 Apr 2002 15:50:58 +0100
Hi David,

Many thanks for answering my question, so quickly! I have search the net high and low and keep coming up 
against this base URI, where do I declare this at?

Once again many thanks,

George

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: 23 April 2002 15:47
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Images relative path!



as in other uses of system paths in XML the src attribute takes a URI
not a system dependent path. You have used an MSDOS style path, if that
works at all the system is being kind to you.
To get a full path as you show you should have

file:///D:/dev/bin/weblogic/zinstance/SKYOBMA/SERVER_CLASSES/com/petrotechnics/skyobma/test/pdf/examples/box.gif

If you use / instead of \ then most likely relative paths will work, so
long as your document does have a base URI, ie isn't being constructed
on the fly in some in memory dom somewhere....

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread