Introduction to XML Schemas
This article explains what an XML Schema is and the many usefull purposes thay provide for with code examples. More ...
Easy XML to Connect Content to Web Page
This is an example that lets you store your websites content
in text files separate from your web pages. The web pages and the content are combined
using XML. You will learn some basic XML. More ...
SOAP Explained
Client applications and Web services communicate using messages in a format
called Simple Object Access Protocol (SOAP). SOAP messages are simply XML documents constructed to SOAP
specifications. These messages are communicated using standard Internet protocols, like http, smtp, and ftp. More ...
XML Namespaces Made Simple
If you're going to use XML for more than just your own local purposes, you need a way to validate it. Today, this is done using
a schema. But don't attempt to use a schema without an understanding of namespaces. More ...
Program a Visual Basic XML Database
In this article I show you how to program an XML database
with Visual Basic. This example consists of two parts, an XML document and a Visual
Basic program that is used to browse, search, and edit the XML document. More ...
Rules For a Well-formed XML Document
An error in an XML document will bring your application to a halt. If you follow these rule for creating well-formed XML code,
there is much less chance of creating an error, and any error will be easier to locate. More ...