One example to start from is the parser in OpenStreetMap.jl, which uses
LibExpat's streaming functionality:
https://github.com/tedsteiner/OpenStreetMap.jl/blob/master/src/parseMap.jl

On Tue, May 24, 2016 at 11:18 AM, Johann Spies <johann.sp...@gmail.com>
wrote:

>
>
>
> *In Python I can use etree.iterparse from lxml.  Is there something
> similar available in Julia? I have looked at the LibExpat package, but the
> reference **Streaming XML parsing does not give me enough information (at
> least for my level of understanding) on how to use it.*
>
>
> I am working with xml files that may contain up to 1.5 million records and
> takes up more than 8Gb when zipped.
>
>
> Regards
>
> Johann
>

Reply via email to