--- title: "web#xml api" description: "web#xml API provides some basic functions and values for parser xml file." --- # [Available APIs](../../) >> web#xml - [Intro](#intro) - [Functions](#functions) ## Intro web#xml API provides some basic functions and values for parser xml file. ## Functions | function name | description | | ----------------- | --------------- | | `parse(str)` | parser content | | `parseFile(path)` | parse file path | | `parseURL(url)` | parse url |