Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XMLContent ¶
type XMLContent struct { Title string `xml:"title"` Subject string `xml:"subject"` Creator string `xml:"creator"` Keywords string `xml:"keywords"` Description string `xml:"description"` LastModifiedBy string `xml:"lastModifiedBy"` Revision string `xml:"revision"` Created string `xml:"created"` Modified string `xml:"modified"` Category string `xml:"category"` }
XMLContent contains the fields of te file core.xml
func GetContent ¶
func GetContent(document *os.File) (fields XMLContent, err error)
GetContent function
Click to show internal directories.
Click to hide internal directories.