]> Cypherpunks repositories - gostls13.git/commit
xml: permit nested directives
authorChris Dollin <ehog.hedge@gmail.com>
Mon, 28 Feb 2011 19:09:04 +0000 (14:09 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 28 Feb 2011 19:09:04 +0000 (14:09 -0500)
commitb00f7310f3d9b38a4989ff89a2c60865ac106b1c
tree58b522afba7aa1f799a033f4ce5a3e6b87165929
parentb2efedbf361d5d96ad0fd74e00cbc12801253087
xml: permit nested directives

Return <!DOCTYPE ...> with nested directives as one big token.

Fixes #1549.

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