topical media & game development

talk show tell print

basic-xml-08-BegXML.htm / htm



  <html>
   <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Beginning XML, 3rd Edition</title>
   </head>
   <body>
    <h3>Beginning XML, 3rd Edition</h3>
    <p>by David Hunter, Andrew Watt, Jeff Rafter, Kurt Cagle, and John Duckett.</p>
    <h3>Table of Contents</h3>
    <p><b>1:</b>What is XML?</p>
    <p><b>2:</b>Well-formed XML</p>
    <p><b>3:</b>Namespaces</p>
    <p><b>4:</b>DTD</p>
    <p><b>5:</b>Schemas</p>
    <h3>1. What is XML?</h3>
    <p>XML is a markup language, derived from SGML.</p>
    <h3>2. Well-formed XML</h3>
    <p>To be well-formed an XML document must satisfy several rules about its structure.</p>
    <h3>3. Namespaces</h3>
    <p>To help unambiguously identify the names of elements and attributes the notion of an XML namespace is used.</p>
    <h3>4. DTD</h3>
    <p>A document type definition, DTD, is a way to specify the permitted structure of an XML document.</p>
    <h3>5. Schemas</h3>
    <p>W3C XML Schema and Relax NG are two schema languages to specify the structure of XML documents.</p>
   </body>
  </html>


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.