Skip to main content
Module

x/docxml/mod.ts>default#withXmlRules

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

Add all the XML translatiom rules from another set of translation rules. Useful for cloning.

Parameters

renderer: GenericRenderer<RuleResult, { document: OfficeDocument; } & PropsGeneric>