Skip to content

Tags: wenzi1/mxj

Tags

v2.2

Toggle v2.2's commit message
Improve m.Xml() performance by orders of magnitude

v2.1

Toggle v2.1's commit message
Handle parsing errors for mv.Exists argument

v2.0

Toggle v2.0's commit message
v2.0

Add XmlSeq type and move functions and methods from Map type.  Also, remove probably unused XmlWriter methods that return 'raw' value; a potentially breaking change.

v1.8.4

Toggle v1.8.4's commit message
Allow override for decoding simple element w/o attributes

It was an easy change to decode all simple elements values as map["#text":<value>] event if they do not have attributes.

v1.8.3

Toggle v1.8.3's commit message
fix exists.go

Also, stubbed out a test that was failing when run with full test suite. (It runs fine standalone ...)

v1.8.2

Toggle v1.8.2's commit message

v1.8.1

Toggle v1.8.1's commit message
add clbanning/anyxml functioality

Include change made to clbanning/anyxml to handle nil maps without panic.

v1.8

Toggle v1.8's commit message
Coerce maps to map[string]interface{} values

This address Issue clbanning#48.

v1.7

Toggle v1.7's commit message
support gob encoding/decoding of/to Maps

v1.6.2

Toggle v1.6.2's commit message
fix vet complaint for go v1.10