Documentation
¶
Overview ¶
Package osis loads and parses OSIS works
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Osis ¶
Osis contains all of the XML data in an OSIS work
func (*Osis) BooksInfo ¶
BooksInfo gets information about the books available in a certain OSIS work
func (*Osis) GetBookInfo ¶
GetBookInfo returns the BookInfo for a specific book
type Work ¶
type Work struct {
XMLName xml.Name `xml:"work"`
Title string `xml:"title"`
Contributor string `xml:"contributor"`
Subject string `xml:"subject"`
Date string `xml:"date"`
Description string `xml:"description"`
Publisher string `xml:"publisher"`
Type string `xml:"type"`
Identifier string `xml:"identifier"`
Source string `xml:"source"`
Language string `xml:"language"`
Coverage string `xml:"coverage"`
Rights string `xml:"rights"`
}
Work contains information about a specific work
Click to show internal directories.
Click to hide internal directories.