开发者

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

开发者 https://www.devze.com 2023-02-06 20:33 出处:网络
I am querying a web service and get returned a SOAP message. I want to create a html table and select w开发者_Go百科hat node should be in what column and so on. I have been googling a bit but wonder i

I am querying a web service and get returned a SOAP message. I want to create a html table and select w开发者_Go百科hat 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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消