xmlwriter
XML generator
A Go library for procedural XML generation based on libxml2's xmlwriter module.
xmlwriter is a pure-Go library providing procedural XML generation based on libxml2's xmlwriter module
28 stars
3 watching
7 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
gogolangpure-goxml
Related projects:
Repository | Description | Stars |
---|---|---|
pharo-contributions/xml-xmlwriter | An XML generation tool with a Seaside-like API | 4 |
twpayne/go-xmlstruct | Generates Go structs from multiple XML documents | 77 |
xuri/xgen | A tool that generates code from XML schema definitions. | 338 |
miku/zek | Automates creation of Go structs from XML documents | 750 |
jflarvoire/libxml2 | An XML toolkit with added support for Simplified XML (SML) parsing and generation. | 3 |
m1/go-generate-password | A password generation tool with options for custom character sets and accessibility features. | 55 |
sinairv/yaxlib | A flexible XML serialization library for .NET Framework and .NET Core | 0 |
zingballyhoo/stackxml | An XML serialization and deserialization library optimized for low allocation overhead using source generation. | 49 |
osteele/liquid | A Go implementation of a template engine used in static site generators | 287 |
yaxlib/yaxlib | A flexible XML serialization library for .NET Framework and .NET Core | 168 |
gosimple/slug | Tools for creating URL-friendly strings from Unicode input | 1,171 |
snoyberg/xml | A collection of reusable building blocks for working with XML in Haskell | 71 |
joshnuss/xml_builder | A library for building XML documents with a simple, tuple-based syntax and support for namespaces and DOCTYPE declarations | 174 |
syntax-tree/xast-util-to-xml | A utility to convert syntax trees into XML strings. | 3 |
r-lib/roxygen2 | Automatically generates R package documentation from inline comments in source code | 594 |