Skip to main content
Module

x/ts_xml_parser/mod.ts>XmlDocument

A better xml parser written in pure typescript and works well with deno.
Latest
interface XmlDocument
import { type XmlDocument } from "https://deno.land/x/ts_xml_parser@1.0.0/mod.ts";

解析出来的 JSON 结构

Properties

declaration: { attributes: Attributes; } | undefined
root: XmlNode | undefined