Firstly, please start a new thread for a new question rather than tagging you question onto the end of an old and unrelated thread.
Secondly: sorry, I don't know much about JSP or JSTL. It helps to say what error messages you are getting. The most immediately obvious thing that's wrong is that your stylesheet uses match="isee:ISEE-Event" but doesn't declare the isee namespace. But your source XML doesn't seem to have an element called isee:ISEE-Event anyway. Perhaps you trimmed it because you thought it irrelevant - which would probably be a sign that you haven't realised how important namespaces are to this kind of problem.
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference
|