blob: 70de28335c7ee002d34b26f8e81193e789aba586 [file] [log] [blame]
<?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>Phil</person:given-name>
<person:family-name>Avery</person:family-name>
</person:name>
<person:affiliation href="http://www.ibm.com">IBM</person:affiliation>
<person:e-mail>pavery@us.ibm.com</person:e-mail>
<person:biography>
<p>
He began his career at IBM in 2001 working on a WYSIWIG XSL Editing project.
There he worked with manipulating DOM/stylesheet models by creating
various XSL "push" style rules.
He brings that experience with him to his current position on Structured
Source Editor.
</p>
<p>
He has worked on most areas source editors for all supported content types
(XML, HTML, CSS, JSP...). More recently he has focused more in the area of JSP editing
and the mapping mechanisms from one source to another (e.g. the JSP and the underlying, translated Java).
This allows for integration JDT features (such as content assist, search and refactoring
w/ the JSP editor.
Current responsibilites in SSE include: content assist, as you type validation, JSP Translation/mapping,
JSP Search/Refactoring, JSP Validation, among others.
</p>
</person:biography>
<person:contribution role="past-committer">
<p>Phil is a committer for the SSE components of WTP.</p>
</person:contribution>
<person:large-photo width="199" height="277" href="photos/large/phil-avery.png" />
<person:small-photo width="100" height="139" href="photos/small/phil-avery.png" />
</person:person>