baxmittens / XMLParser.jl

A lightweight XML parser in the julia language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A lightweight XML parser in the julia language

License:MIT License


Languages

Language:Julia 100.0%