package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Jan 23, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewXmlExport creates a new XML exporter
type Data struct {
XMLName xml.Name `xml:"data"`
Rows []Row `xml:"row"`
}
Data represents the root XML element
type Field struct {
XMLName xml.Name
Value string `xml:",chardata"`
}
Field represents a field in a row
type Row struct {
XMLName xml.Name
Fields []Field `xml:",any"`
}
Row represents a single row in XML
Source Files
¶
Click to show internal directories.
Click to hide internal directories.