I am trying to display a table using xml on an html page.
Basically the:
xml will serve as the file that will store the data to be out putted on the table
the dtd file that defines the datatype of the listing
and an xsl file that would tell the browser what to display it and how to display.
This is an assignment am just trying to learn and improve on it.
During my cause of checking online I saw different tutorials but none showed the full steps of what I wanted exactly.
I would appreciate if someone could give me a step by step approach of how to go about it using the steps I mentioned and display in a table.