Skip to main content
Module

x/xml/mod.ts>parse

📑 A XML parser/stringifier for Deno written in typescript and with no dependencies
Very Popular
Go to Latest
function parse
import { parse } from "https://deno.land/x/xml@2.0.4/mod.ts";

XML parser

Parameters

content: string | Flux
optional
options: ParserOptions

Returns

document