- From: David Carlisle <davidc@nag.co.uk>
- Date: Mon, 10 Jun 2002 13:46:57 +0100
- To: www-xsl-fo@w3.org
From: Oleg Tkachenko <olegt@multiconn.com> Younas Aamir wrote: > You can use > > <fo:external-graphic src="file:../graphics/page.gif" content-height="200%" > content-width="200"/> But beware ARAIK content-width and content-height properties are not implemented in fop yet. Also, (unfortunately) XSL for no particularly good reason insists that the URI is surrounded by url( ... ) so that should be src="url(file:///......)" (note that you can not put a relative uri like ../graphics/page.gif after file: (or any other URI-scheme prefix) Either you should have a relative URI with no prefix, or an absolute URI, this is a URI syntax issue, nothing to do with XSL). 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.
Received on Monday, 10 June 2002 08:47:24 UTC