Greetings, I've tried a few of the examples from the Water web site, and I have an idea of how these work, but would like to know if it's possible to host...
Hello All, Has anyone ever tried writting a HTML file to a .txt file using Water? Attached is a piece of code I am trying with.For the sample table ... Apples...
Any Water "programs" you write can be turned into a server application with just a few added lines of code in the Steam IDE. This is one of the great things...
I have a similar problem converting a table to text. I get an error when I apply the <to_objects/> proprty in this line <set strTable = a_table.<get_with_value...
Hello! I am trying to pull the text out of all the nodes that come under the body tag..In doing this as follows, <set a_Table= <file "C:/a_table.htm"...
Hello! Here is some code that walks through some HTML and pulls out just the text in each element. I'm using <execute /> instead of <to_objects />. _Merrick ...
... When you use <... returns='all' /> the return type is a vector of <body /> elements; a vector does not have a <to_objects /> method. It looks like you...
Hello! Below is some code that wraps text within a specified text width. This code would be good to make the text portions of an HTML file wrap within...
I noticed the spec. for conciseURI on the www.conciseXML.org website and I wonder will ConciseURI will be supported in Water/Steam 4.0? Does anyone know? ...
Thanks Merrick, I tried your program, executed it within the Steam IDE, and then accessed it locally from the same machine by using 'http://localhost:8181/'. ...
ConciseURI won't be in 4.0, but could be in 4.1 if there is demand. By the way, ConciseURI is described here: http://www.concisexml.org/ConciseURI.html ...
... Ooo. Right. This took me a while to get a handle on when I first started to do web programming. For me it was CGI scripts in Perl. To do this, you have to...
So I want to call a SOAP method. As best I can figure I need to create a uri as such: <uri method="post" Accept="*/*" content_type="application/soap+xml" ...
BostonWater User Group: Tue, Jan 27, 2004 7:00pm Cambridge, Massachusetts near MIT Directions and details at: http://www.bostonwater.org/ Modeling and...
Greetings, I just read through Jan Miller's note about SOAP, shortly after reading Chapter 13 in the Water book about Water Protocol and SOAP. From Jan's note,...
... In a message from last March, I showed how to connect through an ODBC connection. (http://groups.yahoo.com/group/waterlanguage/message/270). To do this,...
Hello Merrick! I made use of the function you sent to the board earlier , shuck_the_object. Yet, I need to process various parts of the document and so I would...
... is ... That's what we are talking about in the first link in my previous message. Here's the chunk of code that uses the Sun JdbcOdbc driver: <set...
... my_db=repository.of."jdbc:oracle:thin:@oracle_server:1521:ora92" ... That code looks logical. I don't have an example at hand. Have you tried variations on...
... number ... it ... The JDBC connection has been successfully testet with JDeveloper. What I get back from Water is: Runtime error: Database connection...
I was playing around on Yahoo! Fincance today and noticed it had a link that would deliver .csv data for stock quotes. I figured that would be pretty easy to...
I would expect the Example 1 code to produce <vector 9 11 13/>. Instead I get <vector 9 9 9/>. I monitored the HTTP traffic and I do see 9 11 and 13 being...
hello! I am an Mtech student and am new to water language. I would like to study it in detail. I have decided to make this my area of study to do my term paper...
... to ... to ... suitable ... in ... I'd be glad to help. Others are using Water in various university and college programs, but as far as I know, the Water...
Hello, I'm fairly new to Water and am working on a project that would include some simple scripting, and I'm trying to implement this scripting with water and...