Re: [xsl] Client-side XSLT and Javascript events

Subject: Re: [xsl] Client-side XSLT and Javascript events
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 14 Oct 2010 10:31:48 +0100
On 14/10/2010 10:23, Michael Kay wrote:


I've got a client-side XSLT system driven by <?xml-stylesheet?>
processing instructions contained in the XML being rendered.

I want to run some Javascript on the page as soon as the transformation
is complete (to change the size of various objects based on the size of
the rendered page, which is available in Javascript but isn't known to
the XSLT at the time the HTML is being generated). Any ideas how? Is
there some event that I can tie this to?

Can't you just stick the javascript into a <script> element inserted at the end of the <body> of the generated file. (I'd suggest instead using onload event but I'm not sure if that is fired consistently by browsers as the generated document (rather than teh original source) is loaded.


David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________


Current Thread