Charles Banning
Charles Banning
With regard to: ` http://foo.bar.com TextValue ` I have never seen a mixed simple and compound element. Can you direct me to some documentation that the XML standard now supports...
Can you provide example to review?
I'm running the following version of your example and everything is behaving as expected. (go1.17 darwin/amd64) Please edit this to reproduce the errors you reference. `package main import ( "encoding/json"...
No. Do you get the same errors as before with go1.21.3? If you do, then I'll upgrade to the tip and relook at the results - something may have changed...
Thanks. Give me a few days to look into this.
Just ran program I sent in previous comment with go1.21.12 darwin/amd64, and it ran as expected without error. So I'm a bit mystified about why you'd be getting errors -...
OK. I see a number of errors in the last encoding, though not what you have. First, by default mxj casts boolean-like values to boolean values which aren't getting re-encoded...
As mentioned in the README, this repo is no longer supported, and right now I don't have the time to change it and fully regression test it. However, try the...