ocramz / xeno

Fast Haskell XML parser
Other
120 stars 33 forks source link

Tag closing function is not called for empty elements #23

Closed mgajda closed 6 years ago

mgajda commented 6 years ago

The XML spec dicatates that the <emptyElement/>, and <emptyElement></emptyElement> are the same. It may be hard to impossible to use Xeno.SAX parser without seeing closing event.

mgajda commented 6 years ago

Sorry, I think I got incorrect input file :-).