Skip to main content
Module

x/docxml/mod.ts>default#transform

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
method default.prototype.transform
import { default } from "https://deno.land/x/docxml@2.4.2/mod.ts";

Set the XML-to-DOCX transformation in motion for the given XML string, and whichever added context you want to pass into the translation rule callbacks.

Parameters

xml: string
props: PropsGeneric