blob: 66a29347a51f1c4590b93ec6121fb56e3649a023 [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>Sean</first>
<middle>C.</middle>
<last>Sullivan</last>
</name>
<name>
<first>Stefan</first>
<last>Bodewig</last>
</name>
<name>
<first>Steve</first>
<last>Loughran</last>
</name>
</contributors>