Lambda the Ultimate

inactiveTopic Reading list on XML and Web Programming
started 2/7/2002; 10:58:32 AM - last post 2/7/2002; 1:20:13 PM
Ehud Lamm - Reading list on XML and Web Programming  blueArrow
2/7/2002; 10:58:32 AM (reads: 1239, responses: 2)
Reading list on XML and Web Programming
This reading list includes research related to XML and web programming in the context of functional programming languages, particularly Scheme, SML, and Haskell.

Some of these were mentioned on LtU, some await your insightful crticism...


Posted to xml by Ehud Lamm on 2/7/02; 10:59:11 AM

Frank Atanassow - Re: Reading list on XML and Web Programming  blueArrow
2/7/2002; 12:39:22 PM (reads: 644, responses: 1)
I was thinking about using Peter Thiemann's WASH (mentioned on that list) to generate my home pages, but I keep getting stuck on how to model the inputs. Mostly what I want to do is just to generate the navbars and so on automatically (I currently do it all manually), but I also want the program to be reusable.

So I start writing an XML DTD to describe the input, but I soon realize that I don't know what the contracts are supposed to be for each element type. I think this is the really hard part about markup languages. The contracts are so ambiguous: most of the information is very human-centric (like addresses and people's names) or very display-centric (formatting issues), and so it is very hard to give a specification which says when a tag should be used and when not.

I first noticed this problem years ago when I was writing up some technical documentation in DocBook (in SGML). There are a lot of tags, many of them very similar, and though I'm sure the designers had an idea of when to use them and when not to, to me it was not clear at all. The problem is that, without knowing what application is going to process the DocBook document, it is very difficult to make these choices, even the choice of whether to use a tag or not. In a way, this is similar to the open/closed-world problem in type systems.

Ehud Lamm - Re: Reading list on XML and Web Programming  blueArrow
2/7/2002; 1:20:13 PM (reads: 705, responses: 0)
Perhaps Luke would like to share his experience with using Latte.