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]

Formatting the body tag


XSL Gurus,

Given the following XML:

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

I would like the generate the following HTML snippet:

<body
onLoad="preloadImages('image/image1.gif','image/image2.gif','image/image3.gif');">

Appreciate any help you can give me.
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]