Skip to main content
Module

x/serializexml/mod.ts>serialize

Serialize (i.e. stringify) an object into xml string.
Latest
function serialize
import { serialize } from "https://deno.land/x/serializexml@v0.3.2/mod.ts";

Serializes given tag and its children to an XML string.

Parameters

...nodes: (Tag[] | Declaration[])

Returns

string