By tag: XSL
0
kicks
Using XSLT to Transform XML Using ASP.NET
Short walkthrough about transforming XML into HTML by applying XSL Transformations in .NET.
0
kicks
Sorting an XML document in C# using XSL
I needed to sort some XML in C# before itterating through the document. In the end I used the XslCompiledTransform to apply an XSL stylesheet to the XML document. Works very quickly. For reference, this is how I did it.
0
kicks
Create a Blogroll from OPML Files
In this post Keyvan gives an XSL Transform to convert an OPML file to HTML codes in order to create a blogroll on fly.
0
kicks
Sharpcms.net a new open source cms based on .Net 2.0 XSL and XML
A new open source content management system has been released. The system is based on XSL and XML. No SQL databases and all the layout can be modified via XSL templates