how to xml image load to html table?

Nov 16 2012 12:25 AM
i have a xml file
<items>
  <item>
      <pid>p01</pid>
      <image>flower.jpg</image>
      <path>c:\fun</path>
  </item>
 </items>

in this xml file i want to show the "flower.jpg" image in Html table at dynamically.