EncodeXMLFromMap encodes map[string]string to io.Writer with xml format. NOTE: This function requires the rootname argument and the keys of m (type map[string]string) argument are legitimate xml name string that does not contain the required escape character!
(w io.Writer, m map[string]string, rootname string)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected