|  | <?xml version="1.0" encoding="utf-8"?> | 
|  | <?xml-stylesheet type="text/xsl" href="person.xsl"?> | 
|  | <person:person xmlns:person="http://eclipse.org/webtools/person" | 
|  | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
|  | xsi:schemaLocation="http://eclipse.org/webtools/person person.xsd "> | 
|  |  | 
|  | <person:name> | 
|  | <person:given-name>Dave</person:given-name> | 
|  | <person:family-name>Gabol</person:family-name> | 
|  | </person:name> | 
|  |  | 
|  | <person:affiliation href="http://www.dhl.com">DHL</person:affiliation> | 
|  |  | 
|  | <person:e-mail>dgabol@dub-co.ie.dhl.com</person:e-mail> | 
|  |  | 
|  | <person:biography> | 
|  | <p> | 
|  | Dave has worked in IT in the UK and Ireland for 20 | 
|  | years and has operational, programming, team lead and senior | 
|  | regional management experience. He has worked with Java | 
|  | since its first release 9 years ago. Dave has full | 
|  | life-cycle experience with n-tier distributed applications, | 
|  | utilising a range of Java APIs in areas such as XML, MQ | 
|  | Series Messaging, LDAP, JDBC and many others. | 
|  | </p> | 
|  | </person:biography> | 
|  |  | 
|  | <person:contribution role="past-committer"> | 
|  | <p> | 
|  | Dave is a committer to the Eclipse Web Tools web site and | 
|  | will look for Java component work. | 
|  | </p> | 
|  | </person:contribution> | 
|  |  | 
|  | <person:large-photo width="200" height="250" href="photos/large/no-picture.png" /> | 
|  | <person:small-photo width="100" height="125" href="photos/small/no-picture.png" /> | 
|  |  | 
|  | </person:person> |