using XmlDataSource and dumping all to screen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top