Node list notation for examples

Subject: Node list notation for examples
From: Tony Graham <tgraham@xxxxxxxxxxxxxxxx>
Date: Wed, 5 Nov 1997 11:28:33 -0500 (EST)
Does anybody have a good notation for representing node lists when
making examples of how to use DSSSL procedures?

DSSSL (along with Scheme) has formats for representing numbers,
characters, strings, and lists which makes it easy to write examples
of how to use procedures.  For example, "Example 48" in section
8.5.7.10 of the DSSSL standard contains:

(+ 3 4)		=> 7
(+ 3)		=> 3
(+)		=> 0

The DSSSL standard has 58 examples, but they only cover the expression
language.

How would you, for example, write examples for how to use ancestor,
node-list-first, or empty-node-list?

Regards,


Tony Graham
=======================================================================
Tony Graham
Mulberry Technologies, Inc.                         Phone: 301-315-9632
17 West Jefferson Street, Suite 207                 Fax:   301-315-8285
Rockville, MD USA 20850                 email: tgraham@xxxxxxxxxxxxxxxx
=======================================================================


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread