]> Cypherpunks repositories - gostls13.git/commit
xml: allow unquoted attribute values in non-Strict mode
authorAmrut Joshi <amrut.joshi@gmail.com>
Fri, 19 Feb 2010 07:32:55 +0000 (23:32 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2010 07:32:55 +0000 (23:32 -0800)
commitd8675d25e58eaefd5f4924e20a9cf6e89bda6304
tree4c1f454ec0069d3513951bf608f63a9159ed83b5
parent00d29db3a9f130bafd2bd0427c8ce546def45b45
xml: allow unquoted attribute values in non-Strict mode

HTML4 standard supports unquoted attibute values in certain cases
(http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.2.2).

R=rsc
CC=golang-dev
https://golang.org/cl/207095
src/pkg/xml/xml.go
src/pkg/xml/xml_test.go