Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Manas Mohapatra(3)
Senthilkumar (3)
Mike Gold(2)
Sagar Shinde(1)
Prasad Pathak(1)
Saravanan Ponnusamy(1)
Pradeep RN(1)
Azim Zahir(1)
Surya Prakash(1)
Sandeep Singh Shekhawat(1)
Suri Meenakshi Sundaram(1)
Doug Doedens(1)
Bidyasagar Mishra(1)
Madhanmohan Devarajan(1)
Prashant Verma(1)
Sagar Pardeshi(1)
Biswa Pujarini Mohapatra(1)
Destin Joy(1)
Vasanth (1)
Mahesh Chand(1)
Sudipta Sankar Das(1)
Krishnan LN(1)
Megha Goyal(1)
Vishal Gilbile(1)
Bechir Bejaoui(1)
Praveen Kumar(1)
Jigar Desai(1)
John Charles Olamendy Turruellas(1)
Resources
No resource found
What XSLT Transformation Is And How To Use It
Dec 12, 2017.
XSLT (Extensible Stylesheet Language Transformations) is a language for transforming XML documents into other XML documents. Sometimes the user wants to some kind of xml structure instead of whole xml; In that case we can use XSLT transformation. This article gives us idea about this.
SharePoint 2013 - Converting GMT/UTC Time To Local Time In XSLT For Rendering RSS Feed Results
Sep 29, 2017.
Recently, I came across the requirement where the date coming from RSS feed which is in GMT format needed to be converted to local time and displayed in the required format.
Transform XML Output Of SQL Query To HTML Using "For XML" AUTO Statement With XSLT In C#
Aug 21, 2017.
Normally, we execute the query using ExecuteNonQuery statement and fill the output into data table. This article describes how to transform the XML output of SQL query statements using FOR XML AUTO to HTML using XSLT.
Adding XSLT List View Web Part In SharePoint 2013 Sites Using PowerShell
Jan 09, 2017.
In this article, you will learn how to add XSLT list view web part in SharePoint 2013 sites, using PowerShell.
Display XML Data As HTML Using XSLT In ASP.NET MVC
Aug 28, 2016.
This article describes how to display XML data as HTML using XSLT in ASP.NET MVC.
Styling XML Data With XSLT And CSS
Aug 06, 2015.
This article explains how to design XML data with XSLT and CSS.
Implementing Ajax in XSLT Grid
Dec 17, 2011.
This article explains about the implementing Ajax techniques in XSLT Grid.
Applying XSLT stylesheet to an XML file at runtime
Dec 05, 2011.
This article explains how to transform an XML file at runtime by applying an XSL stylesheet.
XML Validation with XSLT & Calling Custom functions from XSLT
Nov 01, 2011.
In this article, I will discuss about validating XML against defined XSL. Prior to getting into this article, it’s mandatory that one should have basic knowledge on what XML & XSL are.
Transforming XML Document Using XSLT with XML Control
Jun 09, 2011.
I am explaining the concept of transforming an XML Document using a well-defined XSLT incorporated with an Asp.Net XML Control.
Remove HTML Tags and Hyperlink using XSLT in Data form Webpart
Oct 25, 2010.
In this article you will learn how to Remove HTML Tags and Hyperlink using XSLT in Data form Webpart.
Zero Server Controls technique in ASP.Net, C# (XML Insertion, JavaScript tricks using AJAX deletion and XSLT record display using JavaScript)
Sep 07, 2009.
Insert a record using XML, Delete a Record using Ajax and Display Results using XML and XSLT through JavaScript. No Server Side Controls have been used.
Transforming Visual Studio .NET Projects into NANT files using XSLT and .NET
Apr 16, 2004.
I was looking for a solution on how to execute an XSL transform on a C# project file and convert it to a Nant build file. Nant provides the xsl file to do the conversion under the open source license agreement, but Nant does not provide away of producing the transformation.
XSLT Transformations and XSLT Intellesense within the .NET IDE
Jan 15, 2003.
With XML and XSLT transformations becoming a large part of many business applications it would be beneficial to have this functionality in the .NET IDE. Following are the instructions for adding xslt transformations and intellesense to xslt documents to the .NET IDE.
Transformation Using CSS And XSLT
Sep 18, 2019.
In this session, I will discuss how to convert XML to XSLT. Basically, we need XSLT for the presentation of XML using some user-defined transformation.
Display Live RSS Feeds In XML Viewer Web Part Using Custom XSLT
May 15, 2016.
In this article you will learn how to display Live RSS Feeds in XML Viewer Web Part using Custom XSLT.
SharePoint 2010: Customization Of The Data View Web Part - XSLT
Mar 07, 2016.
In this article we will explore how to customize the data view web part XSLT and apply different operation implementation.
SharePoint 2010: Format Date Value in Data View Web Part - Xslt
Jan 09, 2014.
Here, we will see various ways to format a date value in a Sharepoint Data View Web Part using xslt.
Display an RSS Feed Using XSLT
Dec 13, 2011.
Displaying an RSS feed using XSLT involves transforming XML data into HTML for presentation. XSLT templates define how RSS elements are formatted, facilitating clear and structured content rendering on web pages.
XML to HTML Using of XSLT
Aug 26, 2011.
Overview of XSLT. In this article I will expalin how to Write XSLT
Customize share point List Form using XSLT
Aug 13, 2010.
In this article I am showing how to customize share point default form look and feel using XSLT.
XML to HTML Converter Using XSLT
Mar 23, 2010.
In this article we see XML to HTML Converter using XSLT.
Transformation and XSLT
Nov 27, 2009.
In this article I will explain you about Transformation and XSLT.
Creating MS Word Document using C#, XML and XSLT
Mar 21, 2006.
This simple program demostrate how to create well formatted MS Word documents using C#, XML and XSLT. Using XSLT to create Word documents requires the knowledge of RTF key words.
Using XML and XSLT
Jan 18, 2006.
XSLT (XML Stylesheet Transformation) is a powerful language used for converting XML documents into various formats. It utilizes an XSLT processor to parse input XML and the associated stylesheet, executing defined transformation instructions.
Display XML Data as HTML Using XSL Transformation in ASP.Net
Aug 07, 2015.
This article will describe how to display XML data as HTML using XSL Transformation in ASP.NET.
Working With XML Server Control in ASP.NET
Aug 21, 2012.
In this article we will discuss how to work with a XML server control in ASP.NET.
Styles in WPF
Jan 27, 2012.
This article demonstrate how to use Styles in WPF.
Integrate XML Data Within your ASP Page Using XslCompiledTransform Class: Part I
Feb 17, 2009.
I will provide two techniques as a part of this two parts tutorial to demonstrate how to transform and integrate XML contents within ASP web page.
Chapter I: Server Control Basics
Apr 25, 2008.
This chapter tells you about the basics of server control.
Changing XSL StyleSheets on the FLY in C# and ASP.NET
Sep 26, 2006.
This article shows you how you can use alter XSL in memory to transform XML data into HTML with different results.
Displaying Single Table Database Hierarchy with DataSet and DataRelations
Mar 03, 2006.
Hierarchies can be difficult to store SQL tables and even more difficult to query and display. This Example will show you how you can use DataRelation to convert single table hierarchy in to nested XML and then use XSLT to transform it to nested list.
XML Transformations
Mar 15, 2004.
This article shows you how to use XML transformation classes defined in the .NET Framework class library to transform XML data into various user interfaces.