Integrating XML,XSL,Javascripting,HTML

admin

Administrator
Staff member
I'm completely new to the world of web development. The problem I'm facing is the following. I have an XSL stylesheet that defines the way my XML looks (obviously). However, there is certain data that is being outputted and is excessive. So, I'm trying to find a way to allow users to hide or show this data. In my stylesheet, it simply tries to do a search for certain elements and outputs the corresponding attribute. I know that events aren't handled by XSL, and something like that would require me to use javascripting. Nonetheless, I can't find an easy way to convert this data into something that I can control its visibility property by the click of a button. I need some help. Thank you,

Renato
 
Back
Top