mxj
mxj copied to clipboard
Decode / encode XML to/from map[string]interface{} (or JSON); extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages.
Hello, I'm trying to parse an XML: ``` http://foo.bar.com TextValue ``` This parses fine; however, when attempting to convert the parsed struct back into an XML string using `mxj.NewMapXmlSeq`, I...
Hey @clbanning , **x2j.XmlToJson()** when using this, the prefixes are stripping out from the xml elements, in json. Is there anyway to handle this, I even looked to #110 ,...
hello When I used this package for XML conversion, I found that it could only retrieve or set one value for array data, not all values, when using paths to...
I am using version 2.7.0 and am having the exact same problem as this person did here: #63, i.e., `NewMapXMLReader()` is returning `unexpected EOF` because the body it is reading...