xsl-list
[Top] [All Lists]

RE: Picture in XML, show with XSL

2003-01-24 02:32:28
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



<Prev in Thread] Current Thread [Next in Thread>