<?xml version="1.0" encoding="UTF-8"?>
<?ml-macro name="draft.DD" text="05"?>
<?ml-macro name="draft.MM" text="01"?>
<?ml-macro name="draft.day" text="5"?>
<?ml-macro name="draft.month" text="January"?>
<?ml-macro name="draft.year" text="2006"?>
<?ml-macro name="iso6.doc.date" text="[[draft.year]]-[[draft.MM]]-[[draft.DD]]"?>
<?ml-macro name="http-ident" text="http://example.org/TR/NOTE-example"?>
<spec xml:lang="en" 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>

