RE: [xsl] background-image question

Subject: RE: [xsl] background-image question
From: "Koes, Derrick" <Derrick.Koes@xxxxxxxxxxxxxxxx>
Date: Tue, 28 Jan 2003 17:17:15 -0500
Not enough coffee or enough sleep, thanks.

-----Original Message-----
From: Dunning, John [mailto:JDunning@xxxxxxxxx] 
Sent: Tuesday, January 28, 2003 5:06 PM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE: [xsl] background-image question

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
This electronic transmission is strictly confidential to Smith & Nephew and
intended solely for the addressee.  It may contain information which is
covered by legal, professional or other privilege.  If you are not the
intended addressee, or someone authorized by the intended addressee to
receive transmissions on behalf of the addressee, you must not retain,
disclose in any form, copy or take any action in reliance on this
transmission.  If you have received this transmission in error, please
notify the sender as soon as possible and destroy this message.

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


Current Thread