Subject:post info to xslt Author:(Deleted User) Date:16 Mar 2007 05:07 AM
Hi Vasileios,
the problem you are describing is much more complex than what your description says: the form is surely talking to a server-side script that will invoke the XSL with some parameter that will generate a different HTML page.
Focusing on the XSLT, it's enough to have the xsl:choose examine a global variable $level that the server-side script will take care of setting with the value coming from the form; depending on the (magic) value of the variable, only part of the original XML will be transformed into HTML.
But without seeing the orignal XML, the entire XSL and the type of server-side script you are using, that's the best I can tell...