|
Subject: Re: [xsl] background-image question From: "J.Pietschmann" <j3322ptm@xxxxxxxx> Date: Tue, 28 Jan 2003 23:47:50 +0100 |
<fo:block>
<xsl:attribute name="background-image">
<xsl:value-of select="draft.jpg"/>
This attempts to insert the value of the child element
named "draft.jpg" as the attribute value. Because such an
element is unlikely to exist, the attribute will be empty.
Use
<xsl:value-of select="'draft.jpg'"/>
instead.This electronic transmission is strictly confidential
> to Smith & Nephew... Could you get your employer at least to add some sort of delimiter before the appendix?
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] background-image question, W. Eliot Kimber | Thread | RE: [xsl] background-image question, Dunning, John |
| Re: [xsl] value of variable inside , David Carlisle | Date | Re: XSL frustration (was: Re: [xsl], S Woodside |
| Month |