Golang encoding/xml: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 July 2022

9 July 2022

26 June 2022

25 June 2022

24 June 2022

  • curprev 03:5903:59, 24 June 2022Will talk contribs 358 bytes +358 Created page with "go's builtin library for parsing xml. {{ WARNING | wip }} = Basics = <blockquote> To parse xml within go: * you define <code>MarshallText/UnmarshallText</code> methods on an object * declare a variable with the types you'd like to use * <code>xml.Unmarshall(your_type)</code> will use type info to serialize/deserialize objects </blockquote><!-- Basics -->"