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]

Displaying Images using MSXML


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


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