FlatBallFlyer / IBM-Data-Merge-Utility

A Transformation and Enrichment Engine
http://flatballflyer.github.io/IBM-Data-Merge-Utility/
Apache License 2.0
3 stars 2 forks source link

Refactor XML Parser to be SAX based #102

Open FlatBallFlyer opened 6 years ago

FlatBallFlyer commented 6 years ago

The current XML Parser is VERY inefficient - based on doing a DOM parse and then walking the tree to create the data object. I'm sure this will be much faster as a SAX implementation.