droyo / go-xml

utility and code-generation libraries for XML
MIT License
304 stars 115 forks source link

Marshal from Struct #89

Closed oscartbeaumont closed 5 years ago

oscartbeaumont commented 5 years ago

Hello, I am creating a server that needs to consume and response with soap XML. I currently have consuming soap xml working correctly with xmltree package but is it possible for support to be added to xmltree to generate XML from a struct? I can't use the internal encoding/xml as it requires two structs to marshal and unmarshal which is unmaintainable for my project. Thanks in advance.

oscartbeaumont commented 5 years ago

Don't worry I found another way to do this. Sorry for the extra noise created by this.