Hi everybody,
I have a XML file having data stored in tags as
<Username>User name here</Username>
<Password>Password here</Username>
(There will be data of around 100 users)
I need to display this data in a HTML file in a tabular format.
Kindly help me.