--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sorry for not providing code example, I'm typing on my tablet at the moment... Hopefully this will lead you in the right direction.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Is it possible to load and parse XML without having to create structs? I'm calling some legacy SOAP services (that return a boatload of data!) for some quick prototyping and creating structs here would be a huge waste of time.
I just released a library that I was only using privately so far, which allows to parse XML files using an event based API for maximum speed and smallest memory usage possible.