Re: [julia-users] Handling large xml-files

2016-05-24 Thread Isaiah Norton
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 wrote: > > > > *In Python I can use

[julia-users] Handling large xml-files

2016-05-24 Thread Johann Spies
*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