1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
SpaceVim/docs/api/web/xml.md
2020-09-14 22:47:49 +08:00

26 lines
560 B
Markdown

---
title: "web#xml API"
description: "web#xml API provides some basic functions and values for parser xml file."
---
# [Available APIs](../../) >> web#xml
<!-- vim-markdown-toc GFM -->
- [Intro](#intro)
- [Functions](#functions)
<!-- vim-markdown-toc -->
## 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 |