For a project at work I just started getting introduced to XML in .NET via C#. I already had a dataset, and with this article
http://aspnet.4guysfromrolla.com/articles/092403-1.aspx
I was able to basically create an xml file on the fly that is displayed in the browser. I'm not actually saving the file to disk, just creating it on the fly and displaying it.
Well now they want a little nicer interface, and I think I can do that with stylesheets or xlst or something, but I'm not sure where to start. Are there any canned javascript/html things I can use to display the xml in a nice way or something? I don't think I'm searching on the right terms in google or something...any good resources or anything? Thanks!
http://aspnet.4guysfromrolla.com/articles/092403-1.aspx
I was able to basically create an xml file on the fly that is displayed in the browser. I'm not actually saving the file to disk, just creating it on the fly and displaying it.
Well now they want a little nicer interface, and I think I can do that with stylesheets or xlst or something, but I'm not sure where to start. Are there any canned javascript/html things I can use to display the xml in a nice way or something? I don't think I'm searching on the right terms in google or something...any good resources or anything? Thanks!