blob: 8256daa0c2032e8fb68f69251e5f7a348144f97d [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>Kevin</first>
<last>Jackson</last>
</name>
<name>
<first>Matt</first>
<last>Benson</last>
</name>
<name>
<first>Paul</first>
<last>King</last>
</name>
<name>
<first>Peter</first>
<last>Reilly</last>
</name>
<name>
<first>Stefan</first>
<last>Bodewig</last>
</name>
<name>
<first>Steve</first>
<last>Loughran</last>
</name>
</contributors>