[cl-soap-cvs] CVS update: public_html/index.html
Sven Van Caekenberghe
scaekenberghe at common-lisp.net
Sun Oct 2 16:46:37 UTC 2005
Update of /project/cl-soap/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv6290
Modified Files:
index.html
Log Message:
added some corrections
Date: Sun Oct 2 18:46:37 2005
Author: scaekenberghe
Index: public_html/index.html
diff -u public_html/index.html:1.8 public_html/index.html:1.9
--- public_html/index.html:1.8 Sat Oct 1 11:24:11 2005
+++ public_html/index.html Sun Oct 2 18:46:35 2005
@@ -96,9 +96,9 @@
(if (eql (lxml-get-tag result) 'ns1::|getQuoteResponse|)
(let ((contents (lxml-find-tag :|Result| (rest result))))
(if contents
- (coerce (read-from-string (second contents)) 'float)
- (error "Expected a <Result> element")))
- (error "Expected a <getQuoteResponse> element")))))</pre>
+ (coerce (read-from-string (lxml-get-contents contents)) 'float)
+ (error "Expected a <Result> element")))
+ (error "Expected a <getQuoteResponse> element")))))</pre>
Check out the test/test-basic.lisp file for more examples.
</li>
<li>WSDL with SOAP bindings in url/file/stream form can now be parsed into a Common Lisp representation. Use parse-wsdl, parse-wsdl-file and parse-wsdl-url.</li>
@@ -167,9 +167,9 @@
( <a href="http://www.memetrics.com">http://www.memetrics.com</a> )
and Beta Nine BVBA, Belgium
( <a href="http://www.betanine.be">http://www.betanine.be</a> ).
-Initial developers and contributors will include Sven Van Caekenberghe (Beta Nine),
-Alain Picard (Memetrics), Ivan Melotte (Beta Nine) and Nicky Peeters (Beta Nine).
+Initial development was done by Sven Van Caekenberghe (Beta Nine) with testing by
+Alain Picard (Memetrics).
<p>
-<p>$Id: index.html,v 1.8 2005/10/01 09:24:11 scaekenberghe Exp $</p>
+<p>$Id: index.html,v 1.9 2005/10/02 16:46:35 scaekenberghe Exp $</p>
</body>
</html>
More information about the Cl-soap-cvs
mailing list