|
XML
XML 101
What is XML? Why is it creating such a deluge of interest? What should you know about XML,
and perhaps more importantly, why should you even care about it? In this article, I will
provide a high-level description of what XML is, and what it's not. More ...
XML Made Easy
Many people think that XML (Extensible Markup Language) is a replacement for HTML. XML and HTML
are both "markup languages". A markup language consists of tags that are added to text to
change the look or meaning of the text. 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 ...
Create a Database Using Only Notepad
You can create your own database using only Windows Motepad, or any ASCII text editor, and
use the database with Internet Explorer. Your database can be used as an address book,
recipe file, collection catalog, or any of a thousand uses. More ...
Roll Your Own Java XML Database
In this article I show you how to write a simple Java program to access an XML document that
allows you to save your updates. The database for this example is an XML document containing
all the different modes which can be set for a computers display. More ...
Using and Creating RSS News Feeds
RSS is a simple XML file that a publisher places on their website. The data contained in the
file is a list of new articles on the website. Being in a standard XML format makes the RSS
file available for anyone to access and use. More ...
XML Namespaces Explained
XML namespaces are simple in concept but difficult to explain because they can be declared
and used in many different ways. In this article, I explain XML namespaces in their most basic
form. Let's start with a basic XML document used to store air travel reservations. 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 ...
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 ...
|