Applies the specified XSL transformation to the specified XML Document,
DocumentFragment or Element, leaving the original XML untouched, storing
the generated XML in the specified DOMResult (which should refer to an
XML Document, DocumentFragment or Element), and returning the generated
XML as a Node.
Applies the specified XSL transformation to the specified XML Document,
DocumentFragment or Element, leaving the original XML untouched, storing
the generated XML in the specified result Node (which should refer to an
XML Document, DocumentFragment or Element), and returning the generated
XML as a Node.
Applies the specified XSL transformation to the specified XML Document,
DocumentFragment or Element, leaving the original XML untouched, and
returning a new Document.
Round the specified number to the specified number of decimal digits
(digits following the decimal point) and then trim any trailing zeros,
returning a string containing the specified value with perhaps less
precision.