List of Golang XML tutorials
Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. The design goals of XML emphasize simplicity, generality, and usability over the Internet.
These tutorials below provide examples on how to read, create and manipulate XML files in Golang :
Read data from XML file, map to data structures and print out the data structures.
Create map representation of a company data and output the map to XML file.
Read data from XML file, map to data structures, delete and modify records and output the modified map to a new XML file.
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+9.9k Golang : Detect number of faces or vehicles in a photo
+19.5k Golang : Convert(cast) bytes.Buffer or bytes.NewBuffer type to io.Reader
+8k Golang : Number guessing game with user input verification example
+20.8k Golang : Sort and reverse sort a slice of strings
+6.7k Golang : How to call function inside template with template.FuncMap
+14.7k Golang : package is not in GOROOT during compilation
+39.7k Golang : UDP client server read write example
+19.5k Golang : Accept input from user with fmt.Scanf skipped white spaces and how to fix it
+13.7k Golang : Get current time
+14k Golang : Convert IP version 6 address to integer or decimal number
+12.1k Elastic Search : Return all records (higher than default 10)
+11.3k Golang : Change date format to yyyy-mm-dd