1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
|
<?xml version="1.0"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Times Roman" font-size="10pt" text-align="justify">
<fo:layout-master-set>
<fo:simple-page-master master-name="blank" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="10pc" margin-right="1in">
<fo:region-body margin-bottom="24pt" margin-top="24pt"/>
<fo:region-before region-name="xsl-region-before-blank" extent="12pt"/>
<fo:region-after region-name="xsl-region-after-blank" extent="12pt"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="simple1" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="10pc" margin-right="1in">
<fo:region-body margin-bottom="24pt" margin-top="24pt"/>
<fo:region-before extent="12pt"/>
<fo:region-after extent="12pt"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="left1" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="10pc" margin-right="1in">
<fo:region-body margin-bottom="24pt" margin-top="24pt"/>
<fo:region-before region-name="xsl-region-before-left" extent="12pt"/>
<fo:region-after region-name="xsl-region-after-left" extent="12pt"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="right1" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="1in" margin-right="10pc">
<fo:region-body margin-bottom="24pt" margin-top="24pt"/>
<fo:region-before region-name="xsl-region-before-right" extent="12pt"/>
<fo:region-after region-name="xsl-region-after-right" extent="12pt"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="first1" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="1in" margin-right="1in">
<fo:region-body margin-bottom="24pt" margin-top="24pt"/>
<fo:region-before region-name="xsl-region-before-first" extent="12pt"/>
<fo:region-after region-name="xsl-region-after-first" extent="12pt"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="simple2" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="10pc" margin-right="1in">
<fo:region-body column-count="1" margin-bottom="24pt" margin-top="24pt"/>
<fo:region-before extent="12pt"/>
<fo:region-after extent="12pt"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="left2" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="10pc" margin-right="1in">
<fo:region-body column-count="1" margin-bottom="24pt" margin-top="24pt"/>
<fo:region-before region-name="xsl-region-before-left" extent="12pt"/>
<fo:region-after region-name="xsl-region-after-left" extent="12pt"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="right2" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="1in" margin-right="10pc">
<fo:region-body column-count="1" margin-bottom="24pt" margin-top="24pt"/>
<fo:region-before region-name="xsl-region-before-right" extent="12pt"/>
<fo:region-after region-name="xsl-region-after-right" extent="12pt"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="first2" page-width="8.5in" page-height="11in" margin-top="1in" margin-bottom="1in" margin-left="1in" margin-right="1in">
<fo:region-body column-count="1" margin-bottom="24pt" margin-top="24pt"/>
<fo:region-before region-name="xsl-region-before-first" extent="12pt"/>
<fo:region-after region-name="xsl-region-after-first" extent="12pt"/>
</fo:simple-page-master>
<fo:page-sequence-master master-name="titlepage1">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-name="first1"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="oneside1">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-name="simple1"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="twoside1">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-name="blank" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-name="right1" odd-or-even="odd"/>
<fo:conditional-page-master-reference master-name="left1" odd-or-even="even"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="titlepage2">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-name="first2"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="oneside2">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-name="simple2"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="twoside2">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-name="blank" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-name="right2" odd-or-even="odd"/>
<fo:conditional-page-master-reference master-name="left2" odd-or-even="even"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
</fo:layout-master-set>
<fo:page-sequence id="book" hyphenate="true" master-name="titlepage1" language="en">
<fo:flow flow-name="xsl-region-body">
<fo:block>
<fo:block font-family="Helvetica" font-weight="bold" font-size="24.8832pt" text-align="center" space-before="18.6624pt">
<fo:block keep-with-next.within-column="always" hyphenate="false">Test Book</fo:block>
</fo:block>
<fo:block break-after="page"/>
<fo:block font-size="14.4pt" font-weight="bold" font-family="Helvetica">
<fo:block>Test Book</fo:block>
</fo:block>
<fo:block break-after="page"/>
</fo:block>
</fo:flow>
</fo:page-sequence>
<fo:page-sequence hyphenate="true" format="i" master-name="titlepage1" language="en">
<fo:flow flow-name="xsl-region-body">
<fo:block space-before.minimum="0.5em" space-before.optimum="1em" space-before.maximum="2em" space-after.minimum="0.5em" space-after.optimum="1em" space-after.maximum="2em">
<fo:block>
<fo:block space-after="1em" margin-left="-4pc" font-size="17.28pt" font-weight="bold" font-family="Helvetica">Table of Contents</fo:block>
</fo:block>
<fo:block text-align-last="justify" end-indent="2pc" last-line-end-indent="-2pc">
<fo:inline keep-with-next.within-line="always"> A Test Bibliography</fo:inline>
<fo:inline keep-together.within-line="always"> <fo:leader leader-pattern="dots" keep-with-next.within-line="always"/> <fo:basic-link internal-destination="bib1"><fo:page-number-citation ref-id="bib1"/></fo:basic-link></fo:inline>
</fo:block>
</fo:block>
</fo:flow>
</fo:page-sequence>
<fo:page-sequence id="bib1" hyphenate="true" master-name="oneside1" language="en">
<fo:static-content flow-name="xsl-region-after">
<fo:block text-align="center" font-size="10pt">
<fo:page-number/>
</fo:block>
</fo:static-content>
<fo:flow flow-name="xsl-region-body">
<fo:block>
<fo:block margin-left="-4pc" font-size="17.28pt" font-family="Helvetica" font-weight="bold">
<fo:block keep-with-next.within-column="always" hyphenate="false">A Test Bibliography</fo:block>
</fo:block>
</fo:block>
<fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">The stock stylesheet attempts to do a Bibliography. It probably needs
a lot of tweaking. It probably doesn't conform to any specific style.</fo:block>
<fo:block>
<fo:block font-size="16pt" font-weight="bold">Books</fo:block>
<fo:block id="id2824256" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
<fo:inline>[AhoSethiUllman96] </fo:inline>
<fo:inline>Alfred V. Aho,Ravi Sethi, and Jeffrey D. Ullman. </fo:inline>
<fo:inline><fo:inline font-style="italic">Compilers, Principles, Techniques, and Tools</fo:inline>. </fo:inline>
<fo:inline>
<fo:inline>Addison-Wesley Publishing Company. </fo:inline>
</fo:inline>
<fo:inline>Copyright © 1996 Bell Telephone Laboratories, Inc.. </fo:inline>
<fo:inline>0-201-10088-6. </fo:inline>
<fo:inline>James T. DeWolf. </fo:inline>
<fo:inline>
<fo:inline><fo:inline font-style="italic">Computer Science</fo:inline>. </fo:inline>
<fo:inline>Michael A. Harrison. </fo:inline>
<fo:inline>
<fo:inline>Addison-Wesley Publishing Company. </fo:inline>
</fo:inline>
</fo:inline>
</fo:block>
</fo:block>
<fo:block>
<fo:block font-size="16pt" font-weight="bold">Periodicals</fo:block>
<fo:block id="walsh97" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
<fo:inline>[Walsh97] </fo:inline>
<fo:inline>"A Guide to XML". <fo:inline>Norman Walsh. </fo:inline><fo:inline>1997. </fo:inline><fo:inline>Copyright © 1997 ArborText, Inc.. </fo:inline><fo:inline>97-108. </fo:inline></fo:inline>
<fo:inline><fo:inline font-style="italic">XML: Principles, Tools, and Techniques</fo:inline>. <fo:inline><fo:inline>O'Reilly & Associates, Inc.. </fo:inline></fo:inline><fo:inline>1085-2301. </fo:inline><fo:inline>Dan Connolly. </fo:inline></fo:inline>
</fo:block>
<fo:block id="walsh96" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"> <fo:inline> <fo:inline>Walsh</fo:inline>, <fo:inline>Norman</fo:inline>.
"Introduction to Cascading Style Sheets".
</fo:inline>
<fo:inline> <fo:inline font-style="italic">The World Wide Web Journal</fo:inline>.
<fo:inline>2</fo:inline>(<fo:inline>1</fo:inline>).
<fo:inline>O'Reilly & Associates, Inc.</fo:inline> and
<fo:inline>The World Wide Web Consortium</fo:inline>.
<fo:inline>Winter, 1996</fo:inline></fo:inline>.</fo:block>
<fo:block id="id2783860" space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
<fo:inline>[Abbrev] </fo:inline>
<fo:inline><fo:inline font-style="italic">A Really Full BiblioEntry</fo:inline>. </fo:inline>
<fo:inline>Subtitle. </fo:inline>
<fo:inline><fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Abstract, abstract, abstract. Abstract, abstract, abstract.
Abstract, abstract, abstract. Abstract, abstract, abstract.
Abstract, abstract, abstract. Abstract, abstract, abstract.
Abstract, abstract, abstract. Abstract, abstract, abstract.
Abstract, abstract, abstract. Abstract, abstract, abstract.
Abstract, abstract, abstract. Abstract, abstract, abstract. </fo:block>. </fo:inline>
<fo:inline>Any Street
Anywhere, XX 99999
USA. </fo:inline>
<fo:inline><fo:inline>shortaffil. </fo:inline><fo:inline>jobtitle. </fo:inline><fo:inline>orgname. </fo:inline><fo:inline>orgdiv. </fo:inline><fo:inline>Any Street
Anywhere, XX 99999
USA. </fo:inline>. </fo:inline>
<fo:inline>ArtPageNums. </fo:inline>
<fo:inline>AuthorFirstname AuthorSurname. </fo:inline>
<fo:inline><fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">AuthorBlurb, authorblurb, authorblurb. AuthorBlurb, authorblurb, authorblurb.
AuthorBlurb, authorblurb, authorblurb. AuthorBlurb, authorblurb, authorblurb.
AuthorBlurb, authorblurb, authorblurb. AuthorBlurb, authorblurb, authorblurb.
AuthorBlurb, authorblurb, authorblurb. AuthorBlurb, authorblurb, authorblurb.
AuthorBlurb, authorblurb, authorblurb. AuthorBlurb, authorblurb, authorblurb. </fo:block>. </fo:inline>
<fo:inline>AuthorInitials. </fo:inline>
<fo:inline><fo:inline>The names of some collaborators. </fo:inline><fo:inline><fo:inline>shortaffil. </fo:inline><fo:inline>jobtitle. </fo:inline><fo:inline>orgname. </fo:inline><fo:inline>orgdiv. </fo:inline><fo:inline>Any Street
Anywhere, XX 99999
USA. </fo:inline>. </fo:inline>. </fo:inline>
<fo:inline><fo:inline>confdates. </fo:inline><fo:inline>conftitle. </fo:inline><fo:inline>confnum. </fo:inline><fo:inline>Any Street
Anywhere, XX 99999
USA. </fo:inline><fo:inline>confsponsor. </fo:inline>. </fo:inline>
<fo:inline>ContractNum. </fo:inline>
<fo:inline>ContractSponsor. </fo:inline>
<fo:inline>Contrib. </fo:inline>
<fo:inline>Copyright © 1998 Copyright holder. </fo:inline>
<fo:inline>CorpName. </fo:inline>
<fo:inline>Date. </fo:inline>
<fo:inline>Edition. </fo:inline>
<fo:inline>EditorFirstName EditorSurname. </fo:inline>
<fo:inline>FirstName. </fo:inline>
<fo:inline>Honorific. </fo:inline>
<fo:inline>ISBN. </fo:inline>
<fo:inline>ISSN. </fo:inline>
<fo:inline>InvPartNumber. </fo:inline>
<fo:inline>IssueNum. </fo:inline>
<fo:inline>Lineage. </fo:inline>
<fo:inline>OrgName. </fo:inline>
<fo:inline><fo:inline>OCFirstName. </fo:inline><fo:inline>OCSurname. </fo:inline>. </fo:inline>
<fo:inline>OtherName. </fo:inline>
<fo:inline>PageNums. </fo:inline>
<fo:inline><fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">PrintHistory, printhistory, printhistory. PrintHistory, printhistory.
PrintHistory, printhistory, printhistory. PrintHistory, printhistory.
PrintHistory, printhistory, printhistory. PrintHistory, printhistory.
PrintHistory, printhistory, printhistory. PrintHistory, printhistory.</fo:block>. </fo:inline>
<fo:inline>ProductName. </fo:inline>
<fo:inline>ProductNumber. </fo:inline>
<fo:inline>PubDate. </fo:inline>
<fo:inline>
<fo:inline>PubPublisherName. </fo:inline>
<fo:inline>Any Street
Anywhere, XX 99999
USA. </fo:inline>
</fo:inline>
<fo:inline>PublisherName. </fo:inline>
<fo:inline>PubsNumber. </fo:inline>
<fo:inline>ReleaseInfo. </fo:inline>
<fo:inline><fo:block color="red"><revision><fo:block color="red"><revnumber>1.0</revnumber></fo:block><fo:block color="red"><date>20 Nov 1998</date></fo:block><fo:block color="red"><authorinitials>ndw</authorinitials></fo:block><fo:block color="red"><revremark>Some remark about the revision</revremark></fo:block></revision></fo:block><fo:block color="red"><revision><fo:block color="red"><revnumber>0.9</revnumber></fo:block><fo:block color="red"><date>19 Nov 1998</date></fo:block><fo:block color="red"><authorinitials>ndw</authorinitials></fo:block><fo:block color="red"><revremark>Some remark about the revision</revremark></fo:block></revision></fo:block><fo:block color="red"><revision><fo:block color="red"><revnumber>0.4</revnumber></fo:block><fo:block color="red"><date>18 Nov 1998</date></fo:block><fo:block color="red"><authorinitials>ndw</authorinitials></fo:block><fo:block color="red"><revremark>Some remark about the revision</revremark></fo:block></revision></fo:block>. </fo:inline>
<fo:inline>
<fo:inline><fo:inline font-style="italic">SeriesInfo Title</fo:inline>. </fo:inline>
<fo:inline>SeriesInfo Editor Firstname SeriesInfo Editor Surname. </fo:inline>
</fo:inline>
<fo:inline>SeriesVolNums. </fo:inline>
<fo:inline>Surname. </fo:inline>
<fo:inline>TitleAbbrev. </fo:inline>
<fo:inline>VolumeNum. </fo:inline>
</fo:block>
</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>
|