import { serialize } from "https://deno.land/x/docxml@5.5.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.
import { serialize } from "https://deno.land/x/docxml@5.5.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.