Open

Description
What does 'go version' print? go version go1.2 linux/amd64 What steps reproduce the problem? http://play.golang.org/p/f8UWfdF7Hb What happened? No-error. What should have happened instead? Should generate an error. Per http://www.w3.org/TR/REC-xml-names/#dt-prefix a prefix must refer to a namespace name, not the empty string. Please provide any additional information below. Ran into this in implementing webdav, the litmus tests test this error condition [and due to xml.Token hiding prefixing it is impossible to detect otherwise]