XML ASP.Net Tutorial

<%@ Page Language="C#"%>
                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    
        XmlDataSource
    
    
    
        
            
                <%# XPath("author/first-name") %> 
                    <%# XPath("author/last-name")%>

                    wrote <%# XPath("title") %>
            

        
                    datafile="~/Data.xml" 
            xpath="//bookstore/book"/>
    
    

File: Data.xml

           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
              publicationdate="1981" 
          ISBN="1-11111-11-0">
        title 1
        
            A
            B
        

        8
    
              publicationdate="1999" 
          ISBN="0-222-22222-2">
        title 2
        
            C
            D
        

        11.99