I have an xml element passed to a
jsp page as a parameter that I would like to transform into (X)HTML and display in my JSP. I have xml that follows the following dtd:
I have the following stylesheet:
I also have the following jsp page:
How can I put the pieces together?
Thanks!