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

x/docxml/src/utilities/components.ts>createChildComponentsFromNodes

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

Transforms a list of (OOXML) XML nodes to component instances based on a list of possible component names. The component names must have been registered before using registerComponent.

This is useful for instantiating the children of a component based on an existing DOCX file.

Type Parameters

T extends AnyComponent | string

Parameters

names: string[]
nodes: Node[]