Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

I have simply created a table in HTML with 2 cells.The first cell entitled "film name" and the second cell empty.

I would to fill the second cell with a film title from an external source (xml file). How can I go about in doing this? thank you for your help in advance, new to programming

XML
<tr id="movie1">
     <td>
     Film name
     </td>
     <td>
     I WANT THE MOVIE TITLE TO BE LOADED IN THIS CELL
     </td>
  </tr>



Thank you once again.

L.
Posted
Updated 11-Jan-14 10:02am
v2

1 solution

You can use an XSLT transformation to achieve your aim ... here is an example[^]

I'm not familiar with that particular site, so there are other examples with this google search[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900