Mulberry home page

DSSSList Archive

Mulberry Home Page
DSSSL
DSSSList
Archive
Previous by Date
Next by Date
Previous by Thread
Next by Thread
Index by Thread
Index by Date
Index by Subject
Index by Author
Search

Orthoganlity Questions

From: Paul Prescod <[email protected]>
Date: Fri, 28 Mar 1997 23:54:20 -0500
Often the design decisions that we do not understand about a language
indicate the parts of that language that we fundamentally do not
understand. Other times they are "shortcuts" (for performance, backwards
compatibility, typing convenience, whatever). Occaisionally they are
just oversights. Here are a few things that are bothering me a little
about DSSSL:

Why can't element construction rules be at least as powerful as
match-element? and process-matching-children? Guess: implementation
simplicity.

Why is there no "or" or "not" for match-element? There is a very
coarse-grained "or" where you can duplicate an entire pattern, but not
within patterns. Guess: implementation simplicity.

Why is there no (process-matching-descendants)? Sure, it is easy to
write. But still -- so is (process-children). I have to introduce the
concept of a node-list into my tutorial "early" just to implement this
one function. node-lists are important and useful, but there is an order
to learning things. This is probably not an oversight. So I probably
just don't understand the good reason it doesn't exist. Does anyone know
or want to guess?

 Paul Prescod