I need to develop a client side XSLT that can transform that can extract only the required information that should be published e.g. Full name of scholar, department name, area of research and year of registration, the transformed object should be in XML format. I develop a simple HTML interface which takes input from the user in the form of SQL syntax, use this SQL input to craft XSLT and display the matching results in the form of HTML table on the same page.
↧