peter
peter

Reputation: 445

Create a HTML table from a xml document in ASP.NET/C#?

I am querying a web service and get returned a SOAP message. I want to create a html table and select what node should be in what column and so on. I have been googling a bit but wonder if anyone of you know a good guide on how to do this properly?

Thanks in advance.

Upvotes: 0

Views: 1589

Answers (1)

Matten
Matten

Reputation: 17621

The proper way would be a XSL Transformation (XSLT). See here for a good tutorial on XSLT.

Upvotes: 1

Related Questions