Hi,
I am trying to develop a JPF that would display a given XML in a
JSP.
I am doing this in weblogic workshop. I imported the schema
I have created a class that would parse the xml file and using those values, I display the contents in a JSP.
That works pretty fine. But, for another schema, I would have to write most of the codes again.
What I want to know is if it is possible to write a generic class that would take any XML format of a Excel file and display in JSP. The requirement is any xml data generated from any excel sheet should be displayed in a JSP page.
Please let me know if you have any ideas you would like to share.
Thanks,
Jay.