<?xml version="1.0" encoding="UTF-8"?>
<spec xmlns:its="http://www.w3.org/2005/11/its">
    <header>
        <title>Best Practices for XML Internationalization</title>
        <w3c-designation>...</w3c-designation>
        <w3c-doctype its:translate="no">W3C Working Draft</w3c-doctype>
        <pubdate>
            <day>5</day>
            <month>December</month>
            <year>2007</year>
        </pubdate>
        <publoc>
            <loc href="..." >...</loc>
        </publoc>
        <latestloc>
            <loc href="...">...</loc>
        </latestloc>
        <prevlocs>
            <loc href="..."
                >...</loc>
        </prevlocs>
        <authlist>
            <author>
                <name>...</name>
                <affiliation>...</affiliation>
            </author>
        </authlist>
        <abstract>
            <p>This document provides a set of guidelines for ...</p>
        </abstract>
        <status>
            <p/>
        </status>
        <langusage>
            <language id="en">en</language>
        </langusage>
        <revisiondesc>
            <p>This is an updated version of this document.</p>
        </revisiondesc>
        <its:rules version="1.0">
            <its:translateRule selector="//code | //kw //eg" translate="no"/>
        </its:rules>
    </header>
    <body>
        <div1 id="idIntro">
            <head>Introduction</head>
            <p>This document is a complement  ...</p>
        </div1>
    </body>
    <back>
        <div1>
            <head>References</head>
        </div1>
        <inform-div1>
            <head>Acknowledgements</head>
        </inform-div1>
    </back>
</spec>