﻿<?xml version="1.0"?>
<article xmlns="http://docbook.org/ns/docbook"
 xmlns:its="http://www.w3.org/2005/11/its"
 its:translate="yes">
 <articleinfo>
  <title>An example article</title>
  <author its:translate="no">
   <firstname>John</firstname>
   <surname>Doe</surname>
   <affiliation>
    <address><email>foo@example.com</email></address>
   </affiliation>
  </author>
  <copyright its:translate="no">
   <year>2000</year>
   <holder>Gandalf Inc.</holder>
  </copyright>
  <abstract>
   <para>If your article has an abstract then it should go here.</para>
  </abstract>
 </articleinfo>
 <sect1>
  <title>Title of the first section</title>
  <para>This is the first section in my article.</para>
  <sect2>
   <title>My first sub-section</title>
   <para>This is the first sub-section in my article.</para>
  </sect2> 
 </sect1>
</article>
