at client side,I have a set of html files and a set of xml files,where the content of each html file will be driven by the corresponding xml file.
I have written a java class which is able to read each element of the xml file.Now my problem is I don't know how to use this Java class through html to print all those values on html.I simply want to make those values available to the html page.I am pretty new to xml.please give me a view on how do i integrate the html file and my java class.
an early reply will save me breaking my head on google.