You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you see instead? xml: EncodeToken of Directive containing > marker
It looks like the test in Encoder.EncodeToken is a little too strict. In general it would be good if the encoder could encode a stream of tokens received from the decoder.
The text was updated successfully, but these errors were encountered:
minux
changed the title
encoding/xml can decode but not encode a DOCTYPE with an internal subset
encoding/xml: can decode but not encode a DOCTYPE with an internal subset
Mar 13, 2015
go version go1.2.1 linux/amd64
linux amd64
http://play.golang.org/p/ejQsFQ7BHN
EOF
xml: EncodeToken of Directive containing > marker
It looks like the test in Encoder.EncodeToken is a little too strict. In general it would be good if the encoder could encode a stream of tokens received from the decoder.
The text was updated successfully, but these errors were encountered: