This is a naive and simple Go library to build a XML DOM to be able to produce XML content. This is mainly used by the "WinRM Go library":[http://github.com/masterzen/winrm]
You can build the library from source:
git clone https://github.com/masterzen/simplexml
cd simplexml
go build