First commit

This commit is contained in:
Nikolay Tsonev
2016-04-13 17:19:53 +03:00
parent cdeba37c72
commit 945aec0a72
3 changed files with 17 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
---
nav-title: "xml How-To"
title: "How-To"
description: "Examples for using xml"
---
# Xml module
Using xml requires the Xml module.
<snippet id='xml-module'/>
### Parse XML
<snippet id='xml-parser-snippet'/>