2006/ws/policy ackcurrent.xml,1.5,1.6 acknowledgements-current.txt,1.14,1.15 acknowledgements-old.txt,1.7,1.8 ackold.xml,1.5,1.6 build.xml,1.35,1.36 entitieswd.dtd,1.17,1.18 guidelines-bestpractices.xml,1.8,1.9 status-guidelines.xml,1.8,1.9 status-primer.xml,1.8,1.9 ws-policy-guidelines.xml,1.134,1.135 ws-policy-primer.xml,1.89,1.90

Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv30648/ws/policy

Modified Files:
	ackcurrent.xml acknowledgements-current.txt 
	acknowledgements-old.txt ackold.xml build.xml entitieswd.dtd 
	guidelines-bestpractices.xml status-guidelines.xml 
	status-primer.xml ws-policy-guidelines.xml 
	ws-policy-primer.xml 
Log Message:
Pub prep

Index: entitieswd.dtd
===================================================================
RCS file: /sources/public/2006/ws/policy/entitieswd.dtd,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- entitieswd.dtd	26 Sep 2007 07:16:51 -0000	1.17
+++ entitieswd.dtd	2 Nov 2007 00:18:47 -0000	1.18
@@ -4,10 +4,10 @@
   Date parameters
   -->
 <!ENTITY draft.year "2007">
-<!ENTITY draft.month "September">
-<!ENTITY draft.mm "09">
-<!ENTITY draft.day "28">
-<!ENTITY draft.dd "28">
+<!ENTITY draft.month "November">
+<!ENTITY draft.mm "11">
+<!ENTITY draft.day "12">
+<!ENTITY draft.dd "12">
 
 <!ENTITY draft.date "&draft.year;&draft.mm;&draft.dd;">
 
@@ -38,14 +38,14 @@
 <!ENTITY doctype.attachment "rec">
 
 <!-- The following is used for primer, guidelines and elementID documents.-->
-<!ENTITY document.status.primer "W3C Working Draft">
-<!ENTITY w3c.status.primer "WD">
-<!ENTITY document.status.guidelines "W3C Working Draft">
-<!ENTITY w3c.status.guidelines "WD">
+<!ENTITY document.status.primer "W3C Working Group Note">
+<!ENTITY w3c.status.primer "NOTE">
+<!ENTITY document.status.guidelines "W3C Working Group Note">
+<!ENTITY w3c.status.guidelines "NOTE">
 <!ENTITY document.status.wsdl11ei "W3C Working Group Note">
 <!ENTITY w3c.status.wsdl11ei "NOTE">
-<!ENTITY doctype.primer "wd">
-<!ENTITY doctype.guidelines "wd">
+<!ENTITY doctype.primer "wgnote">
+<!ENTITY doctype.guidelines "wgnote">
 <!ENTITY doctype.wsdl11ei "wgnote">
 
 <!ENTITY w3c-designation-framework

Index: ws-policy-primer.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-primer.xml,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- ws-policy-primer.xml	27 Oct 2007 00:43:10 -0000	1.89
+++ ws-policy-primer.xml	2 Nov 2007 00:18:48 -0000	1.90
@@ -7,7 +7,7 @@
 <!ENTITY status SYSTEM "status-primer.xml">
 <!ENTITY document.status.primer "Editors' copy $Date$">
 <!ENTITY primer-title "&primer.title;">
-<!ENTITY prevloc  "http://www.w3.org/TR/2007/WD-ws-policy-primer-20070810">
+<!ENTITY prevloc  "http://www.w3.org/TR/2007/WD-ws-policy-primer-20070928">
 <!ENTITY hellip "&#8230;">
 ]>
 <?xml-stylesheet type='text/xsl' href='xmlspec-policy.xsl'?>
@@ -2161,7 +2161,7 @@
           Editors.  Organization for the Advancement of Structured Information Standards, OASIS Standard, 
           16 April 2007. This version available at 
           http://docs.oasis-open.org/ws-tx/wstx-wsat-1.1-spec-os/wstx-wsat-1.1-spec-os.html. 
-          Namespace document is available at <loc>http://docs.oasis-open.org/ws-tx/wsat/2006/06</loc>.
+          Namespace document is available at <loc href="http://docs.oasis-open.org/ws-tx/wsat/2006/06">http://docs.oasis-open.org/ws-tx/wsat/2006/06</loc>.
         </bibl>
         <bibl id="XMLID" key='XML ID' href='http://www.w3.org/TR/2005/REC-xml-id-20050909/'>
 	        <titleref>xml:id Version 1.0</titleref>,

Index: build.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/build.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- build.xml	24 Oct 2007 21:50:29 -0000	1.35
+++ build.xml	2 Nov 2007 00:18:47 -0000	1.36
@@ -6,7 +6,7 @@
     <path id="saxon8.classpath">
         <pathelement location="saxon8/saxon8.jar"/>
     </path>
-    <property name="htmlOutputDir" value=""/>
+    <property name="htmlOutputDir" value="c:/WWW/2002/ws/policy/7/11/"/>
     <property name="stylesheet" value="xmlspec-policy.xsl"/>
     <property name="glossary" value="extract-glist.xsl"/>
 	<property name="generateBPlist" value="generateBPlist.xsl"/>
@@ -69,7 +69,7 @@
     </target>
 
     <target name="html" description="Transforms xml into html.">
-     <java fork="true" classname="net.sf.saxon.Transform">
+ <!--    <java fork="true" classname="net.sf.saxon.Transform">
             <classpath refid="saxon8.classpath"/>
             <arg value="-o"/>
             <arg value="${htmlOutputDir}ws-policy-framework.html"/>
@@ -82,7 +82,7 @@
             <arg value="${htmlOutputDir}ws-policy-attachment.html"/>
             <arg value="ws-policy-attachment.xml"/>
             <arg value="${stylesheet}"/>
-        </java>
+        </java>-->
         <java fork="true" classname="net.sf.saxon.Transform">
             <classpath refid="saxon8.classpath"/>
             <arg value="-o"/>
@@ -97,17 +97,17 @@
             <arg value="ws-policy-guidelines.xml"/>
             <arg value="${stylesheet}"/>
         </java>
-      <java fork="true" classname="net.sf.saxon.Transform">
+<!--      <java fork="true" classname="net.sf.saxon.Transform">
             <classpath refid="saxon8.classpath"/>
             <arg value="-o"/>
             <arg value="${htmlOutputDir}wsdl11elementidentifiers.html"/>
             <arg value="wsdl11elementidentifiers.xml"/>
             <arg value="${stylesheet}"/>
-        </java>
+        </java>-->
     </target>
 
     <target name="glossaries" description="Generates glossary entries out of temdef elements">
-        <java fork="true" classname="net.sf.saxon.Transform">
+<!--        <java fork="true" classname="net.sf.saxon.Transform">
             <classpath refid="saxon8.classpath"/>
             <arg value="-o"/>
             <arg value="glossary-framework.xml"/>
@@ -120,7 +120,7 @@
             <arg value="glossary-attachment.xml"/>
             <arg value="ws-policy-attachment.xml"/>
             <arg value="${glossary}"/>
-        </java>
+        </java>-->
     </target>
 	
 <target name="bestpractices" description="Generates Best Practice statements for the guidelines document.">

Index: guidelines-bestpractices.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/guidelines-bestpractices.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- guidelines-bestpractices.xml	17 Oct 2007 20:16:09 -0000	1.8
+++ guidelines-bestpractices.xml	2 Nov 2007 00:18:47 -0000	1.9
@@ -1 +1 @@
-<?xml version="1.0" encoding="UTF-8"?><ulist><item><p><specref ref="bp-compatibility-tests"/></p></item><item><p><specref ref="bp-ignorable-for-not-related-to-compatibility-tests"/></p></item><item><p><specref ref="bp-semantics-and-form"/></p></item><item><p><specref ref="bp-assertion-start"/></p></item><item><p><specref ref="bp-unique-qnames"/></p></item><item><p><specref ref="XMLOutline"/></p></item><item><p><specref ref="AssertionDefinitions"/></p></item><item><p><specref ref="DefineIgnorable"/></p></item><item><p><specref ref="ignorableAssertions"/></p></item><item><p><specref ref="bp-assertion-xml-allow-optional"/></p></item><item><p><specref ref="bp-not-necessary-to-understand-a-message"/></p></item><item><p><specref ref="bp-assertion-duplication"/></p></item><item><p><specref ref="bp-assertion-parameters"/></p></item><item><p><specref ref="bp-dependent-behaviors"/></p></item><item><p><specref ref="bp-declare-nested-assertions"/></p></item><item><p><specref ref="bp-discourage-domain-specific-intersecion"/></p></item><item><p><specref ref="bp-limit-optional-assertions"/></p></item><item><p><specref ref="bp-entire-mep-for-optional"/></p></item><item><p><specref ref="bp-indicate-optional-assertion-use"/></p></item><item><p><specref ref="bp-assertion-semantics"/></p></item><item><p><specref ref="bp-semantics-multiple-same-type"/></p></item><item><p><specref ref="bp-leverage-defined-attachment-mechanisms"/></p></item><item><p><specref ref="bp-use-defined-policy-subjects"/></p></item><item><p><specref ref="bp-identify-policy-subjects"/></p></item><item><p><specref ref="bp-WSDL-policy-subject"/></p></item><item><p><specref ref="bp-WSDL-consider-scope"/></p></item><item><p><specref ref="bp-WSDL-policy-subject-Granularity"/></p></item><item><p><specref ref="bp-WSDL-multiple-policy-subjects"/></p></item><item><p><specref ref="bp-WSDL-preferred-attachment-point"/></p></item><item><p><specref ref="bp-UDDI-tmodels"/></p></item><item><p><specref ref="bp-specify-composition"/></p></item><item><p><specref ref="bp-indeendent-assertions"/></p></item><item><p><specref ref="bp-policy-subject-change"/></p></item></ulist>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?><ulist><item><p><specref ref="bp-compatibility-tests"/></p></item><item><p><specref ref="bp-ignorable-for-not-related-to-compatibility-tests"/></p></item><item><p><specref ref="bp-semantics-and-form"/></p></item><item><p><specref ref="bp-assertion-start"/></p></item><item><p><specref ref="bp-unique-qnames"/></p></item><item><p><specref ref="XMLOutline"/></p></item><item><p><specref ref="AssertionDefinitions"/></p></item><item><p><specref ref="DefineIgnorable"/></p></item><item><p><specref ref="ignorableAssertions"/></p></item><item><p><specref ref="bp-assertion-xml-allow-optional"/></p></item><item><p><specref ref="bp-not-necessary-to-understand-a-message"/></p></item><item><p><specref ref="bp-assertion-duplication"/></p></item><item><p><specref ref="bp-assertion-parameters"/></p></item><item><p><specref ref="bp-dependent-behaviors"/></p></item><item><p><specref ref="bp-declare-nested-assertions"/></p></item><item><p><specref ref="bp-discourage-domain-specific-intersecion"/></p></item><item><p><specref ref="bp-entire-mep-for-optional"/></p></item><item><p><specref ref="bp-limitoptional-assertion-use"/></p></item><item><p><specref ref="bp-indicate-optional-assertion-use"/></p></item><item><p><specref ref="bp-assertion-semantics"/></p></item><item><p><specref ref="bp-semantics-multiple-same-type"/></p></item><item><p><specref ref="bp-leverage-defined-attachment-mechanisms"/></p></item><item><p><specref ref="bp-use-defined-policy-subjects"/></p></item><item><p><specref ref="bp-identify-policy-subjects"/></p></item><item><p><specref ref="bp-WSDL-policy-subject"/></p></item><item><p><specref ref="bp-WSDL-consider-scope"/></p></item><item><p><specref ref="bp-WSDL-policy-subject-Granularity"/></p></item><item><p><specref ref="bp-WSDL-multiple-policy-subjects"/></p></item><item><p><specref ref="bp-WSDL-preferred-attachment-point"/></p></item><item><p><specref ref="bp-UDDI-tmodels"/></p></item><item><p><specref ref="bp-specify-composition"/></p></item><item><p><specref ref="bp-inependent-assertions"/></p></item><item><p><specref ref="bp-policy-subject-change"/></p></item></ulist>
\ No newline at end of file

Index: status-primer.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/status-primer.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- status-primer.xml	26 Sep 2007 07:16:51 -0000	1.8
+++ status-primer.xml	2 Nov 2007 00:18:47 -0000	1.9
@@ -5,23 +5,14 @@
 document. A list of current W3C publications and the latest
 revision of this technical report can be found in the <loc  href="http://www.w3.org/TR/" >W3C technical reports index</loc> at http://www.w3.org/TR/.</emph></p>
 
-<p>This is a <loc href="http://www.w3.org/2004/02/Process-20040205/tr.html#last-call">Last Call</loc> Working Draft of the Web Services Policy 1.5 - Primer specification. The Last Call period ends 19 October 2007. This Working Draft was produced by the members of the <loc  href="http://www.w3.org/2002/ws/policy/" >Web Services Policy Working Group</loc>, which is part of the <loc  href="http://www.w3.org/2002/ws/Activity" >W3C Web Services Activity</loc>. The Working Group expects to advance this Working Draft to Working Group Note. There are no open issues against this document, see <loc  href="http://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=WS-Policy&amp;component=Primer" >Bugzilla</loc>.</p>
+<p>This is a <loc href="http://www.w3.org/2004/02/Process-20040205/tr#WGNote">W3C Working Group Note</loc> of the Web Services Policy 1.5 - Primer specification, developed by the members of the <loc  href="http://www.w3.org/2002/ws/policy/" >Web Services Policy Working Group</loc>, which is part of the <loc  href="http://www.w3.org/2002/ws/Activity" >W3C Web Services Activity</loc>.</p>
 
 <p>A list of <loc  href="#change-description" >changes in this version of
-the document</loc> and a <loc  href="ws-policy-primer-diff20070810.html" >diff-marked version against
-the previous version of this document</loc> are available. Major editorial changes in this version of the document encompass the addition of an example in sec. <specref ref="compatible-policies"/>.</p>
-
-  <p>Note that this Working Draft does not necessarily represent a consensus of the Working Group. Discussion of this document takes place on the public <loc  href="mailto:public-ws-policy@w3.org" >public-ws-policy@w3.org</loc>
-  mailing list (<loc  href="http://lists.w3.org/Archives/Public/public-ws-policy/" >public
-  archive</loc>) and within <loc  href="http://www.w3.org/Bugs/Public/" >Bugzilla</loc>.
-  Comments on this specification should be made following the <loc  href="http://www.w3.org/2002/ws/policy/#issues" >Description for Issues</loc> of the Working Group.</p>
+the document</loc> and a <loc  href="tbd" >diff-marked version against
+the previous version of this document</loc> are available. Please send comments about this document to the <loc href="mailto:public-ws-policy-comments@w3.org">public-ws-policy-comments@w3.org</loc> mailing list (<loc href="http://lists.w3.org/Archives/Public/public-ws-policy-comments/">public archive</loc>) with a subject that is prefaced with [Web Services Policy 1.5 - Primer].</p>
 
+  <p>Publication as a Working Group Note does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.</p>
 
-<p>Publication as a Working Draft does not imply endorsement by the
-W3C Membership. This is a draft document and may be updated,
-replaced or obsoleted by other documents at any time. It is
-inappropriate to cite this document as other than work in
-progress.</p>
 
 <p>This document was produced by a group operating under the
 <loc  href="http://www.w3.org/Consortium/Patent-Policy-20040205/" >5

Index: ackold.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ackold.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ackold.xml	24 Aug 2007 01:45:01 -0000	1.5
+++ ackold.xml	2 Nov 2007 00:18:47 -0000	1.6
@@ -13,378 +13,432 @@
 <p><span class='navhead'>DBWG:</span><a href='./'>Home</a><span class='dot'>&middot;</span><a href='./groups'>Groups</a><span class='dot'>&middot;</span><a href='./person'>Individuals</a><span class='dot'>&middot;</span><a href='./orgs'>Organizations</a><span class='dot'>&middot;</span></p><p><span class='navhead'>Nearby:</span><a href='/Member/Mail/'>W3C Groups</a><span class='dot'>&middot;</span><a href='/2002/09/wbs/'>WBS Home</a><span class='dot'>&middot;</span><a href='/2004/01/pp-impl/'>IPP Home</a><span class='dot'>&middot;</span></p>
 
 </div>
-<div id='Content'><p><a href='edit-group?group=39293'>Edit this group</a></p>
-
+<div id='Content'>
 
 <p>
   This is the list of people participating in the <a href='http://www.w3.org/2002/ws/policy/'>Web Services Policy Working Group</a> (see the <a href='details?group=39293&amp;gs=1&amp;'>list with only people in good standing</a>).</p>
 <p><a href='#stats'>Statistics on participants</a>.</p>
-
 <p>Status:</p>
+
 <ul>
 <li>The mailing list for this group is based on the participants list in the database</li><li>This group can use <a href='/2002/09/wbs/39293/'>WBS</a></li><li>This group is managed under <a href='/2004/01/pp-impl/39293/status'>IPP</a></li><li>The participants list is <a href='details?group=39293&amp;public=1'>available publicly</a></li>
 </ul>
 <p>Resort the list: by name | <a href='details?group=39293&amp;order=org'>by Member organization</a> | <a href='details?group=39293&amp;order=standing'>by standing</a>.</p>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Dimitar</span> <span class='foaf-family'>Angelov</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Dimitar</span> <span class='foaf-family'>Angelov</span> (<a href="../../../Systems/db/user?user=38778" title='Edit Dimitar Angelov contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
    <dd class="orgname"><a href="participants?org=1210">SAP AG</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=38778" title='Edit Dimitar Angelov contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:dimitar.angelov@sap.com" title='Dimitar Angelov email address'>dimitar.angelov@sap.com</a></span> <span class='phone'> &nbsp;</span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=38778'  title='Edit Dimitar Angelov status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:dimitar.angelov@sap.com" title='Dimitar Angelov email address'>dimitar.angelov@sap.com</a></span> <span class='phone'> +359 2 9157242</span></dd>
 
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Abbie</span> <span class='foaf-family'>Barbir</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Abbie</span> <span class='foaf-family'>Barbir</span> (<a href="../../../Systems/db/user?user=27181" title='Edit Abbie Barbir contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
    <dd class="orgname"><a href="participants?org=1181">Nortel Networks</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=27181" title='Edit Abbie Barbir contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:abbieb@nortel.com" title='Abbie Barbir email address'>abbieb@nortel.com</a></span> <span class='phone'> <a class='value' href='tel:+1.613.763.5229' title='Abbie Barbir phone number'>+1.613.763.5229</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=27181'  title='Edit Abbie Barbir status in the group'>Edit status</a></dd>
 
+  <dd><span class='email'> <a href="mailto:abbieb@nortel.com" title='Abbie Barbir email address'>abbieb@nortel.com</a></span> <span class='phone'> <a class='value' href='tel:+1.613.763.5229' title='Abbie Barbir phone number'>+1.613.763.5229</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Charlton</span> <span class='foaf-family'>Barreto</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1057">Adobe Systems Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=35664" title='Edit Charlton Barreto contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:barreto@adobe.com" title='Charlton Barreto email address'>barreto@adobe.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.222.6507' title='Charlton Barreto phone number'>+1.650.222.6507</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Charlton</span> <span class='foaf-family'>Barreto</span> (<a href="../../../Systems/db/user?user=35664" title='Edit Charlton Barreto contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1057">Adobe Systems Inc.</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=35664'  title='Edit Charlton Barreto status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:barreto@adobe.com" title='Charlton Barreto email address'>barreto@adobe.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.222.6507' title='Charlton Barreto phone number'>+1.650.222.6507</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Sergey</span> <span class='foaf-family'>Beryozkin</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=13264">IONA Technologies, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39538" title='Edit Sergey Beryozkin contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:sergey.beryozkin@iona.com" title='Sergey Beryozkin email address'>sergey.beryozkin@iona.com</a></span> <span class='phone'> &nbsp;</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Sergey</span> <span class='foaf-family'>Beryozkin</span> (<a href="../../../Systems/db/user?user=39538" title='Edit Sergey Beryozkin contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=13264">IONA Technologies, Inc.</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39538'  title='Edit Sergey Beryozkin status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:sergey.beryozkin@iona.com" title='Sergey Beryozkin email address'>sergey.beryozkin@iona.com</a></span> <span class='phone'> &nbsp;</span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Vladislav</span> <span class='foaf-family'>Bezrukov</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1210">SAP AG</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=38645" title='Edit Vladislav Bezrukov contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:vladislav.bezrukov@sap.com" title='Vladislav Bezrukov email address'>vladislav.bezrukov@sap.com</a></span> <span class='phone'> &nbsp;</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Vladislav</span> <span class='foaf-family'>Bezrukov</span> (<a href="../../../Systems/db/user?user=38645" title='Edit Vladislav Bezrukov contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1210">SAP AG</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=38645'  title='Edit Vladislav Bezrukov status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:vladislav.bezrukov@sap.com" title='Vladislav Bezrukov email address'>vladislav.bezrukov@sap.com</a></span> <span class='phone'> <a class='value' href='tel:+49.6227.761383' title='Vladislav Bezrukov phone number'>+49.6227.761383</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Toufic</span> <span class='foaf-family'>Boubez</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=39088">Layer 7 Technologies</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39104" title='Edit Toufic Boubez contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:tboubez@layer7tech.com" title='Toufic Boubez email address'>tboubez@layer7tech.com</a></span> <span class='phone'> <a class='value' href='tel:+1.604.681.9377;postd=310' title='Toufic Boubez phone number'>+1.604.681.9377 ext. 310</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Toufic</span> <span class='foaf-family'>Boubez</span> (<a href="../../../Systems/db/user?user=39104" title='Edit Toufic Boubez contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=39088">Layer 7 Technologies</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39104'  title='Edit Toufic Boubez status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:tboubez@layer7tech.com" title='Toufic Boubez email address'>tboubez@layer7tech.com</a></span> <span class='phone'> <a class='value' href='tel:+1.604.681.9377;postd=310' title='Toufic Boubez phone number'>+1.604.681.9377 ext. 310</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Symon</span> <span class='foaf-family'>Chang</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=9976">BEA Systems, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=40032" title='Edit Symon Chang contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:sychang@bea.com" title='Symon Chang email address'>sychang@bea.com</a></span> <span class='phone'> 1.415.402.7316</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Symon</span> <span class='foaf-family'>Chang</span> (<a href="../../../Systems/db/user?user=40032" title='Edit Symon Chang contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=9976">BEA Systems, Inc.</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=40032'  title='Edit Symon Chang status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:sychang@bea.com" title='Symon Chang email address'>sychang@bea.com</a></span> <span class='phone'> 1.415.402.7316</span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Paul</span> <span class='foaf-family'>Cotton</span></dt><dd class="status"><strong>chair</strong> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=19901" title='Edit Paul Cotton contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:Paul.Cotton@microsoft.com" title='Paul Cotton email address'>Paul.Cotton@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.613.225.5445' title='Paul Cotton phone number'>+1.613.225.5445</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Paul</span> <span class='foaf-family'>Cotton</span> (<a href="../../../Systems/db/user?user=19901" title='Edit Paul Cotton contact information'>profile</a>)</dt><dd class="status"><strong>chair</strong> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=19901'  title='Edit Paul Cotton status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:Paul.Cotton@microsoft.com" title='Paul Cotton email address'>Paul.Cotton@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.613.225.5445' title='Paul Cotton phone number'>+1.613.225.5445</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person ">
-<dt class='foaf-name'><span class='foaf-given'>Jeffrey</span> <span class='foaf-family'>Crump</span></dt><dd class="status">no longer participating</dd>
- <dd class='action'><a href="../../../Systems/db/user?user=39357" title='Edit Jeffrey Crump contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:jcrump@sonicsoftware.com" title='Jeffrey Crump email address'>jcrump@sonicsoftware.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.999.7030' title='Jeffrey Crump phone number'>+1.781.999.7030</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Jeffrey</span> <span class='foaf-family'>Crump</span> (<a href="../../../Systems/db/user?user=39357" title='Edit Jeffrey Crump contact information'>profile</a>)</dt><dd class="status">no longer participating</dd>
 
+ <dd class='action'><a href='edit-group?group=39293&amp;uid=39357'  title='Edit Jeffrey Crump status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:jcrump@sonicsoftware.com" title='Jeffrey Crump email address'>jcrump@sonicsoftware.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.999.7030' title='Jeffrey Crump phone number'>+1.781.999.7030</a></span></dd>
 </dl>
 
-<dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Glen</span> <span class='foaf-family'>Daniels</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=41406">Progress Software</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=12811" title='Edit Glen Daniels contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:gdaniels@progress.com" title='Glen Daniels email address'>gdaniels@progress.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.999.7103' title='Glen Daniels phone number'>+1.781.999.7103</a></span></dd>
+<dl class="group-member foaf-person ">
+<dt class='foaf-name'><span class='foaf-given'>Glen</span> <span class='foaf-family'>Daniels</span> (<a href="../../../Systems/db/user?user=12811" title='Edit Glen Daniels contact information'>profile</a>)</dt><dd class="status">no longer participating</dd>
 
+ <dd class='action'><a href='edit-group?group=39293&amp;uid=12811'  title='Edit Glen Daniels status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:gdaniels@progress.com" title='Glen Daniels email address'>gdaniels@progress.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.999.7103' title='Glen Daniels phone number'>+1.781.999.7103</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Doug</span> <span class='foaf-family'>Davis</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=26837" title='Edit Doug Davis contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:dug@us.ibm.com" title='Doug Davis email address'>dug@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.919.254.6905' title='Doug Davis phone number'>+1.919.254.6905</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Doug</span> <span class='foaf-family'>Davis</span> (<a href="../../../Systems/db/user?user=26837" title='Edit Doug Davis contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=26837'  title='Edit Doug Davis status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:dug@us.ibm.com" title='Doug Davis email address'>dug@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.919.254.6905' title='Doug Davis phone number'>+1.919.254.6905</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Jacques</span> <span class='foaf-family'>Durand</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1183">Fujitsu Limited</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=35710" title='Edit Jacques Durand contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:jdurand@us.fujitsu.com" title='Jacques Durand email address'>jdurand@us.fujitsu.com</a></span> <span class='phone'> <a class='value' href='tel:+1.408.746.6134' title='Jacques Durand phone number'>+1.408.746.6134</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Jacques</span> <span class='foaf-family'>Durand</span> (<a href="../../../Systems/db/user?user=35710" title='Edit Jacques Durand contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1183">Fujitsu Limited</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=35710'  title='Edit Jacques Durand status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:jdurand@us.fujitsu.com" title='Jacques Durand email address'>jdurand@us.fujitsu.com</a></span> <span class='phone'> <a class='value' href='tel:+1.408.746.6134' title='Jacques Durand phone number'>+1.408.746.6134</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Ruchith</span> <span class='foaf-family'>Fernando</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39320" title='Edit Ruchith Fernando contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:ruchith@wso2.com" title='Ruchith Fernando email address'>ruchith@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+94.77.352.4859' title='Ruchith Fernando phone number'>+94.77.352.4859</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Ruchith</span> <span class='foaf-family'>Fernando</span> (<a href="../../../Systems/db/user?user=39320" title='Edit Ruchith Fernando contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39320'  title='Edit Ruchith Fernando status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:ruchith@wso2.com" title='Ruchith Fernando email address'>ruchith@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+94.77.352.4859' title='Ruchith Fernando phone number'>+94.77.352.4859</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Christopher</span> <span class='foaf-family'>Ferris</span></dt><dd class="status"><strong>chair</strong> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=33443" title='Edit Christopher Ferris contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:chrisfer@us.ibm.com" title='Christopher Ferris email address'>chrisfer@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.508.377.9295' title='Christopher Ferris phone number'>+1.508.377.9295</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Christopher</span> <span class='foaf-family'>Ferris</span> (<a href="../../../Systems/db/user?user=33443" title='Edit Christopher Ferris contact information'>profile</a>)</dt><dd class="status"><strong>chair</strong> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=33443'  title='Edit Christopher Ferris status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:chrisfer@us.ibm.com" title='Christopher Ferris email address'>chrisfer@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.508.377.9295' title='Christopher Ferris phone number'>+1.508.377.9295</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>William</span> <span class='foaf-family'>Henry</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=13264">IONA Technologies, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39305" title='Edit William Henry contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:william.henry@iona.com" title='William Henry email address'>william.henry@iona.com</a></span> <span class='phone'> <a class='value' href='tel:+1.719.640.6868' title='William Henry phone number'>+1.719.640.6868</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>William</span> <span class='foaf-family'>Henry</span> (<a href="../../../Systems/db/user?user=39305" title='Edit William Henry contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=13264">IONA Technologies, Inc.</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39305'  title='Edit William Henry status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:william.henry@iona.com" title='William Henry email address'>william.henry@iona.com</a></span> <span class='phone'> <a class='value' href='tel:+1.719.302.2302' title='William Henry phone number'>+1.719.302.2302</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Frederick</span> <span class='foaf-family'>Hirsch</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1105">Nokia</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=33859" title='Edit Frederick Hirsch contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:frederick.hirsch@nokia.com" title='Frederick Hirsch email address'>frederick.hirsch@nokia.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.492.7476' title='Frederick Hirsch phone number'>+1.781.492.7476</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Frederick</span> <span class='foaf-family'>Hirsch</span> (<a href="../../../Systems/db/user?user=33859" title='Edit Frederick Hirsch contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1105">Nokia</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=33859'  title='Edit Frederick Hirsch status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:frederick.hirsch@nokia.com" title='Frederick Hirsch email address'>frederick.hirsch@nokia.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.492.7476' title='Frederick Hirsch phone number'>+1.781.492.7476</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Maryann</span> <span class='foaf-family'>Hondo</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=30307" title='Edit Maryann Hondo contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:mhondo@us.ibm.com" title='Maryann Hondo email address'>mhondo@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.777.1878' title='Maryann Hondo phone number'>+1.781.777.1878</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Maryann</span> <span class='foaf-family'>Hondo</span> (<a href="../../../Systems/db/user?user=30307" title='Edit Maryann Hondo contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=30307'  title='Edit Maryann Hondo status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:mhondo@us.ibm.com" title='Maryann Hondo email address'>mhondo@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.777.1878' title='Maryann Hondo phone number'>+1.781.777.1878</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Ondrej</span> <span class='foaf-family'>Hrebicek</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=41227" title='Edit Ondrej Hrebicek contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:onhrebic@microsoft.com" title='Ondrej Hrebicek email address'>onhrebic@microsoft.com</a></span> <span class='phone'> +1 (425) 7063956</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Ondrej</span> <span class='foaf-family'>Hrebicek</span> (<a href="../../../Systems/db/user?user=41227" title='Edit Ondrej Hrebicek contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=41227'  title='Edit Ondrej Hrebicek status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:onhrebic@microsoft.com" title='Ondrej Hrebicek email address'>onhrebic@microsoft.com</a></span> <span class='phone'> +1 (425) 7063956</span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Steve</span> <span class='foaf-family'>Jones</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=39088">Layer 7 Technologies</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=40264" title='Edit Steve Jones contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:sjones@layer7tech.com" title='Steve Jones email address'>sjones@layer7tech.com</a></span> <span class='phone'> &nbsp;</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Steve</span> <span class='foaf-family'>Jones</span> (<a href="../../../Systems/db/user?user=40264" title='Edit Steve Jones contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=39088">Layer 7 Technologies</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=40264'  title='Edit Steve Jones status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:sjones@layer7tech.com" title='Steve Jones email address'>sjones@layer7tech.com</a></span> <span class='phone'> &nbsp;</span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Tom</span> <span class='foaf-family'>Jordahl</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1057">Adobe Systems Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=32615" title='Edit Tom Jordahl contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:tjordahl@adobe.com" title='Tom Jordahl email address'>tjordahl@adobe.com</a></span> <span class='phone'> <a class='value' href='tel:+1.617.219.2180' title='Tom Jordahl phone number'>+1.617.219.2180</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Tom</span> <span class='foaf-family'>Jordahl</span> (<a href="../../../Systems/db/user?user=32615" title='Edit Tom Jordahl contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1057">Adobe Systems Inc.</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=32615'  title='Edit Tom Jordahl status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:tjordahl@adobe.com" title='Tom Jordahl email address'>tjordahl@adobe.com</a></span> <span class='phone'> <a class='value' href='tel:+1.617.219.2180' title='Tom Jordahl phone number'>+1.617.219.2180</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Paul</span> <span class='foaf-family'>Knight</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1181">Nortel Networks</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=27406" title='Edit Paul Knight contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:Paul.Knight@Nortel.com" title='Paul Knight email address'>Paul.Knight@Nortel.com</a></span> <span class='phone'> <a class='value' href='tel:+1.978.288.6414' title='Paul Knight phone number'>+1.978.288.6414</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Paul</span> <span class='foaf-family'>Knight</span> (<a href="../../../Systems/db/user?user=27406" title='Edit Paul Knight contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1181">Nortel Networks</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=27406'  title='Edit Paul Knight status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:Paul.Knight@Nortel.com" title='Paul Knight email address'>Paul.Knight@Nortel.com</a></span> <span class='phone'> <a class='value' href='tel:+1.978.288.6414' title='Paul Knight phone number'>+1.978.288.6414</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Philippe</span> <span class='foaf-family'>Le Hégaret</span></dt><dd class="status"><strong>staff contact</strong>, <strong>alternate</strong> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Philippe</span> <span class='foaf-family'>Le Hégaret</span> (<a href="../../../Systems/db/user?user=6457" title='Edit Philippe Le Hégaret contact information'>profile</a>)</dt><dd class="status"><strong>staff contact</strong>, <strong>alternate</strong> (good standing)</dd>
+
  <dd><img src='http://www.w3.org/2006/05/u/3b2b83d3c9ca-sm.jpg' alt='Picture of Philippe Le Hégaret' width='75' /></dd>
   <dd class="orgname"><a href="participants?org=114">W3C/MIT</a></dd>
-
-<dd class='action'><a href="../../../Systems/db/user?user=6457" title='Edit Philippe Le Hégaret contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:plh@w3.org" title='Philippe Le Hégaret email address'>plh@w3.org</a></span> <span class='phone'> <a class='value' href='tel:+1.617.258.0992' title='Philippe Le Hégaret phone number'>+1.617.258.0992</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=6457'  title='Edit Philippe Le Hégaret status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:plh@w3.org" title='Philippe Le Hégaret email address'>plh@w3.org</a></span> <span class='phone'> <a class='value' href='tel:+1.617.258.0992' title='Philippe Le Hégaret phone number'>+1.617.258.0992</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person ">
-<dt class='foaf-name'><span class='foaf-given'>Jong</span> <span class='foaf-family'>Lee</span></dt><dd class="status">no longer participating</dd>
- <dd class='action'><a href="../../../Systems/db/user?user=36705" title='Edit Jong Lee contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:jlee@bea.com" title='Jong Lee email address'>jlee@bea.com</a></span> <span class='phone'> <a class='value' href='tel:+1.415.402.7282' title='Jong Lee phone number'>+1.415.402.7282</a></span></dd>
+
+<dt class='foaf-name'><span class='foaf-given'>Jong</span> <span class='foaf-family'>Lee</span> (<a href="../../../Systems/db/user?user=36705" title='Edit Jong Lee contact information'>profile</a>)</dt><dd class="status">no longer participating</dd>
+ <dd class='action'><a href='edit-group?group=39293&amp;uid=36705'  title='Edit Jong Lee status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:jlee@bea.com" title='Jong Lee email address'>jlee@bea.com</a></span> <span class='phone'> <a class='value' href='tel:+1.415.402.7282' title='Jong Lee phone number'>+1.415.402.7282</a></span></dd>
 
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Mark</span> <span class='foaf-family'>Little</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Mark</span> <span class='foaf-family'>Little</span> (<a href="../../../Systems/db/user?user=34561" title='Edit Mark Little contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
    <dd class="orgname"><a href="participants?org=38554">JBoss Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=34561" title='Edit Mark Little contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:mark.little@jboss.com" title='Mark Little email address'>mark.little@jboss.com</a></span> <span class='phone'> <a class='value' href='tel:+44.191.243.0679' title='Mark Little phone number'>+44.191.243.0679</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=34561'  title='Edit Mark Little status in the group'>Edit status</a></dd>
 
+  <dd><span class='email'> <a href="mailto:mark.little@jboss.com" title='Mark Little email address'>mark.little@jboss.com</a></span> <span class='phone'> <a class='value' href='tel:+44.191.243.0679' title='Mark Little phone number'>+44.191.243.0679</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Mohammad</span> <span class='foaf-family'>Makarechian</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=40244" title='Edit Mohammad Makarechian contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:mmak@microsoft.com" title='Mohammad Makarechian email address'>mmak@microsoft.com</a></span> <span class='phone'> &nbsp;</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Mohammad</span> <span class='foaf-family'>Makarechian</span> (<a href="../../../Systems/db/user?user=40244" title='Edit Mohammad Makarechian contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=40244'  title='Edit Mohammad Makarechian status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:mmak@microsoft.com" title='Mohammad Makarechian email address'>mmak@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.425.705.6624' title='Mohammad Makarechian phone number'>+1.425.705.6624</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Ashok</span> <span class='foaf-family'>Malhotra</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1088">Oracle Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=10068" title='Edit Ashok Malhotra contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:ashok.malhotra@oracle.com" title='Ashok Malhotra email address'>ashok.malhotra@oracle.com</a></span> <span class='phone'> <a class='value' href='tel:+1.914.271.6477' title='Ashok Malhotra phone number'>+1.914.271.6477</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Ashok</span> <span class='foaf-family'>Malhotra</span> (<a href="../../../Systems/db/user?user=10068" title='Edit Ashok Malhotra contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1088">Oracle Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=10068'  title='Edit Ashok Malhotra status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:ashok.malhotra@oracle.com" title='Ashok Malhotra email address'>ashok.malhotra@oracle.com</a></span> <span class='phone'> <a class='value' href='tel:+1.914.271.6477' title='Ashok Malhotra phone number'>+1.914.271.6477</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Jonathan</span> <span class='foaf-family'>Marsh</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=2842" title='Edit Jonathan Marsh contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:jonathan@wso2.com" title='Jonathan Marsh email address'>jonathan@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+1.916.663.2001' title='Jonathan Marsh phone number'>+1.916.663.2001</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Jonathan</span> <span class='foaf-family'>Marsh</span> (<a href="../../../Systems/db/user?user=2842" title='Edit Jonathan Marsh contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=2842'  title='Edit Jonathan Marsh status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:jonathan@wso2.com" title='Jonathan Marsh email address'>jonathan@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+1.916.663.2001' title='Jonathan Marsh phone number'>+1.916.663.2001</a></span></dd>
 </dl>
 
-<dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Monica</span> <span class='foaf-family'>Martin</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1065">Sun Microsystems, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=34191" title='Edit Monica Martin contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:monica.martin@sun.com" title='Monica Martin email address'>monica.martin@sun.com</a></span> <span class='phone'> <a class='value' href='tel:+1.208.585.5946' title='Monica Martin phone number'>+1.208.585.5946</a></span></dd>
+<dl class="group-member foaf-person ">
+<dt class='foaf-name'><span class='foaf-given'>Monica</span> <span class='foaf-family'>Martin</span> (<a href="../../../Systems/db/user?user=34191" title='Edit Monica Martin contact information'>profile</a>)</dt><dd class="status">no longer participating</dd>
 
+ <dd class='action'><a href='edit-group?group=39293&amp;uid=34191'  title='Edit Monica Martin status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:monica.martin@sun.com" title='Monica Martin email address'>monica.martin@sun.com</a></span> <span class='phone'> <a class='value' href='tel:+1.208.585.5946' title='Monica Martin phone number'>+1.208.585.5946</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Arnaud</span> <span class='foaf-family'>Meyniel</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=40120">Axway Software</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=40095" title='Edit Arnaud Meyniel contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:ameyniel@axway.com" title='Arnaud Meyniel email address'>ameyniel@axway.com</a></span> <span class='phone'> <a class='value' href='tel:+33.1.47172440' title='Arnaud Meyniel phone number'>+33.1.47172440</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Arnaud</span> <span class='foaf-family'>Meyniel</span> (<a href="../../../Systems/db/user?user=40095" title='Edit Arnaud Meyniel contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=40120">Axway Software</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=40095'  title='Edit Arnaud Meyniel status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:ameyniel@axway.com" title='Arnaud Meyniel email address'>ameyniel@axway.com</a></span> <span class='phone'> <a class='value' href='tel:+33.1.47172440' title='Arnaud Meyniel phone number'>+33.1.47172440</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Jeff</span> <span class='foaf-family'>Mischkinsky</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1088">Oracle Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=25968" title='Edit Jeff Mischkinsky contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:jeff.mischkinsky@oracle.com" title='Jeff Mischkinsky email address'>jeff.mischkinsky@oracle.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.506.1975' title='Jeff Mischkinsky phone number'>+1.650.506.1975</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Jeff</span> <span class='foaf-family'>Mischkinsky</span> (<a href="../../../Systems/db/user?user=25968" title='Edit Jeff Mischkinsky contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1088">Oracle Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=25968'  title='Edit Jeff Mischkinsky status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:jeff.mischkinsky@oracle.com" title='Jeff Mischkinsky email address'>jeff.mischkinsky@oracle.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.506.1975' title='Jeff Mischkinsky phone number'>+1.650.506.1975</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Dale</span> <span class='foaf-family'>Moberg</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=40120">Axway Software</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=27604" title='Edit Dale Moberg contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:dmoberg@us.axway.com" title='Dale Moberg email address'>dmoberg@us.axway.com</a></span> <span class='phone'> <a class='value' href='tel:+1.480.627.2648' title='Dale Moberg phone number'>+1.480.627.2648</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Dale</span> <span class='foaf-family'>Moberg</span> (<a href="../../../Systems/db/user?user=27604" title='Edit Dale Moberg contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=40120">Axway Software</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=27604'  title='Edit Dale Moberg status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:dmoberg@us.axway.com" title='Dale Moberg email address'>dmoberg@us.axway.com</a></span> <span class='phone'> <a class='value' href='tel:+1.480.627.2648' title='Dale Moberg phone number'>+1.480.627.2648</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Anthony</span> <span class='foaf-family'>Nadalin</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=38131" title='Edit Anthony Nadalin contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:drsecure@us.ibm.com" title='Anthony Nadalin email address'>drsecure@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.512.838.0085' title='Anthony Nadalin phone number'>+1.512.838.0085</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Anthony</span> <span class='foaf-family'>Nadalin</span> (<a href="../../../Systems/db/user?user=38131" title='Edit Anthony Nadalin contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=38131'  title='Edit Anthony Nadalin status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:drsecure@us.ibm.com" title='Anthony Nadalin email address'>drsecure@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.512.838.0085' title='Anthony Nadalin phone number'>+1.512.838.0085</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person ">
-<dt class='foaf-name'><span class='foaf-given'>Bob</span> <span class='foaf-family'>Natale</span></dt><dd class="status">no longer participating</dd>
- <dd class='action'><a href="../../../Systems/db/user?user=39798" title='Edit Bob Natale contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:rnatale@mitre.org" title='Bob Natale email address'>rnatale@mitre.org</a></span> <span class='phone'> <a class='value' href='tel:+1.703.983.2505' title='Bob Natale phone number'>+1.703.983.2505</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Bob</span> <span class='foaf-family'>Natale</span> (<a href="../../../Systems/db/user?user=39798" title='Edit Bob Natale contact information'>profile</a>)</dt><dd class="status">no longer participating</dd>
 
+ <dd class='action'><a href='edit-group?group=39293&amp;uid=39798'  title='Edit Bob Natale status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:rnatale@mitre.org" title='Bob Natale email address'>rnatale@mitre.org</a></span> <span class='phone'> <a class='value' href='tel:+1.703.983.2505' title='Bob Natale phone number'>+1.703.983.2505</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>David</span> <span class='foaf-family'>Orchard</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=9976">BEA Systems, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=15644" title='Edit David Orchard contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:dorchard@bea.com" title='David Orchard email address'>dorchard@bea.com</a></span> <span class='phone'> <a class='value' href='tel:+1.604.709.3021' title='David Orchard phone number'>+1.604.709.3021</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>David</span> <span class='foaf-family'>Orchard</span> (<a href="../../../Systems/db/user?user=15644" title='Edit David Orchard contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=9976">BEA Systems, Inc.</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=15644'  title='Edit David Orchard status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:dorchard@bea.com" title='David Orchard email address'>dorchard@bea.com</a></span> <span class='phone'> <a class='value' href='tel:+1.604.709.3021' title='David Orchard phone number'>+1.604.709.3021</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person ">
-<dt class='foaf-name'><span class='foaf-given'>Eugene</span> <span class='foaf-family'>Osovetsky</span></dt><dd class="status">no longer participating</dd>
- <dd class='action'><a href="../../../Systems/db/user?user=41176" title='Edit Eugene Osovetsky contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:eugeneos@microsoft.com" title='Eugene Osovetsky email address'>eugeneos@microsoft.com</a></span> <span class='phone'> &nbsp;</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Eugene</span> <span class='foaf-family'>Osovetsky</span> (<a href="../../../Systems/db/user?user=41176" title='Edit Eugene Osovetsky contact information'>profile</a>)</dt><dd class="status">no longer participating</dd>
+
+ <dd class='action'><a href='edit-group?group=39293&amp;uid=41176'  title='Edit Eugene Osovetsky status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:eugeneos@microsoft.com" title='Eugene Osovetsky email address'>eugeneos@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.425.703.4175' title='Eugene Osovetsky phone number'>+1.425.703.4175</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person ">
-<dt class='foaf-name'><span class='foaf-given'>Bijan</span> <span class='foaf-family'>Parsia</span></dt><dd class="status">no longer participating</dd>
- <dd class='action'><a href="../../../Systems/db/user?user=39307" title='Edit Bijan Parsia contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:bparsia@cs.man.ac.uk" title='Bijan Parsia email address'>bparsia@cs.man.ac.uk</a></span> <span class='phone'> &nbsp;</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Bijan</span> <span class='foaf-family'>Parsia</span> (<a href="../../../Systems/db/user?user=39307" title='Edit Bijan Parsia contact information'>profile</a>)</dt><dd class="status">no longer participating</dd>
+
+ <dd class='action'><a href='edit-group?group=39293&amp;uid=39307'  title='Edit Bijan Parsia status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:bparsia@cs.man.ac.uk" title='Bijan Parsia email address'>bparsia@cs.man.ac.uk</a></span> <span class='phone'> &nbsp;</span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Sanjay</span> <span class='foaf-family'>Patil</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1210">SAP AG</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=40301" title='Edit Sanjay Patil contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:sanjay.patil@sap.com" title='Sanjay Patil email address'>sanjay.patil@sap.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.320.3165' title='Sanjay Patil phone number'>+1.650.320.3165</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Sanjay</span> <span class='foaf-family'>Patil</span> (<a href="../../../Systems/db/user?user=40301" title='Edit Sanjay Patil contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1210">SAP AG</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=40301'  title='Edit Sanjay Patil status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:sanjay.patil@sap.com" title='Sanjay Patil email address'>sanjay.patil@sap.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.320.3165' title='Sanjay Patil phone number'>+1.650.320.3165</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Manjula</span> <span class='foaf-family'>Peiris</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=41091" title='Edit Manjula Peiris contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:manjula@wso2.com" title='Manjula Peiris email address'>manjula@wso2.com</a></span> <span class='phone'> &nbsp;</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Manjula</span> <span class='foaf-family'>Peiris</span> (<a href="../../../Systems/db/user?user=41091" title='Edit Manjula Peiris contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=41091'  title='Edit Manjula Peiris status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:manjula@wso2.com" title='Manjula Peiris email address'>manjula@wso2.com</a></span> <span class='phone'> &nbsp;</span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Fabian</span> <span class='foaf-family'>Ritzmann</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1065">Sun Microsystems, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39362" title='Edit Fabian Ritzmann contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:Fabian.Ritzmann@Sun.COM" title='Fabian Ritzmann email address'>Fabian.Ritzmann@Sun.COM</a></span> <span class='phone'> <a class='value' href='tel:+358.9.525562.96' title='Fabian Ritzmann phone number'>+358.9.525562.96</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Fabian</span> <span class='foaf-family'>Ritzmann</span> (<a href="../../../Systems/db/user?user=39362" title='Edit Fabian Ritzmann contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1065">Sun Microsystems, Inc.</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39362'  title='Edit Fabian Ritzmann status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:Fabian.Ritzmann@Sun.COM" title='Fabian Ritzmann email address'>Fabian.Ritzmann@Sun.COM</a></span> <span class='phone'> <a class='value' href='tel:+358.9.525562.96' title='Fabian Ritzmann phone number'>+358.9.525562.96</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Daniel</span> <span class='foaf-family'>Roth</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39296" title='Edit Daniel Roth contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:daroth@microsoft.com" title='Daniel Roth email address'>daroth@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.425.7038147' title='Daniel Roth phone number'>+1.425.7038147</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Daniel</span> <span class='foaf-family'>Roth</span> (<a href="../../../Systems/db/user?user=39296" title='Edit Daniel Roth contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39296'  title='Edit Daniel Roth status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:daroth@microsoft.com" title='Daniel Roth email address'>daroth@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.425.7038147' title='Daniel Roth phone number'>+1.425.7038147</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Tom</span> <span class='foaf-family'>Rutt</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1183">Fujitsu Limited</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=35282" title='Edit Tom Rutt contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:tom@coastin.com" title='Tom Rutt email address'>tom@coastin.com</a></span> <span class='phone'> <a class='value' href='tel:+1.732.801.5744' title='Tom Rutt phone number'>+1.732.801.5744</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Tom</span> <span class='foaf-family'>Rutt</span> (<a href="../../../Systems/db/user?user=35282" title='Edit Tom Rutt contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1183">Fujitsu Limited</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=35282'  title='Edit Tom Rutt status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:tom@coastin.com" title='Tom Rutt email address'>tom@coastin.com</a></span> <span class='phone'> <a class='value' href='tel:+1.732.801.5744' title='Tom Rutt phone number'>+1.732.801.5744</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Sanka</span> <span class='foaf-family'>Samaranayake</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39308" title='Edit Sanka Samaranayake contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:sanka@wso2.com" title='Sanka Samaranayake email address'>sanka@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+94.11.2424303;postd=108' title='Sanka Samaranayake phone number'>+94.11.2424303 ext. 108</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Sanka</span> <span class='foaf-family'>Samaranayake</span> (<a href="../../../Systems/db/user?user=39308" title='Edit Sanka Samaranayake contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39308'  title='Edit Sanka Samaranayake status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:sanka@wso2.com" title='Sanka Samaranayake email address'>sanka@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+94.11.2424303;postd=108' title='Sanka Samaranayake phone number'>+94.11.2424303 ext. 108</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Felix</span> <span class='foaf-family'>Sasaki</span></dt><dd class="status"><strong>staff contact</strong> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Felix</span> <span class='foaf-family'>Sasaki</span> (<a href="../../../Systems/db/user?user=37415" title='Edit Felix Sasaki contact information'>profile</a>)</dt><dd class="status"><strong>staff contact</strong> (good standing)</dd>
+
  <dd><img src='http://www.w3.org/2006/05/u/edecf9486a44-sm.jpg' alt='Picture of Felix Sasaki' width='75' /></dd>
   <dd class="orgname"><a href="participants?org=111">W3C/Keio</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=37415" title='Edit Felix Sasaki contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:fsasaki@w3.org" title='Felix Sasaki email address'>fsasaki@w3.org</a></span> <span class='phone'> <a class='value' href='tel:+81.466.491170' title='Felix Sasaki phone number'>+81.466.491170</a></span></dd>
-
+<dd class='action'><a href='edit-group?group=39293&amp;uid=37415'  title='Edit Felix Sasaki status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:fsasaki@w3.org" title='Felix Sasaki email address'>fsasaki@w3.org</a></span> <span class='phone'> <a class='value' href='tel:+81.466.491170' title='Felix Sasaki phone number'>+81.466.491170</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person ">
-<dt class='foaf-name'><span class='foaf-given'>Skip</span> <span class='foaf-family'>Snow</span></dt><dd class="status">no longer participating</dd>
- <dd class='action'><a href="../../../Systems/db/user?user=39284" title='Edit Skip Snow contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:skip.snow@citigroup.com" title='Skip Snow email address'>skip.snow@citigroup.com</a></span> <span class='phone'> &nbsp;</span></dd>
+
+<dt class='foaf-name'><span class='foaf-given'>Skip</span> <span class='foaf-family'>Snow</span> (<a href="../../../Systems/db/user?user=39284" title='Edit Skip Snow contact information'>profile</a>)</dt><dd class="status">no longer participating</dd>
+ <dd class='action'><a href='edit-group?group=39293&amp;uid=39284'  title='Edit Skip Snow status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:skip.snow@citigroup.com" title='Skip Snow email address'>skip.snow@citigroup.com</a></span> <span class='phone'> 1-646-408-8999</span></dd>
+
 </dl>
 
 <dl class="group-member foaf-person ">
-<dt class='foaf-name'><span class='foaf-given'>Seumas</span> <span class='foaf-family'>Soltysik</span></dt><dd class="status">no longer participating</dd>
- <dd class='action'><a href="../../../Systems/db/user?user=34646" title='Edit Seumas Soltysik contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:seumas.soltysik@iona.com" title='Seumas Soltysik email address'>seumas.soltysik@iona.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.902.8724' title='Seumas Soltysik phone number'>+1.781.902.8724</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Seumas</span> <span class='foaf-family'>Soltysik</span> (<a href="../../../Systems/db/user?user=34646" title='Edit Seumas Soltysik contact information'>profile</a>)</dt><dd class="status">no longer participating</dd>
+ <dd class='action'><a href='edit-group?group=39293&amp;uid=34646'  title='Edit Seumas Soltysik status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:seumas.soltysik@iona.com" title='Seumas Soltysik email address'>seumas.soltysik@iona.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.902.8724' title='Seumas Soltysik phone number'>+1.781.902.8724</a></span></dd>
+
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Yakov</span> <span class='foaf-family'>Sverdlov</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Yakov</span> <span class='foaf-family'>Sverdlov</span> (<a href="../../../Systems/db/user?user=39002" title='Edit Yakov Sverdlov contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
    <dd class="orgname"><a href="participants?org=31922">CA</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39002" title='Edit Yakov Sverdlov contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:yakov.sverdlov@ca.com" title='Yakov Sverdlov email address'>yakov.sverdlov@ca.com</a></span> <span class='phone'> <a class='value' href='tel:+1.508.628.8381' title='Yakov Sverdlov phone number'>+1.508.628.8381</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39002'  title='Edit Yakov Sverdlov status in the group'>Edit status</a></dd>
 
+  <dd><span class='email'> <a href="mailto:yakov.sverdlov@ca.com" title='Yakov Sverdlov email address'>yakov.sverdlov@ca.com</a></span> <span class='phone'> <a class='value' href='tel:+1.508.628.8381' title='Yakov Sverdlov phone number'>+1.508.628.8381</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person ">
-<dt class='foaf-name'><span class='foaf-given'>Mark</span> <span class='foaf-family'>Temple-Raston</span></dt><dd class="status">no longer participating</dd>
- <dd class='action'><a href="../../../Systems/db/user?user=39539" title='Edit Mark Temple-Raston contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:mark.templeraston@citigroup.com" title='Mark Temple-Raston email address'>mark.templeraston@citigroup.com</a></span> <span class='phone'> <a class='value' href='tel:+1.212.559.1621' title='Mark Temple-Raston phone number'>+1.212.559.1621</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Mark</span> <span class='foaf-family'>Temple-Raston</span> (<a href="../../../Systems/db/user?user=39539" title='Edit Mark Temple-Raston contact information'>profile</a>)</dt><dd class="status">no longer participating</dd>
 
+ <dd class='action'><a href='edit-group?group=39293&amp;uid=39539'  title='Edit Mark Temple-Raston status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:mark.templeraston@citigroup.com" title='Mark Temple-Raston email address'>mark.templeraston@citigroup.com</a></span> <span class='phone'> <a class='value' href='tel:+1.212.559.1621' title='Mark Temple-Raston phone number'>+1.212.559.1621</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Asir</span> <span class='foaf-family'>Vedamuthu</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=37992" title='Edit Asir Vedamuthu contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:asirveda@microsoft.com" title='Asir Vedamuthu email address'>asirveda@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.425.705.6111' title='Asir Vedamuthu phone number'>+1.425.705.6111</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Asir</span> <span class='foaf-family'>Vedamuthu</span> (<a href="../../../Systems/db/user?user=37992" title='Edit Asir Vedamuthu contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=37992'  title='Edit Asir Vedamuthu status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:asirveda@microsoft.com" title='Asir Vedamuthu email address'>asirveda@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.425.705.6111' title='Asir Vedamuthu phone number'>+1.425.705.6111</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Sanjiva</span> <span class='foaf-family'>Weerawarana</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=38242" title='Edit Sanjiva Weerawarana contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:sanjiva@wso2.com" title='Sanjiva Weerawarana email address'>sanjiva@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+94.77.787.6880' title='Sanjiva Weerawarana phone number'>+94.77.787.6880</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Sanjiva</span> <span class='foaf-family'>Weerawarana</span> (<a href="../../../Systems/db/user?user=38242" title='Edit Sanjiva Weerawarana contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=38242'  title='Edit Sanjiva Weerawarana status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:sanjiva@wso2.com" title='Sanjiva Weerawarana email address'>sanjiva@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+94.77.787.6880' title='Sanjiva Weerawarana phone number'>+94.77.787.6880</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Ümit</span> <span class='foaf-family'>Yalçinalp</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1210">SAP AG</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=33651" title='Edit Ümit Yalçinalp contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:umit.yalcinalp@sap.com" title='Ümit Yalçinalp email address'>umit.yalcinalp@sap.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.320.3095' title='Ümit Yalçinalp phone number'>+1.650.320.3095</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Ümit</span> <span class='foaf-family'>Yalçinalp</span> (<a href="../../../Systems/db/user?user=33651" title='Edit Ümit Yalçinalp contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1210">SAP AG</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=33651'  title='Edit Ümit Yalçinalp status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:umit.yalcinalp@sap.com" title='Ümit Yalçinalp email address'>umit.yalcinalp@sap.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.320.3095' title='Ümit Yalçinalp phone number'>+1.650.320.3095</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Prasad</span> <span class='foaf-family'>Yendluri</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1153">webMethods, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=31842" title='Edit Prasad Yendluri contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:prasad.yendluri@webMethods.com" title='Prasad Yendluri email address'>prasad.yendluri@webMethods.com</a></span> <span class='phone'> <a class='value' href='tel:+1.408.962.5226' title='Prasad Yendluri phone number'>+1.408.962.5226</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Prasad</span> <span class='foaf-family'>Yendluri</span> (<a href="../../../Systems/db/user?user=31842" title='Edit Prasad Yendluri contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1153">webMethods, Inc.</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=31842'  title='Edit Prasad Yendluri status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:prasad.yendluri@webMethods.com" title='Prasad Yendluri email address'>prasad.yendluri@webMethods.com</a></span> <span class='phone'> <a class='value' href='tel:+1.408.962.5226' title='Prasad Yendluri phone number'>+1.408.962.5226</a></span></dd>
 </dl>
 
 
 
 <ul>
-<li><a id='stats' name='stats'></a>43 group participants,</li>
-<li>43 in good standing,</li>
-<li>43 participants from 19 organizations</li>
+
+<li><a id='stats' name='stats'></a>41 group participants,</li>
+<li>41 in good standing,</li>
+<li>41 participants from 18 organizations</li>
 </ul>
-<p><a href='mailto:shh@us.ibm.com,crm@adobe.com,eduardo.gutentag@sun.com,mcham@microsoft.com,jeff.mischkinsky@oracle.com,art.barstow@nokia.com,prasad.yendluri@webMethods.com,abbieb@nortel.com,masahiko.narita@jp.fujitsu.com,david.burdett@sap.com,dorchard@bea.com,Eric.Newcomer@iona.com,kirk.wilson@ca.com,jonathan@wso2.com,mark.little@jboss.com,tboubez@layer7tech.com,dmoberg@us.axway.com,gdaniels@progress.com'>Send email to AC Reps of participating Members</a>.</p>
+<p><a href='mailto:shh@us.ibm.com,crm@adobe.com,eduardo.gutentag@sun.com,mcham@microsoft.com,jeff.mischkinsky@oracle.com,art.barstow@nokia.com,prasad.yendluri@webMethods.com,abbieb@nortel.com,masahiko.narita@jp.fujitsu.com,david.burdett@sap.com,dorchard@bea.com,Eric.Newcomer@iona.com,paul.lipton@ca.com,jonathan@wso2.com,mark.little@jboss.com,tboubez@layer7tech.com,dmoberg@us.axway.com'>Send email to AC Reps of participating Members</a>.</p>
 <p>
   W3C staff and chairs can <a
   href="edit-group?group=39293">edit this group</a>.
-
 </p>
 <p><a name="tol">Note</a> that a given user can edit his/her personal data <a href="../../../Systems/db/memUser">using the profile editor</a>.</p>
 
@@ -393,9 +447,7 @@
 
 </div>
   <hr />
-
 <address>Developed by <a href="http://www.w3.org/People/Gerald/">Gerald Oskoboiny</a>;  maintained by Gerald and  <a href="/People/Dom/">Dominique Haza&euml;l-Massieux</a> (<a href="mailto:dom@w3.org">dom@w3.org</a>) <em>$Id$</em>. Please send bug reports and request for enhancements to  <a href="mailto:w3t-sys@w3.org">w3t-sys@w3.org</a>.</address>
 
 </body>
 </html>
-

Index: acknowledgements-current.txt
===================================================================
RCS file: /sources/public/2006/ws/policy/acknowledgements-current.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- acknowledgements-current.txt	24 Aug 2007 01:45:01 -0000	1.14
+++ acknowledgements-current.txt	2 Nov 2007 00:18:47 -0000	1.15
@@ -1 +1 @@
-Dimitar Angelov (SAP AG), Abbie Barbir (Nortel Networks), Charlton Barreto (Adobe Systems Inc.), Sergey Beryozkin (IONA Technologies, Inc.), Vladislav Bezrukov (SAP AG), Toufic Boubez (Layer 7 Technologies), Symon Chang (BEA Systems, Inc.), Paul Cotton (Microsoft Corporation), Glen Daniels (Progress Software), Doug Davis (IBM Corporation), Jacques Durand (Fujitsu Limited), Ruchith Fernando (WSO2), Christopher Ferris (IBM Corporation), William Henry (IONA Technologies, Inc.), Frederick Hirsch (Nokia), Maryann Hondo (IBM Corporation), Ondrej Hrebicek (Microsoft Corporation), Steve Jones (Layer 7 Technologies), Tom Jordahl (Adobe Systems Inc.), Paul Knight (Nortel Networks), Philippe Le Hégaret (W3C/MIT), Mark Little (JBoss Inc.), Mohammad Makarechian (Microsoft Corporation), Ashok Malhotra (Oracle Corporation), Jonathan Marsh (WSO2), Monica Martin (Sun Microsystems, Inc.), Arnaud Meyniel (Axway Software), Jeff Mischkinsky (Oracle Corporation), Dale Moberg (Axway Software), Anthony Nadalin (IBM Corporation),David Orchard (BEA Systems, Inc.), Sanjay Patil (SAP AG), Manjula Peiris (WSO2), Fabian Ritzmann (Sun Microsystems, Inc.), Daniel Roth (Microsoft Corporation), Tom Rutt (Fujitsu Limited), Sanka Samaranayake (WSO2), Felix Sasaki (W3C/Keio), Yakov Sverdlov (CA), Asir Vedamuthu (Microsoft Corporation), Sanjiva Weerawarana (WSO2), Ümit Yalçinalp (SAP AG), Prasad Yendluri (webMethods (A subsidiary of Software AG)).
\ No newline at end of file
+Dimitar Angelov  (SAP AG), Abbie Barbir  (Nortel Networks), Charlton Barreto  (Adobe Systems Inc.), Sergey Beryozkin  (IONA Technologies, Inc.), Vladislav Bezrukov  (SAP AG), Toufic Boubez  (Layer 7 Technologies), Symon Chang  (BEA Systems, Inc.), Paul Cotton  (Microsoft Corporation), Doug Davis  (IBM Corporation), Jacques Durand  (Fujitsu Limited), Ruchith Fernando  (WSO2), Christopher Ferris  (IBM Corporation), William Henry  (IONA Technologies, Inc.), Frederick Hirsch  (Nokia), Maryann Hondo  (IBM Corporation), Ondrej Hrebicek  (Microsoft Corporation), Steve Jones  (Layer 7 Technologies), Tom Jordahl  (Adobe Systems Inc.), Paul Knight  (Nortel Networks), Philippe Le Hégaret  (W3C/MIT), Mark Little  (JBoss Inc.), Mohammad Makarechian  (Microsoft Corporation), Ashok Malhotra  (Oracle Corporation), Jonathan Marsh  (WSO2), Arnaud Meyniel  (Axway Software), Jeff Mischkinsky  (Oracle Corporation), Dale Moberg  (Axway Software), Anthony Nadalin  (IBM Corporation), David Orchard  (BEA Systems, Inc.), Sanjay Pail  (SAP AG), Manjula Peiris  (WSO2), Fabian Ritzmann  (Sun Microsystems, Inc.), Daniel Roth  (Microsoft Corporation), Tom Rutt  (Fujitsu Limited), Sanka Samaranayake  (WSO2), Felix Sasaki  (W3C/Keio), Yakov Sverdlov  (CA), Asir Vedamuthu  (Microsoft Corporation), Sanjiva Weerawarana  (WSO2), Ümit Yalçinalp  (SAP AG), Prasad Yendluri  (webMethods, Inc.).
\ No newline at end of file

Index: status-guidelines.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/status-guidelines.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- status-guidelines.xml	26 Sep 2007 07:16:51 -0000	1.8
+++ status-guidelines.xml	2 Nov 2007 00:18:47 -0000	1.9
@@ -5,23 +5,14 @@
 document. A list of current W3C publications and the latest
 revision of this technical report can be found in the <loc  href="http://www.w3.org/TR/" >W3C technical reports index</loc> at http://www.w3.org/TR/.</emph></p>
 
-<p>This is a <loc href="http://www.w3.org/2004/02/Process-20040205/tr.html#last-call">Last Call</loc> Working Draft of the Web Services Policy 1.5 - Guidelines for Policy Assertion Authors specification. The Last Call period ends 19 October 2007. This Working Draft was produced by the members of the <loc  href="http://www.w3.org/2002/ws/policy/" >Web Services Policy Working Group</loc>, which is part of the <loc  href="http://www.w3.org/2002/ws/Activity" >W3C Web Services Activity</loc>. The Working Group expects to advance this Working Draft to Working Group Note. There are no open issues against this document, see <loc  href="http://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=WS-Policy&amp;component=Guidelines" >Bugzilla</loc>.</p>
+<p>This is a <loc href="http://www.w3.org/2004/02/Process-20040205/tr#WGNote">W3C Working Group Note</loc> of the Web Services Policy 1.5 - Guidelines for Policy Assertion Authors specification, developed by the members of the <loc  href="http://www.w3.org/2002/ws/policy/" >Web Services Policy Working Group</loc>, which is part of the <loc  href="http://www.w3.org/2002/ws/Activity" >W3C Web Services Activity</loc>.</p>
 
 <p>A list of <loc  href="#change-description" >changes in this version of
-the document</loc> and a <loc  href="ws-policy-guidelines-diff20070810.html" >diff-marked version against
-the previous version of this document</loc> are available. Major editorial changes in this version of the document encompass the addition of a new section <specref ref="UDDI-attachment-guidelines"/>.</p>
-
-  <p>Note that this Working Draft does not necessarily represent a consensus of the Working Group. Discussion of this document takes place on the public <loc  href="mailto:public-ws-policy@w3.org" >public-ws-policy@w3.org</loc>
-  mailing list (<loc  href="http://lists.w3.org/Archives/Public/public-ws-policy/" >public
-  archive</loc>) and within <loc  href="http://www.w3.org/Bugs/Public/" >Bugzilla</loc>.
-  Comments on this specification should be made following the <loc  href="http://www.w3.org/2002/ws/policy/#issues" >Description for Issues</loc> of the Working Group.</p>
+the document</loc> and a <loc  href="tbd" >diff-marked version against
+the previous version of this document</loc> are available. Please send comments about this document to the <loc href="mailto:public-ws-policy-comments@w3.org">public-ws-policy-comments@w3.org</loc> mailing list (<loc href="http://lists.w3.org/Archives/Public/public-ws-policy-comments/">public archive</loc>) with a subject that is prefaced with [Web Services Policy 1.5 - Guidelines for Policy Assertion Authors].</p>
 
+  <p>Publication as a Working Group Note does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.</p>
 
-<p>Publication as a Working Draft does not imply endorsement by the
-W3C Membership. This is a draft document and may be updated,
-replaced or obsoleted by other documents at any time. It is
-inappropriate to cite this document as other than work in
-progress.</p>
 
 <p>This document was produced by a group operating under the
 <loc  href="http://www.w3.org/Consortium/Patent-Policy-20040205/" >5

Index: ackcurrent.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ackcurrent.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ackcurrent.xml	24 Aug 2007 01:45:01 -0000	1.5
+++ ackcurrent.xml	2 Nov 2007 00:18:47 -0000	1.6
@@ -13,331 +13,359 @@
 <p><span class='navhead'>DBWG:</span><a href='./'>Home</a><span class='dot'>&middot;</span><a href='./groups'>Groups</a><span class='dot'>&middot;</span><a href='./person'>Individuals</a><span class='dot'>&middot;</span><a href='./orgs'>Organizations</a><span class='dot'>&middot;</span></p><p><span class='navhead'>Nearby:</span><a href='/Member/Mail/'>W3C Groups</a><span class='dot'>&middot;</span><a href='/2002/09/wbs/'>WBS Home</a><span class='dot'>&middot;</span><a href='/2004/01/pp-impl/'>IPP Home</a><span class='dot'>&middot;</span></p>
 
 </div>
-<div id='Content'><p><a href='edit-group?group=39293'>Edit this group</a></p>
-
+<div id='Content'>
 
 <p>
   This is the list of people participating in the <a href='http://www.w3.org/2002/ws/policy/'>Web Services Policy Working Group</a> (see the <a href='details?group=39293&amp;gs=1&amp;'>list with only people in good standing</a>).</p>
 <p><a href='#stats'>Statistics on participants</a>.</p>
-
 <p>Status:</p>
+
 <ul>
 <li>The mailing list for this group is based on the participants list in the database</li><li>This group can use <a href='/2002/09/wbs/39293/'>WBS</a></li><li>This group is managed under <a href='/2004/01/pp-impl/39293/status'>IPP</a></li><li>The participants list is <a href='details?group=39293&amp;public=1'>available publicly</a></li>
 </ul>
 <p>Resort the list: by name | <a href='details?group=39293&amp;order=org'>by Member organization</a> | <a href='details?group=39293&amp;order=standing'>by standing</a>.</p>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Dimitar</span> <span class='foaf-family'>Angelov</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Dimitar</span> <span class='foaf-family'>Angelov</span> (<a href="../../../Systems/db/user?user=38778" title='Edit Dimitar Angelov contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
    <dd class="orgname"><a href="participants?org=1210">SAP AG</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=38778" title='Edit Dimitar Angelov contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:dimitar.angelov@sap.com" title='Dimitar Angelov email address'>dimitar.angelov@sap.com</a></span> <span class='phone'> &nbsp;</span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=38778'  title='Edit Dimitar Angelov status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:dimitar.angelov@sap.com" title='Dimitar Angelov email address'>dimitar.angelov@sap.com</a></span> <span class='phone'> +359 2 9157242</span></dd>
 
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Abbie</span> <span class='foaf-family'>Barbir</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Abbie</span> <span class='foaf-family'>Barbir</span> (<a href="../../../Systems/db/user?user=27181" title='Edit Abbie Barbir contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
    <dd class="orgname"><a href="participants?org=1181">Nortel Networks</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=27181" title='Edit Abbie Barbir contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:abbieb@nortel.com" title='Abbie Barbir email address'>abbieb@nortel.com</a></span> <span class='phone'> <a class='value' href='tel:+1.613.763.5229' title='Abbie Barbir phone number'>+1.613.763.5229</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=27181'  title='Edit Abbie Barbir status in the group'>Edit status</a></dd>
 
+  <dd><span class='email'> <a href="mailto:abbieb@nortel.com" title='Abbie Barbir email address'>abbieb@nortel.com</a></span> <span class='phone'> <a class='value' href='tel:+1.613.763.5229' title='Abbie Barbir phone number'>+1.613.763.5229</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Charlton</span> <span class='foaf-family'>Barreto</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1057">Adobe Systems Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=35664" title='Edit Charlton Barreto contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:barreto@adobe.com" title='Charlton Barreto email address'>barreto@adobe.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.222.6507' title='Charlton Barreto phone number'>+1.650.222.6507</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Charlton</span> <span class='foaf-family'>Barreto</span> (<a href="../../../Systems/db/user?user=35664" title='Edit Charlton Barreto contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1057">Adobe Systems Inc.</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=35664'  title='Edit Charlton Barreto status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:barreto@adobe.com" title='Charlton Barreto email address'>barreto@adobe.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.222.6507' title='Charlton Barreto phone number'>+1.650.222.6507</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Sergey</span> <span class='foaf-family'>Beryozkin</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=13264">IONA Technologies, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39538" title='Edit Sergey Beryozkin contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:sergey.beryozkin@iona.com" title='Sergey Beryozkin email address'>sergey.beryozkin@iona.com</a></span> <span class='phone'> &nbsp;</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Sergey</span> <span class='foaf-family'>Beryozkin</span> (<a href="../../../Systems/db/user?user=39538" title='Edit Sergey Beryozkin contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=13264">IONA Technologies, Inc.</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39538'  title='Edit Sergey Beryozkin status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:sergey.beryozkin@iona.com" title='Sergey Beryozkin email address'>sergey.beryozkin@iona.com</a></span> <span class='phone'> &nbsp;</span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Vladislav</span> <span class='foaf-family'>Bezrukov</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1210">SAP AG</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=38645" title='Edit Vladislav Bezrukov contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:vladislav.bezrukov@sap.com" title='Vladislav Bezrukov email address'>vladislav.bezrukov@sap.com</a></span> <span class='phone'> &nbsp;</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Vladislav</span> <span class='foaf-family'>Bezrukov</span> (<a href="../../../Systems/db/user?user=38645" title='Edit Vladislav Bezrukov contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1210">SAP AG</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=38645'  title='Edit Vladislav Bezrukov status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:vladislav.bezrukov@sap.com" title='Vladislav Bezrukov email address'>vladislav.bezrukov@sap.com</a></span> <span class='phone'> <a class='value' href='tel:+49.6227.761383' title='Vladislav Bezrukov phone number'>+49.6227.761383</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Toufic</span> <span class='foaf-family'>Boubez</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=39088">Layer 7 Technologies</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39104" title='Edit Toufic Boubez contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:tboubez@layer7tech.com" title='Toufic Boubez email address'>tboubez@layer7tech.com</a></span> <span class='phone'> <a class='value' href='tel:+1.604.681.9377;postd=310' title='Toufic Boubez phone number'>+1.604.681.9377 ext. 310</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Toufic</span> <span class='foaf-family'>Boubez</span> (<a href="../../../Systems/db/user?user=39104" title='Edit Toufic Boubez contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=39088">Layer 7 Technologies</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39104'  title='Edit Toufic Boubez status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:tboubez@layer7tech.com" title='Toufic Boubez email address'>tboubez@layer7tech.com</a></span> <span class='phone'> <a class='value' href='tel:+1.604.681.9377;postd=310' title='Toufic Boubez phone number'>+1.604.681.9377 ext. 310</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Symon</span> <span class='foaf-family'>Chang</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=9976">BEA Systems, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=40032" title='Edit Symon Chang contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:sychang@bea.com" title='Symon Chang email address'>sychang@bea.com</a></span> <span class='phone'> 1.415.402.7316</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Symon</span> <span class='foaf-family'>Chang</span> (<a href="../../../Systems/db/user?user=40032" title='Edit Symon Chang contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=9976">BEA Systems, Inc.</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=40032'  title='Edit Symon Chang status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:sychang@bea.com" title='Symon Chang email address'>sychang@bea.com</a></span> <span class='phone'> 1.415.402.7316</span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Paul</span> <span class='foaf-family'>Cotton</span></dt><dd class="status"><strong>chair</strong> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=19901" title='Edit Paul Cotton contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:Paul.Cotton@microsoft.com" title='Paul Cotton email address'>Paul.Cotton@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.613.225.5445' title='Paul Cotton phone number'>+1.613.225.5445</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Paul</span> <span class='foaf-family'>Cotton</span> (<a href="../../../Systems/db/user?user=19901" title='Edit Paul Cotton contact information'>profile</a>)</dt><dd class="status"><strong>chair</strong> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=19901'  title='Edit Paul Cotton status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:Paul.Cotton@microsoft.com" title='Paul Cotton email address'>Paul.Cotton@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.613.225.5445' title='Paul Cotton phone number'>+1.613.225.5445</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Glen</span> <span class='foaf-family'>Daniels</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=41406">Progress Software</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=12811" title='Edit Glen Daniels contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:gdaniels@progress.com" title='Glen Daniels email address'>gdaniels@progress.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.999.7103' title='Glen Daniels phone number'>+1.781.999.7103</a></span></dd>
-
-</dl>
+<dt class='foaf-name'><span class='foaf-given'>Doug</span> <span class='foaf-family'>Davis</span> (<a href="../../../Systems/db/user?user=26837" title='Edit Doug Davis contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
-<dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Doug</span> <span class='foaf-family'>Davis</span></dt><dd class="status"> (good standing)</dd>
    <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=26837" title='Edit Doug Davis contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:dug@us.ibm.com" title='Doug Davis email address'>dug@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.919.254.6905' title='Doug Davis phone number'>+1.919.254.6905</a></span></dd>
-
+<dd class='action'><a href='edit-group?group=39293&amp;uid=26837'  title='Edit Doug Davis status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:dug@us.ibm.com" title='Doug Davis email address'>dug@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.919.254.6905' title='Doug Davis phone number'>+1.919.254.6905</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Jacques</span> <span class='foaf-family'>Durand</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1183">Fujitsu Limited</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=35710" title='Edit Jacques Durand contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:jdurand@us.fujitsu.com" title='Jacques Durand email address'>jdurand@us.fujitsu.com</a></span> <span class='phone'> <a class='value' href='tel:+1.408.746.6134' title='Jacques Durand phone number'>+1.408.746.6134</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Jacques</span> <span class='foaf-family'>Durand</span> (<a href="../../../Systems/db/user?user=35710" title='Edit Jacques Durand contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1183">Fujitsu Limited</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=35710'  title='Edit Jacques Durand status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:jdurand@us.fujitsu.com" title='Jacques Durand email address'>jdurand@us.fujitsu.com</a></span> <span class='phone'> <a class='value' href='tel:+1.408.746.6134' title='Jacques Durand phone number'>+1.408.746.6134</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Ruchith</span> <span class='foaf-family'>Fernando</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39320" title='Edit Ruchith Fernando contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:ruchith@wso2.com" title='Ruchith Fernando email address'>ruchith@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+94.77.352.4859' title='Ruchith Fernando phone number'>+94.77.352.4859</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Ruchith</span> <span class='foaf-family'>Fernando</span> (<a href="../../../Systems/db/user?user=39320" title='Edit Ruchith Fernando contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39320'  title='Edit Ruchith Fernando status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:ruchith@wso2.com" title='Ruchith Fernando email address'>ruchith@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+94.77.352.4859' title='Ruchith Fernando phone number'>+94.77.352.4859</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Christopher</span> <span class='foaf-family'>Ferris</span></dt><dd class="status"><strong>chair</strong> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=33443" title='Edit Christopher Ferris contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:chrisfer@us.ibm.com" title='Christopher Ferris email address'>chrisfer@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.508.377.9295' title='Christopher Ferris phone number'>+1.508.377.9295</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Christopher</span> <span class='foaf-family'>Ferris</span> (<a href="../../../Systems/db/user?user=33443" title='Edit Christopher Ferris contact information'>profile</a>)</dt><dd class="status"><strong>chair</strong> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=33443'  title='Edit Christopher Ferris status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:chrisfer@us.ibm.com" title='Christopher Ferris email address'>chrisfer@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.508.377.9295' title='Christopher Ferris phone number'>+1.508.377.9295</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>William</span> <span class='foaf-family'>Henry</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=13264">IONA Technologies, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39305" title='Edit William Henry contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:william.henry@iona.com" title='William Henry email address'>william.henry@iona.com</a></span> <span class='phone'> <a class='value' href='tel:+1.719.640.6868' title='William Henry phone number'>+1.719.640.6868</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>William</span> <span class='foaf-family'>Henry</span> (<a href="../../../Systems/db/user?user=39305" title='Edit William Henry contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=13264">IONA Technologies, Inc.</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39305'  title='Edit William Henry status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:william.henry@iona.com" title='William Henry email address'>william.henry@iona.com</a></span> <span class='phone'> <a class='value' href='tel:+1.719.302.2302' title='William Henry phone number'>+1.719.302.2302</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Frederick</span> <span class='foaf-family'>Hirsch</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1105">Nokia</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=33859" title='Edit Frederick Hirsch contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:frederick.hirsch@nokia.com" title='Frederick Hirsch email address'>frederick.hirsch@nokia.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.492.7476' title='Frederick Hirsch phone number'>+1.781.492.7476</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Frederick</span> <span class='foaf-family'>Hirsch</span> (<a href="../../../Systems/db/user?user=33859" title='Edit Frederick Hirsch contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1105">Nokia</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=33859'  title='Edit Frederick Hirsch status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:frederick.hirsch@nokia.com" title='Frederick Hirsch email address'>frederick.hirsch@nokia.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.492.7476' title='Frederick Hirsch phone number'>+1.781.492.7476</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Maryann</span> <span class='foaf-family'>Hondo</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=30307" title='Edit Maryann Hondo contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:mhondo@us.ibm.com" title='Maryann Hondo email address'>mhondo@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.777.1878' title='Maryann Hondo phone number'>+1.781.777.1878</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Maryann</span> <span class='foaf-family'>Hondo</span> (<a href="../../../Systems/db/user?user=30307" title='Edit Maryann Hondo contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=30307'  title='Edit Maryann Hondo status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:mhondo@us.ibm.com" title='Maryann Hondo email address'>mhondo@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.781.777.1878' title='Maryann Hondo phone number'>+1.781.777.1878</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Ondrej</span> <span class='foaf-family'>Hrebicek</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=41227" title='Edit Ondrej Hrebicek contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:onhrebic@microsoft.com" title='Ondrej Hrebicek email address'>onhrebic@microsoft.com</a></span> <span class='phone'> +1 (425) 7063956</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Ondrej</span> <span class='foaf-family'>Hrebicek</span> (<a href="../../../Systems/db/user?user=41227" title='Edit Ondrej Hrebicek contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=41227'  title='Edit Ondrej Hrebicek status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:onhrebic@microsoft.com" title='Ondrej Hrebicek email address'>onhrebic@microsoft.com</a></span> <span class='phone'> +1 (425) 7063956</span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Steve</span> <span class='foaf-family'>Jones</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=39088">Layer 7 Technologies</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=40264" title='Edit Steve Jones contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:sjones@layer7tech.com" title='Steve Jones email address'>sjones@layer7tech.com</a></span> <span class='phone'> &nbsp;</span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Steve</span> <span class='foaf-family'>Jones</span> (<a href="../../../Systems/db/user?user=40264" title='Edit Steve Jones contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=39088">Layer 7 Technologies</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=40264'  title='Edit Steve Jones status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:sjones@layer7tech.com" title='Steve Jones email address'>sjones@layer7tech.com</a></span> <span class='phone'> &nbsp;</span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Tom</span> <span class='foaf-family'>Jordahl</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1057">Adobe Systems Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=32615" title='Edit Tom Jordahl contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:tjordahl@adobe.com" title='Tom Jordahl email address'>tjordahl@adobe.com</a></span> <span class='phone'> <a class='value' href='tel:+1.617.219.2180' title='Tom Jordahl phone number'>+1.617.219.2180</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Tom</span> <span class='foaf-family'>Jordahl</span> (<a href="../../../Systems/db/user?user=32615" title='Edit Tom Jordahl contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1057">Adobe Systems Inc.</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=32615'  title='Edit Tom Jordahl status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:tjordahl@adobe.com" title='Tom Jordahl email address'>tjordahl@adobe.com</a></span> <span class='phone'> <a class='value' href='tel:+1.617.219.2180' title='Tom Jordahl phone number'>+1.617.219.2180</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Paul</span> <span class='foaf-family'>Knight</span></dt><dd class="status"> (good standing)</dd>
-   <dd class="orgname"><a href="participants?org=1181">Nortel Networks</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=27406" title='Edit Paul Knight contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:Paul.Knight@Nortel.com" title='Paul Knight email address'>Paul.Knight@Nortel.com</a></span> <span class='phone'> <a class='value' href='tel:+1.978.288.6414' title='Paul Knight phone number'>+1.978.288.6414</a></span></dd>
+<dt class='foaf-name'><span class='foaf-given'>Paul</span> <span class='foaf-family'>Knight</span> (<a href="../../../Systems/db/user?user=27406" title='Edit Paul Knight contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
+   <dd class="orgname"><a href="participants?org=1181">Nortel Networks</a></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=27406'  title='Edit Paul Knight status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:Paul.Knight@Nortel.com" title='Paul Knight email address'>Paul.Knight@Nortel.com</a></span> <span class='phone'> <a class='value' href='tel:+1.978.288.6414' title='Paul Knight phone number'>+1.978.288.6414</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Philippe</span> <span class='foaf-family'>Le Hégaret</span></dt><dd class="status"><strong>staff contact</strong>, <strong>alternate</strong> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Philippe</span> <span class='foaf-family'>Le Hégaret</span> (<a href="../../../Systems/db/user?user=6457" title='Edit Philippe Le Hégaret contact information'>profile</a>)</dt><dd class="status"><strong>staff contact</strong>, <strong>alternate</strong> (good standing)</dd>
+
  <dd><img src='http://www.w3.org/2006/05/u/3b2b83d3c9ca-sm.jpg' alt='Picture of Philippe Le Hégaret' width='75' /></dd>
   <dd class="orgname"><a href="participants?org=114">W3C/MIT</a></dd>
-
-<dd class='action'><a href="../../../Systems/db/user?user=6457" title='Edit Philippe Le Hégaret contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:plh@w3.org" title='Philippe Le Hégaret email address'>plh@w3.org</a></span> <span class='phone'> <a class='value' href='tel:+1.617.258.0992' title='Philippe Le Hégaret phone number'>+1.617.258.0992</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=6457'  title='Edit Philippe Le Hégaret status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:plh@w3.org" title='Philippe Le Hégaret email address'>plh@w3.org</a></span> <span class='phone'> <a class='value' href='tel:+1.617.258.0992' title='Philippe Le Hégaret phone number'>+1.617.258.0992</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Mark</span> <span class='foaf-family'>Little</span></dt><dd class="status"> (good standing)</dd>
 
+<dt class='foaf-name'><span class='foaf-given'>Mark</span> <span class='foaf-family'>Little</span> (<a href="../../../Systems/db/user?user=34561" title='Edit Mark Little contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
    <dd class="orgname"><a href="participants?org=38554">JBoss Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=34561" title='Edit Mark Little contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:mark.little@jboss.com" title='Mark Little email address'>mark.little@jboss.com</a></span> <span class='phone'> <a class='value' href='tel:+44.191.243.0679' title='Mark Little phone number'>+44.191.243.0679</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=34561'  title='Edit Mark Little status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:mark.little@jboss.com" title='Mark Little email address'>mark.little@jboss.com</a></span> <span class='phone'> <a class='value' href='tel:+44.191.243.0679' title='Mark Little phone number'>+44.191.243.0679</a></span></dd>
+
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Mohammad</span> <span class='foaf-family'>Makarechian</span></dt><dd class="status"> (good standing)</dd>
-
+<dt class='foaf-name'><span class='foaf-given'>Mohammad</span> <span class='foaf-family'>Makarechian</span> (<a href="../../../Systems/db/user?user=40244" title='Edit Mohammad Makarechian contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
    <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=40244" title='Edit Mohammad Makarechian contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:mmak@microsoft.com" title='Mohammad Makarechian email address'>mmak@microsoft.com</a></span> <span class='phone'> &nbsp;</span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=40244'  title='Edit Mohammad Makarechian status in the group'>Edit status</a></dd>
+
+  <dd><span class='email'> <a href="mailto:mmak@microsoft.com" title='Mohammad Makarechian email address'>mmak@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.425.705.6624' title='Mohammad Makarechian phone number'>+1.425.705.6624</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Ashok</span> <span class='foaf-family'>Malhotra</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Ashok</span> <span class='foaf-family'>Malhotra</span> (<a href="../../../Systems/db/user?user=10068" title='Edit Ashok Malhotra contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=1088">Oracle Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=10068" title='Edit Ashok Malhotra contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:ashok.malhotra@oracle.com" title='Ashok Malhotra email address'>ashok.malhotra@oracle.com</a></span> <span class='phone'> <a class='value' href='tel:+1.914.271.6477' title='Ashok Malhotra phone number'>+1.914.271.6477</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=10068'  title='Edit Ashok Malhotra status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:ashok.malhotra@oracle.com" title='Ashok Malhotra email address'>ashok.malhotra@oracle.com</a></span> <span class='phone'> <a class='value' href='tel:+1.914.271.6477' title='Ashok Malhotra phone number'>+1.914.271.6477</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Jonathan</span> <span class='foaf-family'>Marsh</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Jonathan</span> <span class='foaf-family'>Marsh</span> (<a href="../../../Systems/db/user?user=2842" title='Edit Jonathan Marsh contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=2842" title='Edit Jonathan Marsh contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:jonathan@wso2.com" title='Jonathan Marsh email address'>jonathan@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+1.916.663.2001' title='Jonathan Marsh phone number'>+1.916.663.2001</a></span></dd>
-</dl>
-
-<dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Monica</span> <span class='foaf-family'>Martin</span></dt><dd class="status"> (good standing)</dd>
-
-   <dd class="orgname"><a href="participants?org=1065">Sun Microsystems, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=34191" title='Edit Monica Martin contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:monica.martin@sun.com" title='Monica Martin email address'>monica.martin@sun.com</a></span> <span class='phone'> <a class='value' href='tel:+1.208.585.5946' title='Monica Martin phone number'>+1.208.585.5946</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=2842'  title='Edit Jonathan Marsh status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:jonathan@wso2.com" title='Jonathan Marsh email address'>jonathan@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+1.916.663.2001' title='Jonathan Marsh phone number'>+1.916.663.2001</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Arnaud</span> <span class='foaf-family'>Meyniel</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Arnaud</span> <span class='foaf-family'>Meyniel</span> (<a href="../../../Systems/db/user?user=40095" title='Edit Arnaud Meyniel contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=40120">Axway Software</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=40095" title='Edit Arnaud Meyniel contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:ameyniel@axway.com" title='Arnaud Meyniel email address'>ameyniel@axway.com</a></span> <span class='phone'> <a class='value' href='tel:+33.1.47172440' title='Arnaud Meyniel phone number'>+33.1.47172440</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=40095'  title='Edit Arnaud Meyniel status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:ameyniel@axway.com" title='Arnaud Meyniel email address'>ameyniel@axway.com</a></span> <span class='phone'> <a class='value' href='tel:+33.1.47172440' title='Arnaud Meyniel phone number'>+33.1.47172440</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Jeff</span> <span class='foaf-family'>Mischkinsky</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Jeff</span> <span class='foaf-family'>Mischkinsky</span> (<a href="../../../Systems/db/user?user=25968" title='Edit Jeff Mischkinsky contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=1088">Oracle Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=25968" title='Edit Jeff Mischkinsky contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:jeff.mischkinsky@oracle.com" title='Jeff Mischkinsky email address'>jeff.mischkinsky@oracle.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.506.1975' title='Jeff Mischkinsky phone number'>+1.650.506.1975</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=25968'  title='Edit Jeff Mischkinsky status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:jeff.mischkinsky@oracle.com" title='Jeff Mischkinsky email address'>jeff.mischkinsky@oracle.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.506.1975' title='Jeff Mischkinsky phone number'>+1.650.506.1975</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Dale</span> <span class='foaf-family'>Moberg</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Dale</span> <span class='foaf-family'>Moberg</span> (<a href="../../../Systems/db/user?user=27604" title='Edit Dale Moberg contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=40120">Axway Software</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=27604" title='Edit Dale Moberg contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:dmoberg@us.axway.com" title='Dale Moberg email address'>dmoberg@us.axway.com</a></span> <span class='phone'> <a class='value' href='tel:+1.480.627.2648' title='Dale Moberg phone number'>+1.480.627.2648</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=27604'  title='Edit Dale Moberg status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:dmoberg@us.axway.com" title='Dale Moberg email address'>dmoberg@us.axway.com</a></span> <span class='phone'> <a class='value' href='tel:+1.480.627.2648' title='Dale Moberg phone number'>+1.480.627.2648</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Anthony</span> <span class='foaf-family'>Nadalin</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Anthony</span> <span class='foaf-family'>Nadalin</span> (<a href="../../../Systems/db/user?user=38131" title='Edit Anthony Nadalin contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=1051">IBM Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=38131" title='Edit Anthony Nadalin contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:drsecure@us.ibm.com" title='Anthony Nadalin email address'>drsecure@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.512.838.0085' title='Anthony Nadalin phone number'>+1.512.838.0085</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=38131'  title='Edit Anthony Nadalin status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:drsecure@us.ibm.com" title='Anthony Nadalin email address'>drsecure@us.ibm.com</a></span> <span class='phone'> <a class='value' href='tel:+1.512.838.0085' title='Anthony Nadalin phone number'>+1.512.838.0085</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>David</span> <span class='foaf-family'>Orchard</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>David</span> <span class='foaf-family'>Orchard</span> (<a href="../../../Systems/db/user?user=15644" title='Edit David Orchard contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=9976">BEA Systems, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=15644" title='Edit David Orchard contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:dorchard@bea.com" title='David Orchard email address'>dorchard@bea.com</a></span> <span class='phone'> <a class='value' href='tel:+1.604.709.3021' title='David Orchard phone number'>+1.604.709.3021</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=15644'  title='Edit David Orchard status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:dorchard@bea.com" title='David Orchard email address'>dorchard@bea.com</a></span> <span class='phone'> <a class='value' href='tel:+1.604.709.3021' title='David Orchard phone number'>+1.604.709.3021</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Sanjay</span> <span class='foaf-family'>Patil</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Sanjay</span> <span class='foaf-family'>Patil</span> (<a href="../../../Systems/db/user?user=40301" title='Edit Sanjay Patil contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=1210">SAP AG</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=40301" title='Edit Sanjay Patil contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:sanjay.patil@sap.com" title='Sanjay Patil email address'>sanjay.patil@sap.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.320.3165' title='Sanjay Patil phone number'>+1.650.320.3165</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=40301'  title='Edit Sanjay Patil status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:sanjay.patil@sap.com" title='Sanjay Patil email address'>sanjay.patil@sap.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.320.3165' title='Sanjay Patil phone number'>+1.650.320.3165</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Manjula</span> <span class='foaf-family'>Peiris</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Manjula</span> <span class='foaf-family'>Peiris</span> (<a href="../../../Systems/db/user?user=41091" title='Edit Manjula Peiris contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=41091" title='Edit Manjula Peiris contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:manjula@wso2.com" title='Manjula Peiris email address'>manjula@wso2.com</a></span> <span class='phone'> &nbsp;</span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=41091'  title='Edit Manjula Peiris status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:manjula@wso2.com" title='Manjula Peiris email address'>manjula@wso2.com</a></span> <span class='phone'> &nbsp;</span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Fabian</span> <span class='foaf-family'>Ritzmann</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Fabian</span> <span class='foaf-family'>Ritzmann</span> (<a href="../../../Systems/db/user?user=39362" title='Edit Fabian Ritzmann contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=1065">Sun Microsystems, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39362" title='Edit Fabian Ritzmann contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:Fabian.Ritzmann@Sun.COM" title='Fabian Ritzmann email address'>Fabian.Ritzmann@Sun.COM</a></span> <span class='phone'> <a class='value' href='tel:+358.9.525562.96' title='Fabian Ritzmann phone number'>+358.9.525562.96</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39362'  title='Edit Fabian Ritzmann status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:Fabian.Ritzmann@Sun.COM" title='Fabian Ritzmann email address'>Fabian.Ritzmann@Sun.COM</a></span> <span class='phone'> <a class='value' href='tel:+358.9.525562.96' title='Fabian Ritzmann phone number'>+358.9.525562.96</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Daniel</span> <span class='foaf-family'>Roth</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Daniel</span> <span class='foaf-family'>Roth</span> (<a href="../../../Systems/db/user?user=39296" title='Edit Daniel Roth contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39296" title='Edit Daniel Roth contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:daroth@microsoft.com" title='Daniel Roth email address'>daroth@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.425.7038147' title='Daniel Roth phone number'>+1.425.7038147</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39296'  title='Edit Daniel Roth status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:daroth@microsoft.com" title='Daniel Roth email address'>daroth@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.425.7038147' title='Daniel Roth phone number'>+1.425.7038147</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Tom</span> <span class='foaf-family'>Rutt</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Tom</span> <span class='foaf-family'>Rutt</span> (<a href="../../../Systems/db/user?user=35282" title='Edit Tom Rutt contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=1183">Fujitsu Limited</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=35282" title='Edit Tom Rutt contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:tom@coastin.com" title='Tom Rutt email address'>tom@coastin.com</a></span> <span class='phone'> <a class='value' href='tel:+1.732.801.5744' title='Tom Rutt phone number'>+1.732.801.5744</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=35282'  title='Edit Tom Rutt status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:tom@coastin.com" title='Tom Rutt email address'>tom@coastin.com</a></span> <span class='phone'> <a class='value' href='tel:+1.732.801.5744' title='Tom Rutt phone number'>+1.732.801.5744</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Sanka</span> <span class='foaf-family'>Samaranayake</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Sanka</span> <span class='foaf-family'>Samaranayake</span> (<a href="../../../Systems/db/user?user=39308" title='Edit Sanka Samaranayake contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39308" title='Edit Sanka Samaranayake contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:sanka@wso2.com" title='Sanka Samaranayake email address'>sanka@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+94.11.2424303;postd=108' title='Sanka Samaranayake phone number'>+94.11.2424303 ext. 108</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39308'  title='Edit Sanka Samaranayake status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:sanka@wso2.com" title='Sanka Samaranayake email address'>sanka@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+94.11.2424303;postd=108' title='Sanka Samaranayake phone number'>+94.11.2424303 ext. 108</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Felix</span> <span class='foaf-family'>Sasaki</span></dt><dd class="status"><strong>staff contact</strong> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Felix</span> <span class='foaf-family'>Sasaki</span> (<a href="../../../Systems/db/user?user=37415" title='Edit Felix Sasaki contact information'>profile</a>)</dt><dd class="status"><strong>staff contact</strong> (good standing)</dd>
 
  <dd><img src='http://www.w3.org/2006/05/u/edecf9486a44-sm.jpg' alt='Picture of Felix Sasaki' width='75' /></dd>
   <dd class="orgname"><a href="participants?org=111">W3C/Keio</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=37415" title='Edit Felix Sasaki contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:fsasaki@w3.org" title='Felix Sasaki email address'>fsasaki@w3.org</a></span> <span class='phone'> <a class='value' href='tel:+81.466.491170' title='Felix Sasaki phone number'>+81.466.491170</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=37415'  title='Edit Felix Sasaki status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:fsasaki@w3.org" title='Felix Sasaki email address'>fsasaki@w3.org</a></span> <span class='phone'> <a class='value' href='tel:+81.466.491170' title='Felix Sasaki phone number'>+81.466.491170</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Yakov</span> <span class='foaf-family'>Sverdlov</span></dt><dd class="status"> (good standing)</dd>
 
+<dt class='foaf-name'><span class='foaf-given'>Yakov</span> <span class='foaf-family'>Sverdlov</span> (<a href="../../../Systems/db/user?user=39002" title='Edit Yakov Sverdlov contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
    <dd class="orgname"><a href="participants?org=31922">CA</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=39002" title='Edit Yakov Sverdlov contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:yakov.sverdlov@ca.com" title='Yakov Sverdlov email address'>yakov.sverdlov@ca.com</a></span> <span class='phone'> <a class='value' href='tel:+1.508.628.8381' title='Yakov Sverdlov phone number'>+1.508.628.8381</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=39002'  title='Edit Yakov Sverdlov status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:yakov.sverdlov@ca.com" title='Yakov Sverdlov email address'>yakov.sverdlov@ca.com</a></span> <span class='phone'> <a class='value' href='tel:+1.508.628.8381' title='Yakov Sverdlov phone number'>+1.508.628.8381</a></span></dd>
+
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Asir</span> <span class='foaf-family'>Vedamuthu</span></dt><dd class="status"> (good standing)</dd>
-
+<dt class='foaf-name'><span class='foaf-given'>Asir</span> <span class='foaf-family'>Vedamuthu</span> (<a href="../../../Systems/db/user?user=37992" title='Edit Asir Vedamuthu contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
    <dd class="orgname"><a href="participants?org=1066">Microsoft Corporation</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=37992" title='Edit Asir Vedamuthu contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:asirveda@microsoft.com" title='Asir Vedamuthu email address'>asirveda@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.425.705.6111' title='Asir Vedamuthu phone number'>+1.425.705.6111</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=37992'  title='Edit Asir Vedamuthu status in the group'>Edit status</a></dd>
+
+  <dd><span class='email'> <a href="mailto:asirveda@microsoft.com" title='Asir Vedamuthu email address'>asirveda@microsoft.com</a></span> <span class='phone'> <a class='value' href='tel:+1.425.705.6111' title='Asir Vedamuthu phone number'>+1.425.705.6111</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Sanjiva</span> <span class='foaf-family'>Weerawarana</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Sanjiva</span> <span class='foaf-family'>Weerawarana</span> (<a href="../../../Systems/db/user?user=38242" title='Edit Sanjiva Weerawarana contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=38241">WSO2</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=38242" title='Edit Sanjiva Weerawarana contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:sanjiva@wso2.com" title='Sanjiva Weerawarana email address'>sanjiva@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+94.77.787.6880' title='Sanjiva Weerawarana phone number'>+94.77.787.6880</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=38242'  title='Edit Sanjiva Weerawarana status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:sanjiva@wso2.com" title='Sanjiva Weerawarana email address'>sanjiva@wso2.com</a></span> <span class='phone'> <a class='value' href='tel:+94.77.787.6880' title='Sanjiva Weerawarana phone number'>+94.77.787.6880</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Ümit</span> <span class='foaf-family'>Yalçinalp</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Ümit</span> <span class='foaf-family'>Yalçinalp</span> (<a href="../../../Systems/db/user?user=33651" title='Edit Ümit Yalçinalp contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=1210">SAP AG</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=33651" title='Edit Ümit Yalçinalp contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:umit.yalcinalp@sap.com" title='Ümit Yalçinalp email address'>umit.yalcinalp@sap.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.320.3095' title='Ümit Yalçinalp phone number'>+1.650.320.3095</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=33651'  title='Edit Ümit Yalçinalp status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:umit.yalcinalp@sap.com" title='Ümit Yalçinalp email address'>umit.yalcinalp@sap.com</a></span> <span class='phone'> <a class='value' href='tel:+1.650.320.3095' title='Ümit Yalçinalp phone number'>+1.650.320.3095</a></span></dd>
 </dl>
 
 <dl class="group-member foaf-person good-standing">
-<dt class='foaf-name'><span class='foaf-given'>Prasad</span> <span class='foaf-family'>Yendluri</span></dt><dd class="status"> (good standing)</dd>
+<dt class='foaf-name'><span class='foaf-given'>Prasad</span> <span class='foaf-family'>Yendluri</span> (<a href="../../../Systems/db/user?user=31842" title='Edit Prasad Yendluri contact information'>profile</a>)</dt><dd class="status"> (good standing)</dd>
 
    <dd class="orgname"><a href="participants?org=1153">webMethods, Inc.</a></dd>
-<dd class='action'><a href="../../../Systems/db/user?user=31842" title='Edit Prasad Yendluri contact information'>Edit</a></dd>  <dd><span class='email'> <a href="mailto:prasad.yendluri@webMethods.com" title='Prasad Yendluri email address'>prasad.yendluri@webMethods.com</a></span> <span class='phone'> <a class='value' href='tel:+1.408.962.5226' title='Prasad Yendluri phone number'>+1.408.962.5226</a></span></dd>
+<dd class='action'><a href='edit-group?group=39293&amp;uid=31842'  title='Edit Prasad Yendluri status in the group'>Edit status</a></dd>
+  <dd><span class='email'> <a href="mailto:prasad.yendluri@webMethods.com" title='Prasad Yendluri email address'>prasad.yendluri@webMethods.com</a></span> <span class='phone'> <a class='value' href='tel:+1.408.962.5226' title='Prasad Yendluri phone number'>+1.408.962.5226</a></span></dd>
 </dl>
 
 
 
 <ul>
-<li><a id='stats' name='stats'></a>43 group participants,</li>
 
-<li>43 in good standing,</li>
-<li>43 participants from 19 organizations</li>
+<li><a id='stats' name='stats'></a>41 group participants,</li>
+<li>41 in good standing,</li>
+<li>41 participants from 18 organizations</li>
 </ul>
-<p><a href='mailto:shh@us.ibm.com,crm@adobe.com,eduardo.gutentag@sun.com,mcham@microsoft.com,jeff.mischkinsky@oracle.com,art.barstow@nokia.com,prasad.yendluri@webMethods.com,abbieb@nortel.com,masahiko.narita@jp.fujitsu.com,david.burdett@sap.com,dorchard@bea.com,Eric.Newcomer@iona.com,kirk.wilson@ca.com,jonathan@wso2.com,mark.little@jboss.com,tboubez@layer7tech.com,dmoberg@us.axway.com,gdaniels@progress.com'>Send email to AC Reps of participating Members</a>.</p>
+<p><a href='mailto:shh@us.ibm.com,crm@adobe.com,eduardo.gutentag@sun.com,mcham@microsoft.com,jeff.mischkinsky@oracle.com,art.barstow@nokia.com,prasad.yendluri@webMethods.com,abbieb@nortel.com,masahiko.narita@jp.fujitsu.com,david.burdett@sap.com,dorchard@bea.com,Eric.Newcomer@iona.com,paul.lipton@ca.com,jonathan@wso2.com,mark.little@jboss.com,tboubez@layer7tech.com,dmoberg@us.axway.com'>Send email to AC Reps of participating Members</a>.</p>
 <p>
   W3C staff and chairs can <a
   href="edit-group?group=39293">edit this group</a>.

Index: acknowledgements-old.txt
===================================================================
RCS file: /sources/public/2006/ws/policy/acknowledgements-old.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- acknowledgements-old.txt	11 Aug 2007 11:25:52 -0000	1.7
+++ acknowledgements-old.txt	2 Nov 2007 00:18:47 -0000	1.8
@@ -1 +1 @@
-Jeffrey Crump, Jong Lee, Bob Natale, Eugene Osovetsky, Bijan Parsia, Skip Snow, Seumas Soltysik, Mark Temple-Raston.
\ No newline at end of file
+Jeffrey Crump, Glen Daniels, Jong Lee, Monica Martin, Bob Natale, Eugene Osovetsky, Bijan Parsia, Skip Snow, Seumas Soltysik, Mark Temple-Raston.
\ No newline at end of file

Index: ws-policy-guidelines.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-guidelines.xml,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- ws-policy-guidelines.xml	29 Oct 2007 17:39:20 -0000	1.134
+++ ws-policy-guidelines.xml	2 Nov 2007 00:18:47 -0000	1.135
@@ -6,7 +6,7 @@
 <!ENTITY status SYSTEM "status-guidelines.xml">
 <!ENTITY prefix "ws-policy-guidelines" >
 <!ENTITY document.status.guidelines "Editors' copy $Date$">
-<!ENTITY prevloc "http://www.w3.org/TR/2007/WD-ws-policy-guidelines-20070810">
+<!ENTITY prevloc "http://www.w3.org/TR/2007/WD-ws-policy-guidelines-20070928">
 <!ENTITY hellip "&#8230;">
 <!ENTITY guidelines-bestpractices SYSTEM "guidelines-bestpractices.xml">
 ]>
@@ -1857,7 +1857,7 @@
 					Structured Information Standards, 14 June 2007, available at:
 					http://docs.oasis-open.org/ws-rx/wsrm/200702/wsrm-1.1-spec-os-01.html. 
 					Namespace document is available at 
-					<loc ref="http://docs.oasis-open.org/ws-rx/wsrm/200702">http://docs.oasis-open.org/ws-rx/wsrm/200702</loc>. 
+					<loc href="http://docs.oasis-open.org/ws-rx/wsrm/200702">http://docs.oasis-open.org/ws-rx/wsrm/200702</loc>. 
 				</bibl>
 				<bibl id="WS-RM-Policy" key="Web Services Reliable Messaging Policy Assertion" href="http://docs.oasis-open.org/ws-rx/wsrmp/200702/wsrmp-1.1-spec-os-01.pdf">
 					<titleref>Web Services Reliable Messaging Policy Assertion 
@@ -1887,7 +1887,7 @@
 					Editors.  Organization for the Advancement of Structured Information Standards, OASIS Standard, 
 					16 April 2007. This version available at 
 					http://docs.oasis-open.org/ws-tx/wstx-wsat-1.1-spec-os/wstx-wsat-1.1-spec-os.html. 
-					Namespace document is available at <loc>http://docs.oasis-open.org/ws-tx/wsat/2006/06</loc>.
+					Namespace document is available at <loc href="http://docs.oasis-open.org/ws-tx/wsat/2006/06">http://docs.oasis-open.org/ws-tx/wsat/2006/06</loc>.
 				</bibl>
 				<bibl id="UDDIAPI20" key="UDDI API 2.0" href="http://uddi.org/pubs/ProgrammersAPI-V2.04-Published-20020719.htm">
 	<titleref>UDDI Version 2.04 API</titleref>, T. Bellwood,

Received on Friday, 2 November 2007 00:19:27 UTC