Parts of an XML document


<?xml version="1.0" ?>
<!DOCTYPE hello >
<hello xmlns="http://www.greetings.org">
hello world
    </hello>

  • The XML declaration
  • Namespace declarations
  • The Doctype declaration
  • The root element of the document itself


22 Next | First| Previous Digital Texts with XML and the TEI