func encoding/xml.EscapeText

6 uses

	encoding/xml (current package)
		marshal.go#L390: 	EscapeText(p, []byte(url))
		marshal.go#L565: 			EscapeText(p, b)
		marshal.go#L716: 	EscapeText(p, text)
		marshal.go#L850: 			emit := EscapeText
		xml.go#L1910: func EscapeText(w io.Writer, s []byte) error {
		xml.go#L2005: 	EscapeText(w, s)