More ",chardata"

This commit is contained in:
2024-10-17 17:19:43 +02:00
parent 28f5616f76
commit 86785be588
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import (
type InlineOtherContent struct {
*CommonAttributes
AnyElement any `xml:"anyelement,omitempty"`
AnyElement any `xml:",chardata"`
Type MediaType `xml:"type,attr,omitempty"`
}