OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel-spec-edit message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [wsbpel-spec-edit] tracking issue editing assignments


Folks,

Here is a primitive style-sheet that produces a table format output from the
"Issues List for Editors.xml" file that Satish sent out.

Regards, Prasad

-------- Original Message --------
Subject: RE: [wsbpel-spec-edit] tracking issue editing assignments
Date: Wed, 8 Oct 2003 15:26:53 -0700
From: Satish Thatte <satisht@microsoft.com>
To: Prasad Yendluri <pyendluri@webmethods.com>
CC: bpel spec <wsbpel-spec-edit@lists.oasis-open.org>


To be honest I am using InfoPath so I get to see it as a form with rows and drop-down lists I can maintain easily.  If someone comes up with a stylesheet for viewing that would be great.  I am not familiar with stylesheet designers.

 


From: Prasad Yendluri [mailto:pyendluri@webmethods.com]
Sent: Wednesday, October 08, 2003 3:10 PM
To: Satish Thatte
Cc: bpel spec
Subject: Re: [wsbpel-spec-edit] tracking issue editing assignments

 

Satish,

Is this a format (schema) you came up with or is this something OASIS defined ? Is there a stylesheet that goes with this? Any reason we are doing this in XML when we decided to do the actual spec itself in word (HTML)? Or were you just trying to prove a point :)?

Best,

Prasad

-------- Original Message --------

Subject:

[wsbpel-spec-edit] tracking issue editing assignments

Date:

Wed, 8 Oct 2003 14:56:33 -0700

From:

Satish Thatte <satisht@microsoft.com>

To:

bpel spec <wsbpel-spec-edit@lists.oasis-open.org>

 

This is the list of issues available (or close to it) for editing, with all the assignments.

 

Satish



<?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>
-->


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]