- From: Christopher B Ferris <chrisfer@us.ibm.com>
- Date: Thu, 15 Mar 2007 17:36:53 -0500
- To: public-ws-policy-eds@w3.org
- Message-ID: <OFAE4110A3.40C1DD32-ON8525729F.007BBEB9-8525729F.007C2805@us.ibm.com>
I have designed a summary page for the CR test results.
Here's the generated HTML
Here's the XSLT
Here's the Ant target that needs to be added to the build.xml
<target name="build-dashboard-summary" depends="tstamp">
<delete file="dashboard-summary.html"/>
<xslt style="dashboard-summary.xsl" in="dashboard.xml"
out="dashboard-summary.html" destdir=".">
<param name="DSTAMP" expression="${DSTAMP}"/>
<param name="TSTAMP" expression="${TSTAMP}"/>
<param name="TODAY" expression="${TODAY}"/>
</xslt>
</target>
Would someone please check-in the XSLT and modify the build.xml to include
this?
I would also like to have the summary page added to the public home page.
Additionally, here are the IBM results-to-date:
Thanks,
Christopher Ferris
STSM, Software Group Standards Strategy
email: chrisfer@us.ibm.com
blog: http://www.ibm.com/developerworks/blogs/page/chrisferris
phone: +1 508 377 9295
Attachments
- text/html attachment: dashboard-summary.html
- application/octet-stream attachment: dashboard-summary.xsl
- application/octet-stream attachment: round1-IBM.xml
- application/octet-stream attachment: round2-WSDL11-IBM.xml
- application/octet-stream attachment: round3-WSDL11-IBM.xml
Received on Thursday, 15 March 2007 22:37:10 UTC