

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
Software Development Magazine
We have 81 XML & XSLT tutorials, you can see below:
Extending the functionality of the XSLT Processor.
Usage of custom .NET objects in XSLT transformation.
This is a technique describing how to create node-tree-fragments in XSLT using C#. Additionally, this aritcle describes how to use C# in XSLT.
This article shows you how to add context aware XPath functions to an XSL transformation. This is done by a hack using reflection.
Make your XSLTs self documenting
Shows how to split an XML file into pages and render page links using XSL Transformation style sheet.
An example of using XSL to achieve a custom sort order - in this case, sorting titles by the first word that isn\'t an article.
A simple and generic way to use XSLT to generate a multi-level HTML tree menu from an XML source.
Using XSLT to group XML elements based on unique ID values in the XML. The XML is transformed into an HTML table.
This is a 3-tier application. A COM component returns SQL data in XML format, then using XSLT to transform to HTML at client side. By using XML, all the data can be sort, split into pages locally, that will give users a quick response!
This brief article will demonstrate the recursive nature of templates.
The article presents the XSLT/JScript framework that handles all types of RSS feeds and HTML-based newsreader application that is built upon it.
This article presents several XSLT stylesheets for converting XML numerical data to eye-candy HTML bar charts.
A simple XSLT stylesheet to convert a Visual Studio .NET XML document into basic HTML.
A Word 2003 template for CodeProject articles, and an examination of XSL transformation from Word to concise HTML
Number To Word Conversion Program using XSLT
How to access Google search facility from within your web site using XML
How to quickly format XML for a nicer display.
To Generate XML from any data source
This article describes a methodology of using XSL for web-page generation, to create webpages in clicks.
The article explains how to use the XML DOM in .NET Framework.
This article shows how to read and write XML fragments using the XmlChunkReader and XmlChunkWriter classes.
This article shows how to create documentation in C# in a simple and fast way. Like my previous articles, this one too focuses beginner to intermediate level.
The sheer power of C# and its ease with XML is displayed here. With zero knowledge, you can just jump into this article and end up learning XML upto the intermediate level.
XML TreeCtrl Browser using Apache SAX Parser
An easy to use class that reads, writes and deletes app settings to an XML file.
Validate XML with XML schema.
Generate a strongly typed set of objects, making reading and writing XML documents simple. Can create output classes for C#, VB, VB.Net & Java.
How to use the \"include\" element to introduce schematic reuse.
How to access RDBMS liks MS SQL or Orcale using XML. The core part using COM technology and ATL.
Building an application to read RSS feeds.
This article is about XML and XSD validation.
A .NET DLL and sample application that interfaces with UPS\'s XML API to retrieve tracking information. You can also use it to generate an RSS feed..
Using the Microsoft XML (MSXML) parser.
A library for PugXML which implements XPath
An XML file containing US state and territory names and their two letter abbreviation.
A mutant XML parser using IoBind, EDOM and PugXML.
Microsoft\'s MXXMLWriter sample that shows how to use SAX2 and MXXMLWriter is now ported to VC++ using ATL and C++, plus some nice additions.
A class for reading and writing XML files
This is a set of techniques aimed to audit design metadata from any XML stream
A tutorial on using XML maps in Excel to convert spreadsheet data to XML.
The provided MFC extension DLL provides easy to use wrapper classes for all COM-interfaces of Microsoft\'s DOM-/SAX implementation.
You probably need to convert your old INI files into XML. Read on for a solution.
A class to read and write non validated XML files
This class adds additional features to the XML parser CMarkup: file handling, namespaces, numerical helpers and new find methods.
A basic C++ wrapper framework for the MSXML SAX2 API is presented.
Object-oriented parser to read/write XML files using MSXML parser
This article provides an easy way to load and save the parameters of an application in XML format.
This article shows how to dynamically create XML documents, transform these using XSL and then displays the resulting HTML into a browser control. Also demonstrates using HTML and images from resources.
This article gives you an introduction to .NET\'s DataSets and how you can use them with XML files
This tool extends the Microsoft XSD tool to provide quality and robust auto-generated code that is easy to use.
This article show you how to display very large XML in a tree view, and also shows you how to incorporate the MS XML parser in your app.
This article demonstrates a simple but flexible way to read XML content without DOM
A class derived from System.Xml.XmlDocument
This articles shows one way for a MFC/Windows application to talk to a webserver using HTTP protocol.
This article explains the applcation of the XmlXsdDocument class.
Obtaining data marked up in XML creates the need for Application Layer tools to easily and efficiently work with XML data.
A brief tutorial about XML and a class called XmlHelper to simplify XML data manipulation.
Link CMarkup into your VC++ app and avoid complex XML tools and dependencies
An article about manipulating XML source data.
How to use SQLXML 3.0 Managed Classes and the SQLXML modes.
Discussion of techniques for fast, robust, light-weight XML parsing.
An introduction to XML Data Binding, and a review of a number of leading products.
This article provides an overview of these features, as well as a look at Web Services, Web Forms, and new versions of ADO and ASP. It takes a first look at dozens of important new Visual Studio features that aid in the design, development, testing, and deployment of solutions built with Visual Basic, C++, Visual FoxPro, and C#.
Simple way how to import XML Excel spreadsheets into DataTable
The results of some perfomance tests of insert-like operations of System.Xml
Do some Brain Tumor detection using neural networks, in a very simple and easy manner. This is the story and source code of an XML based language, to help you create, train and run your own neural networks?
This article talks about using XML from C#
This article describe the functions to convert the xml data to an untyped dataset and get the xml back from untyped dataset
This article describe the function to post xml data to asp.net page and then read the data on asp.net page
Custom configuration is a powerful tool provided by the .NET Framework. Ideas such as the Provider Model make heavy use of the configuration techniques. This article will demonstrate using XML Serialization to place objects into your configuration that can be used at run time.
In this article, I’ll explain how you can easily store and retrieve your application settings with just a few lines of code
This article is about using simple databinding on XML documents by using strongly typed XML documents generated at runtime, taking advantage of System.Reflection.Emit and MSIL.
Use XML Digital Signatures for a request- and signing-based licensing mechanism for your applications.
Supports merging of .config file settings, such as in a push to staging-server deployment environment. Also supports XPath updates. Class library and Console app provided.
A psuedo-database for XML.
Techniques for using the XML data type for storing data.
An example of using an XML document to generate a typed DataSet and load it.
In this article we\'ll learn how to manipulate Xml data using the Xml DOM classes from the .NET Framework. You can modify these methods and dig a bit more into the reference documentation to get more information!
There\'s no doubt that the Web was a catalyst for a revolution that changed the lives of software developers and end users alike. Web services provide the foundation for another profound revolution in the way we build and use applications. It is up to developers to take this foundation and make the revolution happen. This free 412-pages ebook will give you the information and insight you need to design and build next generation distributed interoperable applications with Web services.
XML documents have become a great way to pass data from one application to another. Whether communicating from one DLL to another, from one EXE to another, or even from one server to another, XML is simple, easy, and efficient to pass around. In many other Microsoft languages, you used the Microsoft.XMLDOM object to process XML documents. In .NET, the equivalent object is called XmlDocument. In this paper, you learn how to work with XML documents within the .NET Framework.