Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

TypeScript library for parsing and building a DOCXML file
Go to Latest
function update
import { update } from "https://deno.land/x/docxml@5.1.0/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]