RE: [xsl] Is it possible to apply technique in XSLT

Subject: RE: [xsl] Is it possible to apply technique in XSLT
From: "Andrew Welch" <ajwelch@xxxxxxxxxxxxxxx>
Date: Wed, 25 May 2005 15:26:46 +0100
> I was wondering if it is possible to apply the stretch
> text technique using the XSLT. The stretch text is a
> technique where by you can click on a hot word inside
> a paragraph so it should be expanded (i.e. display
> further text within the same page) and when you click
> on that word again it should be shrunk (i.e. hide any
> further text and back again to a normal word).
>
> Is it possible to do this in XSLT, are there any
> relevant links could be read?

DHTML is the best job for this task - put the text in a <span> and just
toggle it's display from 'none' to 'inline' in the onclick event of the
hot word.

cheers
andrew

Current Thread