2.2. sxml2xml: pseudo-SXML to XML text

sxml2xml filename...

Reads a file, an S-expression at a time, evaluating each expression. Each expression is expected to yield a pseudo-SXML fragment, which is then converted to plain XML text, and printed on stdout.

2.2.1. Internal datatypes and procedures

These subroutines are also available to code loaded as part of the SXML-to-XML conversion process.

procedure: (include-sxml filenames ...)

Reads a file, an S-expression at a time, evaluating each expression, and collecting the results into a list of SXML fragments.