Re: [xsl] Tables interactive

Subject: Re: [xsl] Tables interactive
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 6 May 2003 15:10:10 +0100

> but is there any way of say clicking on a cell 
> and having the contents copied into a field,

XSLT knows nothing about html or javascript or anything else, it just
generates elements where you specify them.

To do those kind of dynamic effects you probably want to attatch some
javascript attributes to the table cells. Thise attributes are just text
as far as XSLT is concerned. Once you know what attributes you want,
XSLT can generate them in the normal way.

So first write a sample document by hand that has the necessary
javascript, then convert that into a template that produces documents of
that form.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread