Documentation
¶
Index ¶
- func NormalizeSpaces(input string) string
- func ReadXML[T any](r io.Reader) (T, error)
- func ReadXMLs[T any](r io.Reader, elementName string) iter.Seq2[T, error]
- func Tokens(dec *xml.Decoder, raw bool) iter.Seq[xml.Token]
- func TrimXML(r io.Reader, w io.Writer, asHTML, rawToken bool) (err error)
- func WriteElements(element string, r io.Reader, w io.Writer) (err error)
- func XML[T any](fsfs fs.FS, name string) (T, error)
- func XMLDicts(r io.Reader) iter.Seq2[string, string]
- func XMLs[T any](fsfs fs.FS, name, elementName string) iter.Seq2[T, error]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizeSpaces ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.