WIM: Parse XML data

This parses the XML data so that callers do not have to.
This commit is contained in:
John Starks
2016-04-06 17:09:08 -07:00
parent 9ef8a67999
commit a7636ef88a
2 changed files with 123 additions and 14 deletions
+3
View File
@@ -20,6 +20,9 @@ func main() {
panic(err)
}
fmt.Printf("%#v\n%#v\n", w.Image[0], w.Image[0].Windows)
dir, err := w.Image[0].Open()
if err != nil {
panic(err)