

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
ComputerWorld Canada Magazine
We have 58 XML & XSLT tutorials, you can see below:
How to customize an application using XML fragments
Easily read and use XML configuration files.
Convert your RSS Feeds to OPML.
Creating an XML file based on XSD
This lightweight base class trivializes Xml Serialization and eliminates duplication in projects with multiple serializable classes.
An article on how to read an xml file into an ASP.NET page
Genaration of GET/SET methods using XML and XSLT.
This article describes how to convert an existing XML set of values that are contained in elements to valid elements of another XML, using an XSL transformation.This article describes how to convert an existing XML set of values that are contained in elements to valid elements of another XML, using an XSL transformation.
Using XmlTextReader and XmlTextWriter to insert an XML document within another document without creating an XmlDocument object
An article on how to process XML sub-trees in .NET Framework 1.1.
XPath script to analyze multiple XML files.
A tool for automatically updating version resources in C++, C# and other projects.
A command line utility wrapping the XslCompiledTransform class.
A simple filewatcher based using XML and treeview control
A small C# application to demonstrate the use of parameters in producing a number of static web-pages from a single XML, XSL pair.
A simple to use wrapper class for reading and writing XML configuration files.
This program creates a wrapper around the XSLT process that allows you to transform an XML file using the embedded MSXSL script.
Extracting various information (ID3vN tags and general info) from MP3 files in a directory tree into XML format.
A simple Serializer / Deserializer.
Allows for the import and export of registry sections as XML.
Creates C# classes from declarative XML code samples.
A C# program to demonstrate loading and saving an object to an XML file using XML serialization encapsulated in a wrapper class.
Writes data in an XML file using XPath
Convert your XML object graph to code using CodeDom.
Demonstrating putting together a useful application from the amazing amount of code available here at The Code Project.
A simple application for validating XML files from within Windows Explorer.
An application which creates an XML database and a C# class to access it.
An article which shows how to enumerate over XML data in a foreach loop as if the data were in a collection.
A (very) simple XSLT test utility.
Another use for XML and XSLT
An article on how to read/write App configuration data in an easy way.
Let an XML file become your local small database.
This article covers the Vector Data Language Specification for Vector version 1.1
This example shows you how to use Microsoft\'s XSL script extensions to add custom scripts to your XSL file.
Shows how to extract RSS feeds from Web pages.
Beginners Tutorial for XSLT. Creating elements, converting attributes into elements, selecting parent node, and other examples
XML script engine that pilots SQLpp to generate BLL/DAL/SQL.
How to create an XML based state engine for controlling a simple real-time system
An article on using XPath to select elements of an XML. The XML uses various configurations of elements and attributes to represent identical data.
A class/utility that converts data-files of various formats to .NET DataSet-compatible XML.
An article on how to fork the processing of XML, in .NET Framework 1.1.
Describes a means to build XML data files using XML Schema and xsd.exe to facilitate easy XML Serialization
An article on converting EDIFACT messages to XML, and converted the XML into anything XSLT can perform.
A quick and dirty use of an XML file to save program settings between application execution sessions.
Demonstrates how to use C#.NET\'s XML source documentation to produce professional, indexed and searchable source documentation.
A solution to XmlSerializing inherited types not known until runtime.
Using an XML Schema Definition file, this program uses code generation and CodeDom manipulation to edit XML data in the PropertyGrid.
This article illustrates a mixture of common .NET methods for formatting and presenting in a readable fashion any XML document you may encounter. The latest hype with XML Web Services and even the .NET Framework itself relies on XML as its backbone, therefore this is no light matter.
An article about manipulating XML source data.
This step-by-step article describes how to navigate Extensible Markup Language (XML) documents with an XPathNavigator object that is created from an XPathDocument object. This sample loads an XPathDocument object with XML data, creates an XPathNavigator object as a view onto the data, and displays the XML by walking through the document.
This article demonstrates how to apply a Document Type Definition (DTD), a Microsoft XML-Data Reduced (XDR) schema, or an XML Schema Definition Language (XSD) schema to an Extensible Markup Language (XML) document. This article also describes how to use the XmlValidatingReader class to validate an XML document against the specified grammar, as well as how to use the XmlSchemaCollection class to cache schemas in memory in order to optimize XML validation.
An article describing a technique for using XSLT to map between relational and object representations of data.
Saving application settings to XML.
Appending to an XML file can be tricky with large files in terms of speed and memory usage. This article covers the options available in .NET.
An introduction to XML Data Binding, and a review of a number of leading products.
Learn how to implement the IXmlSerializable in order to customize serialization of your objects - for instance, serializing a NameValueCollection.
Learn how to build a simple RSS feed reader in Visual Web Developer 2005 Express Edition. You\'ll see how build a control that fetches an RSS feed from a site of interest and organizes that content for display on a web page.
How to build a simple WinForm where I could specify the location of an XML file and a corresponding XSL file and then push a button to fire the results of the transformation to a text box for review.