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.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.