<?xml version='1.0' encoding='UTF-8'?>
<xsl:stylesheet exclude-result-prefixes="ns1" version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns1="http://oasis-open.org/IssuesEditingSchema.xsd">
<xsl:output method="html"/>
<xsl:template match="/">
<html><head/>
<body>
<p align="center">
<strong>
<font size="4" color="#0000ff">
<u>WS-BPEL TC Spec Editing Team Issues List Tracker</u>
</font>
</strong>
</p>
<table width="100%" border="1">
<tbody>
<xsl:for-each select="ns1:IssueList/ns1:Issue"/>
</tbody>
</table>
<table width="100%" border="1">
<tbody>
<tr>
<td width="16%">
<p align="center">
<strong>
<font color="#ff0000">Issue#</font>
</strong>
</p>
</td>
<td width="16%">
<p align="center">
<strong>
<font color="#ff0000">Title</font>
</strong>
</p>
</td>
<td width="16%">
<p align="center">
<strong>
<font color="#ff0000">Editor</font>
</strong>
</p>
</td>
<td width="16%">
<p align="center">
<strong>
<font color="#ff0000">Issue Status</font>
</strong>
</p>
</td>
<td width="16%">
<p align="center">
<strong>
<font color="#ff0000">Editing Status</font>
</strong>
</p>
</td>
</tr>
</tbody>
</table>
<table width="100%" border="1">
<tbody>
<xsl:for-each select="ns1:IssueList/ns1:Issue">
<tr>
<td width="15%">
<xsl:value-of select="ns1:number"/>
</td>
<td width="15%">
<xsl:value-of select="ns1:title"/>
</td>
<td width="15%">
<xsl:value-of select="ns1:editor"/>
</td>
<td width="15%">
<xsl:value-of select="ns1:issueStatus"/>
</td>
<td width="15%">
<xsl:value-of select="ns1:editingStatus"/>
</td>
</tr>
</xsl:for-each>
</tbody>
</table>
</body>
</html>
</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c)1998-2003. Sonic Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="BPEL Issues List" userelativepaths="yes" externalpreview="no" url="Issues List for Editors.xml" htmlbaseurl="" outputurl="" processortype="internal" profilemode="0" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperInfo srcSchemaPath="" srcSchemaRoot="" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
</metaInformation>
-->