Skip to main content
Module

x/xmlparser/parser.ts>Options

naive xml parser for deno
Latest
interface Options
import { type Options } from "https://deno.land/x/xmlparser@v0.2.0/parser.ts";

Properties

ignoreTags: false | string[]
ignoreAttrs: boolean | string[]
ignoreNamespace: boolean
reflectValues: boolean
reflectAttrs: boolean
trimValues: boolean
trimAttrs: boolean