Skip to content

Commit b612d52

Browse files
committed
expanded description in readme
1 parent 26a181c commit b612d52

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
MiniXML.jl
22
==========
33

4-
A minimal interface for XML Dom based on libxml2
4+
This package is a light-weight Julia wrapper of [Libxml2](http://www.xmlsoft.org), which provides a minimal interface that covers functionalities that are commonly needed:
5+
6+
* Parse a XML file or string into a tree
7+
* Access XML tree structure
8+
* Create an XML tree
9+
* Export an XML tree to a string or an XML file
10+

0 commit comments

Comments
 (0)