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]

Preloading Images


XSL Gururs,

Given the XML:

<?xml version="1.0"?>
<LeftNavList>
	<PreLoadImage>images/image1</PreLoadImage>
	<PreLoadImage>images/image2</PreLoadImage>
	<PreLoadImage>images/image3</PreLoadImage>
</LeftNavList>

I would like to generate the following html snippet:

<body bgcolor="#ffffff" onLoad="PreloadImages
('images/image1.gif','images/image2.gif','images/image3.gif');">


I would appreciate any help you may provide.

Thanks very much.


________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


 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]