<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE spec SYSTEM "http://www.w3.org/2002/xmlspec/dtd/2.10/xmlspec.dtd" [
<!ENTITY draft.DD "05">
<!ENTITY draft.MM "01">
<!ENTITY draft.day "5">
<!ENTITY draft.month "January">
<!ENTITY draft.year "2006">
<!ENTITY iso6.doc.date "&draft.year;-&draft.MM;-&draft.DD;">
<!ENTITY http-ident "http://example.org/TR/NOTE-example">
]>
<spec w3c-doctype='note'>
<header>
<title>Example Specification</title>
<version>Version 1.0</version>
<w3c-designation>&http-ident;-&iso6.doc.date;</w3c-designation>
<w3c-doctype>W3C NOTE</w3c-doctype>
<pubdate>
<day>&draft.day;</day>
<month>&draft.month;</month>
<year>&draft.year;</year>
</pubdate>
<publoc>
  <loc href="&http-ident;-&iso6.doc.date;">&http-ident;-&iso6.doc.date;</loc>
</publoc>
<altlocs>
  <loc href="&http-ident;.XML">XML</loc>
</altlocs>
<latestloc>
  <loc href="&http-ident;">&http-ident;</loc>
</latestloc>
<authlist>
<author>
  <name>Norman Walsh</name>
  <affiliation>Sun Microsystems, Inc.</affiliation>
  <email href="mailto:Norman.Walsh@Sun.COM">Norman.Walsh@Sun.COM</email>
</author>
</authlist>
<errataloc href="http://example.com/errata"/>
<abstract>
<p>Some pithy summary.</p>
</abstract>
<status>
<p>This document has a status…</p>
</status>
<langusage>
<language id="EN">English</language>
</langusage>
<revisiondesc>
<slist>
<sitem>2006-01-05 : Initial draft</sitem>
</slist>
</revisiondesc>
</header>
<body>

<div1 id="sec-intro">
<head>Introduction</head>

<p>The specification goes here.</p>
</div1>
</body>
</spec>
