Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as serializeXml from "https://raw.githubusercontent.com/olaven/serialize-xml/v0.3.2/mod.ts";

§Functions

declaration
serialize

Serializes given tag and its children to an XML string.

tag

Returns a Tag

§Interfaces

Declaration

Represents an XML declaration.

Tag

Represents an XML tag.