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...
When creating a web resource in water with something like: <set something= www.<web "http://blah.com"/>/> <something arg1="fee" arg2="fie"/> the arguments...
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...
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. ...
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>...
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...
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, 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...
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...
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...
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...
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...
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...
... 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...
... 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,...
... 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...
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...
... 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...
... 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...
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...
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...
... 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...
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@...
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?...
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...
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...
... 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...