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

Subject: Re: [xsl] Is it possible to apply technique in XSLT
From: James Fuller <jim.fuller@xxxxxxxxxxxxxx>
Date: Wed, 25 May 2005 16:29:53 +0200
fadi qutaishat wrote:

>Hi all,
>
>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?
>  
>


you could possibly elect to use some dynamic XSLT whereby when a word is
clicked it resubmits the XML, passing in an xsl:param (once again
somehow depending on your XSLT server setup ...or client side) which
chooses a different processing template.....though

the easiest way to do this has nothing to do with XSLT, u are talking
about a technique that is instantiated using maybe CSS or
javascript...of course XSLT can generate these structures.

gl, jim fuller

Current Thread