Validating XML

April 24, 2009 Filed Under: Programming
Validating XML

This tutorial examines the validation of XML documents using either Document Type Definitions (DTDs) or XML Schema. It is aimed at developers who have a need to control the types and content of the data in their XML documents, and assumes that you are familiar with the basic concepts of XML. (You can get a [...]

KickStart Tutorial XML

April 24, 2009 Filed Under: Programming

In this tutorial you will learn what XML is about. You’ll understand the basic XML syntax. An you will know what’s needed to make XML usable. You won’t be an XML expert after following this kickstart tutorial. But you’ll understand the basics of XML. And you’ll be able to understand XML Documents and most of [...]