/XMLParser.jl

A lightweight XML parser in the julia language

Primary LanguageJuliaMIT LicenseMIT

XMLParser.jl

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.

Install

import Pkg
Pkg.add("XMLParser")

Unsupported features

  • 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.