[xsl] Displaying Images using MSXML

Subject: [xsl] Displaying Images using MSXML
From: "Sean Kelly" <sean@xxxxxxxxxxxxxxxxxx>
Date: Tue, 14 Aug 2001 22:18:58 +0100
Hi all,

a newbie question using MSXML.
i'm wondering how i would go about transforming an xml file that holds an
image's filename, to display that image. eg,

<?xml version="1.0"?>

<images>
    <picture>
        <filename>sunflower.jpg</filename>
        <text>a photgraph of a sunflower</text>
    </picture>
    <picture>
        <filename>starfish.gif</filename>
        <text>a photgraph of a starfish</text>
    </picture>
</images>

can anyone point me in the right direction on how i acheive this. i
understand that an image in XSL the <IMG> tag needs to be closed ie. <IMG
SRC="starfish.gif"/>

thnx
sean


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


Current Thread