Skip to main content
Module

x/ts_xml_parser/mod.ts>parse

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

将 xml 字符串解析成 json 对象

Parameters

xml: string

需要解析的 xml 源码

optional
withNS: boolean

Returns

XmlDocument 文档