Closed davispuh closed 5 years ago
This PR separates data processing and XML serialization to individual steps as suggested in #13 This allows to use processed data directly without needing to write and parse XML. It's backwards compatible as it doesn't change existing functionality.
I've also included #39 in here.
@jugglingcats I've added that usage example here.
This PR separates data processing and XML serialization to individual steps as suggested in #13 This allows to use processed data directly without needing to write and parse XML. It's backwards compatible as it doesn't change existing functionality.
I've also included #39 in here.