RE: [xsl] background-image question

Subject: RE: [xsl] background-image question
From: "Dunning, John" <JDunning@xxxxxxxxx>
Date: Tue, 28 Jan 2003 17:05:56 -0500
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


Current Thread