summaryrefslogtreecommitdiff
path: root/src/encoding/xml/xml.go
Commit message (Expand)AuthorAgeFilesLines
* encoding/xml: wrap charsetReader errorsThuy Linh Luu2023-05-171-1/+4
* Revert "encoding/xml: disallow empty namespace when prefix is set"Ian Lance Taylor2022-11-291-4/+0
* encoding/xml: error when more than one colon in qualified namesConstantin Konstantinidis2022-11-091-1/+1
* encoding/xml: disallow empty namespace when prefix is setConstantin Konstantinidis2022-11-091-0/+4
* encoding/xml: error when closing tag does not match opening tagConstantin Konstantinidis2022-11-091-2/+3
* encoding/xml: use bytes.Clonecuiweixie2022-09-281-10/+4
* encoding/xml: use bytes.Buffer.WriteStringDaniel MartĂ­2022-08-091-1/+1
* all: fix spellingJohn Bampton2022-05-171-1/+1
* encoding/xml: expose decoder line and columnPatrick Gundlach2022-03-271-0/+9
* encoding/xml: improve the test coverage, fix minor bugsIskander Sharipov2022-03-041-7/+3
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-26/+23
* encoding/xml: replace comments inside directives with a spaceFilippo Valsorda2021-03-151-0/+6
* encoding/xml: handle leading, trailing, or double colons in namesFilippo Valsorda2021-03-151-2/+3
* all: use HTML5 br tagsJohn Bampton2021-03-131-1/+1
* encoding/xml: prevent infinite loop while decodingKatie Hockman2021-03-101-9/+10
* all: avoid string(i) where i has type intIan Lance Taylor2020-02-261-2/+2
* encoding/xml: fix token decoder on early EOFSam Whited2019-10-301-1/+4
* encoding/xml: document HTMLAutoClose and HTMLEntity moreBrad Fitzpatrick2018-08-021-4/+8
* encoding/xml: remove some primordial semicolonsBrad Fitzpatrick2018-08-021-2/+2
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-6/+6
* encoding/xml: fix valid character rangeArtyom Pervukhin2018-05-091-1/+1
* encoding/xml: remove unnecessary if conditionstengufromsky2018-04-151-8/+4
* all: remove duplicate word "the"Ryuma Yoshida2018-02-201-1/+1
* encoding/xml: simplify slice-growing logic in rawTokenAlberto Donizetti2018-02-191-12/+2
* encoding/xml: move unexported const out of exported const blockRuss Cox2017-11-151-1/+2
* encoding/xml: don't panic when custom Unmarshaler sees StartElementSam Whited2017-10-301-3/+3
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-051-1/+1
* all: prefer strings.IndexByte over strings.IndexMarvin Stenger2017-09-251-1/+1
* encoding/xml: add decode wrapperSam Whited2017-09-131-0/+37
* encoding/xml: improve package based on the suggestions from metalinterKarel Pazdera2017-08-241-37/+43
* all: single space after period.Brad Fitzpatrick2016-03-021-3/+3
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-5/+6
* encoding/xml: update docs for TokenRuss Cox2016-01-241-1/+2
* encoding/xml: case-insensitive encoding recognitionGiulio Iotti2015-11-251-1/+1
* encoding/xml: reject invalid commentsMichal Bohuslávek2015-11-251-1/+6
* encoding/xml: Add CDATA-wrapper output support to xml.Marshal.Charles Weill2015-11-251-0/+40
* encoding/xml: Return SyntaxError for unmatched root start elements.Robert Stepanek2015-09-101-0/+3
* encoding/xml: restore Go 1.4 name space behaviorRuss Cox2015-07-271-38/+5
* encoding/xml: fix xmlns= behaviorRoger Peppe2015-06-301-0/+6
* xml: add check of version in document declarationGiulio Iotti2015-06-181-6/+12
* encoding/xml: do not escape newlinesRoger Peppe2015-04-271-0/+10
* encoding/xml: encoding name spaces correctlyRoger Peppe2015-02-131-5/+32
* encoding/xml: avoid an allocation for tags without attributesBrian Smith2015-02-071-2/+6
* encoding/xml: remove unnecessary memory allocation in UnmarshalDmitry Vyukov2015-01-151-4/+4
* encoding/xml: remove SyntaxError.ByteRuss Cox2014-12-051-1/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1946