<%@ Import Namespace="System.Xml" %>
<!DOCTYPE html>
<html>
<body>
<form runat="server">
   <asp:Xml id="xml1" runat="server" DocumentSource="note.xml" />
</form>
</body>
</html>