xsl-list
[Top] [All Lists]

RE: background-image question

2003-01-28 15:05:56
I'm sure someone else will explain this more definitively, but your select
Expression = 'draft.jpg', which means your processor is looking for a
node-set of elements called 'draft.jpg'.

Try:
<fo:block>
        <xsl:attribute name="background-image">draft.jpg</xsl:attribute>
</fo:block>

HTH,
John

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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