Skip to main content
Module

x/docxml/src/utilities/dom.ts>xquf

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
function xquf
Deprecated
Deprecated

Not used anywhere, may be removed in the future

import { xquf } from "https://deno.land/x/docxml@2.0.1/src/utilities/dom.ts";

Run an XQuery Update Facility expression, maybe even repeatedly, which can change an existing DOM.

Parameters

dom: Node | Document
expression: string
optional
times = [UNSUPPORTED]