You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Josep Riudavets <jr...@uoc.edu> on 2003/12/01 16:25:14 UTC

Insert an image

Hi all ... 

How can I do for inserting an image into an XSL stylesheet???

Thanks all 

Re: Insert an image

Posted by Andreas Hartmann <an...@apache.org>.
Josep Riudavets wrote:

> Hi all ...
>  
> How can I do for inserting an image into an XSL stylesheet???

Could you be more specific here?
Inserting the <img> element is one of the most
basic XSLT tasks ... What is the problem?

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Insert an image

Posted by go...@osmosis.gr.
for example 


...
					<td class=" vAlign="top" align="left">
						<IMG>
							<xsl:attribute name="src"><xsl:value-of select="@img"/></xsl:attribute>
						</IMG>
					</td>
...



-- stavros
On Mon, 1 Dec 2003, Josep Riudavets wrote:

> Hi all ... 
> 
> How can I do for inserting an image into an XSL stylesheet???
> 
> Thanks all 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org