This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libgd graphics in stylesheet


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]