chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] News from the Barnyard


From: Joerg F. Wittenberger
Subject: Re: [Chicken-users] News from the Barnyard
Date: 13 Jun 2003 11:50:14 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

> > An HTML (or better yet XHTML) page with <?scheme ... ?>
> > can be parsed from HTML above to SXML above using SSAX, but for some
> > (code extensive) pages SXML sources may be more reasonable than (X)HTML.
> > I've experienced this with XSLT stylesheets extended with Scheme.
> > And vice versa, for markup-extensive pages with a few code
> > (X)HTML is often preferable.

Ah, same experience with Askemos, where I'm looking over the shoulders
of average programmers learning Scheme/XSLT first time (an invaluable
situation to watch the "natural" selection of a mind without deeply
trained preferences).

They develop a tendency to use mostly XML syntax for the view (as in
MVC) part of the agents, which is mostly markup.  Scheme/DSSSL
dominates the controller part.  Variables (the model third) are
typically mixed: records have a tendency to be XML and derived values
are more often Scheme.

Cheers

/Jörg

-- 
The worst of harm may often result from the best of intentions.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]