xsl-list
[Top] [All Lists]

Re: XSL-FO & Images

2005-04-18 09:35:24

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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>