View Single Post
  #7 (permalink)  
Old Dec 13th, 2006, 11:24
emeakashah emeakashah is offline
New Member
Join Date: Dec 2006
Location: UK
Age: 27
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need help on xsl and xpath

thanks snow..i have remove the for each and i put <td><xsl:value-of select="./summary" /></td>..it show me all the different data in each table.the problem now is all the attributes do not display.I put it in the same format..<td><xsl:value-of select="./@latitude" /></td> but it didnt work..thanks
Reply With Quote