You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
522 lines
23 KiB
522 lines
23 KiB
<!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>
|
|
|
|
|