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

x/docxml/src/components/Row.ts>parsePropsAndChildNodes

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

For drying some logic between Row, RowAddition and RowDeletion

Parses the children (and no props yet) from an existing XML node.

Parameters

node: Node