aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml/read.go
AgeCommit message (Expand)Author
2022-07-12[release-branch.go1.17] encoding/xml: limit depth of nesting in unmarshalRoland Shoemaker
2022-07-12[release-branch.go1.17] encoding/xml: use iterative Skip, rather than recursiveRoland Shoemaker
2020-05-28encoding/xml: only initialize nil struct fields when decodingDaniel Martí
2019-08-28encoding/xml: rename fInnerXml to fInnerXMLEddie Scholtz
2018-12-12encoding/xml, encoding/json: docs and examples using custom marshalersLeigh McCulloch
2017-11-01encoding/xml: ignore whitespace in values and attrsLeigh McCulloch
2017-11-01encoding/xml: add docs and tests for bool whitespaceLeigh McCulloch
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-24encoding/xml: improve package based on the suggestions from metalinterKarel Pazdera
2017-03-22encoding/xml: unmarshal allow empty, non-string valuesSarah Adams
2017-03-06encoding/xml: remove unused start parameterDaniel Martí
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-11-09encoding/xml: check type when unmarshaling innerxml fieldQuentin Smith
2016-10-18encoding/xml: add wildcard support for collecting all attributesRuss Cox
2016-08-22encoding/xml: do not ignore error return from copyValueEric Lagergren
2016-07-06encoding/xml: update docs to follow conventionSam Whited
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-25encoding/xml: Add CDATA-wrapper output support to xml.Marshal.Charles Weill
2014-09-08build: move package sources from src/pkg to srcRuss Cox