Skip to main content
Module

x/docxml/src/utilities/dom.ts>serialize

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

Serialize an XML node to string using Slimdom's own serializer function, but with the "standard" typing that Deno has for Node and Document.

Parameters

node: Node | Document