Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/xml/parse.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.1.1/parse.ts";

XML parser

Parameters

content: string | Flux
optional
options: ParserOptions