The include script execution which retrieves 50 rows from the database occurs very quickly (in xml), however the html formatting in Steam or browser takes...
You might try sticking a .<to_string /> call on your 'value' reference. <concat key "=" value.<to_string /> /> I find the default html generation to be very...
I find that the "SelectMethod=direct" parameter is isgnored for the connection and it defaults to a server cursor for fetching the rows. I am needing to issue...
Robert, For both of these examples, I am curious whether this works within a Java program. If it does not work correctly from within Java, it will not work ...
I have been toying with building an expert system around cell phone selector using some Bayes-like principles. I had seen in my seaches that Water has support...
I consider Bayes nets quite different than normal expert systems. For either you can try two approaches: 1. grab some existing package that does Bayes nets 2....
Could anyone answer the following questions? Thank you very much. 1. What versions of SOAP, WSDL and UDDI are supported by current version of Water? 2. Does...
... The latest 4.0 beta version of Water, SOAP 1.0 is supported on output, but does not offer built-in support for WSDL or UDDI. ... Yes. A "row" method is...
Here is information about tomorrow's Boston Water Users Meeting, to be held at 7:00 PM in Cambridge, MA on Tuesday, January 25. This month's meeting is...
Here is information about the upcoming Boston Water Users Meeting, to be held at 7:00 PM in Cambridge, MA on Tuesday, February 22. This month we will be taking...
Here is a quick update on the forthcoming release of Steam XML. It has become a rather major release with lots of new stuff. The new version is enhanced to...
Dear All, I am research student and currently i am doing research on some thing which is related to the uses of XML in the source code. I have done extensive...
Two quick benefits of a language based on XML: (1) there are already millions of programmers who understand HTML/XML and (2) it enables one environment to...
Does Water simplify the process of making a SOAP request? I can't seem to find any examples (or documentation) on any of the various Water sites or the...
Summer is just around the corner, and that seems to be my best time to do some Water language development. I am wondering when the much- awaited SteamXML 4.0...
The next Boston Water Users Meeting will be at 7:00 PM in Cambridge, MA on Tuesday, June 28. Here are some of the topics to be discussed this month. o Using...
The next Boston Water Users Meeting will be at 7:00 PM in Cambridge, MA on Tuesday, July 26. The topic this month is SOAP and Water. We will take an inside...
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. ...