C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
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]
Mahesh Chand(2)
Sudipta Sankar Das(1)
Nalaka withanage(1)
Daniel Stefanescu(1)
Resources
No resource found
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.
Viewing and Writing XML Data using ADO.NET DataSets
Nov 01, 2002.
Based on a real world project this article shows how to handle XML data in .NET using C# DataSets and DataViews.
Performance Comparison of XslTransform Inputs
May 02, 2002.
To transform XML into HTML for use on a Web site or to transform it into a document that contains only the fields required you could use the XSLTransform class (found in the System.Xml.Xsl namespace).
.NET Beta 2 and Navigation in XML Documents
Mar 13, 2002.
.NET Beta 2 was released yesterday at tech-ed, 2001, Atlanta. Many things have been changed in Beta 2 since Beta 1. In this article, I'll cover changes in XmlNavigator class replaced with XPathNavigator.