1
0
mirror of https://github.com/golang/go synced 2024-10-05 05:11:25 -06:00
go/src/encoding
Giulio Iotti 9490fbf755 xml: add check of version in document declaration
Check that if a version is declared, for example
in '<?xml version="XX" ?>', version must be '1.0'.

Change-Id: I16ba9f78873a5f31977dcf75ac8e671fe6c08280
Reviewed-on: https://go-review.googlesource.com/8961
Reviewed-by: Russ Cox <rsc@golang.org>
2015-06-18 18:06:01 +00:00
..
ascii85
asn1 encoding/asn1: check bounds when parsing tag and length 2015-06-13 19:59:16 +00:00
base32
base64 encoding/base64: Optimize EncodeToString and DecodeString. 2015-04-24 01:45:43 +00:00
binary encoding/binary: cull dead code 2015-03-14 02:51:22 +00:00
csv encoding/csv: skip blank lines when FieldsPerRecord >= 0 2015-06-12 18:21:12 +00:00
gob encoding/gob: fix infinite recursion caused by ignoring recursive type 2015-06-01 18:42:29 +00:00
hex
json encoding/json: Remove extra allocation in scanner. 2015-06-18 17:59:42 +00:00
pem testing/quick: probabilistically generate nil pointers 2015-06-08 21:19:13 +00:00
xml xml: add check of version in document declaration 2015-06-18 18:06:01 +00:00
encoding.go