pub fn strip_source_document<N: Node>(src: N, style: N) -> Result<(), Error>Expand description
Strip whitespace nodes from a XDM tree. This function operates under the direction of the xsl:strip-space and xsl:preserve-space directives in a XSLT stylesheet.