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

x/docxml/src/util/dom.ts>create

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
function create
import { create } from "https://deno.land/x/docxml@1.5.0/src/util/dom.ts";

Parameters

query: string
optional
variables: UnknownObject
optional
asDocument: false

Parameters

query: string
variables: UnknownObject
asDocument: true

Returns

Document