JuliaIO / LibExpat.jl

Julia interface to the Expat XML parser library
Other
9 stars 32 forks source link

parsestream function for parsing streams with TranscodingStreams #98

Open gkappler opened 5 years ago

gkappler commented 5 years ago

Thanks for the useful package. I needed to parse a bz2 compressed xml file, and made a minor API extension parsestream for parsing xml from any IO stream which I factored out of parsefile.

Maybe that is useful in general. I am happy to amend your suggestions, Gregor

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@256ca60). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #98   +/-   ##
=========================================
  Coverage          ?   28.64%           
=========================================
  Files             ?        4           
  Lines             ?     1166           
  Branches          ?        0           
=========================================
  Hits              ?      334           
  Misses            ?      832           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 256ca60...dd6f0b2. Read the comment docs.