diff options
author | Keiron Liddle <keiron@apache.org> | 2002-12-02 12:00:11 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-12-02 12:00:11 +0000 |
commit | 0897c4f0d2cf131b08876e7b9242b913e195f6f8 (patch) | |
tree | 6c487712bb92e4bdf10bbe5c347b74a8fe0461a3 /src | |
parent | eb328349433beebe9441d6b89c7a554e11f0f198 (diff) | |
download | xmlgraphics-fop-0897c4f0d2cf131b08876e7b9242b913e195f6f8.tar.gz xmlgraphics-fop-0897c4f0d2cf131b08876e7b9242b913e195f6f8.zip |
fixed some errors
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195702 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
17 files changed, 31 insertions, 29 deletions
diff --git a/src/documentation/content/xdocs/design/alt.design/AbsolutePosition.png.xml b/src/documentation/content/xdocs/design/alt.design/AbsolutePosition.png.xml index 46a6999a3..fbd479173 100644 --- a/src/documentation/content/xdocs/design/alt.design/AbsolutePosition.png.xml +++ b/src/documentation/content/xdocs/design/alt.design/AbsolutePosition.png.xml @@ -13,7 +13,7 @@ <body> <section> <title>Properties$AbsolutePosition</title> - <figure src="AbsolutePosition.png" alt="AbsolutePosition diagram"/> + <figure src="images/design/alt.design/AbsolutePosition.png" alt="AbsolutePosition diagram"/> </section> </body> diff --git a/src/documentation/content/xdocs/design/alt.design/BorderCommonStyle.png.xml b/src/documentation/content/xdocs/design/alt.design/BorderCommonStyle.png.xml index e9fad3d77..71f90c1d6 100644 --- a/src/documentation/content/xdocs/design/alt.design/BorderCommonStyle.png.xml +++ b/src/documentation/content/xdocs/design/alt.design/BorderCommonStyle.png.xml @@ -13,7 +13,7 @@ <body> <section> <title>Properties$BorderCommonStyle</title> - <figure src="BorderCommonStyle.png" alt="BorderCommonStyle diagram"/> + <figure src="images/design/alt.design/BorderCommonStyle.png" alt="BorderCommonStyle diagram"/> </section> </body> </document> diff --git a/src/documentation/content/xdocs/design/alt.design/PropNames.png.xml b/src/documentation/content/xdocs/design/alt.design/PropNames.png.xml index 6f552009b..1a2b92f2f 100644 --- a/src/documentation/content/xdocs/design/alt.design/PropNames.png.xml +++ b/src/documentation/content/xdocs/design/alt.design/PropNames.png.xml @@ -5,6 +5,7 @@ <document> <header> <title>..fo.PropNames diagram</title> + <authors> <person id="pbw" name="Peter B. West" email="pbwest@powerup.com.au"/> </authors> @@ -12,7 +13,7 @@ <body> <section> <title>PropNames.class</title> - <figure src="PropNames.png" alt="PropNames.class diagram"/> + <figure src="images/design/alt.design/PropNames.png" alt="PropNames.class diagram"/> </section> </body> </document> diff --git a/src/documentation/content/xdocs/design/alt.design/Properties.png.xml b/src/documentation/content/xdocs/design/alt.design/Properties.png.xml index 8bcf88943..a8c2497d5 100644 --- a/src/documentation/content/xdocs/design/alt.design/Properties.png.xml +++ b/src/documentation/content/xdocs/design/alt.design/Properties.png.xml @@ -13,7 +13,7 @@ <body> <section> <title>Properties.class</title> - <figure src="Properties.png" alt="Properties.class diagram"/> + <figure src="images/design/alt.design/Properties.png" alt="Properties.class diagram"/> </section> </body> </document> diff --git a/src/documentation/content/xdocs/design/alt.design/PropertyConsts.png.xml b/src/documentation/content/xdocs/design/alt.design/PropertyConsts.png.xml index 2e2763026..d2da2692c 100644 --- a/src/documentation/content/xdocs/design/alt.design/PropertyConsts.png.xml +++ b/src/documentation/content/xdocs/design/alt.design/PropertyConsts.png.xml @@ -13,7 +13,7 @@ <body> <section> <title>PropertyConsts.class</title> - <figure src="PropertyConsts.png" alt="PropertyConsts.class diagram"/> + <figure src="images/design/alt.design/PropertyConsts.png" alt="PropertyConsts.class diagram"/> </section> </body> </document> diff --git a/src/documentation/content/xdocs/design/alt.design/VerticalAlign.png.xml b/src/documentation/content/xdocs/design/alt.design/VerticalAlign.png.xml index 400d43cf7..14e835347 100644 --- a/src/documentation/content/xdocs/design/alt.design/VerticalAlign.png.xml +++ b/src/documentation/content/xdocs/design/alt.design/VerticalAlign.png.xml @@ -13,7 +13,7 @@ <body> <section> <title>Properties$VerticalAlign</title> - <figure src="VerticalAlign.png" alt="VerticalAlign diagram"/> + <figure src="images/design/alt.design/VerticalAlign.png" alt="VerticalAlign diagram"/> </section> </body> </document> diff --git a/src/documentation/content/xdocs/design/alt.design/alt.properties.xml b/src/documentation/content/xdocs/design/alt.design/alt-properties.xml index a1e7fcf09..ce5396618 100644 --- a/src/documentation/content/xdocs/design/alt.design/alt.properties.xml +++ b/src/documentation/content/xdocs/design/alt.design/alt-properties.xml @@ -116,7 +116,7 @@ <code>LinkedList</code>s as the stacks, on the assumption that </p> - <sl> + <ul> <!-- one of (dl sl ul ol li) --> <li>random access would not be required</li> <li> @@ -125,7 +125,7 @@ </li> <li> no penalty for first addition to an empty list</li> <li>efficient access to both bottom and top of stack</li> - </sl> + </ul> <p> However, it may be required to perform stack access operations from an arbitrary place on the stack, in which diff --git a/src/documentation/content/xdocs/design/alt.design/book.xml b/src/documentation/content/xdocs/design/alt.design/book.xml index 2324a6d33..864c3989b 100644 --- a/src/documentation/content/xdocs/design/alt.design/book.xml +++ b/src/documentation/content/xdocs/design/alt.design/book.xml @@ -18,7 +18,7 @@ <menu-item label="footnotes" href="footnotes.html"/> <menu-item label="keeps" href="keeps.html"/> <menu-item label="space-specifiers" href="spaces.html"/> - <menu-item label="alt.properties" href="alt.properties.html"/> + <menu-item label="alt.properties" href="alt-properties.html"/> <menu-item label="Classes overview" href="classes-overview.html"/> <menu-item label="Properties classes" href="properties-classes.html"/> <menu-item label="Properties" href="Properties.png.html"/> diff --git a/src/documentation/content/xdocs/design/alt.design/classes-overview.xml b/src/documentation/content/xdocs/design/alt.design/classes-overview.xml index b5e2be845..c0c7a5fac 100644 --- a/src/documentation/content/xdocs/design/alt.design/classes-overview.xml +++ b/src/documentation/content/xdocs/design/alt.design/classes-overview.xml @@ -82,7 +82,7 @@ static data and methods have been split tentatively into three: </p> - <figure src="PropertyStaticsOverview.png" alt="Top level + <figure src="images/design/alt.design/PropertyStaticsOverview.png" alt="Top level property classes"/> <dl> <dt><link href="PropNames.html">PropNames</link></dt> @@ -191,7 +191,7 @@ </section> <p> <strong>Previous:</strong> <link href= - "alt.properties.html" >alt.properties</link> + "alt-properties.html" >alt.properties</link> </p> <p> <strong>Next:</strong> <link href= diff --git a/src/documentation/content/xdocs/design/alt.design/coroutines.xml b/src/documentation/content/xdocs/design/alt.design/coroutines.xml index 31613ef52..cc18f1248 100644 --- a/src/documentation/content/xdocs/design/alt.design/coroutines.xml +++ b/src/documentation/content/xdocs/design/alt.design/coroutines.xml @@ -88,7 +88,7 @@ left off.<br/><br/> <strong>Figure 1</strong> </p> - <figure src="coroutines.png" alt="Co-routine diagram"/> + <figure src="images/design/alt.design/coroutines.png" alt="Co-routine diagram"/> <p> For example, think of a page-production method working on a complex page-sequence-master. diff --git a/src/documentation/content/xdocs/design/alt.design/footnotes.xml b/src/documentation/content/xdocs/design/alt.design/footnotes.xml index 16179c5f9..42c467dda 100644 --- a/src/documentation/content/xdocs/design/alt.design/footnotes.xml +++ b/src/documentation/content/xdocs/design/alt.design/footnotes.xml @@ -28,7 +28,7 @@ <title>Footnotes and galleys</title> <p> In the structure described in the <link href= - "../galleys.html" >introduction to FOP galleys</link>, + "galleys.html" >introduction to FOP galleys</link>, footnotes would be pre-processed as galleys themselves, but they would remain attached as subtrees to their points of invocation in the main text. Allocation to a @@ -38,7 +38,7 @@ <p> When footnotes are introduced, the communication between galleys and layout manager, as mentioned <link href= - "../galleys.html#pre-processing" >above</link>, would be + "galleys.html#pre-processing" >above</link>, would be affected. The returned information would two b-p-d values: the primary line-area b-p-d impact and the footnote b-p-d impact. The distinction is necessary for two reasons; to @@ -56,7 +56,7 @@ </note> <p> This note assumes a galley, as discussed <link href= - "../galleys.html" >elsewhere</link>, flowing text with + "galleys.html" >elsewhere</link>, flowing text with footnotes and possibly other blocks into a possibly multi-column area. The logic of flowing into multiple columns is trivially applied to a single column. The galley @@ -100,7 +100,7 @@ and totals for each column.<br/><br/> <strong>Figure 1</strong> Columns before first footnote. </p> - <figure src="initial-column-values.png" alt="Columns before + <figure src="images/design/alt.design/initial-column-values.png" alt="Columns before first footnote"/> </section> <section> @@ -109,7 +109,7 @@ <strong>Figure 2</strong> Adding a line area with first footnote. </p> - <figure src="line-area-5.png" + <figure src="images/design/alt.design/line-area-5.png" alt="Columns after adding first footnote"/> <p> Columns are balanced dynamically in the galley preliminary @@ -127,7 +127,7 @@ <strong>Figure 3</strong> Adding a line area with next footnote. </p> - <figure src="line-area-6.png" + <figure src="images/design/alt.design/line-area-6.png" alt="Columns after adding next footnote"/> </section> <section> diff --git a/src/documentation/content/xdocs/design/alt.design/galleys.xml b/src/documentation/content/xdocs/design/alt.design/galleys.xml index f7ae3cbb9..2cedc4802 100644 --- a/src/documentation/content/xdocs/design/alt.design/galleys.xml +++ b/src/documentation/content/xdocs/design/alt.design/galleys.xml @@ -93,7 +93,7 @@ "../layout.html" >layout managers</link><em></em> already proposed, the layout tree acts as a bridge between the <link href= "../fotree.html" >FO Tree</link> and the <link href= - "../areatree.html" >Area Tree</link>. If the elements of + "../areas.html" >Area Tree</link>. If the elements of the FO Tree are FO nodes, and the elements of the Area Tree are Area nodes, representing areas to be drawn on the output medium, the elements of the layout tree are <strong>galley @@ -178,7 +178,7 @@ <br/><br/> <strong>Figure 1</strong> </p> - <figure src="galley-preprocessing.png" alt="Galley + <figure src="images/design/alt.design/galley-preprocessing.png" alt="Galley pre-processing diagram"/> <p> Once this pre-processing has been achieved, it is diff --git a/src/documentation/content/xdocs/design/alt.design/keeps.xml b/src/documentation/content/xdocs/design/alt.design/keeps.xml index ffb29f5f1..d7fc973c7 100644 --- a/src/documentation/content/xdocs/design/alt.design/keeps.xml +++ b/src/documentation/content/xdocs/design/alt.design/keeps.xml @@ -72,7 +72,7 @@ <strong>Figure 1</strong> </p> <anchor id="Figure1"/> - <figure src="block-stacking.png" alt="Simple block-stacking + <figure src="images/design/alt.design/block-stacking.png" alt="Simple block-stacking diagram"/> <p> The three basic links are: diff --git a/src/documentation/content/xdocs/design/alt.design/properties-classes.xml b/src/documentation/content/xdocs/design/alt.design/properties-classes.xml index 3345cadfa..c077be44b 100644 --- a/src/documentation/content/xdocs/design/alt.design/properties-classes.xml +++ b/src/documentation/content/xdocs/design/alt.design/properties-classes.xml @@ -12,7 +12,7 @@ <body> <section> <title>fo.Properties and the nested properties classes</title> - <figure src="PropertyClasses.png" alt="Nested property and + <figure src="images/design/alt.design/PropertyClasses.png" alt="Nested property and top-level classes"/> <section> <title>Nested property classes</title> diff --git a/src/documentation/content/xdocs/design/alt.design/spaces.xml b/src/documentation/content/xdocs/design/alt.design/spaces.xml index f2426347b..40b028aaa 100644 --- a/src/documentation/content/xdocs/design/alt.design/spaces.xml +++ b/src/documentation/content/xdocs/design/alt.design/spaces.xml @@ -58,7 +58,7 @@ <link href="#Figure1">Figure 1</link>.) </p> <p><strong>Figure 1</strong></p><anchor id="Figure1"/> - <figure src="block-stacking-constraints.png" + <figure src="images/design/alt.design/block-stacking-constraints.png" alt="block-stacking-constraints.png"/> <note> Figure 1 assumes a block-progression-direction of top to @@ -126,7 +126,7 @@ </p> <p><strong>Figure 2</strong></p> <anchor id="Figure2"/> - <figure src="block-stacking-keeps.png" + <figure src="images/design/alt.design/block-stacking-keeps.png" alt="block-stacking-keeps.png"/> </section> <section> diff --git a/src/documentation/content/xdocs/design/alt.design/user-agent-refs.xml b/src/documentation/content/xdocs/design/alt.design/user-agent-refs.xml index 47fe45f94..0b7a85951 100644 --- a/src/documentation/content/xdocs/design/alt.design/user-agent-refs.xml +++ b/src/documentation/content/xdocs/design/alt.design/user-agent-refs.xml @@ -485,7 +485,7 @@ value to a "reasonable" value based on the font size of the element. </p> - </s3> + </section> <p> ... When an element contains text that is rendered in more than one font, <strong>user agents</strong> should determine @@ -741,7 +741,8 @@ </section> <section> <title>7.26.5 "border-separation"</title> - <s3 title="<length-bp-ip-direction>"> + <section> + <title><length-bp-ip-direction></title> <p> ... Rows, columns, row groups, and column groups cannot have borders (i.e., <strong>user agents</strong> must diff --git a/src/documentation/content/xdocs/design/alt.design/xml-parsing.xml b/src/documentation/content/xdocs/design/alt.design/xml-parsing.xml index 6151dae74..c6d758f63 100644 --- a/src/documentation/content/xdocs/design/alt.design/xml-parsing.xml +++ b/src/documentation/content/xdocs/design/alt.design/xml-parsing.xml @@ -40,7 +40,7 @@ callback must complete before the next is called.<br/><br/> <strong>Figure 1</strong> </p> - <figure src="SAXParsing.png" alt="SAX parsing schematic"/> + <figure src="images/design/alt.design/SAXParsing.png" alt="SAX parsing schematic"/> <p> In the process of parsing, the hierarchical structure of the original FO tree is flattened into a number of streams of @@ -104,7 +104,7 @@ footprint. This occurs when the approach is generalised to modularise FOP processing.<br/><br/> <strong>Figure 2</strong> </p> - <figure src="XML-event-buffer.png" alt="XML event buffer"/> + <figure src="images/design/alt.design/XML-event-buffer.png" alt="XML event buffer"/> <p> The most useful change that this brings about is the switch from <em>passive</em> to <em>active</em> XML element @@ -220,7 +220,7 @@ processes.<br/><br/> <strong>Figure 3</strong> </p> - <figure src="processPlumbing.png" alt="FOP modularisation"/> + <figure src="images/design/alt.design/processPlumbing.png" alt="FOP modularisation"/> </section> </section> </body> |