(zipFile, path)
| 1734 | } |
| 1735 | |
| 1736 | function readStylesFromZipFile(zipFile, path) { |
| 1737 | return xmlFileReader({ |
| 1738 | filename: path, |
| 1739 | readElement: stylesReader.readStylesXml, |
| 1740 | defaultValue: stylesReader.defaultStyles |
| 1741 | })(zipFile); |
| 1742 | } |
| 1743 | |
| 1744 | var readPackageRelationships = xmlFileReader({ |
| 1745 | filename: "_rels/.rels", |