xsl-list
[Top] [All Lists]

Re: Is it possible to apply technique in XSLT

2005-05-25 07:29:53
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>