Re: SGML Capacities

Paul Burchard ([email protected])
Fri, 2 Jun 95 20:31:00 -0600


Gavin Nicol <[email protected]>
> > http://www/java/script.class#x=1;y=2;name=hello-world;...
>
> Oh, so you've come to agree with my original proposal for
> the Java group then ;-)

Conceptually, yes...your call for a more unified handling of links
in HTML definitely got me fired up! I even looked seriously at
making it work in a more literal way (i.e., enhancing <A> and <LINK>
to cover all the linking needs of HTML). It was an intriguiging
thought exercise, but apparently a bit too radical for the real
world. :-) HyTime proposals for HTML have met a similar fate...

> I've since come to think that for Java et al., maybe the
> best thing (in HTTP) would be a GET request with the HTTP
> request containing a message body.

But that's server side specialization. The initialization of
scripts most naturally happens on the client side (although you
_could_ do it on the server in a hacky way).

Of course, there's no reason you couldn't make use of both server-
and client-side specialization, for different purposes, as in

url?server-stuff#client-stuff

(yes, holding to my previous ideological position on '?' and '#' :-).

--------------------------------------------------------------------
Paul Burchard <[email protected]>
``I'm still learning how to count backwards from infinity...''
--------------------------------------------------------------------