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]

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')"/>

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


 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]