readium / go-toolkit

A toolkit for ebooks, audiobooks and comics written in Go
https://readium.org/web
BSD 3-Clause "New" or "Revised" License
37 stars 14 forks source link

OPF metadata title dir attribute #29

Closed danielweck closed 7 years ago

danielweck commented 7 years ago

https://github.com/readium/r2-streamer-go/blob/master/parser/epub/opf.go#L54

Dir string 'xml:"dir"'

should be:

Dir string 'xml:"dir,attr"'