source: gs3-installations/test-suite/trunk/sites/test-suite/collect/testing-filelevel-docver/testing-files/23/23__2.item@ 37175

Last change on this file since 37175 was 37175, checked in by davidb, 15 months ago

A collection that helps test file-level document-version history

File size: 1.6 KB
Line 
1<PagedDocument>
2 <!-- The overall document starts with PagedDocument tag - this should
3 be the first line in the file -->
4 <!-- This file should be encoded as UTF-8-->
5 <!-- Metadata specified here applies to the whole document -->
6 <Metadata name="Title">Matariki 1881</Metadata>
7 <Metadata name="Date">18810515</Metadata>
8 <Metadata name="Number">2</Metadata>
9 <!-- a PageGroup is used to group pages or groups together, and
10 shows up as a node in the document tree hierarchy -->
11 <PageGroup>
12 <!-- A PageGroup should have a Title -->
13 <Metadata name="Title">Supplementary Material</Metadata>
14 <!-- A Page in the document. This page only has a text file -->
15 <Page txtfile="abstracts/23__2abstract.txt">
16 <!-- Pages can have metadata too -->
17 <Metadata name="Title">Abstract</Metadata>
18 </Page>
19 </PageGroup>
20 <PageGroup>
21 <Metadata name="Title">Newspaper pages</Metadata>
22 <!-- These pages have an image file and a textfile.
23 pagenum gets stored as PageNum metadata, and will be used as the
24 page Title if no Title metadata is specified -->
25 <Page pagenum="1" imgfile="images/23__2_1.gif" txtfile="text/23__2_1.txt">
26 <Metadata name="Title">Page One</Metadata></Page>
27 <Page pagenum="2" imgfile="images/23__2_2.gif" txtfile="text/23__2_2.txt">
28 <Metadata name="Title">Page Two</Metadata></Page>
29 <Page pagenum="3" imgfile="images/23__2_3.gif" txtfile="text/23__2_3.txt">
30 <Metadata name="Title">Page Three</Metadata></Page>
31 <Page pagenum="4" imgfile="images/23__2_4.gif" txtfile="text/23__2_4.txt">
32 <Metadata name="Title">Page Four</Metadata></Page>
33 </PageGroup>
34</PagedDocument>
35
Note: See TracBrowser for help on using the repository browser.