- From: Arthur Ryman <aryman@dev.w3.org>
- Date: Thu, 11 Nov 2004 17:26:43 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv4854 Modified Files: build.xml Added Files: wsdl20-show.html wsdl20-hide.html Log Message: Added show and hide versions of spec. --- NEW FILE: wsdl20-hide.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language</title><style type="text/css"> code { font-family: monospace; } div.constraint, div.issue, div.note, div.notice { margin-left: 2em; } dt.label { display: run-in; } li, p { margin-top: 0.3em; margin-bottom: 0.3em; } .diff-chg { background-color: yellow; } .diff-del { background-color: red; text-decoration: line-through;} .diff-add { background-color: lime; } table { empty-cells: show; } [...8267 lines suppressed...] </tr> <tr> <td rowspan="1" colspan="1">20020620</td> <td rowspan="1" colspan="1">SW</td> <td rowspan="1" colspan="1">Started adding abstract model</td> </tr> <tr> <td rowspan="1" colspan="1">20020406</td> <td rowspan="1" colspan="1">SW</td> <td rowspan="1" colspan="1">Created document from WSDL 1.1</td> </tr> </tbody> </table><br> </div> </div> </div> </body></html> --- NEW FILE: wsdl20-show.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language</title><style type="text/css"> code { font-family: monospace; } div.constraint, div.issue, div.note, div.notice { margin-left: 2em; } dt.label { display: run-in; } li, p { margin-top: 0.3em; margin-bottom: 0.3em; } .diff-chg { background-color: yellow; } .diff-del { background-color: red; text-decoration: line-through;} .diff-add { background-color: lime; } table { empty-cells: show; } [...8695 lines suppressed...] </tr> <tr> <td rowspan="1" colspan="1">20020620</td> <td rowspan="1" colspan="1">SW</td> <td rowspan="1" colspan="1">Started adding abstract model</td> </tr> <tr> <td rowspan="1" colspan="1">20020406</td> <td rowspan="1" colspan="1">SW</td> <td rowspan="1" colspan="1">Created document from WSDL 1.1</td> </tr> </tbody> </table><br> </div> </div> </div> </body></html> Index: build.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.xml 9 Nov 2004 17:53:37 -0000 1.4 --- build.xml 11 Nov 2004 17:26:41 -0000 1.5 *************** *** 42,53 **** <target name="html-z" description="Transforms xml into html."> ! <xslt in="wsdl20-z.xml" out="wsdl20-z.html" style="xmlspec-wsdl-z.xsl" /> ! <xslt in="wsdl20-z-1.xml" out="wsdl20-z-1.html" style="xmlspec-wsdl-z.xsl"> <param name="showZed" expression="true" /> ! <param name="linkTo" expression="wsdl20-z-1-short.html"/> </xslt> ! <xslt in="wsdl20-z-1.xml" out="wsdl20-z-1-short.html" style="xmlspec-wsdl-z.xsl"> <param name="showZed" expression="false" /> ! <param name="linkTo" expression="wsdl20-z-1.html" /> </xslt> </target> --- 42,52 ---- <target name="html-z" description="Transforms xml into html."> ! <xslt in="wsdl20.xml" out="wsdl20-show.html" style="xmlspec-wsdl-z.xsl"> <param name="showZed" expression="true" /> ! <param name="linkTo" expression="wsdl20-hide.html"/> </xslt> ! <xslt in="wsdl20.xml" out="wsdl20-hide.html" style="xmlspec-wsdl-z.xsl"> <param name="showZed" expression="false" /> ! <param name="linkTo" expression="wsdl20-show.html" /> </xslt> </target>
Received on Thursday, 11 November 2004 17:26:43 UTC