Create needed functions for common attributes and their extensions

This commit is contained in:
2024-10-17 20:48:32 +02:00
parent 3b3f1f7e41
commit 3172a4865a
3 changed files with 25 additions and 6 deletions

View File

@@ -5,7 +5,6 @@ import (
"errors"
)
// TODO: Is this really correct?
type ExtensionElement struct {
Value any `xml:",innerxml"`
XMLName xml.Name