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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 479 - 508 of 724   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
479
Sorry to be a pain. I'm working my way through the WATER book trying all the examples and the one on page 74 doesn't work. Here is the example: ...
Karen Fox
foxywriter
Offline Send Email
Dec 2, 2003
1:10 am
480
On page 76 of the WATER book, the example reads: <set fixed_column_data= <string> Mike Plusch Wellesley MA Christopher Fry Lexington MA </string> /> ...
Karen Fox
foxywriter
Offline Send Email
Dec 2, 2003
1:10 am
481
I was able to get a workable example using the following code. The variable 'counter' is defined in the scope of the <do repeat=nn /> loop in the example...
merrick_stemen
Offline Send Email
Dec 2, 2003
2:38 pm
482
Try the following code instead. The patterns will match the object_ and field_separators. There probably exist other solutions as well. ...
merrick_stemen
Offline Send Email
Dec 2, 2003
2:38 pm
483
... That worked. Thanks so much, Merrick. Since I'm still trying to understand all of this, can I clarify one piece? <do repeat=rest.<length /> > Is that a...
Karen Fox
foxywriter
Offline Send Email
Dec 2, 2003
6:05 pm
484
... I see. So making it a pattern (and using \\ in some cases) enables the STEAM IDE to recognize separators? How do I know which separators need the \\ and...
Karen Fox
foxywriter
Offline Send Email
Dec 2, 2003
6:06 pm
485
... Yes. 'rest' is a special parameter that represents a vector (or list) of unnamed parameters that follow all of the named parameters in a parameter list....
merrick_stemen
Offline Send Email
Dec 3, 2003
12:51 am
486
So here's what I want to do in general. I want to read in an XML file and have Water treat it as an object. I then want to manipulate the values of this...
Kevin Dick
kevindick_pa
Offline Send Email
Dec 13, 2003
11:09 pm
487
I poked around and found the <normalize /> method that let me access the field variables in a friendly way. To get the output in the same format, you could...
merrick_stemen
Offline Send Email
Dec 14, 2003
11:21 pm
488
Hello All, I am trying to preserve the format of a HTML table when converted in to plain text.I am using Steam IDE to get the look and feel of the grid...
Vijaya Jonnalagadda
vijayasreej
Offline Send Email
Dec 15, 2003
4:58 pm
489
Hello All, I have been trying to preserve the grid structure of a HTML table when written to a .txt file using Water. The problem I am getting is that I don't...
Vijaya Jonnalagadda
vijayasreej
Offline Send Email
Dec 17, 2003
4:16 pm
490
oops..Here is the o/p I was getting.. " Test"" 599999"" 02481"" Vijaya Jonnalagadda"" 599"" 560945" where as I would like to see two separate rows as the table...
Vijaya Jonnalagadda
vijayasreej
Offline Send Email
Dec 17, 2003
4:16 pm
491
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...
bobr04
Offline Send Email
Jan 2, 2004
5:44 am
492
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...
Vijaya Jonnalagadda
vijayasreej
Offline Send Email
Jan 2, 2004
5:44 am
493
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...
merrick_stemen
Offline Send Email
Jan 5, 2004
3:23 am
494
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...
bill_jamison2000
bill_jamison...
Offline
Jan 7, 2004
1:15 am
495
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"...
bill_jamison2000
bill_jamison...
Offline
Jan 7, 2004
1:15 am
496
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 ...
merrick_stemen
Offline Send Email
Jan 8, 2004
3:24 am
497
... 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...
merrick_stemen
Offline Send Email
Jan 8, 2004
3:25 am
498
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...
merrick_stemen
Offline Send Email
Jan 13, 2004
4:13 am
499
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? ...
merrick_stemen
Offline Send Email
Jan 20, 2004
12:07 am
500
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/'. ...
bobr04
Offline Send Email
Jan 20, 2004
12:17 am
501
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 ...
pluschli
Offline Send Email
Jan 20, 2004
12:39 am
502
... 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...
merrick_stemen
Offline Send Email
Jan 20, 2004
4:34 am
503
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" ...
jan_miller
Offline Send Email
Jan 21, 2004
1:00 am
504
BostonWater User Group: Tue, Jan 27, 2004 7:00pm Cambridge, Massachusetts near MIT Directions and details at: http://www.bostonwater.org/ Modeling and...
pluschli
Offline Send Email
Jan 24, 2004
1:50 am
505
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,...
bobr04
Offline Send Email
Jan 26, 2004
4:46 am
506
I have problems setting up a connection to an Oracle database on a remote server. Is there an example somewhere? Regards, Chr....
chrd04
Offline Send Email
Jan 27, 2004
1:04 pm
507
... 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,...
merrick_stemen
Offline Send Email
Jan 28, 2004
3:03 pm
508
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...
bill_jamison2000
bill_jamison...
Offline
Jan 28, 2004
3:03 pm
Messages 479 - 508 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