XML
XML stands for Extensible Markup Language and is a text-based markup language. It is designed to store and transport data. It allows developers to create their own self-descriptive tags, or language, that suits their application.
Here are 299 public repositories matching this topic...
A simple HTTP-API tool for submitting fake data.
-
Updated
Aug 23, 2023 - Go
-
Updated
Jul 23, 2023 - Go
Pure Go implementation of Microsofts PoML library
-
Updated
Sep 20, 2025 - Go
A Go tool that generates sample XML snippets from XSD schemas. Given an XSD schema and an element name, it produces a valid XML sample that matches the schema's structure.
-
Updated
Apr 15, 2025 - Go
u8xml NewDecoder func can be used to parse XML files with IANA character encodings instead of Go Standard Library xml package Decoder
-
Updated
Sep 2, 2024 - Go
DOM wrapper around the standard library encoding/xml and an SVG parser/renderer
-
Updated
Dec 3, 2025 - Go
A package for fetching/parsing RSS feeds.
-
Updated
Jan 25, 2023 - Go
A simple command line tool to fetch the video links and details of your favorite YouTube channel into an RSS(Really Simple Syndication) feed on your local machine which you can use with different RSS readers like Newsboat, etc.
-
Updated
Aug 19, 2022 - Go