Click here to Skip to main content
15,880,427 members
Everything / Programming Languages / XSLT

XSLT

XSLT

Great Reads

by Alex Pumpet
A simple program for comparing table data from two sources - SQL databases, Excel, CSV or XML-files
by Marco Merola
Creating PDF documents from XML
by Dan Radu
The DACBuilder application provides auto-generation features from multiple database systems in multiple programming languages.
by Gavin Sinai
Using the open source Saxon library, .NET programmers can benefit from XSL 2.0 and XQuery 1.0.

Latest Articles

by Patrice T
My learnings and the problems that I encountered while making my very first Stylesheet for ToDoList
by HenkAlles
Show Simple Log - see the article by Jochen Scharr - in the browser with a nice layout
by Chris Stefano
A custom tool for Visual Studio .NET which runs an XSL transformation to generate code
by thatraja
Using XSLT version 1.0 to group XML using Multiple Columns

All Articles

Sort by Score

XSLT 

10 Jun 2014 by Anamera
This XSLT will output an Excel worksheet containing a CSV type of record collection in a more usable XML format.
2 Aug 2017 by Nikita D. Sinelnikov
Creating a pretty-view XML for web applications (or other needs)
5 Jul 2014 by George Jonsson
Two approaches for how to transform XML data to another format
16 Apr 2015 by kingddd
Introducing a new tool to transform trx (mstest results file) into HTML report
21 Feb 2021 by HenkAlles
Show Simple Log - see the article by Jochen Scharr - in the browser with a nice layout
6 Nov 2011 by Adel Refaat
A quick example of how to do grouping in XSLT version 1.0
1 Nov 2017 by Saurav J
Convert table from outlook email body into datatable or list using .NET C# EWS Managed API and HtmlAgilitypack
31 Mar 2010 by Ilka Guigova
Setup: A data from one module is passed into another so that Module 1 takes a (flat) file as input and feeds an xml structure into Module 2. While Module 2 is internal, Module 1 is designed to handle different customer inputs into the system. However, it is not always possible to generate the...
12 Jul 2012 by PIEBALDconsult
This is an alternative for "PrettyXML (.NET Port)"
6 Dec 2010 by AspDotNetDev
There are many ways to insert a newline in the output of an XSLT, but this is probably the easiest.
18 May 2011 by AspDotNetDev
Thanks to this page, I found an even shorter alternative. First, you can add an entity in your DOCTYPE section:"> ]>You can then use this where you like in the document:&newline;That will get rendered...
25 Jun 2014 by SibeeshKV
Calling an ASMX webservice from other server using jquery and PHP
23 Sep 2015 by Carlos Bocanegra
This tip describes a useful way to create and send an email with a summary of the exceptions from a file validation process in a SSIS package using a XML and a XSLT template.
31 Jul 2020 by thatraja
Using XSLT version 1.0 to group XML using Multiple Columns
21 Oct 2016 by O.Nasri
A good demo to know how you can implement an XSD & XSLT processor using C#
6 Aug 2013 by pramod.hegde
Converts DataTable to XML, XSD, or HTML using XSLT and C#
6 Mar 2015 by prachi_pandey
Map fields from multiple schemas to fields of a single output schema
5 Apr 2019 by Matias Lopez
Displaying XML Files with CSS/XSLT
12 Jul 2012 by ednrg
This is a .NET port of a VBScript utility