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
This is permitted by the XML specification.
Fixes: golang#68387
dmitshur
added
NeedsFix
The path to resolution is known, but the work has not been done.
and removed
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
Sep 4, 2024
Go version
Whatever https://go.dev/play uses
Output of
go env
in your module/workspace:What did you do?
https://go.dev/play/p/cxvESJwGocp
What did you see happen?
encoding/xml
rejects an attribute containing]]>
.What did you expect to see?
encoding/xml
should accept attributes containing]]>
, as libxml2 does.The text was updated successfully, but these errors were encountered: