Skip to content

Commit 3c974f1

Browse files
committed
rename MiniXML ==> LightXML
1 parent b612d52 commit 3c974f1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
MiniXML.jl
2-
==========
1+
LightXML.jl
2+
============
33

44
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:
55

src/MiniXML.jl renamed to src/LightXML.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module MiniXML
1+
module LightXML
22

33
export
44

test/create.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using MiniXML
1+
using LightXML
22

33
xdoc = XMLDocument()
44

test/dump.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using MiniXML
1+
using LightXML
22

33
# document
44

test/parse.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using MiniXML
1+
using LightXML
22
using Base.Test
33

44
# document

0 commit comments

Comments
 (0)