
Advertisment
Reusability, as its name suggests, is the ability of something that is designed for a specific purpose to be used in more than just that one...
This tutorial outlines some of the fundamental issues involved in developing large-scale distributed systems using Visual Basic 6. It is aimed at...
In this tutorial I will show you how to create a PHP application to display directory content (filename, filesize, modification date) and navigate...
This tutorial focuses on an aspect of programming that is too often overlooked—creating applications that are accessible to people with...
In this tutorial, we will outline some of the techniques that we at The Mandelbrot Set (International) Limited (TMS) have used successfully over...
This tutorial introduces you to schemas, including the two major types that are used to define data for XML documents. This tutorial explores the...
In this tutorial, you'll learn, how to document your XML code with comments, how characters of text are encoded in XML, all about entities and...
In this tutorial, you'll learn: importance of namespaces, how namespace names are guaranteed to be unique, declaration and reference...
Views: 1068 |
| by Donald
XML - Development
This tutorial includes the following: why to use SVG, configure your browser to handle the SVG format, the basics of shapes, lines, and colors;...
This tutorial introduces you to XML Schema and shows you how to create XSD schemas that can be used to validate your own documents.
This tutorial shows you how to use various tools to validate documents against a DTD or XSD.
In this tutorial, you'll learn: the basics of style sheets and XML formatting; when and why to use CSS and XSL on the Web; the practical...
In this tutorial, you'll learn: more details about the XSLT style sheet language; process and sort nodes in an XSLT style sheet; use patterns...
In this tutorial, you'll learn: what XSL-FO is and how it came to be; about the nuts and bolts of the XSL-FO language; validation of XSL-FO...
In this tutorial, you'll learn; what SAX is and how it works; how to get a SAX parser for your favorite programming language; how to write a...
Views: 1134 |
| by Slicer
XML - Parsing
In this tutorial, you'll learn: what XQuery is; how to write queries using XQuery; what the Saxon XQuery processor has to offer; how to...
In this tutorial, you'll learn: what XHTML is and why it was created; about the differences between XHTML and HTML; how to create and validate...
Views: 1088 |
| by Mathew
HTML - Advanced
XML can be used to create text documents that contain data in a structured format. In addition to the data, you can include a detailed set of rules...
A markup language uses special notation to mark the different sections of a document. In HTML documents, for example, angle brackets (<>) are used...
The structure of an XML document can be defined by two standards. The first standard is the XML specification, which defines the default rules for...