I have rather large input XML files that must be converted to a given format with XSL. These XSL files have been hand-crafted, and we want to make sure that every non-empty text node in the original document is taken into account, i.e. either value-of'ed, copy-of'ed, or read and concatenated with something else.
Is this even possible? I.e., is it possible to know how much of an input document is "covered" by an XSL transformation?