More ",chardata"

This commit is contained in:
2024-10-17 18:15:41 +02:00
parent 17aa4b1a15
commit 73624eadd8
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import (
type Link struct {
*CommonAttributes
Title string `xml:"title,attr,omitempty"`
Content string `xml:",any"` // undefinedContent in RFC4287
Content string `xml:",chardata"` // undefinedContent in RFC4287
Href IRI `xml:"href,attr"`
Rel string `xml:"rel,attr,omitempty"`
Type MediaType `xml:"type,attr,omitempty"`