html

Purpose

The container for the XDIME 2 document.

Note:

It is possible to nest an XDIME 2 document, i.e. an html element and its descendants, inside the body of another XDIME 2 document. Refer to the topic entitled Nesting XDIME 2 documents for more information.

Contains

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2"
  xmlns:mcs="http://www.volantis.com/xmlns/2006/01/xdime/mcs">
  <head>
    <title>html</title>
    <meta property="mcs:cache-scope">optimistic</meta>
    <meta property="mcs:max-age">180</meta>
  </head>
  <body>
    <h3> Hello! </h3>
  </body>
</html>

Related topics