xkwd

Results 4 comments of xkwd

Thank you for such a prompt reply 🙂 > Have you considered using the SAX parser? I have been thinking to test it, but was somehow afraid that it could...

> The nice things about the SAX parser is that you can ignore stuff you don't need. I don't know if that applies in you case though. Oh, I already...

> So if I can summarize you are looking for the hash format but using a map instead of a list and then merging the elements. Sounds correct, and if...

Hello again, so I have just released a tiny wrapper for the SAX parser called [OXML](https://github.com/xkwd/oxml), which I have already tested on multiple applications. It successfully solves the issue of...