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
+27.9k Golang : Move file to another directory
+13k Golang : List objects in AWS S3 bucket
+8.7k Golang : Get final balance from bit coin address example
+7.6k Golang : Mapping Iban to Dunging alphabets
+9.2k Golang : How to get garbage collection data?
+8.3k Your page has meta tags in the body instead of the head
+39k Golang : How to iterate over a []string(array)
+19.8k Golang : Accept input from user with fmt.Scanf skipped white spaces and how to fix it
+15.6k Golang : Intercept Ctrl-C interrupt or kill signal and determine the signal type
+6k Golang : Grab news article text and use NLP to get each paragraph's sentences
+7k Golang : Validate credit card example
+7k Golang : A simple forex opportunities scanner