<!-- Uses the normalize method in Steam XML v4.0 beta-6 --> <!-- This example pulls a Novartis example XBRL document --> <!-- And simply displays it in...
<!-- Using Windows XP Pro System DSN --> <!-- with 'Oracle in Oracle920' driver --> <!-- Works the same for MS Access, etc. --> <!-- Written for Steam XML...
Is there support for the TAB key to complete or list methods etc? Can Water be coded more effectively in Eclipse or elsehow? The book (online sample) seems out...
... You can double-click on a word to see a list of matching objects. Tab completion will be coming. ... It is several years old. See http://www.watercode.com...
July's meeting is cancelled and rescheduled for August 31st. This was done because of all the road closings in Boston and Cambridge from the Democratic...
This example uses Water's ability to reference the content of an HTML tag as field '0' (zero) to shave a few characters off of a script that displays the...
Hi, I was excited to read about Water programming language. Can we make XML-RPC calls from the water program. How would the call look like ? Also I would like...
Prasad, I expanded on your API just a little so that we could see how Water could be used to lookup the function by name and then generate the appropriate...
Hi all, Being a web-programmer and teaching courses in programming at graduate level at the CVO Antwerpen-Zuid,Belgium, I am interested in the Water-language ...
Thanks Merrick for the quick answer ! My bottom question which was perhaps not clearly stated enough is: The “old” water-code seemed to suggest that it was...
Ivo, I believe you are correct in suggesting that the "new" version cannot interact with the form apart from creating a web service. One could also use the new...
... You may still call <person_form/> from the IDE. When calling the method over HTTP, Water translates a URI into a Water call. For example, <person_form/>...
Hello, When copying this example from the book (chapter 43) and executing it in the ... Runtime Error Path part: _uri not found in path: <set _circ_obs=<vector...
I am trying programming in Water. Please give me some help. Thank you very mush. Some pieces of Water code are below followed by error messages. 1. <defmethod...
I try to run the example of chapter 43 of the Water book. A piece of revised example code from Water website is as below. <defclass faq question="" answer=""...
There are a number of Web services that are using XML-RPC. With the latest v4.0 beta release (beta-10), we are introducing Water XML-RPC which supports XML-RPC...
Here is a working version of the Chapter 43 example using Water 4.0 beta-10. I have not tried to re-write the program, only to get the current version working...
Ben, You should be able to get this to work, once you resolve the driver not found problem, (and any access permissions issues). I'll address that below. ...
All, Water 4.0 beta-10 is available for trial download now. Like Mike said, you should check out the new features. I am fiddling with the XML-RPC stuff right...
FYI, there is extensive new documentation on "for_each": http://www.watercode.com/docs/thing_f_doc/for_each_f_doc.htm With for_each, you really only need one...
Ben, Regarding the 'instances' question, ... vector. Yes. But not technically a vector, they are assigned 'vector_keys' in <defclass faq />. ... Yes. If you...
Ivo, I have not tried to run it yet, but Mike Plusch has put a new <defclass faq /> example as a test case at: http://www.watercode.com/test_source/faq.htm ...
Here's a short little example that generates an HTML list of .h2o files in a chosen directory. I chose the water_user_folder. This example uses a few Water...