- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Jul 2007 20:33:18 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing/testsuite/endpoints In directory hutz:/tmp/cvs-serv18419/endpoints Added Files: Makefile Overview.html endpoints.xml endpoints.xsl tidy-output.txt Log Message: Moved from cvs.w3.org --- NEW FILE: endpoints.xsl --- <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:l="http://www.w3.org/2002/ws/addr/testsuite/endpoints/" version="1.0"> <xsl:output method="html" encoding="utf-8" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" indent="no"/> <xsl:template match="/"> <html> <head> <title>Web Services Addressing 1.0 - Endpoints</title> <link href="http://www.w3.org/StyleSheets/public" rel="stylesheet" type="text/css"/> <link href="../../../../StyleSheets/public" rel="stylesheet" type="text/css"/> <link rel="stylesheet" type="text/css" href="../../../wsa-style.css"/> <link rel="stylesheet" type="text/css" href="../../public-style.css"/> <link href="../testsuite.css" rel="stylesheet" type="text/css" /> </head> <body> <h1>Web Services Addressing 1.0 - Endpoints</h1> <ul> <xsl:for-each select="l:endpoints/l:endpoint"> <li> <a name="{@xml:id}"></a> <a href="{@href}"><xsl:value-of select="@href"/></a> - <xsl:copy-of select="l:title/node()"/> </li> </xsl:for-each> </ul> <hr/> <p> Generated from <a href="endpoints.xml">endpoints.xml</a> using <a href="endpoints.xsl">endpoints.xsl</a>.<br/> $Date: 2007/07/09 20:33:16 $ </p> <xsl:copy-of select="document('../address.xml')/suffix/*"/> </body> </html> </xsl:template> </xsl:stylesheet> --- NEW FILE: Overview.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns:l= "http://www.w3.org/2002/ws/addr/testsuite/endpoints/"> <head> <meta name="generator" content= "HTML Tidy for Mac OS X (vers 12 April 2005), see www.w3.org"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Web Services Addressing 1.0 - Endpoints</title> <link href="http://www.w3.org/StyleSheets/public" rel="stylesheet" type="text/css"> <link href="../../../../StyleSheets/public" rel="stylesheet" type= "text/css"> <link rel="stylesheet" type="text/css" href= "../../../wsa-style.css"> <link rel="stylesheet" type="text/css" href= "../../public-style.css"> <link href="../testsuite.css" rel="stylesheet" type="text/css"> </head> <body> <h1>Web Services Addressing 1.0 - Endpoints</h1> <ul> <li><a name="Axis" id="Axis"></a><a href= "http://webservices.sonicsw.com:8080/interop/services/wsaTest">http://webservices.sonicsw.com:8080/interop/services/wsaTest</a> - Apache Axis Web Services Addressing</li> <li><a name="IBM" id="IBM"></a><a href= "http://cwctest.dynalias.org:9080/wsaiop/">http://cwctest.dynalias.org:9080/wsaiop/</a> - IBM WSAddressing Implementation</li> <li><a name="JBoss" id="JBoss"></a><a href= "http://213.162.124.157:8080/interop">http://213.162.124.157:8080/interop</a> - JBoss Web Services Addressing</li> <li><a name="WCF" id="WCF"></a><a href= "http://131.107.72.15/WSAddressingCR_Service_WCF/">http://131.107.72.15/WSAddressingCR_Service_WCF/</a> - Microsoft Windows Communication Foundation 1.0 (WCF)</li> <li><a name="Sun" id="Sun"></a><a href= "http://soapinterop.java.sun.com:8080/index.html">http://soapinterop.java.sun.com:8080/index.html</a> - Sun Java API for XML Web Services Addressing</li> <li><a name="WSO2" id="WSO2"></a><a href= "http://www-lk.wso2.com:5049/axis2/services/wsaTestService">http://www-lk.wso2.com:5049/axis2/services/wsaTestService</a> - WSO2 Web Services Addressing</li> </ul> <hr> <p>Generated from <a href="endpoints.xml">endpoints.xml</a> using <a href="endpoints.xsl">endpoints.xsl</a>.<br> $Date: 2007/07/09 20:33:16 $</p> <address><a href="../">Web Services Addressing Test Suite</a><br> <br> <a href="mailto:paul.downey@bt.com">Paul Downey</a>, <a href= "mailto:david.illsley@uk.ibm.com.com">David Illsley</a>, <a href= "mailto:jmarsh@microsoft.com">Jonathan Marsh</a>, Editors<br> <a href="mailto:bob.freund@hitachisoftware.com">Bob Freund</a>, Chair<br> <br> <a href="/People/Hugo/">Hugo Haas</a>, <a href= "/People/LeHegaret/">Philippe Le Hégaret</a>, W3C Team contacts<br></address> <p class="copyright"><a rel="Copyright" href= "/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2006 <a href="/"><acronym title= "World Wide Web Consortium">W3C</acronym></a> <sup>®</sup> ( <a href="http://www.csail.mit.edu/"><acronym title= "Massachusetts Institute of Technology">MIT</acronym></a> , <a href="http://www.ercim.org/"><acronym title= "European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a> ,<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href= "/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href= "/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>, <a rel="Copyright" href= "/Consortium/Legal/copyright-documents">document use</a> and <a rel="Copyright" href= "/Consortium/Legal/copyright-software">software licensing</a> rules apply. Your interactions with this site are in accordance with our <a href="/Consortium/Legal/privacy-statement#Public">public</a> and<a href="/Consortium/Legal/privacy-statement#Members">Member</a> privacy statements.</p> </body> </html> --- NEW FILE: tidy-output.txt --- line 2 column 1 - Warning: <html> proprietary attribute "xmlns:l" Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" Info: Document content looks like HTML 4.01 Strict 1 warning, 0 errors were found! To learn more about HTML Tidy see http://tidy.sourceforge.net Please send bug reports to html-tidy@w3.org HTML and CSS specifications are available from http://www.w3.org/ Lobby your company to join W3C, see http://www.w3.org/Consortium --- NEW FILE: Makefile --- # -*- makefile -*- XSLTPROC=xsltproc TIDY=tidy all: Overview.html Overview.html: endpoints.xml endpoints.xsl ../address.xml Makefile @echo "Generating $@";\ $(XSLTPROC) --stringparam file :w.xml endpoints.xsl endpoints.xml > $@ @echo "Running tidy on $@";\ sed -e 's/<l:a /<a /g' -e 's/<\/l:a>/<\/a>/g' < $@ > $@.old; \ $(TIDY) -utf8 $@.old > $@ 2>./tidy-output.txt;\ rm $@.old clean: rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-ns.html ./tidy-output.txt .PHONY: clean all --- NEW FILE: endpoints.xml --- <?xml version="1.0"?> <!-- Web Services Addressing Logs $Header: /sources/public/2004/ws/addressing/testsuite/endpoints/endpoints.xml,v 1.1 2007/07/09 20:33:16 plehegar Exp $ --> <endpoints xmlns="http://www.w3.org/2002/ws/addr/testsuite/endpoints/"> <endpoint xml:id="Axis" href="http://webservices.sonicsw.com:8080/interop/services/wsaTest"> <title>Apache Axis Web Services Addressing</title> </endpoint> <endpoint xml:id="IBM" href="http://cwctest.dynalias.org:9080/wsaiop/"> <title>IBM WSAddressing Implementation</title> </endpoint> <endpoint xml:id="JBoss" href="http://213.162.124.157:8080/interop"> <title>JBoss Web Services Addressing</title> </endpoint> <endpoint xml:id="WCF" href="http://131.107.72.15/WSAddressingCR_Service_WCF/"> <title>Microsoft Windows Communication Foundation 1.0 (WCF)</title> </endpoint> <endpoint xml:id="Sun" href="http://soapinterop.java.sun.com:8080/index.html"> <title>Sun Java API for XML Web Services Addressing</title> </endpoint> <endpoint xml:id="WSO2" href="http://www-lk.wso2.com:5049/axis2/services/wsaTestService"> <title>WSO2 Web Services Addressing</title> </endpoint> </endpoints>
Received on Monday, 9 July 2007 20:33:21 UTC