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]

RE: referring to images in XSL FO


> RenderX makes their .fo files so that a request for an image 
> file looks 
> like this:
> 
> <fo:display-graphic text-align="centered" 
> href="url('Images/box.jpg')"/>

I'm not sure exactly why they use it in that manner, however it may
have something to do with the fact that its a form of namespace 
calling already out there.  

One example being

<SPAN style="
		background-image: url(blurredstone.gif);
		background-color: lightblue;
		width:100%;
		height: 100% ">


> can anyone else support this use of a "url" function? am I missing
> something in the spec which mandates it?
> 
> why not just
> 
> <fo:display-graphic text-align="centered" href="Images/box.jpg"/>
> Sebastian Rahtz


Although I would agree with you that I would prefer the latter format

Eddy


 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]