A lightweight XML parser that is purely written in Julia.
See the documentation:
For extensive use of XML features, consider using one of the following XML-libraries: LightXML.jl, EzXML.jl.
There exists another XML library XML.jl purely written in Julia.
import Pkg
Pkg.add("XMLParser")
- It is not allowed to use one of the following characters in XML content:
<
,>
There are probably many more XML features that are not supported at the moment.