Sign in
go
/
go
/
4b8a7eafef039af1834ef9bfa879257c4a72b7b5
/
src
/
encoding
/
xml
/
read_test.go
8db19a4
all: change github.com issue links to golang.org
by Leigh McCulloch
· 7 years ago
14bc4f5
encoding/xml: ignore whitespace in values and attrs
by Leigh McCulloch
· 7 years ago
776cdef
encoding/xml: add docs and tests for bool whitespace
by Leigh McCulloch
· 7 years ago
6e9e9df
encoding/xml: improve package based on the suggestions from metalinter
by Karel Pazdera
· 8 years ago
0a0186f
encoding/xml: unmarshal allow empty, non-string values
by Sarah Adams
· 8 years ago
d8264de
all: spell "marshal" and "unmarshal" consistently
by Dmitri Shuralyov
· 8 years ago
48c6048
encoding/xml: check type when unmarshaling innerxml field
by Quentin Smith
· 8 years ago
97c859f
encoding/xml: reject invalid comments
by Michal Bohuslávek
· 10 years ago
c0d6d33
encoding/xml: restore Go 1.4 name space behavior
by Russ Cox
· 10 years ago
3be158d
encoding/xml: encoding name spaces correctly
by Roger Peppe
· 10 years ago
9b6ccb1
all: don't refer to code.google.com/p/go{,-wiki}/
by Péter Surányi
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/encoding/xml/read_test.go]
e79bab3
encoding/xml: unmarshal into interfaces
by Josh Bleecher Snyder
· 11 years ago
84b0842
encoding/xml: add, support Unmarshaler interface
by Russ Cox
· 12 years ago
bdf8bf6
encoding/xml: predefine xml name space prefix
by Russ Cox
· 12 years ago
4dd3e1e
encoding/xml: name space bug fixes
by Russ Cox
· 12 years ago
4730a22
encoding/xml: fix decoding of attributes in to pointer fields. Fixes #3719.
by Kamil Kisiel
· 12 years ago
1d8250c
time: clean up MarshalJSON, add RFC3339 method
by Russ Cox
· 13 years ago
0a7ad32
encoding/xml: add support for the omitempty flag
by Gustavo Niemeyer
· 13 years ago
0442087
encoding/xml: bring API closer to other packages
by Gustavo Niemeyer
· 13 years ago
1627b46
xml: major Go 1 fixup
by Gustavo Niemeyer
· 13 years ago
38ff98b
encoding/xml: use strings.Reader in tests.
by Michael Shields
· 13 years ago
1371ac2
xml: allow parsing of <_> </_>.
by David Crawshaw
· 13 years ago
f4cd802
encoding: move asn1, csv, gob, json, xml into encoding
by Rob Pike
· 13 years ago
[Renamed from src/pkg/xml/read_test.go]
55751a3
xml: match Marshal's XMLName behavior in Unmarshal
by Chris Farmiloe
· 13 years ago
25733a9
reflect: support for struct tag use by multiple packages
by Russ Cox
· 14 years ago
5f77bf8
xml: handle non-string attribute fields
by Maxim Ushakov
· 14 years ago
07abf1c
fix tree for reflect rename
by Russ Cox
· 14 years ago
cded21a
changes for more restricted reflect.SetValue
by Russ Cox
· 14 years ago
db5c5d6
update go tree for reflect changes
by Russ Cox
· 14 years ago
1a6b1dd
xml: fix typo in test.
by Yasuhiro Matsumoto
· 14 years ago
c52ad23
xml: handle tag paths through the same element
by Gustavo Niemeyer
· 14 years ago
3426b80
xml: support for > in tags
by Gustavo Niemeyer
· 14 years ago
3478891
gofmt -s -w src misc
by Robert Griesemer
· 14 years ago
0485ba7
xml: allow text segments to end at EOF
by Russ Cox
· 15 years ago
9f69ab3
xml: fix innerxml handling of & escapes
by Russ Cox
· 15 years ago
e7b6fe3
xml: new "innerxml" tag to collect inner XML
by Russ Cox
· 15 years ago
f44fa9b
gofmt: experiment: align values in map composites where possible
by Robert Griesemer
· 15 years ago
45ca9f7
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
128974a
bytes, strings: allow -1 in Map to mean "drop this character".
by Kei Son
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
e57acdc
gofmt-ify parts of xml
by Robert Griesemer
· 15 years ago
0ddfe70
XML parser
by Russ Cox
· 15 years ago