This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]