JuliaIO / LibExpat.jl

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

move inner XPCallbacks constructor to outer constructor #43

Closed visr closed 8 years ago

visr commented 8 years ago

Such that the XPStreamHandler type definition can be placed in between. This fixes an UndefVarError for XPStreamHandler on julia master.

Closes #42

tkelman commented 8 years ago

Cool, lgtm, thanks! I'll merge this if no one voices any objections.