[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] XSL-FO & Images


Subject: Re: [xsl] XSL-FO & Images
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 18 Apr 2005 17:35:24 +0100

> The 1st version is scalable. The second is not.
I've no idea really what you mean by scalable in this context.

The syntax for the url attribute in xsl:external-graphic is
src="url('filenamehere.jpg')"
The url('  ...') is boilerplate that unfortunately has to be there as
the WG were having an off-day and copied CSS syntax into XSL FO rather
than just the semantics of the properties, as they'd done elsewhere. 
(Note I omitted the ' in my suggested code last time)

I believe that some FO processors don't enforce this weirdness and allow
you to go src="filenamehere.jpg" but in any case I don't see how
"scalability" applies to your template: all the generated
fo:external-graphics should generate a synatx error unless they all have
url(' ') or if the processor does not enforce that, they should all work.


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


Current Thread
Keywords
xsl