Remove indent="yes" from test stylesheets.
commitf179eb5197d60d70d3917b734465ece9186f8103
authorDavid Lichteblau <david@lichteblau.com>
Fri, 7 Dec 2007 21:14:17 +0000 (7 22:14 +0100)
committerDavid Lichteblau <david@radon.home.lichteblau.com>
Fri, 7 Dec 2007 21:14:17 +0000 (7 22:14 +0100)
tree58c1db616aa2c16adb2038396bc635a32ec28274
parent7f0cc3a8de846f2f2d9c73dd3400a8f78b9e84d0
Remove indent="yes" from test stylesheets.

Make a copy of a each stylesheet without indent="yes" and work with that
copy instead.

For now, don't write trailing whitespace at the end of the document.

In test comparisons, ignore leading whitespace at the beginning of the
document and trailing whitespace at the very end.
  - Don't ignore whitespace in the middle of the document though!)
  - Do it this way so that we don't trip over the extra whitespace
    xsltproc writes at the end, and similarly to avoid issues between
    the XMLDecl and root element.
  - Might still hide mistakes when the output is not a well-formed XML
    document, e.g. when writing only a text node, but that's probably
    not too important.
TEST
test.lisp
xslt.lisp