func encoding/xml.EscapeText

6 uses

	encoding/xml (current package)
		marshal.go#L371: 	EscapeText(p, []byte(url))
		marshal.go#L540: 			EscapeText(p, b)
		marshal.go#L691: 	EscapeText(p, text)
		marshal.go#L825: 			emit := EscapeText
		xml.go#L1902: func EscapeText(w io.Writer, s []byte) error {
		xml.go#L1997: 	EscapeText(w, s)