﻿<?xml version="1.0" encoding="utf-8"?>
<example xmlns="http://docbook.org/ns/docbook">
  <title>Skeleton of XHTML page</title>
  <programlisting><![CDATA[<html xmlns="http://www.w3.org/1999/xhtml"
   xml:lang="en">
  <head>
    <title>… page title goes here …</title>
  </head>
  <body>
    … page content goes here …
  </body>
</html>]]></programlisting>
</example>
