using System; using System.Collections; using System.Configuration; using System.Data; using System.Web; using System.Web.Security; using System.Xml.Xsl; public partial class sugupuu4 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Response.ContentType = "text/xml"; Response.Write(""); } }