- From: Arthur Ryman <aryman@dev.w3.org>
- Date: Wed, 13 Oct 2004 17:46:55 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv11309
Modified Files:
xmlspec.xsl xmlspec-wsdl.xsl
Log Message:
Added XSLT and CSS stylesheets for Z notation.
Index: xmlspec.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** xmlspec.xsl 26 Mar 2004 16:24:43 -0000 1.5
--- xmlspec.xsl 13 Oct 2004 17:46:53 -0000 1.6
***************
*** 21,24 ****
--- 21,27 ----
<!-- ChangeLog:
+ 13 October 2004: Arthur Ryman <ryman@ca.ibm.com>
+ - Added link to zml.css for displaying Z notation.
+
15 August 2001: Hugo Haas <hugo@w3.org>
- Slightly modified the status sentence introducing editors'
***************
*** 2558,2561 ****
--- 2561,2565 ----
</xsl:attribute>
</link>
+ <link type="text/css" rel="stylesheet" href="zml.css"/>
</xsl:template>
Index: xmlspec-wsdl.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec-wsdl.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xmlspec-wsdl.xsl 14 Jan 2004 16:57:00 -0000 1.2
--- xmlspec-wsdl.xsl 13 Oct 2004 17:46:53 -0000 1.3
***************
*** 5,8 ****
--- 5,9 ----
<xsl:import href="xmlspec.xsl"/>
+ <xsl:import href="zml2html.xsl"/>
<xsl:output method="html"
Received on Wednesday, 13 October 2004 17:46:56 UTC