| Author: greeny_1984 11 May 2009 | Member Level: Diamond Points : 1 |
Hi,
This article would have been more effective
if you have described how to convert xml to html or csv
using xsl
regards,
greeny_1984
|
| Author: Sagar 11 May 2009 | Member Level: Gold Points : 2 |
I tried to define XML and XSL in this article, just a simple definitions. There are various ways to XSLT transform like in .net you will find asp:xml control in which you can define the Transform Source(XSLT file name) and the control will give you the required output after transforming. I would recommend users to read articles on XSLT transformation here to clear the basics clear for transforming.
http://aspalliance.com/1296_Transform_XML_into_HTML_Using_XSLT.all http://www.w3schools.com/xsl/XSL_transformation.asp
Thanks, Sagar
|