Click here to Skip to main content

XML

Great Reads

by Rui Jarimba
Serialize/deserialize your objects using generics. Customize settings like indentation, encoding, namespaces and others.
by Simon Sprott
This article gives a basic overview of the building blocks underlying XML Schemas.
by Marco Merola
Creating PDF documents from XML
by Derek Burnett
Creating classes that model an RSS, in C#.

Latest Articles

by Mayank Gupta 688
XML serialization and deserialization using C#.
by Brian Aberle
XMLFoundation is the fastest approach to dealing with XML and it also delivers a simple and easy to manage pattern of software development into your application.
by chiheb-Geek
What's Data Binding: Data binding is the process that establishes a connection between the application User Interface and business logic.
by Anurag Prajesh
Add new user registeration information in XML with C#

Research Library

Whether you are new to Toad for Oracle or have been using it for...
DBAs and developers working with IBM DB2 often use IBM Data Studio....
Dell Toad DBA Suite for Oracle complements Oracle Enterprise Manager by...
Toad for Oracle is the database management tool of choice for both...

Discussions

by Sevententh on technical blog "Building a better mouse-trap...
by Ali BaderEddin on Article "Xml Serialization – Tips & Tricks"
by Ali BaderEddin on Article "Xml Serialization – Tips & Tricks"
by amdaman on Article "Xml Serialization – Tips & Tricks"
by Joshi, Rushikesh on article "Generate Sample XML from XSD"

All Articles

Sort by Title

SOAP and XML - Beginners 

26 Jun 2003
Daniel Ang Chee Meng
This article is meant to be a step by step guide to give its reader a gist of .NET Remoting. This tutorial guides the reader to set up a fully functional chat program.
27 May 2007
francisg2005
This article demonstrates how a beginner can start to get to grips with XPath using C#.
12 Apr 2003
Matt Berther
An introduction to web services via creating a web service to retrieve the daily Dilbert image and a client to consume this service.
18 May 2011
R S Dodiya
Compare two XML by using OPENXML Query in Microsoft SQL Server
27 Oct 2009
Javed Akhtar Ansari
This article demonstrates the use of MSXML APIs using C++.
7 Jun 2001
Dhandapani Ammasai
This article gives a basic overview of SOAP.
7 Jun 2000
Jeremiah Talkar
An Introduction to SOAP
2 Sep 2006
Marc Clifton
An introduction to the XmlTextReader.
25 Jan 2009
Peter Wilson
Create an empty DOM document using Xerces for C++.
28 Aug 2007
Farhan Ali
This article will help those who want to learn XML from scratch
15 May 2011
PIEBALDconsult
A technique to make working with XML easier
Sort by Title

SOAP and XML - General 

23 Sep 2004
liyang yu
A simple GUI written in MC++ providing a DOM tree and XPath navigator for XML files
1 Feb 2009
Tolgahan ALBAYRAK
Sort the nodes of XmlDocument by many methods easily
30 Dec 2003
manowar
An advanced XPath Query Analyzer, based on the work of Enrico Elizar Samuel. This advanced version supports namespaces resolution.
1 Sep 2003
Nadeem Ghias
Implements a Registry equivalent using an XML file and a lazy write mechanism.
16 Aug 2010
Mukit, Ataul
A very generic XML parser whose internal implementation can be changed without affecting the rest of the source code.
14 Apr 2009
KSuthar
Create, read and write XML file using LINQ
8 Nov 2004
Gabriel Szabo
Enables binding of any public data member of any object into a control at design time.
16 May 2005
Kareem Shaker
This article shows you the structure of RSS 1.0, RSS 2.0 and ATOM standards, and how to make RSS feed and consume others' feeds easily.
1 Mar 2005
Kareem Shaker
This article shows you, what's meant by RSS , and its standard, history and versions.
23 Oct 2009
DavidCrow
A brief description of how to parse XML from a few weather-related sites.
17 Feb 2002
Tim Smith
The included class definitions provide complete and easy to use C++ wrappers for the Expat C API
29 Dec 2004
Kastellanos Nikos
An engine that transforms XML files on a web server.
11 Oct 2006
G. Kiran
A recursive procedure to check if an XML node is a child node of another XML node in an XML DOM tree.
9 Oct 2006
George Trifonov
Describes the MetaWeblog API interface and how to create your own blog engine with MetaWeblog API support.
19 Mar 2007
Jinjun Xie
Converting a HTML file to an XHTML file
25 Sep 2008
T Clark
An initial stab at a class to convert HL7 to XML. Feel free to contribute.
29 Jul 2002
CodeToad.Com
This article explains creating an XML newsfeed in an ASP page.
10 Jan 2013
Jerry.Wang
This wrapping class will try to use the latest version of MSXML in the machine, and it is easy because of using auto_ptr.
19 Mar 2008
darkoman
An article on simple and fast C++ XML parser
20 Aug 2006
vonwao
Here is a flexible, memory-efficient way of parsing an XML without dealing with the intricacies of XmlReader
20 May 2003
Simon Segal
How to build an Internet Exporer TreeView Web Controls node list dynamically using SQLXML and the Explicit mode.
15 Oct 2004
rafael_p
Generates dynamic forms by transforming XML into XSL file.
18 Aug 2010
Mohamed Amr El Sisi
This article describes how to read XML files dynamically and as generic as possible using .NET Reflection.
16 Aug 2011
ToniMaroni
The fastest way to get started with Schematron and Altova's XMLSpy®
22 Oct 2005
ShahabFatemi
You have an XML document and you need to convert it into a more readable file format.
27 Apr 2011
Imran S Mohamed
This article contains information on how to update an image placed in an Image placeholder in a Word document and maintain the size of the inserted image (Microsoft Office 2007) using Open XML 2.0.
11 Jun 2008
Jimmy Zhang
Introduces a simple, efficient, human-readable XML index called VTD+XML.
19 Nov 2013
Pallavi Wasnik
In this article, you will see how to create and read the XML file, how to add new elements, new attributes and replace the value of existing element in/from existing XML file.
4 Aug 2001
Avinash Lakshman
This article I provides an implementation of the ISoapTypeMapper interface in C++ for serializing custom objects into XML and sending them over the wire using SOAP.
14 Nov 2008
Slava Khristich
Index large XML file for fast access. Use IO and XMLReader for parsing with Regex.
21 Jul 2007
Kiran Bheemarti
A generic method that takes the XML node list and type and loads the XML data in a node of the supplied type.
3 May 2010
Lee Humphries
Got a few Gigs of XML data you need to combine? Here's one way that won't blow your RAM.
7 Aug 2011
Libor Tinka
Simple way of storing objects of arbitrary type in an XML settings file
30 Nov 2006
Daniel Ballinger
Add support for chameleon include to .NET 1.1 using a custom XmlResolver to modify schema dynamically.
22 Dec 2002
s972687(KFUPM)
An article on using XML and ADO.NET to create an appointment/address book.
11 Dec 2011
unitrunker
SAX performance with the readability of DOM like access.
5 Apr 2011
Dr. Song Li
This article demonstrates how to parse XML documents using "XMLDocument" as well as "XDocument".
8 Aug 2008
Sandeep Akhare
The Console application which provides an efficient way to parse large XML files using xmlReader and DOM object in hand
5 Dec 2011
Vishnu Prasad C
How to load the values from XML Node into Text Box Controls and Text Box values into XML Nodes with XML Preview
8 Jul 2012
Trustamind
Python code is embedded in XML and evaluated on the fly to generate data values.
20 Nov 2006
G. Kiran
These recursive procedures check for the immediate parent node or child node of another node.
2 Jul 2006
John Conrad
A simple code that retrieves configurations from an external XML file.
9 Jan 2006
Maulik Soni
This RSS Feed example will explain how to consume an RSS Feed in eight easy steps..!
14 Dec 2006
Xiaozheng Chen
A simple RSS reader that is very easy to use. It runs in the system tray and gives a notification(a bubble) when a new RSS piece is found.
25 Jun 2008
Jimmy Zhang
Agile, efficient XML data binding without schema.
29 Jan 2007
BizzyD
Simple XML parser for C# for those who are used to the ways of libxml2 or Expat.
22 Aug 2012
Aurel Velicanu
A simple way to share tree organized info on Intranet.
2 Nov 2003
Vipul Bansal
A SOAP client, using SOAP Toolkit 3.0.
23 Sep 2004
Ashutosh Singhal
Having problems while passing XML into a Stored Procedure because of Namespaces? This script would probably solve it.
2 Jun 2003
Amol Chavan
Sorting dates in XSL
9 Jan 2012
Slava Khristich
Read any size XML docuement and split it into small supporting files.
4 Apr 2003
Harsha Priya
Using XML as a basis for generic applications
10 Nov 2008
AhsanS
An easy way of saving and restoring application settings from an XML File
7 Jan 2008
Benzi K. Ahamed
This article demonstrates a simple approach to get strongly typed configuration objects to use in your code using XML serialization
31 Oct 2005
ShahabFatemi
You have an XML document that needs to be broken apart into its constituent parts.
11 May 2004
ChauJohnthan
An XML parser to substitute the big MSXML.
9 Apr 2008
Jimmy Zhang
Analysis on why binary XML doesn't solve the real issue of XML performance.
29 Apr 2011
Imran S Mohamed
This article contains information on how to update a chart in a Word document.
1 Apr 2009
Sanjay4India
Use of XML File for dynamically storing Data and retrieving Data in ASP.NET with C#
21 Oct 2009
Wolfeye
How to use a DataSet object to read and write XML
7 Jan 2014
Scott Toberman
Need to use automapper for non-trivial XML data? Here's how!
1 Sep 2008
mbyamukama
This application will display XML data in a table format and write tabular data to XML documents.
7 Jun 2003
ljw1004
How to read XML documents using MSXML, in a modern C++/template manner
13 Jan 2010
Danny Hauptman
How to use XPathNavigator to iterate through XML documents.
5 Jan 2007
Lymington
Process an UTF-8 encoded XML file or stream; read group & attribute values; write & delete grps, attribs, values & comments.
24 Jun 2008
Jimmy Zhang
Reveal XML processing issue #1 and explain why document-centric XML processing is the future.
24 Feb 2010
Indrajeet Sutar
This article explains what RSS is and how we can read and write RSS feeds.
7 Mar 2007
Nakul Lande
Learn the Very Basics on Web Service
14 Sep 2007
Mangesh.v.s
. XML lets you define document structures and make the inherent structure explicit. The flexibility described above allows you to define structure
14 Mar 2008
Nelson Kosta Souto
Reading and writing XML documents.
30 Oct 2001
Frank Wessels
XML implementation using XML SAX2 API from Microsoft XML Parser
12 Nov 2013
Alejandro Xalabarder
Yet another XML to database aproach
8 Mar 2011
Matt Heidenreich
This project will allow the user to alphabetize any XML file without having to translate that file using XSLT or modify it in any way other than ordering nodes based on the names of the nodes themselves or based on an attribute of any node.
15 Feb 2006
Itech Consulting
This handbook focuses on basic concepts of xml and targets the novice xml audiences. Also some portions tend to be for intermediate xml programmers.
5 Jan 2007
Lymington
Process an XML file or stream; read group and attribute values; write and delete groups, attribs, values and comments.
13 Jan 2014
Juan Carlos Recio Abad
Carry information easily between xml with a different structure.
1 May 2008
Jimmy Zhang
Discuss the technical considerations of porting XML processing to custom chips.
17 Oct 2004
Bernardo Heynemann
This article describes the XML Parser class, a class that is designed to make the use of XML files easier for the developer. Using collections the XML Parser classes contain only the amount of information you will need about the XML tree.
10 Aug 2002
rosen
Example of reading XML using two interfaces DOM and SAX
14 Sep 2007
Mangesh.v.s
Xml schema defines the structure of an xml document
19 Dec 2007
Tomislav Stare
One way to implement an XML Template Engine that processes or parses XML templates and generates code
3 Nov 2001
Not Active
Test timing of searching using an XML document or a simple array of structures.
11 Oct 2003
Doug Mitchell
A shell extension to transform xml files against a stylesheet
2 Nov 2011
Bangla Gopal Surya Prakash
Validating XML against defined XSD
29 Dec 2008
Islam ElDemery
An object based framework to access XML files.
27 Nov 2014
Brian Aberle
XMLFoundation is the fastest approach to dealing with XML and it also delivers a simple and easy to manage pattern of software development into your application.
27 Jul 2007
yuan yong fu
How to get report data from XML document.
9 Oct 2008
AFSEKI
This library provides XML based dynamic object mapping which can be used while designing dynamic data, configuration and business layers.
28 Jul 2005
Thanh Dao
A tool for building XPath expression base on XML Schema
3 Jul 2014
Simon Sprott
This article gives a basic overview of the building blocks underlying XML Schemas.
Sort by Title

Java Architecture for XML Binding (JAXB) 

28 Apr 2003
Koundinya
Explains about the concepts of JAXB and compares it with JDOM and JSAX.
10 Jun 2013
Pragmateek
I’ve written a small Java benchmark that I’ll present, along with its results, in this article.
5 Mar 2014
bconlon
XSD 1.1 support in Liquid XML 2014
Sort by Title

SOAP and XML - Messaging 

7 Feb 2001
Catalin Hatmanu
C++ SOAP client for December 2000 release of MS SOAP Toolkit 1.0 using wire transfer technique
6 Feb 2001
Nic Oughton
Using the high level API to send and receive SOAP messages in MFC
14 Jul 2008
haxial
Get rid of the unwanted advertisements from the bottom of MySpace IM
4 Jan 2005
DGoins
This article explains a brief introduction to SOA and a Subscriber-Publisher model, along with how to implement one using WSE SOAP Receiver and WSE SOAP Sender classes inside a Windows .NET application.
Sort by Title

SOAP and XML - Peer to Peer 

29 Dec 2005
Adrian_Moore
Publishing shared data in a Peer Graph using Microsoft's Peer-to-Peer technology.
Sort by Title

SOAP and XML - Serializing 

22 Jul 2005
gokselm
Provides samples for XML and SOAP serialization using C#.
20 May 2002
James T. Johnson
A settings class that can be used to store values in an XML document
25 Jan 2006
Wilfred Verkley
Describes a custom XML serialization library, with functionality to compare for, and to combine differences.
15 Dec 2007
Marcus Deecke
A deep XmlSerializer, supporting complex classes, enumerations, structs, collections, generics, and arrays
21 Jan 2013
Amit Bezalel
Improving XmlSerialization performance.
25 Feb 2009
baretta2
XmlObject is the class to derive from when you need high-performant XML serializable objects.
13 May 2009
Shawn Dempsay
An article about serializing and deserializing with XMLSeriaizier.
25 Feb 2007
Babak Ansari
A custom XML serializer using .NET.
21 Oct 2003
Paul Welter
Serializes and deserializes COM objects into and from XML documents
18 May 2005
S Sansanwal
This article describes the process of converting an XSD to a class and then reading and writing XML to\from the class object.
20 Feb 2008
Niranjan Kumar
Serialization and deserialization are important in software world. You should be able to save data from memory on to persistence storage for later retrieval, or you may want to share the data with another software/framework/system/platform.
26 Mar 2008
Niranjan Kumar
This article will give you an overview of how you can implement your own serialization engine.
19 Aug 2007
Rudolf Jan Heijink
A tutorial on custom serialization using the SOAP formatter
22 Aug 2006
Joseph Finsterwald
A serialization class that you can include in your class library.
3 Jan 2010
Todd Schilling
This article describes how to extend the ConfigurationElement class to deserialize text elements.
10 Mar 2008
Chris Richner
(De)serialize your objects encrypted and/or compressed with 3 lines of code
9 May 2006
Wouter van Vugt
Learn how to serialize object trees into SOAP and back again.
12 Oct 2012
wells cheung
How to serialize an object to an XML document with a specific format.
26 Oct 2009
Jaap de Haan
Describes the guidelines and pitfalls for implementing IXmlSerializable (.NET)
6 Apr 2006
Alex_1
A JavaScript generic serializer.
6 Jul 2010
Alain Bertrand
A small XML serializer for Silverlight projects.
9 Nov 2012
Herbert Oppmann
Shows how to get the .NET XmlWriter class to write empty element tags as instead of
11 Dec 2006
LSteinle
CustomXmlSerializer is an alternative to XmlSerializer, supporting both shallow and deep serialization of ArrayLists, Collections, and Dictionaries.
24 Jun 2009
farzaneh ansari
A simple scenario to demonstrate how an instance of an object is created and serialized into a file stream and stored into database using the Serialize method
31 Oct 2001
Bassam Abdul-Baki
Serializing data into an XML string in a window dialog
2 Nov 2007
Rekhender
Serializing and deserializing nested XML.
23 May 2006
Kim Major
A simple base class to add serialization support to your data classes.
25 Apr 2006
cmumford
An explanation of how to serialize an object and include an XML-stylesheet processing instruction.
2 Aug 2008
ShofarNexus
RestDirector provides performance and readability to XML.
23 Aug 2007
Lasse Offt
An easy and very dynamic way of saving your settings.
26 Feb 2008
Alex Cohn
XML parser helper classes in pure C++ without validation
30 Jan 2006
Y.M.Gopala Krishna Reddy alias Murali
XSD.EXE is an XML Schema Definition tool that generates XML schema or common language runtime classes from XDR, XML, and XSD files, or from classes in a runtime assembly.
15 Jul 2003
Alex Sivokho
An article on object serialization in .NET
19 Aug 2010
Lewis Liu L
Use an XML serializer and deserializer to store graphics configuration data
2 Nov 2004
Richard Schneider
Serialization of user options.
2 Sep 2008
Derek Burnett
Creating classes that model an RSS, in C#.
28 Jun 2006
BoneSoft
How to serialize and de-serialize .NET objects and XML using the XmlSerializer and the serializer attributes.
21 Feb 2008
Patel Pranav
How to Use XML to Serialize and Deserialize an Object
12 May 2012
Md. Rashim uddin
XML Serialization and Deserialization in c#
22 Apr 2008
mukeshkumar123
This is a sample windows application on how .NET does serialization and deserialization of strongly typed custom collection, while handling derived collection items
2 Jan 2015
Mayank Gupta 688
XML serialization and deserialization using C#.
6 Nov 2012
Mayank Gupta 688
Serialization and deserialization of XML.
6 Sep 2006
Vincent DUVERNET (Nolmë Informatique)
XML serialization for complex data types including GDI objects, Hashtable, and List.
5 Mar 2008
brent.wjh
Handles object graphs and circular references in XML serialization
26 Jul 2002
Liong Ng
This article shows an example on how to use XML serialization in .NET
12 Aug 2009
Hemant__Sharma
An article on XML Serialization of a class inherited with a generic List of interface i.e. List
19 Oct 2008
Antoniu-Gabriel Rozsa
Yet another custom XML serializer, with a slightly different approach.
9 Nov 2011
Pawel idzikowski
How to serialize to XML, any generic, derived, or other complex type, which XMLSerializer cannot serialize
18 Jun 2008
Romain TAILLANDIER
This article shows how to use XmlSerializer to serialize types that usually cannot be XML Serialized
10 Dec 2007
jonnynolimits
A library for serializing any class in XML format.
25 Sep 2006
Patrick Boom
Creating a custom XMLFormatter for serialization of objects.
2 Apr 2001
Dhandapani Ammasai
This article shows how to serialize a class into XML string.
2 Oct 2012
Sina Iravanian
A flexible XML serialization library that lets developers design the XML file structure, and select the exception handling policy. YAXLib supports polymorphic serialization and serializing generic and non-generic collection classes and arrays.
Sort by Title

SOAP and XML - Utilities 

5 Feb 2006
Stephane Rodriguez.
A simple Windows RSS store viewer working on top of the IE7 RSS platform.
31 Mar 2008
wak1984
A fast utility to deal with xml
17 Oct 2007
asithangae
Data builder that builds XML from a SQL query in hierarchical format.
15 Apr 2011
Sergey Chepurin
A DOM based XML parser with C/C++.
6 May 2012
CodingBruce
How to use a Linq2Xsd generated object to directly manipulate XmlSchema
7 May 2007
flippydeflippydebop
A simple XPath parser.
23 Feb 2011
Eduard Keilholz
A quick XML interpreter for large XML files.
22 Aug 2008
Norbert Ruessmann
How to use XML to write and read log files.
29 Jun 2009
mbyamukama
In this article, I will show you how to add documentation to your classes and methods to make good use of the IntelliSense feature and make your code more understandable
11 Aug 2012
ideafixxxer
How to implement XPathNavigator for file system
7 Apr 2007
Mohammad Akbarizadegan
In this article, you will learn how to create an asynchronous RSS reader Windows application (using threads).
11 Sep 2008
Jason Coon
An extremely fast, lightweight XML file viewer.
26 Feb 2008
salysle
This article discusses the construction of a simple utility that may be used to locate and evaluate paths within an XML document, and to test queries against those paths.
17 Apr 2009
JadBenAutho
Schema based XML reader writer implemented as .NET COM generator
14 Apr 2008
George Zabanah
This article will show you how to view a colourful collapsible treeview for XML Strings/XmlDocument in a browser (just like Internet Explorer) without the need for XML files.
9 May 2007
Srinivas-Miriyala
XML2XML is a mapping tool to transform XML data from one XML format to any another XML format.
9 May 2014
Lars Hove Christiansen
XML Visualizer v.2 improves the standard XML Visualizer in Visual Studio 2005, 2008, 2010, 2012 and 2013.
7 Dec 2010
CodingBruce
Build better schema for rapid data model prototyping.
Sort by Title

SOAP and XML - Web Services 

20 Sep 2005
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.
7 Jul 2003
Johan Danforth
A BLOG tool ready to use. Post weblogs to an XML file from a windows application via Web Service. Uses SOAP Headers for authentication. Uses simple XSL Transformation for the RSS feed.
13 Mar 2006
Alexandru Ghiondea
Describes a way of creating a web service that persists its state between sequent calls.
8 Mar 2006
Brian Bayless
A central key manager for multiple web server clients in a web farm.
28 Apr 2005
Subbiah Anandan
Centralized event logging in .NET using web services.
25 Apr 2005
Nirosh
This article focuses on demonstrating the usage of DIME (Direct Internet Message Encapsulation) with Web Services. Here, you will have two applications, one is a Web Serivice that uses DIME technology to send an attachment (of different types) to a client side, other is a Windows Forms application.
8 Nov 2005
Feodor Fitsner
An article describing the implementation of custom WSE 3.0 policy assertions for signing and encrypting SOAP messages with Username tokens.
6 Jun 2005
Jon Merrifield
SOAP Extension to transport full exception information from server to client.
6 Oct 2004
Andrew Clynes
Enable .NET to display Web Service documentation stored in an XML file.
6 Mar 2011
sudheer mattapally
This all about getting XML data through webservices to infopath
28 Apr 2005
Scott Burgett
An article that demostrates the use of the National Weather Service's Experimental National Digital Forecast Database XML Web Service.
15 Jan 2004
David S Hobbs
Demonstrates how to call ASP.NET webservices from the client within other languages and platforms.
11 Sep 2004
azamsharp
How to make a simple WebService and consume it.
30 Nov 2005
Christopher G. Lasater
This is a quick helper to allow you to make the web reference URLs for your WSDL proxies easier to configure when switching environments.
27 Sep 2005
Weidong Shen
Adding secure communications to the Microsoft IssueVision sample application using WSE 2.0.
17 Aug 2008
Sebastian Böthin
Apply an XSL transformation to the service description of an ASP.NET webservice to generate better interface documentation.
23 Aug 2005
Donsw
Logging remote application version numbers using web services.
25 Apr 2007
Advosol Inc.
The OPC XML-DA sample clients show how OPC XML-DA web services can be accessed from different kinds of desktop and web applications.
8 May 2005
Tulasi Guraja
An article to find the performance of a Web Service, using NetMon tool provided by Microsoft.
30 Sep 2007
rilov
In this article, I will explain how we can publish a SQL Server 2005 stored procedure as web service and access the web service from a Microsoft VB.NET Windows application
11 Aug 2004
mysorian
A code walk to expose a Crystal Report as a Web Service.
18 Feb 2005
Marcelo Lujan [El Bebe.Net ]
Calling a WebService with JavaScript. Security included by using a local asmx with the function of proxy, and not revealing the webservice URI in the JavaScript.
18 Jan 2006
Y.M.Gopala Krishna Reddy alias Murali
WSDL.EXE is a .NET tool used to generate a client proxy or a server stub from a given WSDL.This tool is mainly useful for reverse engineering, for a given WSDL, or for a given .NET language.
23 Nov 2007
Tim_Mackey
How to send large files across web services in small chunks using MTOM (WSE 3)
5 Oct 2005
Abhishek Chatterjee
This article talks about SOAP 1.2 and a brief description of how to make SOAP 1.2 Web Services in .NET Framework 2.0.
12 Jun 2004
Ansil
Article about transaction and transaction flow in ASP.NET webservices.
11 Nov 2005
liyang yu
Understanding the role of tModels in UDDI.
7 Feb 2001
Steve Maier
Creating a SOAP client using C++ instead of VB.
30 Jan 2006
Alex Yumas
Client-side web-service optimization and minimizing network traffic.
18 Jul 2004
super_coding
NET has supplemented for the easy creation and usage of web services. Web services in .NET utilize open standards like HTTP, SOAP, XML, and WSDL that allow for fast creation, extension, and deployment. Read through.
24 Mar 2006
vivekthangaswamy
This articles is an introduction to web services, with a simple illustration.
27 Aug 2004
Ansil
Article about how reference parameters are implemented in web methods and how method overloading is achieved in webmethods.
12 Sep 2005
Thang T.
Using a web service to find the location of an IP address...
19 Jun 2005
Casey Rayback
The application attached to the article automates the process of generation of *wsdl.aspx and *disco.aspx files needed when developing Web Services for Windows SharePoint Services products.
27 Aug 2004
Vamsi Prattipati
This article describes the use of Web Services Enhancements (WSE) 2.0 to implement UsernameToken authentication for providing security to Web Services over an Unsecure Transport.
28 Sep 2003
Michal Altair Valášek
Web Services themselves are not offering authentication and security services. The WS-Security standards can solve this issue.
13 Jun 2006
Dan Radu
The XML2JSON web service allows conversion of any kind of XML in to JSON format.
Sort by Title

C# Programming - XML/XSLT 

7 Sep 2006
Riaan Hanekom
A (very) simple XSLT test utility.
18 Nov 2004
ritzcoder
This program creates a wrapper around the XSLT process that allows you to transform an XML file using the embedded MSXSL script.
22 Sep 2004
Marc Clifton
A simple Serializer / Deserializer.
1 Oct 2004
David Salter
A simple application for validating XML files from within Windows Explorer.
7 Mar 2004
Thierry Parent
XPath script to analyze multiple XML files.
13 Sep 2005
Marc Clifton
Convert your XML object graph to code using CodeDom.
13 Apr 2007
Chris Hambleton
A class/utility that converts data-files of various formats to .NET DataSet-compatible XML.
3 Dec 2011
Azim Zahir
This article demonstrates applying an XSLT stylesheet to an XML file dynamically
1 Sep 2005
Maxim Alekseykin
Shows how to generate source code for a finite state automaton described by XML applying XSLT
2 Apr 2010
Michael D Elliott
Demonstrates how to use C#.NET's XML source documentation to produce professional, indexed, and searchable source documentation.
20 Jul 2004
Russ Quinn
How to create an XML based state engine for controlling a simple real-time system
3 Apr 2006
rbriere
Easily read and use XML configuration files.
12 Mar 2004
Matthew Hazlett
Convert your RSS Feeds to OPML.
16 Oct 2006
jebarson
An article which describes creating an XML file based on a schema.
16 Aug 2013
Marco Merola
Creating PDF documents from XML
22 May 2007
Burkovsky
How to customize an application using XML fragments
19 Jun 2007
Burkovsky
An advanced discussion of customizing applications with XML fragments
28 Oct 2008
Serghei Sarafudinov
A design pattern on how to override elements in a base XML.
11 Aug 2005
Tonster101
An article on converting EDIFACT messages to XML, and converted the XML into anything XSLT can perform.
12 Nov 2004
ritzcoder
This example shows you how to use Microsoft's XSL script extensions to add custom scripts to your XSL file.
11 Jan 2005
Josh Smith
An article which shows how to enumerate over XML data in a foreach loop as if the data were in a collection.
25 Sep 2004
Alex Furman
Shows how to extract RSS feeds from Web pages.
31 Jul 2005
Raven123
Extracting various information (ID3vN tags and general info) from MP3 files in a directory tree into XML format.
14 Aug 2005
Michael D Elliott
Demonstrates how to create strong types in C# by using the Xsd.exe utility and XML.
7 Oct 2004
Marc Clifton
Creates C# classes from declarative XML code samples.
25 Nov 2004
A.Raja Sekhar
Genaration of GET/SET methods using XML and XSLT.
11 Oct 2006
Dustin Metzgar
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.
16 Mar 2008
Martin Garcia
One possible way to build an HTML report that has a dynamic number of pages.
8 Feb 2005
Sam DenHartog
Allows for the import and export of registry sections as XML.
29 Jan 2004
Dave Curylo, MCAD
Using XmlTextReader and XmlTextWriter to insert an XML document within another document without creating an XmlDocument object
1 Sep 2006
T-C
A C# program to demonstrate loading and saving an object to an XML file using XML serialization encapsulated in a wrapper class.
17 Jun 2007
Shankar Balaji
A pipeline component that has a mapper, that provides a GUI for feeding in XSLT. At runtime, the receive pipeline takes the XSLT as input and maps the source message to the destination message.
20 Apr 2004
Paul Baker
A small C# application to demonstrate the use of parameters in producing a number of static web-pages from a single XML, XSL pair.
9 Sep 2006
circumpunct
A quick and dirty use of an XML file to save program settings between application execution sessions.
9 Sep 2005
Michael Chao
An article on how to read/write App configuration data in an easy way.
31 Aug 2003
Tahir Nasir
An article on how to read an xml file into an ASP.NET page
25 Nov 2002
Daniel Ripoll
A simple filewatcher based using XML and treeview control
24 Apr 2007
Jason Titcomb
Saving application settings to XML.
25 May 2010
harryXu2010
Shuffle XML elements with XPath and VTD-XML.
23 Aug 2007
Cvetomir Todorov
This article shows how you can implement templated messages, such as email templates
27 Nov 2006
Andrew Tweddle
A command line utility wrapping the XslCompiledTransform class.
2 Sep 2003
biztig
Let an XML file become your local small database.
26 Feb 2010
Leo Bi
How to use XSLT to generate SQL script
22 Feb 2004
Stephan Johnson
This article covers the Vector Data Language Specification for Vector version 1.1
24 Oct 2002
John Lyon-Smith
A tool for automatically updating version resources in C++, C# and other projects.
19 Nov 2012
Jim Meadors
String manipulation of XML files.
1 Jun 2003
lechonsazo
This lightweight base class trivializes Xml Serialization and eliminates duplication in projects with multiple serializable classes.
14 Jan 2007
axos88
A simple to use wrapper class for reading and writing XML configuration files.
30 Nov 2004
Marc Clifton
Demonstrating putting together a useful application from the amazing amount of code available here at The Code Project.
27 Aug 2003
KennS
Describes a means to build XML data files using XML Schema and xsd.exe to facilitate easy XML Serialization
25 Jan 2006
Paulo Morgado
An article on how to fork the processing of XML, in .NET Framework 1.1.
27 Mar 2007
Mike DiRenzo
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.
28 Mar 2012
Anish_R
Passing Parameters to XSL
28 Aug 2007
Jeremy Hiestand
An attempt to use the common XML language to replace an ageing INI system
25 Jan 2006
Paulo Morgado
An article on how to process XML sub-trees in .NET Framework 1.1.
2 Nov 2011
Bangla Gopal Surya Prakash
Validating XML against defined XSL
21 Feb 2008
Patel Pranav
How to Use XML to Serialize and Deserialize an Object
19 Apr 2004
Jonathan de Halleux
XML script engine that pilots SQLpp to generate BLL/DAL/SQL.
20 Oct 2008
PIEBALDconsult
Wraps an XmlDocument to simplify formatting flat data into XML
24 Oct 2004
SimmoTech
A solution to XmlSerializing inherited types not known until runtime.
20 Mar 2006
Boby Thomas P
An example for reusable code - an XML writer class.
1 Jul 2004
sirgilligan
An article on using XPath to select elements of an XML. The XML uses various configurations of elements and attributes to represent identical data.
1 Aug 2004
sirgilligan
Beginners Tutorial for XSLT. Creating elements, converting attributes into elements, selecting parent node, and other examples
26 May 2003
Richard van den Berg
Writes data in an XML file using XPath
10 Jan 2013
Gavin Sinai
Using the open source Saxon library, .NET programmers can benefit from XSL 2.0 and XQuery 1.0.
17 Apr 2007
Srinivas-Miriyala
A simple editor for XSL transformations.
6 Jul 2008
Mahendra Kumar Srivastava
An XSLT transform for string representation of numeric place values.
17 Jul 2009
Mahendra Kumar Srivastava
XSLT Number to String Transformation for Hindi Language
13 Feb 2005
Mark Porter
An article describing a technique for using XSLT to map between relational and object representations of data.
11 Jan 2007
Chris Stefano
Another use for XML and XSLT
2 Jan 2013
Amr Rekaby, Mai Sobhy
This article provides a reusable component to calculate the delta difference between 2 XMLs structures, it is implemented by XSLT to be faster and platform independent.
Sort by Title

SOAP and XML - XSLT 

2 Mar 2003
Stefan Popov
This article shows you how to add context aware XPath functions to an XSL transformation. This is done by a hack using reflection.
19 May 2006
Mike DiRenzo
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.
4 Jan 2004
I G 198
Shows how to split an XML file into pages and render page links using XSL Transformation style sheet.
9 Jun 2006
Dmitry Khudorozhkov
This article presents several XSLT stylesheets for converting XML numerical data to eye-candy HTML bar charts.
16 Feb 2005
Mahendra_Nepali
Usage of custom .NET objects in XSLT transformation.
17 Feb 2002
MS le Roux
Using XSLT to group XML elements based on unique ID values in the XML. The XML is transformed into an HTML table.
21 Jul 2010
RAshmiBhimani
Nested list using SharePoint designer
6 Mar 2002
Anand Bolangadi
Number To Word Conversion Program using XSLT
26 Apr 2006
Dmitry Khudorozhkov
The article presents the XSLT/JScript framework that handles all types of RSS feeds and HTML-based newsreader application that is built upon it.
22 Dec 2006
Kiran Kumar G
This brief article will demonstrate the recursive nature of templates.
18 Jun 2003
Mark Focas
Make your XSLTs self documenting
21 Sep 2005
Emma Burrows
A simple XSLT stylesheet to convert a Visual Studio .NET XML document into basic HTML.
28 Jan 2006
Emma Burrows
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.
7 May 2007
PIEBALDconsult
How to misuse XML/XSL to do what not even the
28 Feb 2002
MS le Roux
A simple and generic way to use XSLT to generate a multi-level HTML tree menu from an XML source.
12 Sep 2001
Alan Wen
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!
24 May 2004
Mike Ellison
A Word 2003 template for CodeProject articles, and an examination of XSL transformation from Word to concise HTML
17 Sep 2012
S V Saichandra
This article describes XSLT programming for beginners.
30 Jan 2004
Doug Mitchell
Extending the functionality of the XSLT Processor.


Advertise | Privacy | Mobile
Web03 | 2.8.150113.1 | Last Updated 20 Jan 2015
Copyright © CodeProject, 1999-2015
All Rights Reserved. Terms of Service
Layout: fixed | fluid