xmlwriter
xmlwriter copied to clipboard
xmlwriter is a pure-Go library providing procedural XML generation based on libxml2's xmlwriter module
Results
1
xmlwriter issues
Sort by
recently updated
recently updated
newest added
This seems a bit off: ``` xmlw.StartElem(xmlwriter.Elem{Prefix: "sphinx", Name: "docset"}) xmlw.EndElem("docset") ```