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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 184 - 213 of 741   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
184
how come none of the forms examples in the documentation work prperly in the IDE? whats the secret? -Raven Rotsaert...
raven_rotsaert <rbr@....
raven_rotsaert
Offline Send Email
Jan 10, 2003
5:44 pm
185
The forms processing underwent a major overhaul in Water 3 to make it much simplier to use. The lower-right corner shows only a pseudo-HTML viewer, and not a...
pluschli <mplusch@...>
pluschli
Offline Send Email
Jan 10, 2003
9:51 pm
186
When creating a web resource in water with something like: <set something= www.<web "http://blah.com"/>/> <something arg1="fee" arg2="fie"/> the arguments...
raven_rotsaert <rbr@....
raven_rotsaert
Offline Send Email
Jan 15, 2003
4:14 pm
187
Hi, I notice on the Water web site the statement: "Water uses an XML-based syntax called ConciseXML which is compatible with XML 1.0" Could someone please...
Peter Schonefeld
pschonefeld
Offline Send Email
Jan 15, 2003
4:15 pm
188
Good question. The goal of the ConciseXML syntax was to fix the verbosity and ambiguity problems of XML 1.0 syntax, while remaining compatible with XML 1.0. ...
pluschli <mplusch@...>
pluschli
Offline Send Email
Jan 15, 2003
4:53 pm
189
How does Water handle XML parsing. Do you need any additional products loaded?...
dabowd <dabowd@...>
dabowd
Offline Send Email
Jan 20, 2003
5:05 pm
190
XML parsing is handled with the "execute" method. The first example below shows 'executing' a string of XML (or ConciseXML) to return a Water object. "<vector>...
pluschli <mplusch@...>
pluschli
Offline Send Email
Jan 20, 2003
5:38 pm
191
Version 3.0.2 is now available. It allows any HTTP method including "POST" for both outbound requests as well as inbound requests. <!-- create a server to...
pluschli <mplusch@...>
pluschli
Offline Send Email
Jan 21, 2003
7:46 pm
192
Hi - I'm teaching a programming language design course this semester which usually includes a comparison of Scheme, JavaScript and Self - this year I'm...
David De Roure
dderoure
Offline Send Email
Jan 25, 2003
7:23 pm
193
David, I'm delighted that you're considering teaching Water. The language as been designed to make it as easy as possible to learn per functionality. It has a...
Christopher Fry
cfry0
Offline Send Email
Jan 27, 2003
6:00 am
194
Hi - many thanks for your helpful response. ... That's great (and timely!) It also prompts me to ask - are there restrictions on use of the online book...
David De Roure
dderoure
Offline Send Email
Jan 27, 2003
2:14 pm
195
I'm new to Water, in fact I have not installed it. I'm wondering if some thought has been given to integration with XUL as an alternative to HTML. I suppose a...
patrickdlogan@...
patrickdlogan
Offline Send Email
Jan 28, 2003
6:21 pm
196
I'm trying to get my Water <server/> to produce a response which is valid RDF. Trouble is, I can't figure out how to get uppercase tags (e.g. r:RDF). Given...
David De Roure
dderoure
Offline Send Email
Jan 28, 2003
6:21 pm
197
I'm glad you're able to get some RDF stuff working using Water. We've never really tried it, so please let us know when you run into any issues. Water was...
pluschli <mplusch@...>
pluschli
Offline Send Email
Jan 28, 2003
6:47 pm
198
Water can use any XML standard for presentation -- we just picked HTML as the first one because of its wide support in Web browsers. I think it would be great...
pluschli <mplusch@...>
pluschli
Offline Send Email
Jan 28, 2003
6:54 pm
199
... We're going to check with the publisher, Wiley, about that. We're trying really hard to give away as much as possible [the base language, the ide, some...
Christopher Fry
cfry0
Offline Send Email
Jan 28, 2003
7:52 pm
200
... Thanks, will do. The thing that's made it easy so far is that there are many valid representations for the same RDF graph structure. For example,...
David De Roure
dderoure
Offline Send Email
Jan 28, 2003
8:22 pm
201
... Okay but they might say more about me than about the design of water :-) My first version passed the account object as a parameter to the deposit and...
David De Roure
dderoure
Offline Send Email
Jan 29, 2003
1:05 am
202
I've tried executing validated XHTML1.0 files from Water and then writing them back out to the filesystem and re-validating. This message reports on one...
David De Roure
dderoure
Offline Send Email
Jan 29, 2003
2:21 pm
203
... This is fixed in the new release 3.0.3 which will be posted within the next day or two. <BR/> will be written as <br/>, not <br></br> ... Here's a proposal...
pluschli <mplusch@...>
pluschli
Offline Send Email
Jan 29, 2003
2:29 pm
204
... Sounds exactly right to me, thanks. I also like the stylistic convention. BTW the <server/> currently gives a Content-Type of text/html - I'm not sure...
David De Roure
dderoure
Offline Send Email
Jan 29, 2003
7:14 pm
205
Until recently I was developing an IDE for XUL in Mozilla. However; the number of bugs was killing me. The recent reduction of AOL-TW support from the project...
skier509 <pwilson@...>
skier509
Offline Send Email
Jan 30, 2003
1:12 am
206
I only ask this question because it seems that XML is being bashed these days for having problems just marking up data. Why was XML chosen for procedural...
yozons <yozons@...>
yozons
Offline Send Email
Jan 30, 2003
4:10 am
207
... I guess I'm one of those people "bashing" XML because it isn't good for marking up data. That's why we came up with ConciseXML. ConciseXML can support...
pluschli <mplusch@...>
pluschli
Offline Send Email
Jan 30, 2003
4:38 am
208
... Oh, I guess one reason is SWT uses JNI and I could not see any immediate evidence of support from JNLP. -Patrick...
patrickdlogan@...
patrickdlogan
Offline Send Email
Jan 31, 2003
4:59 am
209
I will have a need to be thinking about linking a c-coded control compiler to a GUI. Its text graphic listings will be displayed in Acrobat. It will also...
Edgar H. Bristol
ebristol@...
Send Email
Jan 31, 2003
5:37 am
210
Chapter 42 of the book talks about Water Sketch and Water Pics as if they are design tools. Do the tools exist? Where? Can I evaluate the tools?...
jdclaiborne <claiborn...
jdclaiborne
Offline Send Email
Jan 31, 2003
8:53 pm
211
Forgive me if my questions are too elementary, but . . . Most of the data I/O examples in the Water book seem to be on a file level. Is there a way for Water...
jdclaiborne <claiborn...
jdclaiborne
Offline Send Email
Jan 31, 2003
8:53 pm
212
NOTE: If email traffic from this group is too high for you, just change the option to receive special announcements or daily digests. ... Right now they are...
pluschli <mplusch@...>
pluschli
Offline Send Email
Jan 31, 2003
10:01 pm
213
... We've had it working with MySQL, but their new license policy doesn't let us freely distribute the JDBC drivers. We need to figure out a way to get...
pluschli <mplusch@...>
pluschli
Offline Send Email
Jan 31, 2003
10:08 pm
Messages 184 - 213 of 741   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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