transformToFragment method

DocumentFragment transformToFragment(
  1. Node source,
  2. Document output
)

The transformToFragment() method of the XSLTProcessor interface transforms a provided Node source to a DocumentFragment using the XSLT stylesheet associated with the XSLTProcessor.

Implementation

external DocumentFragment transformToFragment(
  Node source,
  Document output,
);