Menu
XML (eXtensible Markup Language)

Extensible Stylesheet Language (XSL) Basics
Although XML and XSL are very complex technologies, with the simple examples in this article you learn that you don't need extensive knowledge to do some powerful things. You can store your data in an XML document and use a basic XSL style sheet to select, filter, and sort the elements of an XML document for display as HTML in a Web browser. 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 ...

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

Predefined Entities in XML - Five Special Symbols
An entity is an ampersand character followed by several other characters that represents a character such as a less than or greater than sign or an ampersand. Predefined entities exist in XML because each of these characters have specific meanings. 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 ...

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

Writing XML
In order to understand XML, you must be able to write XML, and few other sources explain how to write XML in simple terms and without all the complicated overhead like this source does. 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 ...


Learn more at amazon.com

Custom Search