blob: 8c0ac41c5eaa62acfbfdedad2caaece3f9d8ed3f [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE contributors
[
<!ELEMENT name (first?, middle?, last)>
<!ELEMENT contributors (introduction, name+)>
<!ELEMENT first (#PCDATA)>
<!ELEMENT introduction (#PCDATA)>
<!ELEMENT middle (#PCDATA)>
<!ELEMENT last (#PCDATA)>
]
>
<contributors>
<introduction>
These are some of the many people who have helped with this Ant Library.
</introduction>
<name>
<first>Brian</first>
<last>Watson</last>
</name>
<name>
<first>Stefan</first>
<last>Bodewig</last>
</name>
</contributors>