Stories recently tagged with 'XSL'

Using XSLT to Transform XML Using ASP.NET(aspalliance.com)

submitted by simonebsimoneb(5450) 4 years, 3 months ago

Short walkthrough about transforming XML into HTML by applying XSL Transformations in .NET. read more...

add a comment |category: |Views: 9

tags: another

Sorting an XML document in C# using XSL(geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 7 months ago

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. read more...

add a comment |category: |Views: 378

tags: another

Create a Blogroll from OPML Files(nayyeri.net)

submitted by keyvankeyvan(4086) 4 years, 11 months ago

In this post Keyvan gives an XSL Transform to convert an OPML file to HTML codes in order to create a blogroll on fly. read more...

add a comment |category: |Views: 6

tags: another

Sharpcms.net a new open source cms based on .Net 2.0 XSL and XML(sharpcms.net)

submitted by madsmads(30) 6 years ago

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 read more...

add a comment |category: |Views: 54

tags: another