using XmlDataSource and dumping all to screen

  • Thread starter Thread starter mazdotnet
  • Start date Start date
M

mazdotnet

Hi all,

I have trying to test an XML file with a XSLT file. However, I don't
know how to dump the content (generate page to the screen). What
control do I need to bind to display the generate html page?


I just have
<asp:XmlDataSource ID="XmlDataSource1" runat="server" DataFile="~/
my.xml"
TransformFile="~/my.xsl"></asp:XmlDataSource>


Thx
M
 
Back
Top