Relative Content

Tag Archive for xmlgo

Merge Go structs definition

I have many xml files generated by a legacy application, no xsd schema available. The general structure is similar, but some files may have more (or less) fields than others.
I want to parse them using Go.