In this tutorial, selected XPath features are demonstrated with many examples and pictures which can be downloaded for off-line use.
Visual Studio.NET and the .NET Framework provide a rich set of XML capabilities. This presentation demonstrates how to use those capabilities by taking an approach that puts XML at the core of the architecture / design of a reality-based distributed
This article spells out what is Darwin Information Typing Architecture (DITA) and how it is applied to technical documentation. This is an XML-based, end-to-end architecture for authoring, producing, and delivering technical information. It consist
XLink, is an XML-related specification, that lets you achieve dramatic linking effects in your XML documents. In this short tip, you shall learn how to include parts of other XML documents in your own XML through XLink. Since the release of XML in
Basic DTD features are demonstrated in this tutorial through a number of examples that can be downloaded for off-line use. An XML document is valid if it has an associated document type definition and if the document complies with the constraints ex
All XML documents must be both well-formed and valid. But how do you determine whether your XML documents meet those requirements? The short answer is that you don't. Or at least, you don't have to. Most of the time, you'll rely on an XML parser to m |