For those of you who missed the recent Tri-XML Conference, we have posted the presentation, "Teaching Web Services and XML with the Water Language" at...
from p. 73-74 in the book "Water" <set data_string= <string> Mike,Plusch,Wellesley,MA Christopher,Fry,Lexington,MA </string> /> data_string.<to_objects/> ...
Bill, What version of Water/SteamXML are you running? From your code, it looks like it should give you the output you expect. A second thing to watch for is...
... Merrick Thanks for your reply. I'm using a trial version that I downloaded on Aug 29 2005. Product name: Steam XML IDE Water version: 4.0 beta-10...
Bill, I went back and dug up my version 4.0-beta 10 trial--the IDE it was linked to on my machine was 354 days past its trial period! So, after waiting for 5...
... Merrick Pertaining to the "MC" problem. Your 'Hmmm' response was well placed. I rekeyed the entry and it too correctly produced "MC". I went back to my...
Bill, I am glad you tracked down the problem so quickly. I can't count the number of hours I've spent trying to debug code that had no problems but bad data. ...
That did it. Are there any other on-line resources for learning the language. It is kind of frustrating to try examples in the book and have them not work....
Susan, There are a few places to check sample code. One place is at http://www.watercode.org/ also http://www.watercode.com/ You could also look over the Quick...
I see a lot of examples of how to convert Water's HTML objects into strings, but I can't find any examples of how to convert a string of HTML into hypertext...
Yes, it is natural in Water to convert HTML into Water objects. In fact, you just execute the string because the HTML tags are defined already. "<b> hi...
Here's some code using the example you gave: <!-- Set up web resource --> <set x=<web "http://citeseer.ist.psu.edu/Kobayashi00information.html"/> /> <!--...
I'm trying to find something analogous to a sleep() function in Water. I would like to be able to stop processing for a given number of seconds. Is there...
Hi, I am new to Water and just investigating at the moment. When building a web application would it be normal to use the more dynamic water based CSS as...
Is Water meant for web applications where one must retain session paramaters (logged in with user id = xyz, preferences, user role, etc.) If so, how does...
Hi, I need help to setclass path for 3rd party jar/classes or own classes without putting them into JRE lib/ext directory. Please help on this. Thanks &...
Here's a link to the Java forum that tells how to add files to the classpath dynamically. This code should be able to be used in a <java />.<execute> block to...
Here's an example I hacked together shortly after you posted the question. The first part just retrieves the class; the second part calls a couple of methods...
Hi Stemen, Thanks for your quick solution. It is great. Best regards Venkat ... From: Merrick Stemen To: waterlanguage@yahoogroups.com Sent: Friday, May 12,...
The monthlyBoston Water Users Group meeting will be next Tuesday, May 30 at 7:00 PM in Cambridge, MA. We willdemonstrate methods for combining our previously...
The monthly Boston Water Users Group meeting will be next Tuesday, June 27 at 7:00 PM in Cambridge, MA. Planned for the agenda are demonstrations of new Water...