XML : XML : Authoring

Decoding XML and the DTD

0.0/5 (0 votes cast)

This introductory article shows how to create XML Document Type Definitions (DTDs) and well-formed, well-defined XML files that can be validated by the XML parser of your choice. While you don't have to include a DTD with every XML file you produce, doing so will make your life a lot easier. Not only will a DTD enforce the syntax you've established for your XML files, it will also allow your files to be parsed by a validating XML parser. Code samples include DTD and XML document examples.

This column demonstrates how to use XML Schema archetyping (and style sheets) to control styling of data for various presentation modes. Ten code samples in XML, XML Schema, and XSLT show how the techniques work to reduce code bulk and simplify maintenance.

How to use XLink with XML

0.0/5 (0 votes cast)

XLink, an XML-related specification, lets you achieve dramatic linking effects in your XML documents. In this short tip learn how to include parts of other XML documents in your own XML through XLink. The code example demonstrates the technique.

DTD Tutorial

0.0/5 (0 votes cast)

DTD is described in XML 1.0 standard. In this tutorial basic DTD features are demonstrated on many examples which can be downloaded for off-line use.

XPath Tutorial

0.0/5 (0 votes cast)

In this tutorial, selected XPath features are demonstrated with many examples and pictures which can be downloaded for off-line use.

XML Tutorial at Zvon

0.0/5 (0 votes cast)

In this tutorial, selected XML features are demonstrated on many examples which can be downloaded for off-line use.