view source
Making a HTML Table from XML in a C# Console App
I have been learning how to mess around with XML in the .NET Framework. I came across the XSLT formatting of the XML to an HTML table. When I first had a go at this, I found the HTML was rather bland and I wanted to add some formatting to the XSLT. I have done this by placing my styling in the head of the HTML. My styling is a little OTT, but it is merely that was just to give an example.
Advertisement