Hi,
I have an xml data file and I want to populate a listview in asp.net with this file. Can you show me how to generate an xslt and make a xml data file for this ?
Thanks
<Projects>
<Project Name="" Category="" Subcategory="">
<Subheader></Subheader>
<Thumbnail></Thumbnail>
<CreateDate></CreateDate>
<Explanation></Explanation>
<PdfFile></PdfFile>
<WordFile></WordFile>
<Subheader></Subheader>
<SlideShow>
<Image></Image>
<Image></Image>
</SlideShow>
</Project>
</Projects>