Hello Josep,

it's a wrong understanding of "an XSL page". Such a thing does not exist. With the XSLT you generate a HTML page! Or in other words to use Cocoon wording: you transform a XML structure into a HTML page. And similar to writing HTML itself, you have to do it in the XSLT. If you know what has to come out of XSLT, you know what to write in the XSLT. You only need an appropriate matcher in the sitemap. Finished. The XSLT snippet was given by Stavros, David gave an example for the matcher.

You can also have a look into the Cocoon samples, there are enough with images.

Joerg

On 01.12.2003 17:36, Josep Riudavets wrote:

And ... what about the source? Could you post it?

David ... I need the code in order to insert it into an XSL page, because
the image is part of a web page ...
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 01, 2003 5:20 PM
Subject: Re: Insert an image



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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to