Skip to main content
Module

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

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
function update
import { update } from "https://deno.land/x/docxml@5.11.3/src/utilities/dom.ts";

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

Updates by references, returns an empty promise.

Parameters

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