Hi there,

I've a xml file that is composed of node like this one:

Code:
<course>
   <title>ABC</title>
   <url>http://www.something.edu/cee/courses/abc.pdf</url>
   <credit>3</credit>
   <remarks>Prerequisite: xyz</remarks>
</course>
I want to display the data as table in a html:

Code:
<table>
    <tr>
...