Might be good to update the comment in the test. One proposal follows.

  <!-- Purpose: Test that strip-whitespace is correctly applied to trees retrieved
                with the document() function.  -->
  <!-- Elaboration: doc/* would contain several whitespace nodes if not stripped.
       The built-in template for text would cause them to be emitted.
       But the strip operation is defined as being applied  to "source documents",
       and  document() is described in "Multiple Source Documents", so
       they should be stripped out of the tree returned by document()  and
       not appear in the output. -->

Might also be worth adding that xsltc is known to handle this incorrectly, so failing this test in compiled mode is not considered a Xalan regression. And possibly adding a similar caveat to the other failing tests which don't prevent successful test-suite completion.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org

Reply via email to