Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / XSLT

XSLT

XSLT

Great Reads

by Riaan Hanekom
A (very) simple XSLT test utility.
by Matthias Hertel
Calling a server from JavaScript is a fundamental part of AJAX applications. Using WebServices with SOAP and WSDL is easy if proxy objects and methods are available in the browser.
by Lindsey Lewis
An article about a tool for comparing SQL database schema versions
by Neeker007
A well look HTML menu using XML and XSLT

Latest Articles

by Riaan Hanekom
A (very) simple XSLT test utility.
by Matthias Hertel
Calling a server from JavaScript is a fundamental part of AJAX applications. Using WebServices with SOAP and WSDL is easy if proxy objects and methods are available in the browser.
by Lindsey Lewis
An article about a tool for comparing SQL database schema versions
by Neeker007
A well look HTML menu using XML and XSLT

All Articles

Sort by Score

XSLT 

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...
by prachi_pandey
Map fields from multiple schemas to fields of a single output schema
by SibeeshKV
Calling an ASMX webservice from other server using jquery and PHP
by pramod.hegde
Converts DataTable to XML, XSD, or HTML using XSLT and C#
by Saurav J
Convert table from outlook email body into datatable or list using .NET C# EWS Managed API and HtmlAgilitypack
by kingddd
Introducing a new tool to transform trx (mstest results file) into HTML report
by Matias Lopez
Displaying XML Files with CSS/XSLT
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.
by Adel Refaat
A quick example of how to do grouping in XSLT version 1.0
by thatraja
Using XSLT version 1.0 to group XML using Multiple Columns
by O.Nasri
A good demo to know how you can implement an XSD & XSLT processor using C#
by AspDotNetDev
There are many ways to insert a newline in the output of an XSLT, but this is probably the easiest.
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...
by Nikita D. Sinelnikov
Creating a pretty-view XML for web applications (or other needs)
by ednrg
This is a .NET port of a VBScript utility
by PIEBALDconsult
This is an alternative for "PrettyXML (.NET Port)"
by HenkAlles
Show Simple Log - see the article by Jochen Scharr - in the browser with a nice layout
by George Jonsson
Two approaches for how to transform XML data to another format
by Anamera
This XSLT will output an Excel worksheet containing a CSV type of record collection in a more usable XML format.