Displaying an XML DataSource

Posted by Kubi on Stack Overflow See other posts from Stack Overflow or by Kubi
Published on 2010-02-09T02:17:08Z Indexed on 2010/03/16 20:41 UTC
Read the original article Hit count: 359

Filed under:
|

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>

© Stack Overflow or respective owner

Related posts about Xml

Related posts about ASP.NET