index.html
22.6 KB
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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
span.new { font-style: italic; color: green; }
</style>
<title>The XML Spec schema and Stylesheets</title>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/base"/>
</head>
<body>
<h1>The XML Spec Schema and Stylesheets</h1>
<h2>Abstract</h2>
<p>This document describes the various releases of the XML Spec schema
and stylesheets.
</p>
<h3>What's New?</h3>
<dl>
<dt><span class="new">7 Sep 2011</span></dt>
<dd>
<p>Released Version 1.14 of the
<a href="#html114">HTML</a> and
<a href="#xhtml114">XHTML</a> stylesheets.</p>
<p>Released Version 1.11 of the
<a href="#fo111">FO</a> stylesheets.</p>
</dd>
<dt><span>13 Oct 2005</span></dt>
<dd><p>Released <a href="#spec210">Version 2.10</a> of the XML Spec schema (in
all three flavors).</p>
<p>Released Version 1.13 of the
<a href="#html113">HTML</a> and
<a href="#xhtml113">XHTML</a> stylesheets.</p>
<p>Released Version 1.10 of the
<a href="#fo110">FO</a> stylesheets.</p>
</dd>
<dt>06 May 2005</dt>
<dd><p>Released <a href="#spec29">Version 2.9</a> of the XML Spec schema (in
all three flavors).</p>
<p>Released Version 1.12 of the
<a href="#html112">HTML</a> and
<a href="#xhtml112">XHTML</a> stylesheets.</p>
</dd>
<dt>18 Feb 2004</dt>
<dd><p>Released <a href="#spec28">Version 2.8</a> of the XML Spec schema (in
all three flavors).</p>
<p>Released Version 1.11 of the
<a href="#html111">HTML</a> and
<a href="#xhtml111">XHTML</a> stylesheets.</p>
</dd>
<dt>25 Nov 2003</dt>
<dd><p>Released <a href="#spec27">Version 2.7</a> of the XML Spec schema. This
release is available in RELAX NG, W3C XML Schema, and DTD flavors. No markup
changes have been introduced since V2.6.</p>
<p>Released Version 1.10 of the
<a href="#html110">HTML</a> and
<a href="#xhtml110">XHTML</a> stylesheets.</p>
</dd>
<dt>29 Sep 2003</dt>
<dd><p>Released <a href="#spec26">Version 2.6</a> of the XML Spec schema. This
release is available in RELAX NG, W3C XML Schema, and DTD flavors. No markup
changes have been introduced since V2.5.</p>
</dd>
<dt>11 Jul 2003</dt>
<dd><p>Released <a href="#spec25">Version 2.5</a> of the XML Spec schema.</p>
<p>Released Version 1.9 of the
<a href="#html19">HTML</a>,
<a href="#xhtml19">XHTML</a>, and
<a href="#fo19">FO</a> stylesheets.</p>
</dd>
<dt>28 May 2003</dt>
<dd><p>Released <a href="#spec24">Version 2.4</a> of the XML Spec schema.</p></dd>
<dt>11 Mar 2003</dt>
<dd><p>Released <a href="#spec23">Version 2.3</a> of the XML Spec schema.</p></dd>
<dt>12 Feb 2003</dt>
<dd><p>Released Version 1.8 of the <a href="#html18">HTML</a>
and <a href="#xhtml18">XHTML</a> stylesheets.</p></dd>
</dl>
<hr/>
<h2>The XML Spec Schema</h2>
<p>The XML Spec schema is available as a DTD. The following versions
are available:</p>
<ul>
<li><a name="spec210"/>Version 2.10, released <span class="new">13 Oct 2005</span>.
<p>This release is available as a
<a href="rng/2.10/xmlspec.rng">RELAX NG Grammar</a>
(or in the
<a href="rng/2.10/xmlspec.rnc">compact syntax</a>), a
<a href="xsd/2.10/xmlspec.xsd">W3C XML Schema</a>, or a
<a href="dtd/2.10/xmlspec.dtd">DTD</a>.</p>
<p>This version supports the pubrules changes that allow multiple latest
locations. If the <code>latestloc</code> element contains more than one
<code>loc</code> element, then each <code>loc</code> identifies the header.
For example:</p>
<pre><latestloc>
<loc href="http://www.w3.org/TR/MathML2/">Latest MathML 2 version:</loc>
<loc href="http://www.w3.org/TR/MathML/">Latest MathML Recommendation:</loc>
</latestloc></pre>
<p>As a consequence of this change, the content model of <code>latestloc</code>
has been reduced to <code>loc+</code>. This is backwards-incompatible but
consistent with existing practice, I believe. If it causes problems, let
me know.</p>
</li>
<li><a name="spec29"/>Version 2.9, released 06 May 2005.
<p>This release is available as a
<a href="rng/2.9/xmlspec.rng">RELAX NG Grammar</a>
(or in the
<a href="rng/2.9/xmlspec.rnc">compact syntax</a>), a
<a href="xsd/2.9/xmlspec.xsd">W3C XML Schema</a>, or a
<a href="dtd/2.9/xmlspec.dtd">DTD</a>.</p>
<p>This version supports the new W3C document type “review” for identifying
“Editor's Drafts”.</p>
</li>
<li><a name="spec28"/>Version 2.8, released 18 Feb 2004.
<p>This release is available as a
<a href="rng/2.8/xmlspec.rng">RELAX NG Grammar</a>
(or in the
<a href="rng/2.8/xmlspec.rnc">compact syntax</a>), a
<a href="xsd/2.8/xmlspec.xsd">W3C XML Schema</a>, or a
<a href="dtd/2.8/xmlspec.dtd">DTD</a>.</p>
<p>This version supports the new W3C document types
"wgnote",
"memsub", and
"teamsub".</p>
</li>
<li><a name="spec27"/>Version 2.7, released 25 Nov 2003.
<p>This release is available as a
<a href="rng/2.7/xmlspec.rng">RELAX NG Grammar</a>
(or in the
<a href="rng/2.7/xmlspec.rnc">compact syntax</a>), a
<a href="xsd/2.7/xmlspec.xsd">W3C XML Schema</a>, or a
<a href="dtd/2.7/xmlspec.dtd">DTD</a>.</p>
<p>This version reverts to a DTD-primary view. While the DTD, RNG, and XSD forms
will continue to be maintained in parallel, there are too many customization layers
of the DTD that rely on parameter entities not preserved by the RNG to DTD
transformation to really make the RNG form the primary source.</p>
<p>There are no technical (markup) changes in V2.6.</p>
</li>
<li><a name="spec26"/>Version 2.6, released 29 Sep 2003.
<p>This release is available as a
<a href="rng/2.6/xmlspec.rng">RELAX NG Grammar</a>
(or in the
<a href="rng/2.6/xmlspec.rnc">compact syntax</a>), a
<a href="xsd/2.6/xmlspec.xsd">W3C XML Schema</a>, or a
<a href="dtd/2.6/xmlspec.dtd">DTD</a>.</p>
<p>As of this version, the RELAX NG Grammar is the source, all other forms
are generated from it. There are no technical (markup) changes in V2.6.</p>
</li>
<li><a name="spec25" href="dtd/2.5/xmlspec.dtd">Version 2.5</a>,
released 11 Jul 2003
<p>This version adds a <tt>preverrataloc</tt> element and a
<tt>translationloc</tt> element to the <tt>header</tt>. It also adds
an <tt>rfc2119</tt> element for marking RFC 2119 keywords.</p>
</li>
<li><a name="spec24" href="dtd/2.4/xmlspec.dtd">Version 2.4</a>,
released 28 May 2003
<p>This version adds an <tt>errataloc</tt> element to the <tt>header</tt> (between
the <tt>authlist</tt> and the <tt>copyright</tt>). It also allows explicitly numbered
productions and works around a bug in the DTD parser in IE.</p>
</li>
<li><a name="spec23" href="dtd/2.3/xmlspec.dtd">Version 2.3</a>,
released 11 Mar 2003
<p>This version contains some internal changes that make customization
layers easier to write. It also contains some changes designed to
improve support for generating "diff" versions of specifications.
There are no important user-visible changes in this release.</p>
</li>
<li><a name="spec22" href="dtd/2.2/xmlspec.dtd">Version 2.2</a>.
<p>This version supports the "<tt>altlocs</tt>" element which is necessary to
satisfy the <a href="http://www.w3.org/Guide/pubrules#head">latest pubrules</a>.</p>
<p>The <tt>altlocs</tt> element appears in the <tt>header</tt> immediately after
the <tt>publoc</tt> element. It contains one or more <tt>loc</tt> elements.</p>
<p>The only other changes in this release are the addition of a couple of local
attribute parameter entities and marked section parameter entities around every
element and attribute list declaration. This will greatly ease the construction of
customization layers.</p>
</li>
<li><a name="spec21" href="dtd/2.1/xmlspec.dtd">Version 2.1</a>.
<p>This version is described by the
<a href="http://www.w3.org/XML/1998/06/xmlspec-report-v21.htm">Guide to the W3C
XML Specification DTD</a>.</p>
</li>
<li><a name="spec20" href="dtd/2.0/xmlspec.dtd">Version 2.0</a>.
<p>This version is for historical interest only. Use 2.2 instead.
</p>
</li>
</ul>
<h2>The XML Spec Stylesheets</h2>
<p>The XML Spec Stylesheets are
<a href="http://www.w3.org/TR/xslt">XSLT</a> stylesheets for converting
instances of the XML Spec DTD into <a href="#html">HTML</a>,
<a href="#xhtml">XHTML</a>, or <a href="#fo">PDF</a>.</p>
<h3><a name="html"></a>HTML</h3>
<p>These stylesheets produce HTML. For best results, you may still need to run the
results through tidy. Using tidy with indentation turned off general saves a little
space on the servers.</p>
<ul>
<li><a name="html114" href="html/1.14/xmlspec.xsl">HTML Version 1.14</a>,
released 7 Sep 2011.
<p>Replaced ercim.org with ercim.eu in order to pass pubrules</p>
</li>
<li><a name="html113" href="html/1.13/xmlspec.xsl">HTML Version 1.13</a>,
released 13 Oct 2005.
<p>This version supports multiple latest locations and fixes the bug where
items in an ordered list did not have ID values in the HTML produced.</p>
<p>Also available: <a href="html/1.13/diffspec.xsl">diffspec.xsl</a>,
a stylesheet that produces "color-coded" HTML from <tt>diff</tt>
markup in the XML document and <a href="html/1.13/slices.xsl">slices.xsl</a>
(plus <a href="html/1.13/slices-common.xsl">slices-common.xsl</a>),
a stylesheet that produces "chunked" HTML specifications.</p>
</li>
<li><a name="html112" href="html/1.12/xmlspec.xsl">HTML Version 1.12</a>,
released 06 May 2005.
<p>This version supports
publishing “Editor's Drafts”. If either the <code>w3c-doctype</code> attribute
on <code>spec</code> is “<code>review</code>” <em>or</em> the
<code>w3c-doctype</code> element in the <code>header</code>
contains the phrase “Editor”, the resulting draft will be styled according to
<a href="http://www.w3.org/2005/03/28-editor-style.html">the guidelines</a>
for group-internal drafts.</p>
<p>This version also produces documents with an encoding of <code>utf-8</code>,
which is now the default for documents published in TR space.</p>
<p>Also available: <a href="html/1.12/diffspec.xsl">diffspec.xsl</a>,
a stylesheet that produces "color-coded" HTML from <tt>diff</tt>
markup in the XML document and <a href="html/1.12/slices.xsl">slices.xsl</a>
(plus <a href="html/1.12/slices-common.xsl">slices-common.xsl</a>),
a stylesheet that produces "chunked" HTML specifications.</p>
</li>
<li><a name="html111" href="html/1.11/xmlspec.xsl">HTML Version 1.11</a>,
released 18 Feb 2004.
<p>This version includes a few small updates and produces HTML that conforms
to the current pubrules.</p>
<p>Also available: <a href="html/1.11/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" HTML from <tt>diff</tt> markup in the XML document
and <a href="html/1.11/slices.xsl">slices.xsl</a>
(plus <a href="html/1.11/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" HTML specifications.</p>
</li>
<li><a name="html110" href="html/1.10/xmlspec.xsl">HTML Version 1.10</a>, released 25 Nov 2003.
<p>This version includes the following updates:</p>
<ul>
<li>Make anchors for examples</li>
<li>Check internal links created with loc</li>
<li>Use CSS for ordered list numeration style</li>
<li>Removed content-type meta tag</li>
<li>Allow specref to olist/item</li>
<li>Allow specref to example</li>
</ul>
<p>Also available: <a href="html/1.10/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" HTML from <tt>diff</tt> markup in the XML document
and <a href="html/1.10/slices.xsl">slices.xsl</a>
(plus <a href="html/1.10/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" HTML specifications.</p>
</li>
<li><a name="html19" href="html/1.9/xmlspec.xsl">HTML Version 1.9</a>, released 11 Jul 2003.
<p>This version supports the changes to V2.5 of the schema.</p>
<p>Also available: <a href="html/1.9/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" HTML from <tt>diff</tt> markup in the XML document
and <a href="html/1.9/slices.xsl">slices.xsl</a>
(plus <a href="html/1.9/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" HTML specifications.</p>
</li>
<li><a name="html18" href="html/1.8/xmlspec.xsl">HTML Version 1.8</a>, released 12 Feb 2003.
<p>This version adds newlines to the Table of Contents.</p>
<p>Also available: <a href="html/1.8/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" HTML from <tt>diff</tt> markup in the XML document
and <a href="html/1.8/slices.xsl">slices.xsl</a>
(plus <a href="html/1.8/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" HTML specifications.</p>
</li>
<li><a name="html17" href="html/1.7/xmlspec.xsl">HTML Version 1.7</a>, released 30 Jan 2003.
<p>This version fixes a simple typo in the revised copyright boilerplate.</p>
<p>Also available: <a href="html/1.7/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" HTML from <tt>diff</tt> markup in the XML document
and <a href="html/1.7/slices.xsl">slices.xsl</a>
(plus <a href="html/1.7/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" HTML specifications.</p>
</li>
<li><a name="html16" href="html/1.6/xmlspec.xsl">HTML Version 1.6</a>, released 09 Jan 2003.
<p>This version passes role attributes on phrases through to the HTML as class
attributes on spans. It also uses the new copyright boilerplate.</p>
<p>Also available: <a href="html/1.6/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" HTML from <tt>diff</tt> markup in the XML document
and <a href="html/1.6/slices.xsl">slices.xsl</a>
(plus <a href="html/1.6/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" HTML specifications.</p>
</li>
<li><a name="html15" href="html/1.5/xmlspec.xsl">HTML Version 1.5</a>, released 08 Nov 2002.
<p>This version wasn't previously published. It cleaned up some parameters and code
used by customization layers. Use 1.6 instead..</p>
<p>Also available: <a href="html/1.5/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" HTML from <tt>diff</tt> markup in the XML document
and <a href="html/1.5/slices.xsl">slices.xsl</a>
(plus <a href="html/1.5/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" HTML specifications.</p>
</li>
<li><a name="html14" href="html/1.4/xmlspec.xsl">HTML Version 1.4</a>, released 03 Sep 2002.
<p>This version fixes a bug in the processing of <tt>slist</tt> elements and
refactors support for the "<tt>altlocs</tt>" element.</p>
<p>Also available: <a href="html/1.4/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" HTML from <tt>diff</tt> markup in the XML document
and <a href="html/1.4/slices.xsl">slices.xsl</a>
(plus <a href="html/1.4/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" HTML specifications.</p>
</li>
</ul>
<h3><a name="xhtml"></a>XHTML</h3>
<p>These stylesheets produce XHTML. For best results, you may still need to run the
results through tidy. Using tidy with indentation turned off general saves a little
space on the servers.</p>
<ul>
<li><a name="xhtml114" href="xhtml/1.14/xmlspec.xsl">XHTML Version 1.14</a>,
released 7 Sep 2011.
<p>Replaced ercim.org with ercim.eu in order to pass pubrules</p>
</li>
<li><a name="xhtml113" href="xhtml/1.13/xmlspec.xsl">XHTML Version 1.13</a>,
released 13 Oct 2005.
<p>This version supports multiple latest locations and fixes the bug where
items in an ordered list did not have ID values in the HTML produced.</p>
<p>Also available: <a href="xhtml/1.13/diffspec.xsl">diffspec.xsl</a>,
a stylesheet that produces "color-coded" HTML from <tt>diff</tt>
markup in the XML document and <a href="xhtml/1.13/slices.xsl">slices.xsl</a>
(plus <a href="xhtml/1.13/slices-common.xsl">slices-common.xsl</a>),
a stylesheet that produces "chunked" HTML specifications.</p>
</li>
<li><a name="xhtml112" href="xhtml/1.12/xmlspec.xsl">XHTML Version 1.12</a>,
released 06 May 2005.
<p>This is a mechanically generated alternative to version 1.12.
Where 1.12 produces HTML, this version produces XHTML.</p>
<p>Also available: <a href="xhtml/1.12/diffspec.xsl">diffspec.xsl</a>,
a stylesheet that produces "color-coded" XHTML from <tt>diff</tt>
markup in the XML document and <a href="xhtml/1.12/slices.xsl">slices.xsl</a>
(plus <a href="xhtml/1.12/slices-common.xsl">slices-common.xsl</a>),
a stylesheet that produces "chunked" XHTML specifications.</p>
</li>
<li><a name="xhtml111" href="xhtml/1.11/xmlspec.xsl">XHTML Version 1.11</a>,
released 18 Feb 2004.
<p>This is a mechanically generated alternative to version 1.11. Where 1.11 produces
HTML, this version produces XHTML.</p>
<p>Also available: <a href="xhtml/1.11/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" XHTML from <tt>diff</tt> markup in the XML document
and <a href="xhtml/1.11/slices.xsl">slices.xsl</a>
(plus <a href="xhtml/1.11/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" XHTML specifications.</p>
</li>
<li><a name="xhtml110" href="xhtml/1.10/xmlspec.xsl">XHTML Version 1.10</a>, released 25 Nov 2003.
<p>This is a mechanically generated alternative to version 1.10. Where 1.10 produces
HTML, this version produces XHTML.</p>
<p>Also available: <a href="xhtml/1.10/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" XHTML from <tt>diff</tt> markup in the XML document
and <a href="xhtml/1.10/slices.xsl">slices.xsl</a>
(plus <a href="xhtml/1.10/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" XHTML specifications.</p>
</li>
<li><a name="xhtml19" href="xhtml/1.9/xmlspec.xsl">XHTML Version 1.9</a>, released 11 Jul 2003.
<p>This is a mechanically generated alternative to version 1.9. Where 1.9 produces
HTML, this version produces XHTML.</p>
<p>Also available: <a href="xhtml/1.9/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" XHTML from <tt>diff</tt> markup in the XML document
and <a href="xhtml/1.9/slices.xsl">slices.xsl</a>
(plus <a href="xhtml/1.9/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" XHTML specifications.</p>
</li>
<li><a name="xhtml18" href="xhtml/1.8/xmlspec.xsl">XHTML Version 1.8</a>, released 12 Feb 2003.
<p>This is a mechanically generated alternative to version 1.8. Where 1.8 produces
HTML, this version produces XHTML. This version does not generate the bogus <meta> element
that specifies the ISO-8859-1 character set.</p>
<p>Also available: <a href="xhtml/1.8/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" XHTML from <tt>diff</tt> markup in the XML document
and <a href="xhtml/1.8/slices.xsl">slices.xsl</a>
(plus <a href="xhtml/1.8/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" XHTML specifications.</p>
</li>
<li><a name="xhtml17" href="xhtml/1.7/xmlspec.xsl">XHTML Version 1.7</a>, released 30 Jan 2003.
<p>This is a mechanically generated alternative to version 1.7. Where 1.7 produces
HTML, this version produces XHTML. By default, this version now produces UTF-8 instead of ISO Latin 1.</p>
<p>Also available: <a href="xhtml/1.7/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" XHTML from <tt>diff</tt> markup in the XML document
and <a href="xhtml/1.7/slices.xsl">slices.xsl</a>
(plus <a href="xhtml/1.7/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" XHTML specifications.</p>
</li>
<li><a name="xhtml16" href="xhtml/1.6/xmlspec.xsl">XHTML Version 1.6</a>, released 09 Jan 2003.
<p>This is a mechanically generated alternative to version 1.6. Where 1.6 produces
HTML, this version produces XHTML.</p>
<p>Also available: <a href="xhtml/1.6/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" XHTML from <tt>diff</tt> markup in the XML document
and <a href="xhtml/1.6/slices.xsl">slices.xsl</a>
(plus <a href="xhtml/1.6/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" XHTML specifications.</p>
</li>
<li><a name="xhtml15" href="xhtml/1.5/xmlspec.xsl">XHTML Version 1.5</a>, released 08 Nov 2002.
<p>This is a mechanically generated alternative to version 1.5. Where 1.5 produces
HTML, this version produces XHTML.</p>
<p>Also available: <a href="xhtml/1.5/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" XHTML from <tt>diff</tt> markup in the XML document
and <a href="xhtml/1.5/slices.xsl">slices.xsl</a>
(plus <a href="xhtml/1.5/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" XHTML specifications.</p>
</li>
<li><a name="xhtml14" href="xhtml/1.4/xmlspec.xsl">XHTML Version 1.4</a>, released 03 Sep 2002.
<p>This is a mechanically generated alternative to version 1.4. Where 1.4 produces
HTML, this version produces XHTML.</p>
<p>Also available: <a href="xhtml/1.4/diffspec.xsl">diffspec.xsl</a>, a stylesheet
that produces "color-coded" XHTML from <tt>diff</tt> markup in the XML document
and <a href="xhtml/1.4/slices.xsl">slices.xsl</a>
(plus <a href="xhtml/1.4/slices-common.xsl">slices-common.xsl</a>), a stylesheet that
produces "chunked" XHTML specifications.</p>
</li>
</ul>
<h3><a name="fo"></a>XSL Formatting Objects</h3>
<p>These stylesheets produce FO documents that can be transformed into
PDF (and other print formats) with an appropriate XSL FO processor (see
<a href="http://www.w3.org/Style/XSL">the XSL page</a> for more details).</p>
<ul>
<li><a name="fo111" href="fo/1.11/xmlspec.xsl">FO Version 1.11</a>,
released 7 Sep 2011.
<p>Replaced ercim.org with ercim.eu in order to pass pubrules</p>
</li>
<li><a name="fo110" href="fo/1.10/xmlspec.xsl">FO Version 1.10</a>
(plus <a href="fo/1.9/pagesetup.xsl">pagesetup.xsl</a>), released 13 Oct 2005.
<p>This version supports multiple latest locations and supports a few
additional targets for <code>specref</code> cross references (items
in an ordered list and examples).</p>
</li>
<li><a name="fo19" href="fo/1.9/xmlspec.xsl">FO Version 1.9</a>
(plus <a href="fo/1.9/pagesetup.xsl">pagesetup.xsl</a>), released 11 Jul 2003.
<p>This version supports the changes to V2.5 of the schema.</p>
<p>Note: there never was a 1.7 or 1.8 release.</p>
</li>
<li><a name="fo16" href="fo/1.6/xmlspec.xsl">FO Version 1.6</a>
(plus <a href="fo/1.6/pagesetup.xsl">pagesetup.xsl</a>), released 09 Jan 2003.
<p>This version uses the new copyright boilerplate..</p>
<p>This version produces <a href="http://www.w3.org/TR/xsl">XSL</a> Formatting
Objects, suitable for generating PDF and other print formats.</p>
</li>
<li><a name="fo14" href="fo/1.4/xmlspec.xsl">FO Version 1.4</a>
(plus <a href="fo/1.4/pagesetup.xsl">pagesetup.xsl</a>), released 03 Sep 2002.
<p>This version uses <tt>url()</tt> appropriately in references to external graphics
and has refactored support for the "<tt>altlocs</tt>" element.</p>
<p>This version produces <a href="http://www.w3.org/TR/xsl">XSL</a> Formatting
Objects, suitable for generating PDF and other print formats.</p>
</li>
</ul>
<hr />
<address>
<a href="http://nwalsh.com/people/ndw/">Norman Walsh</a>
<<a href="mailto:Norman.Walsh@Sun.COM">Norman.Walsh@Sun.COM</a>><br />
Last Modified: $Date: 2011/09/07 14:47:11 $
</address>
</body>
</html>