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

x/serializexml/mod.ts>Tag

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

Represents an XML tag.

Properties

name: string
children: Tag[] | string
attributes: [string, string][]