I have a XML file that stores client names. I want to create a
JSP page to display just one of the clients information in a html table format using XSL stylesheet. My question is:
Is there anyway to use
servlets or JSP pages to use XSL stylesheet to display only the element, and child elements, in the XML file for a specific client?