<?xml version="1.0" encoding="UTF-8"?><!-- edited with XMLSPY v5 rel. 2 U (http://www.xmlspy.com) by wendy chisholm (WCAG WG) --><!DOCTYPE spec SYSTEM "xmlspec-tech.dtd"  [	<!ENTITY wcag2 SYSTEM "wcag2-src.xml">]><spec>	<header>		<title/>		<w3c-designation/>		<w3c-doctype/>		<pubdate>			<month/>			<year/>		</pubdate>		<publoc/>		<authlist>			<author>				<name/>			</author>		</authlist>		<status>			<p/>		</status>		<abstract/>		<langusage>			<language/>		</langusage>		<revisiondesc>			<p/>		</revisiondesc>	</header>	<body>		<div1>			<head/>			<p id="text-equivs">place holder for idref</p>			<p id="text-equivs-all">place holder for idref</p>			<p id="logical-structure">place holder</p>			<p id="logical-structure-yyy">place holder</p>			<technique id="meta-title">				<short-name>					<code>TITLE</code> : the document title</short-name>				<applies-to>					<checkpoint name="xpointer(id(text-equivs))"/>					<success-criterion idref="text-equivs-all"/>				</applies-to>				<checklist-item>					<p>Use the <code>TITLE</code> element to describe the document</p>				</checklist-item>				<description>					<p>All documents, <phrase xml:lang="fr">testing</phrase>including individual frames in a frameset, should have a <code>TITLE</code> element that defines in a simple phrase the purpose of the document.</p>					<p>Note that the (mandatory)  <code>TITLE</code>  element, which only appears once in a document, is different from the  title	 attribute, which applies to almost every HTML 4.01 element. Content developers should use  the "title" attribute in accordance with the HTML 4.01 specification. For   example, "title" should be used with links to provide information about the target of the link.  <loc href="text-equivs" role="checkpoint"/>					</p>				</description>				<technology>					<bibref ref="HTML401"/>				</technology>				<!-- this element is not yet incorporated into the new xmlspec dtd. 				<user-issues> 					<affects group="visual"/> 				</user-issues -->				<eg-group>					<description>						<p>This example defines a document's title.</p>					</description>					<code><![CDATA[ 											<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 						   					 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">											 <HTML lang="en" xmlns="http://www.w3.org/1999/xhtml>										 <head> 										 										 <title>The World Wide Web Consortium</title>											  ... 											 </head> 											 </body>										 ... 	 										 ]]></code>					<graphic source="screen-ex1.png" alt="screen shot of..."/>					<audio-clip source="audio-ex1.png" alt="audio file of..."/>				</eg-group>				<resources>					<see-also>						<p>							<loc href="http://www.w3.org/TR/html401/struct/global.html#h-7.4.2">HTML 4.01  							TITLE specification</loc>						</p>					</see-also>					<!-- I don't understand why see-also doesn't have an href attribute and why we need 					a p child in order to get a loc child in order to get an href attribute -->				</resources>			</technique>			<technique id="meta2">				<!-- category-ref idref="metadata"/ -->				<short-name>The <code>ADDRESS</code> element</short-name>				<applies-to>					<checkpoint idref="logical-structure"/>					<success-criterion idref="logical-structure-yyy"/>				</applies-to>				<checklist-item>					<p>Use the <code>ADDRESS</code> element to define a page's author.</p>				</checklist-item>				<!-- user-issues> 					<affects group="visual"/> 				</user-issues -->				<description>					<p>@@add txt here</p>				</description>				<technology>					<bibref ref="XHTML10"/>				</technology>				<!-- source type="wcag-tech" href="http://www.w3.org/TR/2000/NOTE-WCAG10-HTML-TECHS-20000920/#title-element"/ -->				<eg-group>					<description>						<p>This element can be used to provide information about the creator of the page.</p>					</description>					<code> &lt;ADDRESS&gt;This document was written by &lt;A HREF="mailto:wendy@w3.org"&gt;Wendy 				Chisholm&lt;/A&gt;		 						&lt;/ADDRESS&gt; 					</code>				</eg-group>				<resources>					<see-also>						<p>							<loc href="http://www.w3.org/TR/html401/struct/global.html#h-7.5.6">HTML 4.01 						 <!-- code -->ADDRESS<!-- /code --> specification</loc>						</p>					</see-also>				</resources>			</technique>		</div1>		<div1>			<head>references</head>			<p>				<blist>					<bibl id="HTML401" key="HTML401" href="http://www.w3.org/TR/html401/">Hypertext Markup Language 4.01</bibl>					<bibl key="XHTML10" id="XHTML10" href="http://www.w3.org/TR/xhtml1">XHTML™ 1.0 The Extensible HyperText Markup Language (Second Edition)</bibl>				</blist>			</p>		</div1>	</body></spec>