zek icon indicating copy to clipboard operation
zek copied to clipboard

Leaf nodes could be strings.

Open miku opened this issue 6 years ago • 0 comments

Here we have:

KASS struct {
    Text string `xml:",chardata"`
} `xml:"KASS"`

which could be expressed as well as:

KASS string `xml:"KASS"`

Shorter, but would break uniformity (.Text for chardata everywhere).

miku avatar Dec 05 '17 16:12 miku