Re: [xsl] libgd graphics in stylesheet

Subject: Re: [xsl] libgd graphics in stylesheet
From: Antonio Fiol Bonnín <fiol@xxxxxxxxxx>
Date: Fri, 28 Jun 2002 19:32:27 +0200
William S. wrote:

I am experimenting with libgd just having compiled
it into php. What I would like to be able to do
is create an image (with libgd) as a php script and place the
reference into the xsl stylesheet so it will display.
ie) image.php

I am using Sablotron for the transformation.

How do I link this php script into the stylesheet?


If you can access your image as

http://foo.com/image.php

Thenk you should include in your stylesheet something like

<img src="http://foo.com/image.php"; />

That is, your question is completely unrelated to XSL.


Antonio Fiol




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


Current Thread