Search the web
Sign In
New User? Sign Up
waterlanguage · Water Language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 655 - 686 of 724   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
655
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...
rnilsson1
Offline Send Email
Jan 24, 2005
10:31 pm
656
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...
rnilsson1
Offline Send Email
Feb 18, 2005
7:09 pm
657
Hello! Can anyone tell us what cool new things are being done, and when the next release of Steam XML is expected to be available? _Merrick...
merrick_stemen
Offline Send Email
Feb 24, 2005
4:33 am
658
http://www.ardice.com/Computers/Programming/Languages/Water/ Hello, I found this group at this website....
caralee859l
Offline Send Email
Feb 25, 2005
1:56 pm
659
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...
rnilsson1
Offline Send Email
Feb 25, 2005
7:54 pm
660
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...
zeal_ansari
Offline Send Email
Mar 1, 2005
11:17 am
661
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...
Bob Nilsson
rnilsson1
Offline Send Email
Mar 1, 2005
10:46 pm
662
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...
Matt Kendall
ncsucodemonkey
Offline Send Email
Mar 9, 2005
1:44 am
663
This past week, I got around to using a program I wrote and used last year for my Networks II course. Last year I reported on this here: ...
merrick_stemen
Offline Send Email
Apr 4, 2005
11:18 pm
664
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...
Merrick Stemen
merrick_stemen
Offline Send Email
May 3, 2005
1:19 am
665
Haven't done much down here. Wish I had more time....
apinker1
Offline
May 11, 2005
5:20 pm
666
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...
rnilsson1
Offline Send Email
Jun 23, 2005
4:08 am
667
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...
rnilsson1
Offline Send Email
Jul 22, 2005
5:09 am
668
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...
rnilsson1
Offline Send Email
Aug 9, 2005
8:17 pm
669
Why doesn't the following statement produce an error? <set some_thing=<thing x="5"=integer/> /> Bill Schorn...
willschorn
Offline Send Email
Sep 5, 2005
12:59 am
670
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/> ...
willschorn
Offline Send Email
Sep 7, 2005
12:23 am
671
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 Stemen
merrick_stemen
Offline Send Email
Sep 8, 2005
2:51 am
672
... 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...
William N. Schorn
willschorn
Offline Send Email
Sep 8, 2005
3:58 am
673
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 Stemen
merrick_stemen
Offline Send Email
Sep 8, 2005
12:09 pm
674
... 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...
William N. Schorn
willschorn
Offline Send Email
Sep 8, 2005
5:22 pm
675
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. ...
Merrick Stemen
merrick_stemen
Offline Send Email
Sep 9, 2005
2:07 am
676
Why does this give a run time error? [Runtime Error A call to grocery_list received illegal unnamed arg with source: >] <defclass grocery_list...
Susan G. Conger
s1g2conger
Online Now Send Email
Nov 7, 2005
5:34 pm
677
Susan, Try this (note the keyword 'rest'): <defclass grocery_list store_name=required rest /> <defclass grocery_item name=required quantity=1/> <grocery_list ...
Merrick Stemen
merrick_stemen
Offline Send Email
Nov 8, 2005
6:39 am
679
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 G. Conger
s1g2conger
Online Now Send Email
Nov 8, 2005
5:06 pm
680
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...
Merrick Stemen
merrick_stemen
Offline Send Email
Nov 9, 2005
12:34 am
681
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...
skramer072
Offline Send Email
Nov 10, 2005
1:07 pm
682
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...
Mike Plusch
pluschli
Offline Send Email
Nov 10, 2005
1:39 pm
683
Here's some code using the example you gave: <!-- Set up web resource --> <set x=<web "http://citeseer.ist.psu.edu/Kobayashi00information.html"/> /> <!--...
Merrick Stemen
merrick_stemen
Offline Send Email
Nov 11, 2005
6:14 am
685
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...
skramer072
Offline Send Email
Nov 15, 2005
1:40 am
686
This will wait for 1 second: thread.<wait_until_time 1000/> Here's the doc on Water's threading model: ...
Mike Plusch
pluschli
Offline Send Email
Nov 15, 2005
1:42 am
Messages 655 - 686 of 724   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help