Probably it's best to ask here before I try to contact the Go developers.

I had a file with space padded numbers (NumberOfPoints="   266703") and the 
XML unmarshaller couldn't handle the spaces.

Booleans are trimmed 
<https://github.com/golang/go/blob/master/src/encoding/xml/read.go#L647>, 
so why not numbers?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to