Re: [xsl] Images relative path!

Subject: Re: [xsl] Images relative path!
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 23 Apr 2002 15:46:59 +0100
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


Current Thread