Now the entire corpus (v1, v3, old, new) can be parsed through at least fonts.
[pspp] / spv-file-format.texi
1 @section SPSS Viewer Format
2 @node SPSS Viewer Format
3
4 SPSS Viewer or @file{.spv} files, here called SPV files, are written
5 by SPSS 16 and later to represent the contents of its output editor.
6 This section documents the format.  This description is detailed
7 enough to read SPV files, but it is probably not sufficient to
8 write them.
9
10 An SPV file is a Zip archive that can be read with @command{zipinfo}
11 and @command{unzip} and similar programs.  The final member in the Zip
12 archive is a file named @file{META-INF/MANIFEST.MF}.  This structure
13 makes SPV files resemble Java ``JAR'' files, but whereas a JAR
14 manifest contains a sequence of colon-delimited key/value pairs, an
15 SPV manifest contains the string @samp{allowPivoting=true}, without a
16 new-line.