Welcome   |   ASP.NET   |   Web Services   |   How Do I...?   |   Class Browser   
  |   Font Size...      

xml1_vb.aspx

<%@ Page Language="VB" %>
<html>
<body>

    <h3><font face="Verdana">Xml Example</font></h3>

    <form runat=server>

        <asp:Xml id="xml1" DocumentSource="people.xml" TransformSource="peopletable.xsl" runat="server" />

    </form>

</body>
</html>