Subject: RE: Picture in XML, show with XSL
From: Sergiu Ignat <sergiu@xxxxxxxxxx>
Date: Fri, 24 Jan 2003 11:32:28 +0200
|
As I understand you want to show the picture in a web browser.
You can't build a single page that contains all the images. The HTTP
protocol doesn't support something like this. Instead you mast build a HTML
page with links to image files (or sources)
<img src="thebytestreamsourse"/>. The "thebytestreamsourse" is not necesary
to be a file name, it could be any URL that returns a byte stream of the
image.
I can't show you any code, because I made such a thing few years ago for
another company.
Good luck.
Sergiu
>
> Hi,
>
> how can i save an picture in the XML-File and show with an XSL.
> I try with base64-Coding, but i have problems with showing.
>
> Thanks for helping
>
> Asim
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|