xml1.aspx font size:
C# Source: xml1.aspx   people.xml   people.xsl   
<html>
<title>Xml Web Control Example</title>
<link rel="stylesheet" href="/shared/netdemos.css">

<body>
<!-- #include virtual="~/shared/top.inc -->
<div class="header"><h2>Xml Web Control Example</h2></div>

<!-- #include virtual="~/shared/viewsrc_top.inc" -->
<hr size=1 width=92%>

<form runat="server">
<table width=60% align="center">
<tr><td>
   <asp:Xml id="myXml" runat="server"
      DocumentSource="people.xml"
      TransformSource="people.xsl" />
</td></tr>
</table>
</form>

<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->

</body>
</html>