Menu
XML (eXtensible Markup Language)

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 ...

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 ...

Using Java Script to Display XML Data
In this article, you learn how to use Java Script to display an XML document's data as an html page. You create a script that you can use to traverse any XML document to display information about its elements. And you create a script that you can use to check any XML document for errors. More ...

Introduction to XML Schemas
This article explains what an XML Schema is and the many usefull purposes thay provide for with code examples. More ...

Nesting XML Elements
Nesting XML elements allows you to create a hierarchical structure of your data. However, you must not write the closing tag for the outer element until the inner elements are closed. 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 ...

Transforming XML with XSLT
The instructions for formatting XML documents is in a specification called XSLT (for Transformations) This article explains how to use XSLT to transform XML documents. The end result might be another XML document or an HTML document. 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 ...

XML Parsers
Before any work can be done with an XML document it needs to be broken down into its constituent parts with some sort of internal model built up, that job is done by a piece of software called a parser. More ...


Learn more at amazon.com

Custom Search