# deno-xml-parser **Repository Path**: jamesfancy/deno-xml-parser ## Basic Information - **Project Name**: deno-xml-parser - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-17 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deno-xml-parser [Deno](https://github.com/denoland/deno) XML parser ported from [segmentio/xml-parser](https://github.com/segmentio/xml-parser) ## Usage ``` main.ts import parse from "https://denopkg.com/nekobato/deno-xml-parser/index.ts"; async function main() { const node = parse("hello world"); console.log(node); } main(); ``` ## License MIT