Versions in this module Expand all Collapse all v1 v1.9.3 Jul 8, 2023 Changes in this version + var Err_Not_Found = errors.New("separator not found") + var Marshal = xml.Marshal + var MarshalIndent = xml.MarshalIndent + var Unmarshal = xml.Unmarshal + func Indent(dst io.Writer, src io.Reader, prefix, indent string) error + type Split []byte + func (sep Split) After(s []byte, val any) ([]byte, error) + func (sep Split) Before(s []byte, val any) ([]byte, error)