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
+5k Golang *File points to a file or directory ?
+6k Golang : Handling image beyond OpenCV video capture boundary
+8.6k Golang : Capture text return from exec function example
+33.8k Golang : How to stream file to client(browser) or write to http.ResponseWriter?
+15k Chrome : ERR_INSECURE_RESPONSE and allow Chrome browser to load insecure content
+6.8k Golang : Accessing dataframe-go element by row, column and name example
+14.6k Golang : How do I get the local IP (non-loopback) address ?
+13.9k Golang : How to filter a map's elements for faster lookup
+7.9k Golang : Convert word to its plural form example
+18k Golang : Implement getters and setters
+25k Golang : Convert IP address string to long ( unsigned 32-bit integer )