>Trying to get it to do anything dynamic using XSLT has been very difficult for me
I don't think you have understood the relationship of XSLT, HTML, and Javascript. Your XSLT code executes and generates an HTML page, containing lots of text and markup including perhaps <script> elements. Then it chucks this over the fence to the browser. Once the script is executing, the XSLT processor has done its job and is no longer present at the scene.
Think about the HTML page you want to generate, and then think about the XSLT code to generate it.
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference
|