<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>xhtml:title</title>
</head>
<body xmlns:xhtml="http://www.w3.org/1999/xhtml"
    xmlns:ns="http://www.example.com/">
<h1><code><var>xhtml</var>:title</code></h1>

<ns:element xhtml:title="xhtml-title">
This element has the <code><var>xhtml</var>:title</code>.
</ns:element>

</body>
</html>
