+++ /dev/null
-build
-jpfop-0.17.0
+++ /dev/null
-==============================================================================
-Done since 0.19 release
-
-*** General
-(Lots and lots of stuff by Keiron Liddle)
-- all properties are read, a message will indicate if it is not supported
-- all elements now handled, with a message for unsupported elements
-- uses Unknown element if namespace+element not found, rather than using
-FObjMixed
-- support for only loading user fonts for pdf when needed
-- fo:wrapper should support inheriting properties better
-- table row span, bunch of other significant table improvements by Karen Lease
-- support for drawing text into PDFGraphics2D
-- marker support (ASandstrom)
-- streaming pdf
-- changed rendering of alpha images for svg in pdf, now uses white
-background
-- proper device information for PDFGraphics2D rendering
-- code formatted (Tore Engvig)
-- element and property list mappings now added through single interface
-
-Mark Lillywhite's performance and memory patch added.
-Unfortunately breaks marker support.
-XSL-FO with markers is not a good idea until it is fixed.
-
-*** Building
-- (build.bat, build.sh) now uses only the local set class path (KLiddle)
-- (build.xml) added support for easily using w3c testsuite for build target
-test (KLiddle)
-
-*** Examples
-- (extensive.fo) sets style so that it looks better (KLiddle)
-- (images.fo) images are relative to where the doc is rather than an arbitrary
-location (KLiddle)
-- (glossary.xml, glossary.xsl) fo:marker examples (ASandstrom)
-- (embedding.fo, external.fo) added some more info, examples (KLiddle)
-- (headfoot.fo) Fix spanning row example so it works (KLease)
-
-*** Documentation
-- (embedding.xml) added info about using xslt input handler (KLiddle)
-- (examples.xml) some slightly more info about svg -> pdf (KLiddle)
-- (svg.xml) some slightly more info about svg -> pdf (KLiddle)
-- (testing.xml) added support for easily using w3c testsuite for build
-target test (KLiddle)
-
-*** Hyphenation
-- (sk.xml) added slovak hyphenation patterns; Obtained from: skhyphen.tex
-Submitted by: KRUMPOLEC Martin <krumpolec@asset.sk>
-
-*** FOP libraries
-- (buildtools.jar) added support for easily using w3c testsuite for build
-target test (KLiddle)
-
-*** XSL Code Generation
-- (elements.xsl) some independance improvements (KLiddle)
-- (foproperties.xml) setup a couple of props (KLiddle); activated
-space-start/space-end (ASandstrom)
-- (foproperties.xml) added all remaining properties, currently just with
-type String (KLiddle)
-- Support 'format' property on fo:page-sequence (ASandstrom)
-- (propmaker.xsl) put import at start; puts the right property family name
-in resulting prop file (KLiddle)
-
-*** Package org.apache.fop.apps:
-- (AWTStarter.java, CommandLineStarter.java, Driver.java) Adds Mark
-Lillywhite's performance
-and memory patch in all it's glory. Unfortunately breaks marker support.
-(AreaTree getNextPage and getPreviousPage return the current page)
-XSL-FO with markers is not a good idea until it is fixed.
-- (CommandLineOptions.java) command line support for new ps renderer
-Submitted by: Jeremias Maerki <jeremias.maerki@outline.ch>
-- (Driver.java) combined property list setting into element setting
-also always get parser class name from one place; allows adding mappings from
-user config (KLiddle)
-- (Driver.java) command line support for new ps renderer
-Submitted by: Jeremias Maerki <jeremias.maerki@outline.ch>
-- (Options.java) fixed error where configfile was not being set (KLiddle)
-- (Options.java) Added patch for loading config via Thread ContextClassLoader
-Submitted by: Davanum Srinivas
-- (StreamRenderer.java) This just moves the marker supporting code from before
-Mark's patch into StreamRenderer. Not tested. (SCoffman)
-
-*** Package org.apache.fop.configuration:
-- (Configuration.java) combined property list setting into element setting
-also always get parser class name from one place (KLiddle)
-- (ConfigurationReader.java) combined property list setting into element
-setting; also always get parser class name from one place (KLiddle)
-
-*** Package org.apache.fop.datatypes:
-- (ToBeImplemented.java) indicates to be implemented status for
-properties not implemented (KLiddle)
-- (ToBeImplementedProperty.java) indicates to be implemented status for
-properties no implemented (KLiddle)
-
-*** Package org.apache.fop.extensions:
-- (ExtensionElementMapping.java) combined property list setting into element
-setting; also always get parser class name from one place (KLiddle)
-
-*** Package org.apache.fop.fo:
-started support to read all relevant properties, mostly commented; added all
-remaining elements, currently are indicated as not implemented; removed old
-elements (KLiddle)
-- (ElementMapping.java) combined property list setting into element setting
-also always get parser class name from one place (KLiddle)
-- (FONode.java) initial marker support (ASandstrom)
-- (FOTreeBuilder.java) gets all properties specified on each element; adds
-"Unknown" element for unknown elements or other namespaces; need to get a
-consistent and easy way to use the property values (KLiddle)
-- (FOTreeBuilder.java) Added patch to allow FOTreeBuilder to be reused easier
-Submitted by: Christopher Burkey
-- (FObj.java) initial marker support (ASandstrom)
-- (PropertyManager.java) handles page break for nested blocks now (KLiddle);
-addressing break boundary conditions (ASandstrom)
-
-*** Package org.apache.fop.fo.flow:
-Table border placement and border-drawing improvements (PDF only)
-Added support for the "height" property on table-row and for display-align
-(except "auto") on table-cell.
-Partial support for the "collapse" style of cell-borders was contributed
-by Ivan Demakov (Jun 14, maybe that was already in 0.19?). The support
-for "height" on table-cell was also contributed by Ivan.
-- (Block.java) changed Area methods slightly (ASandstrom); initial marker
-support, addressing break boundary conditions (ASandstrom)
-- (ListBlock.java, ListItem.java, ListItemBody.java, ListItemLabel.java)
-added support for 'returned-by' (ASandstrom)
-- (Marker.java) initial marker support (ASandstrom)
-- (PageNumber.java) Supports page-number formatting (ASandstrom)
-- (RetrieveMarker.java) initial marker support (ASandstrom)
-- (RowSpanMgr.java) Helper class for spanning rows (KLease)
-- (Table.java) Fix some bugs in table and cell border drawing and cell
-width calculations (KLease)
-- (TableBody.java) Implements spanning table rows (KLease)
-- (TableCell.java) Use a copy of BorderAndPadding to fix alignment bugs
-in header/footer cells (KLease); Fix some bugs in table and cell border drawing
-and cell width calculations (KLease); Make display-align work on table-cell
-(KLease) Implements spanning table rows (KLease)
-- (TableColumn.java) Fix some bugs in table and cell border drawing and
-cell width calculations (KLease)
-- (TableRow.java) Make display-align work on table-cell (KLease);
-checkBreakBefore signature (Weiqi Gao); Fix spanning bug; use height property
-(KLease) Implements spanning table rows (KLease)
-
-*** Package org.apache.fop.fo.pagination:
-- (PageNumberGenerator.java) helper class for page-number formatting
-(ASandstrom)
-- (PageSequence.java) initial marker support; support 'force-page-count';
-Supports page-number formatting (ASandstrom); should handle page number
-properly, with threads and multiple page sequences
-Submitted by: Jeremias Maerki <jeremias.maerki@outline.ch>
-- (RepeatablePageMasterAlternatives.java) restore ability to do blank pages
-(ASandstrom)
-- (Root.java) initial marker support; support 'force-page-count' (ASandstrom)
-; should handle page number properly, with threads and multiple page sequences
-Submitted by: Jeremias Maerki <jeremias.maerki@outline.ch>
-
-*** Package org.apache.fop.fonts:
-- (Glyphs.java) Fixes for unicode escapes that were removed during code
-formatting (Sasaki Suguru [s-sasaki@hkg.odn.ne.jp])
-- (TTFFile.java) Some glyphs are missed when more then one glyph maps to the
-same data, now fixed. (SASAKI Suguru [s-sasaki@hkg.odn.ne.jp])
-
-*** Package org.apache.fop.image:
-- (FopImageFactory.java) changed to correct mime type
-catch error if batik not available (KLiddle); compiles on jdk1.1;
-fixes possible npe when no protocol specified; tries to get the reference from
-baseDir + ref path (KLiddle)
-- (SVGReader.java) changed to correct mime type; catch error if batik not
-available (KLiddle)
-
-*** Package org.apache.fop.layout:
-- (AbsolutePositionProps.java, AccessibilityProps.java) adds the remaining
-property groups (KLiddle)
-- (Area.java) changed Area methods slightly; improving area information; initial
-marker support; addressing break boundary conditions (ASandstrom)
-- (AreaContainer.java) improving area information (ASandstrom)
-- (AuralProps.java, BackgroundProps.java) adds the remaining property groups
-(KLiddle)
-- (BlockArea.java) Fix a bug which caused FOP to overestimate the space
-available for the first line of a Block (KLease)
-- (BorderAndPadding.java) Add clone method (KLease); Make display-align work
-on table-cell (KLease)
-- (FontInfo.java) updates to pdf text painter (KLiddle)
-- (LineArea.java) Fixes bug that causes character - glyph mapping to occur
-twice in getWordWidth method causing overlapping areas.
-(Struan Judd [struan@sjudd.com])
-- (LineArea.java) Fixes for unicode escapes that were removed during code
-formatting (Sasaki Suguru [s-sasaki@hkg.odn.ne.jp])
-- (LineArea.java) Added support for various spaces, inluding non-breaking space
- (fixes bug no 2297) (TEngvig)
-Added support for line breaking in the middle of words for CJK languages
-Fixes for bug 2243 based on a patch from rainer.garus@nexgo.de
-- (LineArea.java) This fixes bug 2556 by changing the leader with pattern
-"space" to use an InlineSpace instead of adding actually spaces. (TEngvig)
-- (MarginInlineProps.java) adds the remaining property groups (KLiddle)
-- (Page.java) initial marker support; page-number formatting (ASandstrom)
-- (RelativePositionProps.java) adds the remaining property groups (KLiddle)
-
-*** Package org.apache.fop.layout.hyphenation:
-- (Hyphenator.java) Added patch for loading config via Thread ContextClassLoader
-(Davanum Srinivas)
-- (TernaryTree.java) Fixes for unicode escapes that were removed during code
-formatting (Sasaki Suguru [s-sasaki@hkg.odn.ne.jp])
-
-*** Package org.apache.fop.layout.inline:
-- (InlineSpace.java) Added support for various spaces, including non-breaking
-space (fixes bug no 2297); Added support for line breaking in the middle of
-words for CJK languages (TEngvig)
-Fixes for bug 2243 based on a patch from rainer.garus@nexgo.de
-
-*** Package org.apache.fop.pdf:
-- (PDFColor.java) changed PDFNumber to use static methods (Liddle)
-- (PDFDocument.java) adds support for lazy loading of fonts; saves some cpu,
-memory (SASAKI Suguru <s-sasaki@hkg.odn.ne.jp>)
-- (PDFOutline.java) Adds support for unicode characters in bookmarks.
-(SASAKI Suguru [s-sasaki@hkg.odn.ne.jp])
-
-*** Package org.apache.fop.render:
-- (PrintRenderer.java) Add new addFilledRect method to make it possible to
-draw filled rectangles without any stroke in PDF; in doFrame, use rectangles
-instead of lines for borders to eliminate pixel errors (KLease)
-- (awt.AWTRenderer.java) updated to new batik interface (KLiddle)
-improvements to AWTRenderer (borders,backgrounds...)
-(Ralph LaChance/Andy Langowitz):
-[ AWTRenderers (-awt and -print options)
- - eliminated 3D-effect in rendering background color
- - borders now draw wider than 1 pixel if appropriate
- - fixed a roundoff error in background and border dimension/location
- - fixed a positioning error on Top and Right borders ]
-- (pdf.FontSetup.java) adds support for lazy loading of fonts
-saves some cpu, memory (SASAKI Suguru <s-sasaki@hkg.odn.ne.jp>)
-- (pdf/PDFRenderer.java) adds support for lazy loading of fonts
-saves some cpu, memory (SASAKI Suguru <s-sasaki@hkg.odn.ne.jp>)
-- (pdf/PDFRenderer.java) updated to new batik interface (KLiddle)
-- (pdf/PDFRenderer.java) added the start of svg linking; also improved a few
-text things (KLiddle)
-- (pdf/PDFRenderer.java) Add new addFilledRect method to make it possible to
-draw filled rectangles without any stroke in PDF; in doFrame, use rectangles
-instead of lines for borders to eliminate pixel errors (KLease)
-- (pdf/PDFRenderer.java) added initial impl of text painter that uses pdf fonts
-rather than stroking (KLiddle)
-- (pdf/PDFRenderer.java) workaround for a bug in Acrobat Reader where text
-may disappear or be placed in the wrong position (KLiddle)
-- (pdf.fonts.LazyFont.java) adds support for lazy loading of fonts
-saves some cpu, memory (SASAKI Suguru <s-sasaki@hkg.odn.ne.jp>)
-
-*** Package org.apache.fop.render.ps:
-New addition: postscript renderer
-Submitted by: Jeremias Maerki <jeremias.maerki@outline.ch>
-- (PSGraphics2D.java, PSRenderer.java) added support for rendering SVG
-graphics to ps, not fully functional (KLiddle)
-
-*** Package org.apache.fop.svg:
-- (PDFDocumentGraphics2D.java) fixes PDFDoc to work with changed interface;
-added the start of svg linking; should handle colour space a bit better;
-writes fonts to resources in PDFDocument; sets up the font state if not using
-strokes for text (KLiddle)
-- (PDFGraphics2D.java) Handles the graphics device better. (Kliddle)
-Also handles the alpha transparency better, at least for white backgrounds
-it works properly (Thomas E Deweese <thomas.deweese@kodak.com>)
-- (PDFGraphics2D.java) should handle colour space a bit better;
-writes fonts to resources in PDFDocument; added initial impl of text painter
-that uses pdf fonts rather than stroking (KLiddle)
-- (PDFTextPainter.java) should handle colour space a bit better; writes fonts
-to resources in PDFDocument; added initial impl of text painter that uses pdf
-fonts rather than stroking (KLiddle)
-- (PDFTranscoder.java) updated to new batik interface (KLiddle); added the
-start of svg linking; gets the xml parser class name properly (KLiddle)
-- (SVGElement.java) sets the context url properly (with baseDir)
-- (SVGObj.java, XMLObj.java) allows better for other xml data (KLiddle)
-- (SVGUtilities.java) a utility file for creating some svg things (Kliddle)
-
-*** Testing and Support
-- (tools.anttasks.Fop.java) handles baseDir (with a capital D) properly as
-suggested by Anthony Tagunov <atagunov@nnt.ru> (KLiddle)
-- (tools.anttasks.RunTest.java) added support for easily using w3c testsuite
-for build target test (KLiddle)
-
-==============================================================================
-Done since 0.18 release
-
-*** Building
-- improvements and fixes to build.xml (ASandstrom,KCampbell)
-
-*** General
-- Changes to support Batik (KLiddle)
-{ FOP now uses Batik to render svg
-This is handled for awt - using batik to render to a graphic
-and pdf.
-Pdf still requires better image support.
-The elements and properties are generated from the svgelements.xml
-document.
-The version of batik is 17/05/2001 cvs. }
-- memory buffering (Seshadri G.K.)
-
-*** Examples
-- Added Norwegian hyphenation based on Rune Kleveland's original
-nohyphb.tex TeX patterns from the ispell-norsk-2.0 package (TEngvig)
-adds Danish text (Lars Michael Johnsen)
-- fixed up fills and borders for better appearance (KLiddle)
-- Fixed basic-link horizontal position with justification turned on. (KCampbell)
-- add border-collapse property (KLease)
-- Added CID Font example (KCampbell)
-
-*** Hyphenation
-- corrected danish hyphenation (Carlos Villegas)
-- adds Danish hyphenation file (Carlos Villegas)
-- Added Norwegian hyphenation based on Rune Kleveland's original
-nohyphb.tex TeX patterns from the ispell-norsk-2.0 package (TEngvig)
-- Hyphenation patterns for russian (TEngvig)
-
-*** codegen
-- The elements and properties are generated from the svgelements.xml
-document. (KLiddle)
-
-*** Package org.apache.fop.apps:
-- support for XMLRenderer (ASandstrom)
-- Removed uses of System.out where throwing a FOPException should suffice.
-Refactored code to throw FOPExceptions so embedding FOP wont' cause app
-server JVMs to exit. (KCampbell)
-- adding -text and -pcl options to help text (FJannidis)
-- sets baseDir to a URL string rather than a file path string (KLiddle)
-
-*** Package org.apache.fop.datatypes:
-- New datatype to represent the property border-separation (KLease)
-
-*** Package org.apache.fop.fo:
-- fixed a couple of problems when placing foreign objects near
-page break (KLiddle)
-- Support for LengthPair property type (KLease)
-- restored support for external svg images (KLiddle)
-
-*** Package org.apache.fop.fo.flow:
-- inlining of images (ASandstrom, Seshadri G.K.)
-- footnote height problem fix (KLiddle)
-- fixed a couple of problems when placing foreign objects near
-page break (KLiddle)
-- added support for 'number-columns-repeated' (G. Pretterhofer)
-- fixes a null pointer ex if area is removed before creating area (KLiddle)
-- footnote height/id reference problem fixes (KLiddle)
-- Fix body positioning; remove widow and orphan handling for rows (KLease)
-- Make borders closer to CR spec (KLease)
-- Improves cell borders when border-collapse=collapse (the default). Note that
-this doesn't implement the full CR, but it's a big improvement and will handle
-many common cases. (KLease)
-- Stop tables from breaking too early, but make sure that all cells are
-composed with the same maxHeight and that absolute Height is set correctly.
-In TableRow.java, remove old commented out stuff and put back space-before
-(for now) and fix a potential bug involving space-before. (KLease)
-- Overflows may cause a row to be re-laid out, need to skip cell content
-that has already been processed. (AWelch)
-- Put back background on table-column and table-cell (KLease)
-- increasing padding problem fix (KLiddle)
-- Each column in the row should start with the same height available. (AWelch)
-- For borders to be drawn properly on overflowed rows must process all
-children. (AWelch)
-- Use Constants values. (KLease)
-
-*** Package org.apache.fop.fo.pagination:
-- running page num ctr now instance variable for servlet use (KLiddle)
-- Made logging go to the same stream (out) for pages and the newline
-after a page sequence. The newline was previously going to the err stream.
-(KCampbell)
-
-*** Package org.apache.fop.fonts:
-- Patch from westbay@seaple.icc.ne.jp to use unicode escape char instead of
-pound sign because it was interpreted as an invalid double byte char in
-Japanese locale (ja_JP.EUC) and wouldn't compile. (TEngvig)
-- Fixes a signedness bug in handling cmaps that caused some fonts to be
-invalid. (TEngvig)
-- Some fonts contains malformed composite glyphs which used to make fop crash.
-This adds an errormessage and tries to embed the font without the composite
-glyph. (TEngvig)
-- Made some tables in the TTF embedding optional to be compatible with more
-fonts. This adheres to the TrueType spec, and makes the MS OpenType
-extras optional. (KCampbell)
-- Bugfix for font headers with long datatype (KCampbell)
-
-*** Package org.apache.fop.fonts.apps:
-- Fixes NumberFormatExceptions when reading .pfm files with kerning values.
-(TEngvig)
-
-*** Package org.apache.fop.image[.analyser]:
-- now passes in url string to the analyser; some readers may need the url
-eg. svg document creator (KLiddle)
-- inlining of images (ASandstrom, Seshadri G.K.)
-- restored support for external svg images (KLiddle)
-- gives SVGReader the correct size (KLiddle)
-
-*** Package org.apache.fop.layout:
-- Fix table breaking bug (KLease)
-- (AreaContainer) Remove offset of X and Y position by border and
-padding (KLease)
-- (FontInfo, FontState) Refactored FontState so it doesn't do excessive font
-lookups per character. (KCampbell)
-- (LineArea) Moved mapping from character to cid from LineArea to PDFRenderer.
-This fixes bug no 1681 and other issues with wrong characters being displayed
-when using CID fonts. (TEngvig)
-- (LineArea) vertical align amount modified (KLiddle)
-- (LineArea) Fixes hyphenation for CID fonts (TEngvig)
-- (basic-link) Fixed basic-link horizontal position with justification
-turned on. (KCampbell)
-
-*** Package org.apache.fop.layout.hyphenation:
-- Fixed an array out of bounds that caused some combinations of word/pattern
-to crash (TEngvig)
-
-*** Package org.apache.fop.layout.inline:
-- Fixed basic-link horizontal position with justification turned on. (Campbell)
-
-*** Package org.apache.fop.pdf:
-- Changed encoding of CID fonts from customized CMap to predefined Identity-H
-encoding. (TEngvig)
-- Fixed some bugs in PDF rendering when font embedding fails.
-FontDescriptor is now written out anyway to produce a valid PDF
-and acrobat reports that the font can't be displayed. (KCampbell)
-- Added default producer to fix a bug where the PDF producer is
-set to null in the default commandline usage. (KCampbell)
-- (PrintRenderer) Correct border positions on absolutely positioned
-AreaContainers (fo:block-container) (KLease)
-
-*** Package org.apache.fop.render[.*]:
-- ps renderer (JMaerki)
-- improved support for XMLRenderer (ASandstrom)
-- fixes for -print option (DBradby)
-- restored support for external svg images (KLiddle)
-- Moved mapping from character to cid from LineArea to PDFRenderer. This
-fixes bug no 1681 and other issues with wrong characters being displayed when
-using CID fonts. (TEngvig)
-- Fix for color carrying over page breaks (ASandstrom)
-- Cleaned up renderWordArea. removed unused code. optimized object creation
-a little. (KCampbell)
-- Fix disappearing text when using text-anchor != start (KLease)
-- Fix for using embedded TrueType fonts in SVG. This fix adds the use of
-FontState.mapChar to ensure that glyphs used in the SVG document are included
-in the embedded font. (TEngvig)
-- Fixed some bugs in PDF rendering when font embedding fails.
-FontDescriptor is now written out anyway to produce a valid PDF
-and acrobat reports that the font can't be displayed. (KCampbell)
-
-*** Package src.org.apache.fop.svg:
-- svg handled with batik, supported in pdf, awt and ps
-- svg->pdf transcoder, PDFGraphics2D for drawing into pdf
-- (PDFDocumentGraphics2D) now supports size setting properly (KLiddle)
-- (PDFGraphics2D) fixes a line colouring problem (Liddle)
-- (PDFGraphics2D) better svg rendering; stroke style for lines (KLiddle)
-- (PDFGraphics2D) now supports size setting properly (KLiddle)
-- (SVG) Add viewBox support to svg element. (KLease)
-
-*** Package src.org.apache.fop.tools:
-- (TestConverter.java) fixes a problem relating to rendering options for xml
-renderer (KLiddle)
-
-test/Testing:
-- testing system, for use with the w3c defined testsuite.dtd including our
-tests (KLiddle)
-- added some simple test files with blocks (KLiddle)
-- also a script to create pdf from test suites (KLiddle)
-
-==============================================================================
-Done since 0.17 release
-
-- added: improved Fop task for Ant, added basedir attribute [Will Holcomb]
-- added: Driver can be reset now [Art Welch]
-- added: CID Font support to svg text [Claud Yu]
-- added: renders svg to the awt viewer using batik [Keiron Liddle]
-- added: start on the PDFGraphics2D for rendering the batik svg to pdf [Keiron Liddle]
-- added: a text renderer [Art Welch]
-- added: PCL renderer [Art Welch]
-- added: a bunch more properties on svg elements [Keiron Liddle]
-- added: subset fonts embedding [Tore Engvig]
-- added: Dutch hyphenation file [Reinout Verkerk]
-- added: Fop is now self-contained (all necessary jar files included) and
- a runnable jar (can be started with java -jar fop.jar) [Kelly Campbell]
-- added: support for border and padding shorthand properties [Karen Lease]
-- added: use of property manager, new properties handling [Karen Lease]
-- added: support for region-start, region-end [Arved Sandstrom]
-- added: to migrate FOP to use the svg facilities from Batik in a special cvs branch [Keiron Liddle]
-- added: enabling CID keyed truetype fonts; this gives support
- for other encodings besides WinAnsiEncoding (eg japanese, chinese, arabic,
- iso-whatever, etc). Also makes font inclusion easier [Tore Engvig]
-- added: new font configuration [Fotis Jannidis]
-- added: support for body-start and label-end in lists [Peter S. Housel]
-- added: support for non-rotated arcs in svg [Keiron Liddle]
-- added: break before and break after for table rows [Keiron Liddle]
-- added: error is reported if the number of columns the cells are using is
- different to the number of columns in the table [Keiron Liddle]
-- updated: better handling of svg properties using xsl conversion to svgproperties [Keiron Liddle]
-- updated: the FOP build to fix the problems of the output location for the
- property code generation. updated ant.jar to version 1.3,
- added all needed jar files [Kelly Campbell]
-- changed: cleaned up renderWordArea. removed unused code.
- optimized object creation a little. [Kelly Campbell]
-- changed: refactored FontState so it doesn't do excessive font lookups per character [Kelly Campbell]
-- changed: Driver to make embedding Fop easier [Kelly Campbell]
-- changed: apps package and commandline usage of Fop [Fotis Jannidis]
-- changed: adding a PrintRenderer for all print oriented renderers [Art Welch]
-- fixed: problems if calculated leader-length < 0 [Fotis Jannidis]
-- fixed: fixes problem with page break after last row of table body [Keiron Liddle]
-- fixed: fixed svg placement bug, now puts the image at the correct offset [Keiron Liddle]
-- fixed: broken support of jdk 1.1 [Art Welch]
-- fixed: xalan 1 support works again, was broken after changes in apps [Kelly Campbell]
-- fixed: properly adjusts the max height of table parts, when a footnote is added
- table will not overlap with the footnote [Keiron Liddle]
-- fixed: hexadecimal escape sequences in dutch hyphenation file converted
- to iso-latin-1 [Carlos Villegas]
-- fixed: the typos in the fonts example in the userconfig.xml
- and optimized conversions to String in TTFReader and use of StringBuffer [Alain Fagot]
-- fixed: added border style to relevant border so that borders show up [Keiron Liddle]
-- fixed: put text-anchor in the correct place [Keiron Liddle]
-- fixed: InstreamForeignObject checks for no more room in block area [Keiron Liddle]
-- fixed: false border rendering for PCL renderer [Art Welch]
-- fixed: added default producer to fix a bug where the PDF producer is set to null in the default
- commandline usage. [Kelly Campbell]
-- fixed: Made logging go to the same stream (out) for pages and the newline after a page
- sequence. The newline was previously going to the err stream. [Kelly Campbell]
-
-
-
-Done since 0.16 release
-
-- added: a branch for a Fop version which supports Japanese text
- (not yet part of the main branch) [Satoshi Ishigami]
-- added support for text-anchor in svg:text, viewBox in svg:svg [Aaron Optimizer Digulla]
-- added: MIF Renderer [G. Seshadri]
-- added: vertical-align to text [Keiron Liddle]
-- added: support for PDF outlines (aka bookmarks). See the example in
- docs/examples/fo/pdfoutline.fo [Kelly Campbell]
-- added: some text rendering optimizations for PDF [Kelly Campbell]
-- added: limited support for fo:wrapper [Kelly Campbell]
-- added: support in pdfrenderer for using TrueType fonts, and embedding of TrueType
- and Type1 fonts, and support for kerning [Tore Engvig]
-- added: further support for complete font handling in pdf renderer [Alain Fagot]
-- added: support for fo:footnote, fo:footnote-body [Keiron Liddle]
-- added: support for values of property textdecoration ('overline','linethrough') [Christian Geisert]
-- added: support for font-variant="small-caps" [Eric Schaeffer]
-- added/changed: organization of build tools / classes + support for xalan 2 [Kelly Campbell]
-- added: italian hyphenation file [Stephane Bline)]
-- added: uml diagrams to online docs [Stuart Zakon]
-- added: a new faq for fop at http://www.owal.co.uk:8090/ [Alex McLintock]
-- refactoring org.apache.fop.layout [Keiron Liddle]
-- changed: XObject to use the stream default filter list [Kelly Campbell]
-- changed: placed svg inline first, part in moving towards proper inline areas [Keiron Liddle]
-- fixed: a problem with spaces before and after a body in table
- also properly sets the width of the table to the sum of the columns [Keiron Liddle]
-- fixed: handling of orphans, keep problem [Keiron Liddle]
-- fixed: handling of column heights properly [Keiron Liddle]
-- fixed: bails out if no rows in table body [Keiron Liddle]
-- fixed: list-block spanning a page problem [Keiron Liddle]
-- fixed: an off by one error in the end of stream encoding part of ASCII85Filter
- as reported by Alex Cherepanov [Kelly Campbell]
-- fixed: Clarified error reported for order of static-content, flow within a
- page-sequence to meet section 6.4.5 of the spec [Kelly Campbell]
-- fixed: leader didn't fill rest of line in table of contents [Fotis Jannidis]
-- fixed: throws a more useful error if non-row inside table body [Keiron Liddle]
-- fixed: duplicate ID bug for tables that flow over a page [Keiron Liddle]
-- fixed: empty flow bug [Kai Strackbein]
-- fixed: broken support of jdk 1.1 [Peter Housel]
-
-Done since 0.15 release
-
-- added: support for background color property, column breaks [Arved Sandstrom]
-- added: support for xalan 2 in xslt task [Kelly Campbell]
-- added: support for the properties table-omit-header-at-break,
- table-omit-footer-at-break, number-columns-spanned (partly), orphans, widows (only for tables) [Keiron Liddle]
-- added: support for multi-column and column spanning (column-count, column-gap, span)[Arved Sandstrom]
-- added: compression for pdf files, changed output format to OutputStream [Kelly Campbell]
-- added: improved handling of compound properties [Karen Lease]
-- added: fo:character and property 'character' [Fotis Jannidis]
- (limitation: not included into hyphenation, no Common Margin and Padding support)
-- added: vertical alignment for table cell contents [Keiron Liddle]
-- added: Finnish hyphenation patterns [Jarno Elovirta]
-- added: hyphenation package [Carlos Villegas], integration into Fop [Fotis Jannidis]
-- added: interim configuration package [Fotis Jannidis]
-- added: FopImage class that uses JAI [Eric Schaeffer] and JAI compile target [Kelly Campbell]
-- added: support for rule-style [Fotis Jannidis]
-- added: support for fo:table-header, fo:table-footer, and for the following properties
- in tables: keep-with-next, keep-with-previous [Keiron Liddle]
-- updated: svg stuff for the latest java bindings [Keiron Liddle]
-- fixed: enhanced error messages for page layout (region names, master) [Norm Walsh]
-- fixed: infinite looping bug when TableCell or TableRow is larger than a page [Hani Elabed]
-- fixed: corrected the size of the "-" char [Keiron Liddle]
-- fixed: check for unnecessary whitespace at end of line [Marcus Crafter]
-- fixed: moves table completely to next page if first row doesn't fit into last page [Keiron Liddle]
-- fixed: problem where id's where being setup twice for
- table row going over the page [Kelly Campbell]
-- fixed colspanning so that the cell state keeps track of the
- width so far properly [Keiron Liddle]
-- fix to allow JDK 1.1 users to compile and use FOP [Mikko Honkala, Art Welch]
-- fix: removing duplicate character mappings [Dharamveer Salecha]
-- fix: NullPointerException in FopImageFactory [Kelly Campbell]
-- fixed: space after's where not being removed if table row was being removed [Keiron Liddle]
-- fixed problem with keep-with not storing the correct rows [Keiron Liddle]
-- fixed: extra space after was left behind for rows going over a page [Keiron Liddle]
-
-Done since 0.14 release
-- added region-name support, refactoring of region, PageSequence,
- PageMasterReference, flow/static [Kelly Campbell, Arved Sandstrom]
-- added CommandLine/Driver -d option to output stack traces [Kelly Campbell, Arved Sandstrom]
-- added: a new package for image support and analysis [Pankaj Narula]
-- added better svg support (linear gradients, radial gradients, css style selectors,
- css colour names, patterns, path curves (except arcs), text tspan and tref, text whitespace
- handling, text outline and fill, switch, images (including external svg images)
- references in external svg documents, svg elements (below top element), symbol element) [Keiron Liddle]
-- added large test suite for svg [Keiron Liddle]
-- added support for property textdecoration (only value 'underline') [Christian Geisert]
-- added support for type 1 fonts [Jeremias Maerki,Alan Fagot]
-- added support for compile target jdk 1.1 only [Art Welch]
-- added support for partial borders in block, block-container,
- table-row, table-column and table-cell [Corinna Hischke]
-- redesign of properties handling, support for computed, compound and shorthand properties,
- supporting docs [Karen Lease]
-- redesign of font handling for AWTRenderer [Dorothea Wiarda]
-- added: support for leader-alignment, leader-pattern-width, leader-pattern (dots,space) [Fotis Jannidis]
-- fixed: unnecessary dependence on jdk 1.2 features [Christian Geisert]
-- fixed: unicode problem in UserMessage [Ross Golder]
-- fixed: broken buildFOTree [Marcus Holmberg]
-- fixed: problems with borders and padding in tables [Corinna Hischke]
-- fixed: XMLRenderer, unbalanced " in the produced output [Dorothea Wiarda]
-- fixed: renamed: inline-sequence -> inline, simple-link -> basic-link,
- white-space-treatment -> white-space-collapse [Fotis Jannidis]
-- fixed: images were rendered only half size (Mikko Honkala)
-- fixed: pdf file in XalanCommandFile explicitly closed [Dharamveer Salecha]
-- fixed: lists containing list do not keep their indentation correctly
- over a page boundary [Dorothea Wiarda]
-
-Done since 0.13 release
-- pagination updated to 03/27/2000 XSL WD [Arved Sandstrom]
-- added support for fo page-number-citation [Mike Crowe, Jordan Naftolin]
-- added support for 06/29/2000 SVG WD + W3C Java DOM bindings [Keiron Liddle]
-- added image support using Jimi [Eric Schaeffer]
-- added support for external and internal simple-links [Jordan Naftolin]
-- added support for the fonts Symbol and ZapfDingbats [Fotis Jannidis]
-- added a MessageHandler [Fotis Jannidis]
-- fixed table overflow bug [Jordan Naftolin]
-- finally fixed postscript printing of generated PDF [Domagoj Cosic]
-- removed XTCommandLine from build.xml
-- removed PDFOutputHandler from build.xml
-- added XalanCommandLine [Fotis Jannidis]
-- added: fo:instream-foreign-object [Keiron Liddle]
-- added: goto button in AWT viewer [Stanislav Gorkhover]
-- updated: AWT viewer now works again and supports - with some restrictions - the new SVG support [Stanislav Gorkhover]
-
-Done since 0.12.1 release
-- using Ant to build Fop instead of make [Giacomo Pati]
-- borders, padding and absolute positioning [Jon Smirl]
-
-0.12.1 release
-to make the bug fix on XTCommandLine available to non developers
-basic support for padding-{top,left,bottom,right} on blocks.
-implemented simple-link (don't think it works, though)
-XTCommandLine now works again
-background color works on list-block
-list-blocks can now be in table-cell
-
-Done for 0.12.0 release:
-
-Make sure Makefiles work
-Switch to using Status object as return from layout()
-Incorporate Eric Schaeffer's fix to tables in static-content
-Incorporate Kelly Campell's fixes to GifJpegImage
-Incorporate Eric Schaeffer's background colour implementation
- (actually used different approach with background colour as trait)
-
+++ /dev/null
-
- ============================================================================
- The Apache Software License, Version 1.1
- ============================================================================
-
- Copyright (C) 1999 The Apache Software Foundation. All rights reserved.
-
- Redistribution and use in source and binary forms, with or without modifica-
- tion, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
- 3. The end-user documentation included with the redistribution, if any, must
- include the following acknowledgment: "This product includes software
- developed by the Apache Software Foundation (http://www.apache.org/)."
- Alternately, this acknowledgment may appear in the software itself, if
- and wherever such third-party acknowledgments normally appear.
-
- 4. The names "FOP" and "Apache Software Foundation" must not be used to
- endorse or promote products derived from this software without prior
- written permission. For written permission, please contact
- apache@apache.org.
-
- 5. Products derived from this software may not be called "Apache", nor may
- "Apache" appear in their name, without prior written permission of the
- Apache Software Foundation.
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
- DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- This software consists of voluntary contributions made by many individuals
- on behalf of the Apache Software Foundation and was originally created by
- James Tauber <jtauber@jtauber.com>. For more information on the Apache
- Software Foundation, please see <http://www.apache.org/>.
-
+++ /dev/null
-FOP readme
-
- What is FOP?
- FOP is the world's first print formatter driven by XSL formatting
- objects. It is a Java application that reads a formatting object
- tree conforming to the XSL candidate release (21. November 2000) and
- then turns it into a PDF document or allows you to preview it
- directly on screen.
-
- FOP is part of Apache's XML project. The homepage of FOP is
- http:/xml.apache.org/fop
-
- HTML-Documentation can be found in the subdirectory xml-fop/docs/html-docs.
-
- The names of the committers of this project and what the developers are working on
- can be found in the file STATUS in root.
-
- A list of all changes to the source can be found in the file CHANGES
-
- Please report bugs to bugzilla at http://nagoya.apache.org/bugzilla/
-
- Discussion of Fop takes place in fop-dev@xml.apache.org (subscribe at
- fop-dev-subscribe@xml.apache.org)
-
- Before you post any questions, please have a look at the FAQ at
- http://www.owal.co.uk:8090/asf/servlet/asf/
-
-
+++ /dev/null
-**** COMMITTERS ****
-
-Arved Sandstrom (release coordinator)
-James Tauber (started it all and wrote most of the code)
-
-Kelly Campbell
-Steven Coffman
-Stanislav Gorkhover
-Fotis Jannidis
-Karen Lease
-Keiron Liddle
-Jordan Naftolin
-Eric Schaeffer
-Jon Smirl
-
-
-**** THINGS WORKED ON *****
-
-
-redesign/refactoring - layout [Karen Lease]
-redesign/refactoring - page layout [Arved Sandstrom]
-svg, testing [Keiron Liddle]
-
-
-**** THINGS TO DO ****
-
-
-1)
-The immediate list of things that need to be done. These include things
-that may prevent other activity or could be done independantly.
-
-* Redesign of flow layout handling, breaks keeps, spacing etc.
-* Redesign/factoring of line area handling.
-* Testing system, moving old tests to new system etc.
-* SVG
-- integrating Avalon and Fop
-- Documentation / website needs to better help users understand how to use FOP
-- examples (a separate set of user fo examples)
-
-(* being worked on, - no current activity)
-
-2)
-After the the layout handling is redesigned then these items should be
-promoted to first priority.
-These should be done with the aim of getting to basic conformance.
-
-- Implement all remaining formatting objects
-- improve property handling for types not currently supported (eg. 'large' font)
-- implement all required properties
-
-3)
-Nail down external interfaces (the main part is fairly stable).
-Setting base directory, using config, logging, extensions etc.
-
-Interfaces to include:
-how does FOP get called
-how does the formatter interface to renderers
-how do people write new plug-ins: handlers for new image types
-processors for fo:instream-foreign-object
-
-4)
-Improve the code. Follow the Sun Java coding guidelines.
-Have better comments and correlation between spec terms
-and methods etc.
-
-
+++ /dev/null
-@echo off
-
-echo Fop Build System
-echo ----------------
-
-if "%JAVA_HOME%" == "" goto error
-
-set LIBDIR=lib
-set LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip;%LIBDIR%\ant.jar;%LIBDIR%\batik.jar;%LIBDIR%\buildtools.jar;%LIBDIR%\xerces-1.2.3.jar;%LIBDIR%\xalan-2.0.0.jar;%LIBDIR%\xalanj1compat.jar;%LIBDIR%\bsf.jar;%LIBDIR%\jimi-1.0.jar
-set ANT_HOME=%LIBDIR%
-
-echo Building with classpath %LOCALCLASSPATH%
-
-echo Starting Ant...
-
-%JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath "%LOCALCLASSPATH%" org.apache.tools.ant.Main %1 %2 %3 %4 %5
-
-goto end
-
-:error
-
-echo ERROR: JAVA_HOME not found in your environment.
-echo Please, set the JAVA_HOME variable in your environment to match the
-echo location of the Java Virtual Machine you want to use.
-
-:end
-
-rem set LOCALCLASSPATH=
-
+++ /dev/null
-#!/bin/sh
-# This file should be executable.
-echo
-echo "Fop Build System"
-echo "----------------"
-echo
-
-if [ "$JAVA_HOME" = "" ] ; then
- echo "ERROR: JAVA_HOME not found in your environment."
- echo
- echo "Please, set the JAVA_HOME variable in your environment to match the"
- echo "location of the Java Virtual Machine you want to use."
- exit 1
-fi
-LIBDIR=lib
-LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:$LIBDIR/ant.jar:$LIBDIR/batik.jar:$LIBDIR/buildtools.jar:$LIBDIR/xerces-1.2.3.jar:$LIBDIR/xalan-2.0.0.jar:$LIBDIR/xalanj1compat.jar:$LIBDIR/bsf.jar:$LIBDIR/jimi-1.0.jar
-ANT_HOME=$LIBDIR
-
-echo
-echo Building with classpath $LOCALCLASSPATH
-echo Starting Ant...
-echo
-
-$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath "$LOCALCLASSPATH" org.apache.tools.ant.Main $*
+++ /dev/null
-<?xml version="1.0"?>
-
-<!-- ===========================================================================
-
-
- * ================= *
- | How to build Fop |
- * ================= *
-
- Adaption from the Cocoon build.xml written by Stefano Mazzocchi
- by Giacomo Pati with some addition by Fotis Jannidis
-
-
-Introduction
-============
-
-FOP is the world's first print formatter driven by XSL formatting objects. It
-is a Java 1.1 application that reads a formatting object tree and then turns
-it into a PDF document. The formatting object tree, can be in the form of an
-XML document (output by an XSLT engine like XT or Xalan) or can be passed in
-memory as a DOM Document or (in the case of XT) SAX events.
-
-FOP is part of Apache's XML project. The homepage of FOP is
-http:/xml.apache.org/fop
-
-HTML-Documentation can be found in the subdirectory ./docs.
-
-
-Installing the build tools
-==========================
-
-The Fop build system is based on Jakarta Ant, which is a Java building tool
-originally developed for the Jakarta Tomcat project but now used in many other
-Apache projects and extended by many developers.
-
-Ant is a little but very handy tool that uses a build file written in XML
-(this file) as building instructions. For more information refer to
-"http://jakarta.apache.org/ant/".
-
-To make things easier for you, the Fop distribution contains a
-precompiled version of Ant and the build scripts take care of all the
-classpath issues except the following:
-
-You need to have xerces.jar, xalan.jar and bsf.jar (comes with xalan) in
-your classpath. You can get those from http://xml.apache.org/xerces and
-http://xml.apache.org/xalan respectively.
-
-Additionaly you have to make sure, that the "JAVA_HOME" environment
-property should be set to match the JVM you want to use. That's it.
-
-
-Building instructions
-=====================
-
-First, make sure your current working directory is where this very file is
-located. Then type
-
- ./build.sh (unix)
- .\build.bat (win32)
-
-if everything is right and all the required packages are visible, this action
-will generate a file called "fop.jar" in the "./build" directory. Note, that
-if you do further development, compilation time is reduced since Ant is able
-to detect which files have changed an to recompile them at need.
-
-If something went wrong, go to the FAQ section below.
-
-Also, you'll note that reusing a single JVM instance for each task, increases
-tremendously the performance of the whole build system, compared to other
-tools (i.e. make or shell scripts) where a new JVM is started for each task.
-
-
-
-Build targets
-=============
-
-The build system is not only responsible of compiling Fop into a jar file,
-but is also responsible for creating the HTML documentation, javadocs,
-distributions and web site. In fact, the file you have here is _exactly_ what
-is used by fop maintainers to take care of everything in the Fop
-project, no less and no more. (only partially implemented)
-
-These are the meaningful targets for this build file:
-
- - package [default] -> creates ./build/fop.jar
- - usage -> shows a help screen
- - codegen -> generates needed java sources from xml resources
- - docs -> generates the HTML documentation in ./build/docs
- - javadocs -> generates the API documentation in ./build/javadocs
- - dist -> generates the Fop distribution
- - clean -> restores the distribution to its original and clean state
- (excepting dist files)
- - distclean -> restores the distribution to its original and clean state
- - site -> generates the web site in ../xml-site/targets/fop (not yet impl.)
-
-====================================== FAQ =====================================
-
-1) Why some of the classes present in the original jar are not built anymore?
-
-The fop build system is very flexible: if a module requires a package that
-is not present in the classpath at build time, the module is skipped but
-the built process is not stopped.
-
-Here is a list of such modules and what you have to download to build them:
-
- org.apache.fop.apps.XTCommandLine ===>
- James Clark's XT (http://www.jclark.com/)
-
-2) I see a lot of warnings starting like this: "Warning: file modified in the future:"
-Sometimes ant gives out this warnings, but the build is finished without any problems
-
-
-============================================================================ -->
-
-<project default="package" basedir=".">
-
- <fileset dir="${basedir}" id="dist.bin">
- <include name="conf/**"/>
- <include name="docs/**"/>
- <include name="hyph/**"/>
- <include name="CHANGES"/>
- <include name="LICENSE"/>
- <include name="README"/>
- <include name="STATUS"/>
- <include name="fop.bat"/>
- <include name="fop.sh"/>
- <exclude name="src/**"/>
- <exclude name="dist/**"/>
- <exclude name="build/**"/>
- <exclude name="lib/**"/>
- </fileset>
-
- <fileset dir="${basedir}" id="dist.bin.lib">
- <include name="lib/xerces-1.2.3.jar"/>
- <include name="lib/xalan-2.0.0.jar"/>
- <include name="lib/xalanj1compat.jar"/>
- <include name="lib/batik.jar"/>
- <include name="lib/jimi*"/>
- </fileset>
-
- <fileset dir="${basedir}" id="dist.src">
- <exclude name="lib/classes/**"/>
- <exclude name="lib/org/**"/>
- <exclude name="lib/src/**"/>
- <exclude name="build/**"/>
- <include name="src/**"/>
- <include name="conf/**"/>
- <include name="docs/**"/>
- <include name="hyph/**"/>
- <include name="lib/**"/>
- <include name="CHANGES"/>
- <include name="LICENSE"/>
- <include name="README"/>
- <include name="STATUS"/>
- <include name="build*"/>
- <include name="fop.bat"/>
- <include name="fop.sh"/>
- </fileset>
-
- <!-- =================================================================== -->
- <!-- Initialization target -->
- <!-- =================================================================== -->
- <target name="init" depends="init-avail, init-filters-xalan1, init-filters-xalan2">
- <tstamp/>
- <property name="Name" value="Fop"/>
- <property name="name" value="fop"/>
- <property name="version" value="0.20.0"/>
- <filter token="version" value="${version}"/>
- <property name="year" value="1999-2001"/>
-
- <echo message="------------------- ${Name} ${version} [${year}] ----------------"/>
-
- <property name="build.compiler" value="classic"/>
- <property name="debug" value="off"/>
- <property name="optimize" value="on"/>
- <property name="deprecation" value="off"/>
-
- <property name="src.dir" value="./src"/>
- <property name="src.codegen" value="./src/codegen"/>
- <property name="docs.dir" value="./docs"/>
- <property name="lib.dir" value="./lib"/>
- <property name="hyph.dir" value="./hyph"/>
- <property name="conf.dir" value="./conf"/>
- <property name="packages" value="org.apache.fop.*"/>
-
- <property name="doc.generator" value="org.apache.stylebook.StyleBook"/>
- <property name="doc.generator.package" value="${lib.dir}/stylebook-1.0-b2.jar"/>
-
- <property name="viewer.resources.src.dir" value="./src/org/apache/fop/viewer/resources"/>
- <property name="viewer.images.src.dir" value="./src/org/apache/fop/viewer/Images"/>
-
- <property name="build.dir" value="./build"/>
- <property name="build.src" value="./build/src"/>
- <property name="build.codegen" value="./build/src/codegen"/>
- <property name="build.dest" value="./build/classes"/>
- <property name="build.docs" value="./build/docs"/>
- <property name="build.javadocs" value="./build/javadocs"/>
-
- <property name="viewer.resources.dest.dir" value="${build.dest}/org/apache/fop/viewer/resources"/>
- <property name="viewer.images.dest.dir" value="${build.dest}/org/apache/fop/viewer/Images"/>
-
- <!-- <property name="dist.dir" value="./dist"/> -->
- <property name="dist.bin.dir" value="./dist-bin"/>
- <property name="dist.src.dir" value="./dist-src"/>
- <property name="dist.bin.result.dir" value="${dist.bin.dir}/${Name}-${version}"/>
- <property name="dist.src.result.dir" value="${dist.src.dir}/${Name}-${version}"/>
-
- <property name="properties.dir" value="org/apache/fop/fo/properties"/>
- <property name="fonts.dir" value="org/apache/fop/render/pdf/fonts"/>
- <property name="svg.dir" value="org/apache/fop/svg"/>
- <property name="replacestring" value="org/apache/fop"/>
- <property name="ignore_this" value="ignore_this.java"/>
- <property name="jimi" value="JimiImage.java"/>
- <property name="jai" value="JAIImage.java"/>
-
- <property name="ignore_jdk11"
- value="org/apache/fop/render/awt/**
- ,org/apache/fop/viewer/**
- ,**/GifJpegImage.java
- ,**/JimiImage.java
- ,**/PrintStarter.java
- ,**/AWTStarter.java"/>
-
- <property name="xslt" value="org.apache.xalan.xslt.Process"/>
- <property name="src.properties.xsl" value="${src.codegen}/properties.xsl"/>
- <property name="src.propmaker.xsl" value="${src.codegen}/propmaker.xsl"/>
- <property name="foproperties.xml" value="${build.codegen}/foproperties.xml"/>
- <property name="colorkw.xml" value="${build.codegen}/colorkw.xml"/>
- <property name="svgproperties.xml" value="${build.codegen}/svgproperties.xml"/>
- <property name="extproperties.xml" value="${build.codegen}/extproperties.xml"/>
- <property name="allprops.xml" value="${build.codegen}/allprops.xml"/>
-
- <property name="svgelements.xml" value="${build.codegen}/svgelements.xml"/>
- <property name="elements.xsl" value="${build.codegen}/elements.xsl"/>
-
- <property name="properties.xsl" value="${build.codegen}/properties.xsl"/>
- <property name="propmap.xsl" value="${build.codegen}/propmap.xsl"/>
- <property name="enumgen.xsl" value="${build.codegen}/enumgen.xsl"/>
- <property name="propinc.xsl" value="${build.codegen}/propinc.xsl"/>
- <property name="genconst.xsl" value="${build.codegen}/genconst.xsl"/>
- <property name="src.charlist.xsl" value="${src.codegen}/code-point-mapping.xsl"/>
- <property name="charlist.xml" value="${build.codegen}/charlist.xml"/>
- <property name="charlist.xsl" value="${build.codegen}/code-point-mapping.xsl"/>
- <property name="fontfile.xsl" value="${build.codegen}/font-file.xsl"/>
- <property name="t1fontfile.xsl" value="${build.codegen}/t1font-file.xsl"/>
- <property name="ttffontfile.xsl" value="${build.codegen}/ttffontfile.xsl"/>
- <property name="Courier.xml" value="${build.codegen}/Courier.xml"/>
- <property name="Courier-Oblique.xml" value="${build.codegen}/Courier-Oblique.xml"/>
- <property name="Courier-Bold.xml" value="${build.codegen}/Courier-Bold.xml"/>
- <property name="Courier-BoldOblique.xml" value="${build.codegen}/Courier-BoldOblique.xml"/>
- <property name="Helvetica.xml" value="${build.codegen}/Helvetica.xml"/>
- <property name="Helvetica-Oblique.xml" value="${build.codegen}/Helvetica-Oblique.xml"/>
- <property name="Helvetica-Bold.xml" value="${build.codegen}/Helvetica-Bold.xml"/>
- <property name="Helvetica-BoldOblique.xml" value="${build.codegen}/Helvetica-BoldOblique.xml"/>
- <property name="Times-Roman.xml" value="${build.codegen}/Times-Roman.xml"/>
- <property name="Times-Italic.xml" value="${build.codegen}/Times-Italic.xml"/>
- <property name="Times-Bold.xml" value="${build.codegen}/Times-Bold.xml"/>
- <property name="Times-BoldItalic.xml" value="${build.codegen}/Times-BoldItalic.xml"/>
- <property name="ZapfDingbats.xml" value="${build.codegen}/ZapfDingbats.xml"/>
- <property name="Symbol.xml" value="${build.codegen}/Symbol.xml"/>
-
- <property name="xalan1" value="Xalan1Transform.java"/>
- <property name="trax" value="TraxTransform.java"/>
- <property name="xsltransform" value="XSLTransform.java"/>
-
- <property name="tools.pkg" value="org/apache/fop/tools"/>
-
-
- <!-- insert custom font information here (step 1 of 2) -->
- <!-- use this as a template
- <property name="myfont.xml" value="${build.codegen}/myfont.xml"/>
- -->
-
- <taskdef name="serHyph" classname="org.apache.fop.tools.anttasks.SerializeHyphPattern"/>
- <taskdef name="xslt" classname="org.apache.fop.tools.anttasks.Xslt"/>
- <taskdef name="manifest" classname="org.apache.fop.tools.anttasks.Manifest"/>
- <taskdef name="runTest" classname="org.apache.fop.tools.anttasks.RunTest"/>
-
- <property name="main.class" value="org.apache.fop.apps.Fop"/>
- <property name="runtime.classpath" value="lib/xerces-1.2.3.jar lib/xalan-2.0.0.jar lib/xalanj1compat.jar lib/batik.jar lib/jimi-1.0.jar"/>
-
- <filter filtersfile="${build.src}/codegen/filter"/>
-
- </target>
-
- <target name="init-avail">
- <available property="xt.present" classname="com.jclark.xsl.sax.XSLProcessor"/>
- <available property="jimi.present" classname="com.sun.jimi.core.Jimi"/>
- <available property="jai.present" classname="javax.media.jai.JAI"/>
-
- <available property="trax.present" classname="javax.xml.transform.Transformer"/>
- <available property="xalan1.present" classname="org.apache.xalan.xslt.XSLTProcessor"/>
- <filter token="xalan1-replacestring" value="./build/src/org/apache/fop"/>
- <filter token="xalan2-replacestring" value="../org/apache/fop"/>
-
- </target>
-
- <target name="init-filters-xalan1" depends="init-avail" if="xalan1.present" unless="trax.present">
- <copy file="src/codegen/xalan1.filter" toFile="./build/src/codegen/filter" filtering="on"/>
- </target>
-
- <target name="init-filters-xalan2" depends="init-avail" if="trax.present">
- <copy file="src/codegen/xalan2.filter" toFile="./build/src/codegen/filter" filtering="on"/>
- </target>
-
-
- <!-- =================================================================== -->
- <!-- Help on usage -->
- <!-- =================================================================== -->
- <target name="usage">
- <echo message=""/>
- <echo message=""/>
- <echo message="${Name} Build file"/>
- <echo message="-------------------------------------------------------------"/>
- <echo message=""/>
- <echo message=" available targets are:"/>
- <echo message=""/>
- <echo message=" package --> generates the ${name}.jar file (default)"/>
- <echo message=" codegen --> generates the java files from the xml resources"/>
- <echo message=" compile --> compiles the source code"/>
- <echo message=" docs --> generates the HTML documentation"/>
- <echo message=" javadocs --> generates the API documentation (java 1.2 only)"/>
- <echo message=" dist --> generates the ${Name} distribution as .tar.gz and .zip"/>
- <echo message=" clean --> cleans up the directory (except for the dist files)"/>
- <echo message=" distclean --> cleans up the directory"/>
- <echo message=" site --> generates the ${Name} web site (not yet implemented)"/>
- <echo message=""/>
- <echo message=" See the comments inside the build.xml file for more details."/>
- <echo message="-------------------------------------------------------------"/>
- <echo message=""/>
- <echo message=""/>
- </target>
-
- <!-- =================================================================== -->
- <!-- Prepares the build directory -->
- <!-- =================================================================== -->
- <target name="prepare" depends="init">
- <!-- create directories -->
- <echo message="Preparing the build directories"/>
- <mkdir dir="${build.dir}"/>
- <mkdir dir="${build.src}"/>
- <mkdir dir="${build.src}/${properties.dir}"/>
- <mkdir dir="${build.src}/${fonts.dir}"/>
- <mkdir dir="${build.src}/${svg.dir}"/>
- <mkdir dir="${build.dest}/conf"/>
- <mkdir dir="${build.dest}/hyph"/>
- <copy todir="${build.dest}/conf" filtering="yes">
- <fileset dir="./conf"/>
- </copy>
- </target>
-
-
- <!-- =================================================================== -->
- <!-- compiles hyphenation patterns -->
- <!-- =================================================================== -->
-
- <target name="hyphenation" depends="prepare" >
- <serHyph includes="*.xml"
- sourceDir="./hyph"
- targetDir="${build.dest}/hyph" />
- </target>
-
-
- <!-- =================================================================== -->
- <!-- copies some source files if xt is present -->
- <!-- =================================================================== -->
- <target name="prepare-xt" depends="prepare" if="xt.present">
- <copy todir="${build.src}">
- <fileset dir="${src.dir}" includes="**/XT*,**/PDFOutputHandler.java"/>
- </copy>
- </target>
-
- <!-- =================================================================== -->
- <!-- copies special image class only if Jimi library is present -->
- <!-- =================================================================== -->
- <target name="prepare-jimi" depends="prepare" if="jimi.present">
- <echo message="Jimi library is present. Fop installs jimi support."/>
- <copy todir="${build.src}">
- <fileset dir="${src.dir}" includes="**/${jimi}"/>
- </copy>
- </target>
-
- <!-- =================================================================== -->
- <!-- copies special image class only if JAI library is present -->
- <!-- =================================================================== -->
- <target name="prepare-jai" depends="prepare" if="jai.present">
- <echo message="JAI library is present. Fop installs JAI support."/>
- <copy todir="${build.src}">
- <fileset dir="${src.dir}" includes="**/${jai}"/>
- </copy>
- </target>
-
-
- <target name="prepare-xalan1" if="xalan1.present">
- <echo message="Xalan1 is present. Installing Xalan1 support"/>
- <copy todir="${build.src}">
- <fileset dir="${src.dir}" includes="**/${xsltransform},**/${xalan1}"/>
- </copy>
- </target>
-
- <target name="prepare-trax" if="trax.present">
- <echo message="JAXP1.1 transforms is present. Installing TRaX support"/>
- <copy todir="${build.src}">
- <fileset dir="${src.dir}" includes="**/${xsltransform},**/${trax},**/apps/TraxInputHandler.java"/>
- </copy>
- </target>
-
-
- <!-- =================================================================== -->
- <!-- Prepares the source code -->
- <!-- =================================================================== -->
- <target name="prepare-src" depends="prepare, prepare-xt, prepare-jimi, prepare-jai, prepare-xalan1, prepare-trax">
- <!-- copy src files -->
- <copy todir="${build.src}">
- <fileset dir="${src.dir}"
- excludes="**/Makefile*, **/package.html, **/XT*,**/PDFOutputHandler.java,**/${jimi},**/${jai},**/${xsltransform},**/${trax},**/${xalan1},**/apps/TraxInputHandler.java"/>
- </copy>
- </target>
-
- <!-- =================================================================== -->
- <!-- Generate the source code -->
- <!-- =================================================================== -->
- <target name="codegen" depends="prepare">
- <!-- resetting codegen directory -->
- <echo message="Resetting codegen directory"/>
-
- <!-- copy codegen directory -->
- <copy todir="${build.codegen}" filtering="on">
- <fileset dir="${src.codegen}"/>
- </copy>
-
- <!-- generate the java files from xml resources -->
- <echo message="Generating the java files from xml resources"/>
-
- <xslt infile="${svgelements.xml}" xsltfile="${src.propmaker.xsl}"
- dependent="${propinc.xsl}"
- outfile="${svgproperties.xml}" smart="yes"/>
-
- <xslt infile="${allprops.xml}" xsltfile="${genconst.xsl}"
- dependent="${foproperties.xml},${svgproperties.xml},${extproperties.xml},${colorkw.xml}"
- outfile="${build.src}/${replacestring}/fo/properties/Constants.java" smart="yes"/>
-
- <xslt infile="${foproperties.xml}" xsltfile="${properties.xsl}"
- dependent="${propinc.xsl},${colorkw.xml}"
- outfile="${build.src}/${replacestring}/fo/properties/fo_${ignore_this}" smart="yes"/>
- <xslt infile="${foproperties.xml}" xsltfile="${propmap.xsl}"
- dependent="${propinc.xsl}"
- outfile="${build.src}/${replacestring}/fo/properties/FOPropertyMapping.java" smart="yes"/>
- <xslt infile="${foproperties.xml}" xsltfile="${enumgen.xsl}"
- dependent="${propinc.xsl}"
- outfile="${build.src}/${replacestring}/fo/properties/foenums_${ignore_this}" smart="yes"/>
-
- <xslt infile="${svgproperties.xml}" xsltfile="${properties.xsl}"
- dependent="${propinc.xsl}"
- outfile="${build.src}/${replacestring}/fo/properties/svg_${ignore_this}" smart="yes"/>
- <xslt infile="${svgproperties.xml}" xsltfile="${propmap.xsl}"
- dependent="${propinc.xsl}"
- outfile="${build.src}/${replacestring}/fo/properties/SVGPropertyMapping.java" smart="yes"/>
- <xslt infile="${svgproperties.xml}" xsltfile="${enumgen.xsl}"
- dependent="${propinc.xsl}"
- outfile="${build.src}/${replacestring}/fo/properties/svgenums_${ignore_this}" smart="yes"/>
-
- <xslt infile="${extproperties.xml}" xsltfile="${properties.xsl}"
- dependent="${propinc.xsl}"
- outfile="${build.src}/${replacestring}/fo/properties/ext_${ignore_this}" smart="yes"/>
- <xslt infile="${extproperties.xml}" xsltfile="${propmap.xsl}"
- dependent="${propinc.xsl}"
- outfile="${build.src}/${replacestring}/fo/properties/ExtensionPropertyMapping.java" smart="yes"/>
- <xslt infile="${extproperties.xml}" xsltfile="${enumgen.xsl}"
- dependent="${propinc.xsl}"
- outfile="${build.src}/${replacestring}/fo/properties/extenums_${ignore_this}" smart="yes"/>
-
-
- <xslt infile="${svgelements.xml}" xsltfile="${elements.xsl}"
- outfile="${build.src}/${replacestring}/svg/ele_${ignore_this}" smart="yes"/>
-
-
- <xslt infile="${charlist.xml}" xsltfile="${charlist.xsl}"
- outfile="${build.src}/${replacestring}/render/pdf/CodePointMapping.java" smart="yes"/>
- <xslt infile="${Courier.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/Courier.java" smart="yes"/>
- <xslt infile="${Courier-Oblique.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/CourierOblique.java" smart="yes"/>
- <xslt infile="${Courier-Bold.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/CourierBold.java" smart="yes"/>
- <xslt infile="${Courier-BoldOblique.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/CourierBoldOblique.java" smart="yes"/>
- <xslt infile="${Helvetica.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/Helvetica.java" smart="yes"/>
- <xslt infile="${Helvetica-Oblique.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/HelveticaOblique.java" smart="yes"/>
- <xslt infile="${Helvetica-Bold.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/HelveticaBold.java" smart="yes"/>
- <xslt infile="${Helvetica-BoldOblique.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/HelveticaBoldOblique.java" smart="yes"/>
- <xslt infile="${Times-Roman.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/TimesRoman.java" smart="yes"/>
- <xslt infile="${Times-Italic.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/TimesItalic.java" smart="yes"/>
- <xslt infile="${Times-Bold.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/TimesBold.java" smart="yes"/>
- <xslt infile="${Times-BoldItalic.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/TimesBoldItalic.java" smart="yes"/>
- <xslt infile="${ZapfDingbats.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/ZapfDingbats.java" smart="yes"/>
- <xslt infile="${Symbol.xml}" xsltfile="${fontfile.xsl}" mergefile="${charlist.xml}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/Symbol.java" smart="yes"/>
-
- <!-- custom fonts (Use t1fontfile.xsl instead of fontfile.xsl for Type 1 fonts!) step 2/2 -->
- <!-- use this as a template for type 1 fonts:
- <xslt infile="${myfont.xml}" xsltfile="${t1fontfile.xsl}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/myfont.java" smart="yes"/>
- -->
- <!-- use this as a template for truetype fonts
- <xslt infile="${myfont.xml}" xsltfile="${ttffontfile.xsl}"
- outfile="${build.src}/${replacestring}/render/pdf/fonts/myfont.java" smart="yes"/>
- -->
-
-
- </target>
-
- <!-- =================================================================== -->
- <!-- Compiles the source directory -->
- <!-- =================================================================== -->
- <target name="compile" depends="codegen, prepare-src">
- <echo message="Compiling the sources "/>
- <!-- create directories -->
- <mkdir dir="${build.dest}"/>
-
- <mkdir dir="${viewer.resources.dest.dir}"/>
- <copy todir="${viewer.resources.dest.dir}">
- <fileset dir="${viewer.resources.src.dir}"/>
- </copy>
- <mkdir dir="${viewer.images.dest.dir}"/>
- <copy todir="${viewer.images.dest.dir}">
- <fileset dir="${viewer.images.src.dir}"/>
- </copy>
-
- <javac srcdir="${build.src}"
- destdir="${build.dest}"
- debug="${debug}"
- deprecation="${deprecation}"
- optimize="${optimize}"
- excludes="**/*${ignore_this},${jimi}"/>
- </target>
-
- <target name="compile-jdk11" depends="codegen, prepare-src">
- <echo message="Compiling the sources for JDK1.1"/>
- <!-- create directories -->
- <mkdir dir="${build.dest}"/>
-
- <javac srcdir="${build.src}"
- destdir="${build.dest}"
- debug="${debug}"
- deprecation="${deprecation}"
- optimize="${optimize}"
- excludes="**/${ignore_this},${jimi},${ignore_jdk11}"/>
- </target>
-
- <!-- =================================================================== -->
- <!-- Creates the class package -->
- <!-- =================================================================== -->
- <target name="package" depends="compile,hyphenation">
- <echo message="Creating the jar file ${build.dir}/${name}.jar"/>
- <manifest file="${build.dir}/Manifest.txt" overwrite="yes"
- mainclass="${main.class}"
- classpath="${runtime.classpath}"
- impltitle="${Name}" implversion="${version}"
- implvendor="Apache Software Foundation (http://xml.apache.org/fop/)"/>
- <jar jarfile="${build.dir}/${name}.jar" manifest="${build.dir}/Manifest.txt"
- basedir="${build.dest}"
- includes="org/**,conf/**,hyph/**"/>
- </target>
-
- <target name="test" depends="package">
- <echo message="Testing build in jar file ${build.dir}/${name}.jar against reference"/>
- <runTest testSuite="basictests.xml" basedir="test/" reference="test/reference/fop.jar"
- refVersion="FOP 0.19.0-CVS"/>
- <runTest testSuite="bugtests.xml" basedir="test/" reference="test/reference/fop.jar"
- refVersion="FOP 0.19.0-CVS"/>
-<!--
- <runTest testSuite="testsuite.xml" basedir="TestSuite/NIST/" reference="test/reference/fop.jar"
- refVersion="FOP 0.19.0-CVS"/>
- <runTest testSuite="testsuite.xml" basedir="TestSuite/contrib/IBM/" reference="test/reference/fop.jar"
- refVersion="FOP 0.19.0-CVS"/>
- <runTest testSuite="testsuite.xml" basedir="TestSuite/contrib/FOP/" reference="test/reference/fop.jar"
- refVersion="FOP 0.19.0-CVS"/>
- <runTest testSuite="testsuite.xml" basedir="TestSuite/contrib/XEP/" reference="test/reference/fop.jar"
- refVersion="FOP 0.19.0-CVS"/>
- <runTest testSuite="testsuite.xml" basedir="TestSuite/contrib/XSLFormatter/" reference="test/reference/fop.jar"
- refVersion="FOP 0.19.0-CVS"/>
--->
- </target>
-
- <target name="all" depends="package"/> <!-- "all" target for us Makefile converts ;-) -->
-
- <target name="package-jdk11" depends="compile-jdk11,hyphenation">
- <echo message="Creating the jar file ${build.dir}/${name}11.jar"/>
- <jar jarfile="${build.dir}/${name}-jdk11.jar"
- basedir="${build.dest}"
- includes="org/**,conf/**,hyph/**"/>
- </target>
-
- <!-- =================================================================== -->
- <!-- Prepares the docs -->
- <!-- =================================================================== -->
- <target name="prepare-docs" depends="init">
- <mkdir dir="${build.docs}"/>
- <!-- sets exec permission for antRun on Unix systems. necessary for javadoc-->
- <chmod file="${lib.dir}/bin/antRun" perm="ugo+rx" />
- </target>
-
-
- <!-- =================================================================== -->
- <!-- Creates the API documentation -->
- <!-- =================================================================== -->
- <target name="javadocs" depends="prepare-src">
- <echo message="Producing the javadoc files "/>
- <mkdir dir="${build.javadocs}"/>
- <javadoc packagenames="${packages}"
- sourcepath="${build.src}"
- destdir="${build.javadocs}"
- author="true"
- version="true"
- windowtitle="${Name} API"
- doctitle="${Name}"
- bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved."
- />
- </target>
-
- <!-- =================================================================== -->
- <!-- Creates the distribution -->
- <!-- =================================================================== -->
- <target name="dist" depends="dist-src"/>
-
- <target name="dist-bin" depends="package, javadocs">
- <echo message="Building the binary distribution files (zip,tar)"/>
- <mkdir dir="${dist.bin.result.dir}"/>
- <copy todir="${dist.bin.result.dir}">
- <fileset refid="dist.bin"/>
- <fileset refid="dist.bin.lib"/>
- </copy>
- <mkdir dir="${dist.bin.result.dir}/build"/>
- <copy todir="${dist.bin.result.dir}/build" file="build/fop.jar"/>
-
- <zip zipfile="${Name}-${version}-bin.zip" basedir="${dist.bin.dir}" includes="**"/>
- <tar tarfile="${Name}-${version}-bin.tar" basedir="${dist.bin.dir}" includes="**"/>
- <gzip zipfile="${Name}-${version}-bin.tar.gz" src="${Name}-${version}-bin.tar" />
- <delete file="${Name}-${version}-bin.tar"/>
-
- </target>
-
-
- <target name="dist-src" depends="package, javadocs">
- <echo message="Building the source distribution files (zip,tar)"/>
- <mkdir dir="${dist.src.result.dir}"/>
- <copy todir="${dist.src.result.dir}">
- <fileset refid="dist.src"/>
- </copy>
- <copy todir="${dist.src.result.dir}/javadocs">
- <fileset dir="${build.javadocs}"/>
- </copy>
- <mkdir dir="${dist.src.result.dir}/build"/>
- <copy todir="${dist.src.result.dir}/build" file="build/fop.jar"/>
- <chmod file="${dist.src.result.dir}/build.sh" perm="ugo+rx" />
-
- <zip zipfile="${Name}-${version}-src.zip" basedir="${dist.src.dir}" includes="**"/>
- <tar tarfile="${Name}-${version}-src.tar" basedir="${dist.src.dir}" includes="**"/>
- <gzip zipfile="${Name}-${version}-src.tar.gz" src="${Name}-${version}-src.tar" />
- <delete file="${Name}-${version}-src.tar"/>
-
- </target>
-
- <!-- =================================================================== -->
- <!-- Clean targets -->
- <!-- =================================================================== -->
- <target name="clean" depends="init">
- <delete dir="${build.dir}"/>
- </target>
-
- <target name="distclean" depends="clean">
- <delete dir="${dist.src.dir}"/>
- <delete dir="${dist.bin.dir}"/>
- <delete>
- <fileset dir="${basedir}" includes="${Name}-${version}*.tar.gz"/>
- <fileset dir="${basedir}" includes="${Name}-${version}*.tar"/>
- <fileset dir="${basedir}" includes="${Name}-${version}*.zip"/>
- </delete>
- </target>
-
-</project>
-
+++ /dev/null
-<?xml version="1.0"?>
-
-<!-- =======================================================================
-
- Instructions for building the buildtools.jar:
-
- Classpath should contain the following:
- Xerces 1.2.x
- Xalan 1.2.x
- Xalan 2.x
- xml-fop/lib/ant.jar
-
- Run "ant -f buildtools.xml" to build a new version of the buildtools jar
-
-======================================================================= -->
-
-
-<project default="buildtools" basedir=".">
- <target name="init">
- <property name="src.dir" value="./src"/>
- <property name="build.src" value="./lib/src"/>
- <property name="build.dest" value="./lib/classes"/>
-
- <property name="tools" value="org/apache/fop/tools"/>
- <property name="hyph" value="org/apache/fop/layout/hyphenation"/>
- <property name="buildtools.jar" value="./lib/buildtools.jar"/>
-
- <property name="xalan1" value="Xalan1Transform.java"/>
- <property name="trax" value="TraxTransform.java"/>
-
- <available property="trax.present" classname="javax.xml.transform.Transformer"/>
- <available property="xalan1.present" classname="org.apache.xalan.xslt.XSLTProcessor"/>
- </target>
-
- <target name="compile" depends="init,prepare.src">
- <mkdir dir="${build.dest}"/>
- <javac srcdir="${build.src}"
- destdir="${build.dest}"/>
-
- </target>
-
- <target name="buildtools" depends="clean,init,compile">
- <echo message="Creating the jar file ${buildtools.jar}"/>
- <jar jarfile="${buildtools.jar}"
- basedir="${build.dest}"
- includes="${tools}/**,${hyph}/**"/>
- </target>
-
- <target name="prepare.src" depends="prepare.xalan1,prepare.trax">
- <copy todir="${build.src}">
- <fileset dir="${src.dir}"
- includes="${tools}/**,${hyph}/**"
- excludes="${tools}/anttasks/Fop.java,${tools}/TestConverter.java,${hyph}/Hyphenator.java,**/${xalan1},**/${trax}"/>
- </copy>
- </target>
-
- <target name="prepare.xalan1" if="xalan1.present">
- <echo message="Xalan1 is present. Installing Xalan1 support"/>
- <copy todir="${build.src}">
- <fileset dir="${src.dir}"
- includes="**/${xalan1}"/>
- </copy>
- </target>
-
- <target name="prepare.trax" if="trax.present">
- <echo message="JAXP1.1 transforms is present. Installing TRaX support"/>
- <copy todir="${build.src}">
- <fileset dir="${src.dir}"
- includes="**/${trax}"/>
- </copy>
- </target>
-
- <target name="clean" depends="init">
- <delete dir="${build.src}"/>
- <delete dir="${build.dest}"/>
- </target>
-
-</project>
+++ /dev/null
-<?xml version="1.0"?>
-<!DOCTYPE formattingObjects [
-<!ELEMENT formattingObjects (title,usage,category+,notes?)>
-<!ELEMENT title (#PCDATA)>
-<!ELEMENT usage (para)*>
-<!ELEMENT para (#PCDATA|em|term)*>
-<!ELEMENT em (#PCDATA)>
-<!ELEMENT term (#PCDATA)>
-<!ELEMENT category (object)+>
-<!ATTLIST category
- class CDATA #REQUIRED>
-<!ELEMENT object (name,baseClass,specContent,generatedAreas,breaksKeeps?)>
-<!ATTLIST object
- implemented (true|false) "true">
-<!ELEMENT name (#PCDATA)>
-<!ELEMENT baseClass (#PCDATA)>
-<!ELEMENT specContent (#PCDATA)>
-<!ELEMENT generatedAreas (type,multiplicity,currentLayout)?>
-<!ATTLIST generatedAreas
- isReference (true|false) "false">
-<!ELEMENT type (class,stacking)>
-<!ELEMENT class (#PCDATA)>
-<!ELEMENT stacking (#PCDATA)>
-<!ELEMENT multiplicity (#PCDATA)>
-<!ELEMENT currentLayout (#PCDATA)>
-<!ATTLIST currentLayout
- intoParentArea (true|false) "false">
-<!ELEMENT breaksKeeps (#PCDATA)>
-<!ELEMENT notes (note)+>
-<!ELEMENT note (#PCDATA)>
-]>
-<formattingObjects>
-<title>FOP Implementation of Layout Formatting Objects</title>
-<usage>
-<para>
-This table displays information concerning FOP implementation
-of XSL formatting objects of the layout type.
-</para>
-<para>
-The category classes refer to the XSL specification notation
-<term>%block;</term> and <term>%inline;</term>. These
-classifications are rather less useful in practical terms than
-one might initially suppose.
-</para>
-<para>
-The <em>Base Class</em> of each object is the FOP implementation
-class.
-</para>
-<para>
-The <em>Spec Content</em> is the BNF grammar describing
-the content of each FO, as taken from the XSL specification.
-</para>
-<para>
-The <em>Breaks and Keeps</em> describes what breaks and keeps apply
-to each FO. <em>All</em> means all breaks and keeps, <em>All Keeps</em>
-indicates that <term>keep-together</term>, <term>keep-with-next</term>,
-and <term>keep-with-previous</term> all apply. The abbreviations
-<term>kt</term>, <term>kwn</term>, and <term>kwp</term> specify
-individual keep properties.
-</para>
-<para>
-The information on generated areas describes what type of areas are
-<em>generated</em> by a given FO, how many there are, whether or not
-they are reference areas, and what FOP area class is being used for layout.
-In some cases content is laid-out into the parent area; in others, the
-content is laid-out in new areas that are constructed as required, then
-added to the parent area - this is also noted in the table. In practise,
-we should see that FOs that do not generate areas should layout into the
-parent.
-</para>
-<para>
-The Name, Spec Content, and Breaks & Keeps information is definite.
-The type and multiplicity of generated areas is definite, as well as whether
-the generated areas are reference areas or not. The BaseClass and the
-layout area information is FOP-implementation dependent.
-</para>
-<para><em>Note:</em> Numbers in parentheses refer to Notes. A * after
-an FO name indicates that the object is not yet implemented.</para>
-</usage>
-<category class="block-level">
-<object>
- <name>block</name>
- <baseClass>FObjMixed</baseClass>
- <specContent><![CDATA[(#PCDATA|%inline;|%block;)*]]></specContent>
- <generatedAreas>
- <type><class>normal</class><stacking>block</stacking></type>
- <multiplicity>1..*</multiplicity>
- <currentLayout>BlockArea</currentLayout>
- </generatedAreas>
- <breaksKeeps>All (2)</breaksKeeps>
-</object>
-<object>
- <name>block-container</name>
- <baseClass>FObj</baseClass>
- <specContent><![CDATA[(%block;)+]]></specContent>
- <generatedAreas isReference="true">
- <type><class>viewport/ref</class><stacking>block</stacking></type>
- <multiplicity>1..*</multiplicity>
- <currentLayout>AreaContainer</currentLayout>
- </generatedAreas>
- <breaksKeeps>All</breaksKeeps>
-</object>
-<object implemented="false">
- <name>table-and-caption</name>
- <baseClass>FObj (1)</baseClass>
- <specContent>(table-caption?,table)</specContent>
- <generatedAreas>
- <type><class>normal</class><stacking>block</stacking></type>
- <multiplicity>1..*</multiplicity>
- <currentLayout>AreaContainer</currentLayout>
- </generatedAreas>
- <breaksKeeps>All keeps</breaksKeeps>
-</object>
-<object>
- <name>table</name>
- <baseClass>FObj</baseClass>
- <specContent>(table-column*,table-header?, table-footer?,table-body+)</specContent>
- <generatedAreas isReference="true">
- <type><class>normal</class><stacking>block</stacking></type>
- <multiplicity>1..*</multiplicity>
- <currentLayout>AreaContainer</currentLayout>
- </generatedAreas>
- <breaksKeeps>All</breaksKeeps>
-</object>
-<object>
- <name>list-block</name>
- <baseClass>FObj</baseClass>
- <specContent>(list-item+)</specContent>
- <generatedAreas>
- <type><class>normal</class><stacking>block</stacking></type>
- <multiplicity>1..*</multiplicity>
- <currentLayout>BlockArea</currentLayout>
- </generatedAreas>
- <breaksKeeps>All</breaksKeeps>
-</object>
-</category>
-<category class="inline-level">
-<object implemented="false">
- <name>bidi-override</name>
- <baseClass>FObjMixed (1)</baseClass>
- <specContent><![CDATA[(#PCDATA|%inline;|%block;)*]]></specContent>
- <generatedAreas>
- <type><class>normal</class><stacking>inline</stacking></type>
- <multiplicity>1..*</multiplicity>
- <currentLayout/>
- </generatedAreas>
- <breaksKeeps/>
-</object>
-<object>
- <name>character</name>
- <baseClass>FObj</baseClass>
- <specContent>EMPTY</specContent>
- <generatedAreas>
- <type><class>normal</class><stacking>inline</stacking></type>
- <multiplicity>1</multiplicity>
- <currentLayout intoParentArea="true">BlockArea</currentLayout>
- </generatedAreas>
- <breaksKeeps>kwn, kwp</breaksKeeps>
-</object>
-<object>
- <name>external-graphic</name>
- <baseClass>FObj</baseClass>
- <specContent>EMPTY</specContent>
- <generatedAreas>
- <type><class>viewport/ref</class><stacking>inline</stacking></type>
- <multiplicity>1</multiplicity>
- <currentLayout>ImageArea</currentLayout>
- </generatedAreas>
- <breaksKeeps>kwn, kwp</breaksKeeps>
-</object>
-<object implemented="false">
- <name>initial-property-set</name>
- <baseClass>FObj (1)</baseClass>
- <specContent>EMPTY</specContent>
- <generatedAreas/>
- <breaksKeeps/>
-</object>
-<object>
- <name>instream-foreign-object</name>
- <baseClass>FObj</baseClass>
- <specContent>XML</specContent>
- <generatedAreas>
- <type><class>viewport/ref</class><stacking>inline</stacking></type>
- <multiplicity>1</multiplicity>
- <currentLayout>ForeignObjectArea</currentLayout>
- </generatedAreas>
- <breaksKeeps>kwn, kwp</breaksKeeps>
-</object>
-<object>
- <name>inline</name>
- <baseClass>FObjMixed</baseClass>
- <specContent><![CDATA[(#PCDATA|%inline;|%block;)*]]></specContent>
- <generatedAreas>
- <type><class>normal</class><stacking>inline</stacking></type>
- <multiplicity>1..*</multiplicity>
- <currentLayout intoParentArea="true">Area</currentLayout>
- </generatedAreas>
- <breaksKeeps>All keeps</breaksKeeps>
-</object>
-<object implemented="false">
- <name>inline-container</name>
- <baseClass>FObj (1)</baseClass>
- <specContent><![CDATA[(%block;)+]]></specContent>
- <generatedAreas isReference="true">
- <type><class>viewport/ref</class><stacking>inline</stacking></type>
- <multiplicity>1..*</multiplicity>
- <currentLayout/>
- </generatedAreas>
- <breaksKeeps>All keeps</breaksKeeps>
-</object>
-<object>
- <name>leader</name>
- <baseClass>FObjMixed</baseClass>
- <specContent><![CDATA[(#PCDATA|%inline;)*]]></specContent>
- <generatedAreas>
- <type><class>normal</class><stacking>inline</stacking></type>
- <multiplicity>1</multiplicity>
- <currentLayout intoParentArea="true">BlockArea</currentLayout>
- </generatedAreas>
- <breaksKeeps/>
-</object>
-<object>
- <name>page-number</name>
- <baseClass>FObj</baseClass>
- <specContent>EMPTY</specContent>
- <generatedAreas>
- <type><class>normal</class><stacking>inline</stacking></type>
- <multiplicity>1</multiplicity>
- <currentLayout intoParentArea="true">BlockArea (4)</currentLayout>
- </generatedAreas>
- <breaksKeeps>kwn, kwp</breaksKeeps>
-</object>
-<object>
- <name>page-number-citation</name>
- <baseClass>FObj</baseClass>
- <specContent>EMPTY</specContent>
- <generatedAreas>
- <type><class>normal</class><stacking>inline</stacking></type>
- <multiplicity>1</multiplicity>
- <currentLayout intoParentArea="true">BlockArea (4)</currentLayout>
- </generatedAreas>
- <breaksKeeps>kwn, kwp</breaksKeeps>
-</object>
-<object>
- <name>basic-link</name>
- <baseClass>FObjMixed</baseClass>
- <specContent><![CDATA[(#PCDATA|%inline;|%block;)*]]></specContent>
- <generatedAreas>
- <type><class>normal</class><stacking>inline</stacking></type>
- <multiplicity>1..*</multiplicity>
- <currentLayout intoParentArea="true">Area (4)</currentLayout>
- </generatedAreas>
- <breaksKeeps>All keeps</breaksKeeps>
-</object>
-</category>
-<category class="other">
-<object>
- <name>list-item-body</name>
- <baseClass>FObj</baseClass>
- <specContent><![CDATA[(%block;)+]]></specContent>
- <generatedAreas>
- <type><class>None</class><stacking>None</stacking></type>
- <multiplicity/>
- <currentLayout intoParentArea="true">Area</currentLayout>
- </generatedAreas>
- <breaksKeeps>kt</breaksKeeps>
-</object>
-<object>
- <name>list-item</name>
- <baseClass>FObj</baseClass>
- <specContent>(list-item-label,list-item-body)</specContent>
- <generatedAreas>
- <type><class>normal</class><stacking>block</stacking></type>
- <multiplicity>1..*</multiplicity>
- <currentLayout>BlockArea</currentLayout>
- </generatedAreas>
- <breaksKeeps>All</breaksKeeps>
-</object>
-<object>
- <name>list-item-label</name>
- <baseClass>FObj</baseClass>
- <specContent><![CDATA[(%block;)*]]></specContent>
- <generatedAreas>
- <type><class>None</class><stacking>None</stacking></type>
- <multiplicity/>
- <currentLayout intoParentArea="true">Area</currentLayout>
- </generatedAreas>
- <breaksKeeps>kt</breaksKeeps>
-</object>
-<object>
- <name>table-body</name>
- <baseClass>FObj</baseClass>
- <specContent>(table-row+|table-cell+)</specContent>
- <generatedAreas>
- <type><class>None</class><stacking>None</stacking></type>
- <multiplicity/>
- <currentLayout>AreaContainer (3)</currentLayout>
- </generatedAreas>
- <breaksKeeps/>
-</object>
-<object implemented="false">
- <name>table-caption</name>
- <baseClass>FObj (1)</baseClass>
- <specContent><![CDATA[(%block;)+]]></specContent>
- <generatedAreas>
- <type><class>normal</class><stacking>block</stacking></type>
- <multiplicity>1..*</multiplicity>
- <currentLayout/>
- </generatedAreas>
- <breaksKeeps>kt</breaksKeeps>
-</object>
-<object>
- <name>table-cell</name>
- <baseClass>FObj</baseClass>
- <specContent><![CDATA[(%block;)+]]></specContent>
- <generatedAreas isReference="true">
- <type><class>normal</class><stacking>block</stacking></type>
- <multiplicity>1..*</multiplicity>
- <currentLayout>AreaContainer</currentLayout>
- </generatedAreas>
- <breaksKeeps/>
-</object>
-<object>
- <name>table-column</name>
- <baseClass>FObj</baseClass>
- <specContent>EMPTY</specContent>
- <generatedAreas/>
- <breaksKeeps/>
-</object>
-<object>
- <name>table-footer</name>
- <baseClass>TableBody</baseClass>
- <specContent>(table-row+|table-cell+)</specContent>
- <generatedAreas>
- <type><class>None</class><stacking>None</stacking></type>
- <multiplicity/>
- <currentLayout>AreaContainer (3)</currentLayout>
- </generatedAreas>
- <breaksKeeps/>
-</object>
-<object>
- <name>table-header</name>
- <baseClass>TableBody</baseClass>
- <specContent>(table-row+|table-cell+)</specContent>
- <generatedAreas>
- <type><class>None</class><stacking>None</stacking></type>
- <multiplicity/>
- <currentLayout>AreaContainer (3)</currentLayout>
- </generatedAreas>
- <breaksKeeps/>
-</object>
-<object>
- <name>table-row</name>
- <baseClass>FObj</baseClass>
- <specContent>(table-cell+)</specContent>
- <generatedAreas/>
- <breaksKeeps>All</breaksKeeps>
-</object>
-</category>
-<notes>
-<note>not yet implemented; suggested base class</note>
-<note>also widows & orphans</note>
-<note>This is being generated in FOP, but an fo:table-body, or fo:table-header,
-or fo:table-footer, generate no areas.</note>
-<note>Should generate an area.</note>
-</notes>
-</formattingObjects>
-
+++ /dev/null
-<?xml version="1.0"?>
-<xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
- xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
-<xsl:output method="html"/>
-
-<xsl:strip-space elements="*"/>
-
-<xsl:template match="/">
- <xsl:apply-templates/>
-</xsl:template>
-
-<xsl:template match="formattingObjects">
-<html>
-<head>
-<title><xsl:value-of select="title"/></title>
-</head>
-<body>
-<h2><xsl:value-of select="title"/></h2>
-<xsl:apply-templates select="usage"/>
-<h2>Block-Level Formatting Objects</h2>
-<xsl:apply-templates select="category[@class='block-level']"/>
-<h2>Inline-Level Formatting Objects</h2>
-<xsl:apply-templates select="category[@class='inline-level']"/>
-<h2>Other Formatting Objects</h2>
-<xsl:apply-templates select="category[@class='other']"/>
-<xsl:apply-templates select="notes"/>
-</body>
-</html>
-</xsl:template>
-
-<xsl:template match="usage">
- <xsl:apply-templates select="para"/>
-</xsl:template>
-
-<xsl:template match="para">
- <p><xsl:apply-templates/></p>
-</xsl:template>
-
-<xsl:template match="em">
- <em><xsl:apply-templates/></em>
-</xsl:template>
-
-<xsl:template match="term">
- <b><xsl:apply-templates/></b>
-</xsl:template>
-
-<xsl:template match="category">
- <table width="100%" cellpadding="5" cellspacing="1" border="1">
- <tr>
- <th>Name</th><th>Base Class</th><th>Spec Content</th>
- <th>Generated Areas</th><th>Breaks and Keeps</th>
- </tr>
- <xsl:apply-templates select="object"/>
- </table>
-</xsl:template>
-
-<xsl:template match="object">
- <tr>
- <td>
- <xsl:value-of select="name"/>
- <xsl:if test="self::node()[@implemented='false']"> *</xsl:if>
- </td>
- <td><xsl:value-of select="baseClass"/></td>
- <td><xsl:value-of select="specContent"/></td>
- <td><xsl:apply-templates select="generatedAreas"/></td>
- <td><xsl:value-of select="breaksKeeps"/> </td>
- </tr>
-</xsl:template>
-
-<xsl:template match="generatedAreas">
-<xsl:choose>
- <xsl:when test="currentLayout">
- <ul>
- <li>Class: <xsl:value-of select="type/class"/> 
- Stacking: <xsl:value-of select="type/stacking"/></li>
- <li>Multiplicity: <xsl:value-of select="multiplicity"/></li>
- <li>Layout into: <xsl:value-of select="currentLayout"/>
- <xsl:if test="currentLayout[@intoParentArea='true']"> (parent)</xsl:if></li>
- <xsl:if test="self::node()[@isReference='true']">
- <li>Reference Area(s)</li>
- </xsl:if>
- </ul>
- </xsl:when>
- <xsl:otherwise> </xsl:otherwise>
-</xsl:choose>
-</xsl:template>
-
-<xsl:template match="notes">
-<p><b>Notes:</b></p>
- <ol>
- <xsl:for-each select="note">
- <li><xsl:value-of select="."/></li>
- </xsl:for-each>
- </ol>
-</xsl:template>
-
-</xsl:stylesheet>
-
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE fo:root [
-<!ENTITY nbsp " ">
-]>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:fox="http://xml.apache.org/fop/extensions">
- <fo:layout-master-set>
- <fo:simple-page-master page-width="21cm" page-height="29.7cm" master-name="A4">
- <fo:region-body margin-bottom="1.5cm" margin-right="2cm" margin-left="2cm" margin-top="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
-
- <fox:outline internal-destination="sec0">
- <fox:label>Adding Fonts to FOP</fox:label>
- </fox:outline>
-
- <fox:outline internal-destination="sec1">
- <fox:label>Adding additional Type 1 fonts</fox:label>
-
- <fox:outline internal-destination="sec1-1">
- <fox:label>Generating a font metrics file</fox:label>
- </fox:outline>
- <fox:outline internal-destination="sec1-2">
- <fox:label>Register the fonts within FOP</fox:label>
- </fox:outline>
- </fox:outline>
-
- <fox:outline internal-destination="sec2">
- <fox:label>Adding additional TrueType fonts</fox:label>
-
- <fox:outline internal-destination="sec2-1">
- <fox:label>Generating a font metrics file</fox:label>
- </fox:outline>
- <fox:outline internal-destination="sec2-2">
- <fox:label>TrueType collections</fox:label>
- </fox:outline>
- <fox:outline internal-destination="sec2-3">
- <fox:label>Register the fonts within FOP</fox:label>
- </fox:outline>
-
- </fox:outline>
-
- <fox:outline internal-destination="sec3">
- <fox:label>Embedding fonts in the PDF</fox:label>
- </fox:outline>
-
- <fox:outline internal-destination="sec4">
- <fox:label>Example embedding MSGothic</fox:label>
-
- <fox:outline internal-destination="sec4-1">
- <fox:label>Setup CLASSPATH</fox:label>
- </fox:outline>
-
- <fox:outline internal-destination="sec4-2">
- <fox:label>Create the metrics file</fox:label>
- </fox:outline>
-
- <fox:outline internal-destination="sec4-3">
- <fox:label>Edit msgothic.xml</fox:label>
- </fox:outline>
-
- <fox:outline internal-destination="sec4-4">
- <fox:label>Register the font with FOP</fox:label>
- </fox:outline>
- </fox:outline>
-
- <fox:outline internal-destination="sec5">
- <fox:label>Japanese Examples</fox:label>
- </fox:outline>
-
-
- <fo:page-sequence master-name="A4">
-
- <fo:flow flow-name="xsl-region-body">
- <fo:wrapper font-family="Times" font-size="12pt" text-align="justify">
- <fo:block id="sec0"
- text-align="center"
- font-family="Helvetica"
- font-weight="bold"
- font-size="18pt"
- color="#0050B2" space-after.optimum="6pt">
- Adding Fonts to FOP
- </fo:block>
-
- <fo:block space-after.optimum="6pt">
- When building PDF files, FOP normally supports only the base 14 font
- package defined in the Adobe PDF specification. That includes the
- following fonts: Helvetica, Times, Courier, Symbol and ZapfDingbats.
- </fo:block>
-
- <fo:block space-after.optimum="6pt">
- Font support in FOP can be extended by the addition of font metric
- files (written in XML) created from Adobe Type 1 fonts and Truetype
- fonts. No other font types (Type 3, etc.) are supported at this time.
- </fo:block>
-
- <fo:block id="sec1"
- font-family="Helvetica"
- font-weight="bold"
- font-size="14pt"
- color="#0050B2"
- space-after.optimum="6pt"
- space-before.optimum="12pt">
- Adding additional Type 1 fonts
- </fo:block>
-
- <fo:block space-after.optimum="6pt" >
- As mentioned above you need an XML file containing font metrics to
- be able to use an additional font. FOP contains a tool that can generate
- such a font metrics file from a PFM file, which normally comes with the
- font file.
- </fo:block>
-
- <fo:block id="sec1-1"
- font-family="Helvetica"
- font-weight="bold"
- space-after.optimum="6pt"
- space-before.optimum="12pt" >
- Generating a font metrics file
- </fo:block>
-
- <fo:block space-after.optimum="6pt" >
- Run the class <fo:inline font-family="Courier">org.apache.fop.fonts.apps.PFMReader</fo:inline>
- to generate the XML file.
- <fo:block font-family="Courier" font-size="10pt"
- space-before.optimum="6pt" space-after.optimum="6pt" margin-left="6pt" text-align="start">
- java org.apache.fop.fonts.apps.PFMReader pfm-file xml-file
- </fo:block>
- </fo:block>
-
- <fo:block space-after.optimum="6pt" margin-left="6pt">
- Note: The tool will construct some values (FontBBox, StemV and ItalicAngle) based
- on assumptions and calculations which are only an approximation to the real values.
- FontBBox and Italic Angle can be found in the human-readable part of the PFB file.
- The PFMReader tool does not yet interpret PFB files, so if you want to be correct,
- you may have to adjust the values in the XML file manually. The constructed values
- however appear to have no visible influence.
- </fo:block>
-
-
- <fo:block id="sec1-2"
- font-family="Helvetica"
- font-weight="bold"
- space-after.optimum="6pt"
- space-before.optimum="12pt" >
- Register the fonts within FOP
- </fo:block>
-
- <fo:block space-after.optimum="6pt">
- Edit conf/userconfig.xml and add entries for the font if the fonts section, ie:
- <fo:block font-family="Courier" font-size="10pt"
- space-before.optimum="6pt"
- white-space-collapse="false" margin-left="6pt" text-align="start">
-<![CDATA[
-<font metrics-file="cyberbit.xml" kerning="yes" embed-file="C:\WINNT\Fonts\Cyberbit.ttf">
- <font-triplet name="Cyberbit" style="normal" weight="normal">
-</font>]]></fo:block>
- </fo:block>
-
-
- <fo:block id="sec2"
- font-family="Helvetica"
- font-weight="bold"
- font-size="14pt"
- color="#0050B2"
- space-after.optimum="6pt"
- space-before.optimum="12pt">
- Adding additional TrueType fonts
- </fo:block>
-
- <fo:block space-after.optimum="6pt">
- Adding Truetype fonts is almost identical to the process of adding type 1 fonts.
- The main difference is in the first step.
- </fo:block>
-
- <fo:block id="sec2-1"
- font-family="Helvetica"
- font-weight="bold"
- space-after.optimum="6pt"
- space-before.optimum="12pt" >
- Generating a font metrics file
- </fo:block>
-
- <fo:block space-after.optimum="6pt">
- As mentioned above you need an XML file containing font metrics to be able to use
- an additional font. FOP contains a tool that can generate such a font metrics file
- from your truetype font file.
- </fo:block>
-
- <fo:block space-after.optimum="6pt">
- Create metrics for the fontfile. We'll use MS Gothic as an example:
-
- <fo:block font-family="Courier" font-size="10pt"
- space-before.optimum="6pt" space-after.optimum="6pt" margin-left="6pt" text-align="start">
- java org.apache.fop.fonts.apps.TTFReader C:\WINNT\Fonts\msgothic.ttf msgothic.xml
- </fo:block>
- </fo:block>
-
- <fo:block id="sec2-2"
- font-family="Helvetica"
- font-weight="bold"
- space-after.optimum="6pt"
- space-before.optimum="12pt" >
- TrueType collections
- </fo:block>
-
- <fo:block space-after.optimum="6pt">
- TrueType collections (.ttc files) contains more than one font. To create metrics
- for a ttc file you must specify the font in the collection with the -ttcname
- option to TTFReader.
- </fo:block>
-
- <fo:block space-after.optimum="6pt">
- To get a list of the fonts in a collection, just start the TTFReader as if it
- were a normal truetype file (without the -ttcname option). It will then display
- all the font names and exit with an Exception.
- </fo:block>
-
- <fo:block space-after.optimum="6pt">
- Example on generating metrics for a .ttc file:
- <fo:block font-family="Courier" font-size="10pt"
- space-before.optimum="6pt" space-after.optimum="6pt" margin-left="6pt" text-align="start">
- java org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho" msmincho.ttc msminch.xml
- </fo:block>
- </fo:block>
-
- <fo:block id="sec2-3"
- font-family="Helvetica"
- font-weight="bold"
- space-after.optimum="6pt"
- space-before.optimum="12pt" >
- Register the fonts within FOP
- </fo:block>
-
- <fo:block space-after.optimum="6pt">
- Same as for <fo:basic-link internal-destination="sec1-2" color="blue">
- <fo:inline text-decoration="underline">Type 1 fonts</fo:inline></fo:basic-link>.
- </fo:block>
-
-
- <fo:block id="sec3"
- font-family="Helvetica"
- font-weight="bold"
- font-size="14pt"
- color="#0050B2"
- space-after.optimum="6pt"
- space-before.optimum="12pt">
- Embedding fonts
- </fo:block>
-
- <fo:block space-after.optimum="6pt">
- Font embedding is enabled in the userconfig.xml file. Start Fop with -c userconfig.xml
- </fo:block>
-
-
- <fo:block id="sec4"
- font-family="Helvetica"
- font-weight="bold"
- font-size="14pt"
- color="#0050B2"
- space-after.optimum="6pt"
- space-before.optimum="12pt">
- Example embedding MSGothic
- </fo:block>
-
- <fo:block space-after.optimum="6pt">
- This example will use the Microsoft Gothic TrueType font. This is the font used to render this examples
- given in the last section of this file. If you don't have it installed,
- you can download an installer at <fo:basic-link color="blue"
- external-destination="ftp://ftp.cc.monash.edu.au/pub/nihongo/ie3lpkja.exe">
- <fo:inline text-decoration="underline">ftp://ftp.cc.monash.edu.au/pub/nihongo/ie3lpkja.exe</fo:inline>
- </fo:basic-link>.
- </fo:block>
-
- <fo:block id="sec4-1"
- font-family="Helvetica"
- font-weight="bold"
- space-after.optimum="6pt"
- space-before.optimum="12pt">
- Setup your classpath to run FOP:
- </fo:block>
- <fo:block font-family="Courier" font-size="10pt"
- space-before.optimum="6pt"
- white-space-collapse="false" margin-left="6pt" text-align="start">
-C:\Fop-0.18.1> set CLASSPATH=fop.jar;lib\xerces-1.2.3.jar;lib\xalan-2.0.0.jar;lib\batik.jar
- </fo:block>
-
-
- <fo:block id="sec4-2"
- font-family="Helvetica"
- font-weight="bold"
- space-after.optimum="6pt"
- space-before.optimum="12pt">
- Create the metrics file:
-</fo:block>
-
- <fo:block font-family="Courier" font-size="10pt"
- space-before.optimum="6pt"
- white-space-collapse="false" margin-left="6pt" text-align="start">
-C:\Fop-0.18.1> java org.apache.fop.fonts.apps.TTFReader c:\WINNT\Fonts\msgothic.ttf msgothic.xml
-TTF Reader v1.1.1
-
-Reading /home/camk/cjkv/msgothic.ttf...
-
-Number of glyphs in font: 13104
-Postscript format 3
-Creating xml font file...
-
-Creating CID encoded metrics
-Writing xml font file msgothic.xml...
-
-This font contains no embedding license restrictions
-
- </fo:block>
-
-
- <fo:block id="sec4-3"
- font-family="Helvetica"
- font-weight="bold"
- space-after.optimum="6pt"
- space-before.optimum="12pt">
- Edit the msgothic.xml file and set the <fo:inline font-family="Courier">font-name</fo:inline>
- to "MSGothic".
- </fo:block>
-
- <fo:block id="sec4-4"
- font-family="Helvetica"
- font-weight="bold"
- space-after.optimum="6pt"
- space-before.optimum="12pt">
- Edit conf/userconfig.xml and add the following to the <fonts> section:
- </fo:block>
-
- <fo:block font-family="Courier" font-size="10pt"
- space-before.optimum="6pt"
- white-space-collapse="false" margin-left="6pt" text-align="start">
-<![CDATA[
-<font metrics-file="msgothic.xml" kerning="yes"
- embed-file="C:\WINNT\Fonts\msgothic.ttf">
- <font-triplet name="MSGothic" style="normal" weight="normal"/>
-</font>
-]]>
- </fo:block>
-
- <fo:block space-after.optimum="6pt">
- Now you can use MSGothic in your .fo files by setting font-family="MSGothic". You'll need to
- start FOP specifying the config file as in this example:
- <fo:block font-family="Courier" font-size="10pt"
- space-before.optimum="6pt"
- white-space-collapse="false" margin-left="6pt" text-align="start"
->java -jar fop.jar -c conf/userconfig.xml -fo myfo.fo -pdf mypdf.pdf</fo:block>
- </fo:block>
-
- <fo:block id="sec5"
- font-family="Helvetica"
- font-weight="bold"
- font-size="14pt"
- color="#0050B2"
- space-after.optimum="6pt"
- space-before.optimum="12pt">
- Examples from <fo:basic-link color="blue" external-destination="http://www.csse.monash.edu.au/~jwb/j_jmdict.html">
- <fo:inline text-decoration="underline">JMDict</fo:inline></fo:basic-link> Japanese glossary:
- </fo:block>
-
-</fo:wrapper>
- <fo:table>
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-header>
- <fo:table-row>
- <fo:table-cell ><fo:block font-weight="bold" font-family="Helvetica">Japanese (kanji or kanadzukai)</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block font-weight="bold" font-family="Helvetica">English</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block font-weight="bold" font-family="Helvetica">German</fo:block></fo:table-cell>
- </fo:table-row>
- </fo:table-header>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell ><fo:block font-family="MSGothic">うん</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>"yeah" or "uh huh"</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block></fo:block></fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell ><fo:block font-family="MSGothic">アウタースペース</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>outer space</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block></fo:block></fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell ><fo:block font-family="MSGothic">スペースクラフト</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>spacecraft</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block></fo:block></fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell ><fo:block font-family="MSGothic">スペースシャトル</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>space shuttle</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block></fo:block></fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell ><fo:block font-family="MSGothic">著わす</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>"to write", "to publish"</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>veröffentlichen</fo:block></fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell ><fo:block font-family="MSGothic">電子出版</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>electronic publishing</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block></fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block font-family="MSGothic">五輪</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>the Olympics</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>Olympische Spiele</fo:block></fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell ><fo:block font-family="MSGothic">空港</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>airport</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>Flughafen</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block font-family="MSGothic">チューリッヒ</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>Zurich</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>Zürich</fo:block></fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell ><fo:block font-family="MSGothic">コロラド</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>Colorado</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block></fo:block></fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell ><fo:block font-family="MSGothic">コロラドスプリングス</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>Colorado Springs</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block></fo:block></fo:table-cell>
- </fo:table-row>
-
-
- </fo:table-body>
- </fo:table>
-
-</fo:flow>
-
-</fo:page-sequence>
-</fo:root>
+++ /dev/null
-%PDF-1.3
-%ª«¬
-1 0 obj
-<< /Type /Catalog
-/Pages 2 0 R
- /Outlines 21 0 R
- /PageMode /UseOutlines
- >>
-endobj
-2 0 obj
-<< /Type /Pages
-/Count 3
-/Kids [6 0 R 8 0 R 20 0 R ] >>
-endobj
-3 0 obj
-<< /Type /Info
-/Producer (null) >>
-endobj
-4 0 obj
-<<
-/Font << /F3 51 0 R /F1 52 0 R /F9 53 0 R /F15 57 0 R /F5 59 0 R /F11 60 0 R >>
-/ProcSet [ /PDF /ImageC /Text ] >>
-endobj
-5 0 obj
-<< /Length 2691 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb"/(h2g;K&qA57+m_i\^b2C#fgT*f8[E7DQX%lSc(Xencn]1=Psdp4G1ZcmnP^>uZ?L?nqK.#8pbsC0L;WhOhJ?N2\r44/j_]kk^?;7>LpBkTT<;7EjE^./HP(M^JJWR)T:d<b]PJ=X/5ElQjo'Z,HG?BNiMC`;Ah2qhf6==Yh$?"CO8eh:V=u'Mo+*!"nUaSq4:M.O'P1U:7VEOVRe`9pWQ"kh?_\_Ys1IZ':J2oD:d=o'k7S,*P4$>d.IiKrZaR_^H#flih__E7B)kn3:Y5+]RAbkP#pkBT=p`rnPQp<#iko<]SeSOYH^@:h"nBa&Y5&]MFk1rDpM;4&LImF;CF'(oL?,_73TcRVBV]R,R#d'SH.hXX2cB:Q%4G=]Z3PINQ6bnugCaHZb'V!ZS/WT'<r-tJI`qSROqpkXT;in^7uZd4ib>.r`V-[RiMQBIkd&+=6]8!t'aj?n4+.p-+/*fW0A\!)ZNI;"#S;#==eRAV0R;`ThQ,sqX%k:uAd&;gi_!O:94`g8MqKO/_HWI)<lo#o8_`QdQ?#acbK'SULOX2K:(H%lbfTEuL]l[@!uEPijN^jE?/2+G7>j+&#/UB</kcVW=C(p9Z0_jA2ldAn&3_iLR':Eh=Uh%b"f6(6W^SiH&=t+`&Z].Ef,>_T:gk5;F'GL,@*E]i89Kaa.VFY.5XVC_aZ4f>En3pJ'hZp)Eb;a$L!,TjNbVBEr\Sig<45Ps'j>0,h'b&`&]taNLU@hn/R`=;a6j8L-e8B!'6eF*JFGpVUd"sK$XGKhojNV5k*?6pA6;)#<FrID7iXB,p<LOh,Nj0%p0G2s0L;\GPZ1E@gpM/7SQ.3rkNMsQKAW2eb\3YDfOhJ<aeAm:8LqXmOLdV?T&FL%B&RF0@=^?7!-O)NZ2/S:@C#>+i.iP"PSbq@K&M:m`R\ugWsFNG#Ki)MDG4d8XTJYN'Q?B2\[*M.=nu`r(cafp]=IIl7`U=8S]kSTVFg-a_U8Eqp/&NropJ2.-18c$>Yd<_@3dTol7ul:!FaAV*!n)sK61kH:"(8*-,1#(QauUEC6;>B`_^ku=s(eUk3D4[>r9+=h1q`Q:g,$&Oj-pVi-T1re5r-3FUGaj.B6V4R>197Q+%P_6&Q8%PQg3:*uQH3D+R/QX"pF[As%p1$Qj$gTa9;2[scO&XV795i&r]>jgg\]<?9/M2sg&=:d9#!r<fb]I29NZ\>8rdqG7f)K.L;OSoC7e)Os(@a7V6Qf]*=RlDmCO/!UdC"N<Zq%CLAp3A0p;`:J[@KY^\p#mY9MB#r_\:"-C<>%-1J$r:ub*T>CW//jVu+_]m[LM!YM5Mb*MnN%G^eQ>9[=`"Ohk9B:&Yj(okg;-8_l](j"VJr@pL.94t_Y(#jb2/F'o:Wq2#;o>%I#BO>h7\BFFhA0.1Kceoc+m%8[=rrs\jbqd!Yec&eBCtD<>7lrKG,0NRZk0o-WHl*J;<Z2,^%>m;n-:k:-mnF>e:WY]7$X@)Wn,<8^;6,nuV?&_+/lK0$1p+5Pf8l`R3Kr6p3BRI)gi`dnKDg`oaV73[3NM]e#[e,]0%Q@Pa4j%u*&WAakgFOF-(,L*.\(@";Yl0NKp,##FZ$7s@ci=r0M%SNg,"j![@Tg(m%rTH2Y<QraP`d%V<DlNPrA.#VDV`SelG1)*p0^(UsFA#nUSkjM^NK-$+&,/>H]0VIY%7NhP40t[R/((?Z"Hr$JAr7j'CY7mKX1?8ns.4`rZ_Rbo.'P1)^?68Z!,Lr#Je#]M=q#+3Ag6$PK\NK6/\EH`:b'*XYWtXa#QM`OBq^=:>J4R'mHc,=>\(g;:pE)V;[TiDKBY/\.-#d0qr@m1V=t[War/H91[mIp.,XCN2=-C&O"SD'U8P7P#,G774H8tKS_,RMA;3^mt[X6oFP(J2YT4Y5sN'Ku(2)CR9@,8BZRDW&>XN$BBPU'kTbajYDBlkV[.0R/^=NBCL]c>^GXfA(_a>`#_R>^'qP7DVD"_9jJDk^GieJ#d*30Gbm6eoI?/IKqK]Ws@H7"-o*!/"3-4kF3\[-^+\MWE5KOg)\R7_\m]N=,4cfK/s1M#Ht%*QDQ)$"kKk584<`l,NhZ+"kbQ4'"[D_6?=8i'd0FBGdkL4PdpdkN[bi5"sK6M$o!u":"Z8F09;J0LUc*c!0iJmug!R9:5*'%I"8rV?@[`f4VmScf=JdR&JOqYRe**YUb";Q,rtA8t;tJnmb'-IGO8"g"];7a*GM$\q<m[(9F@\(T\:7A6SK,<qQfd;FZbL;6VhLT3$Q5Q)-,)o/bh#M+)"MkBs!T0S'QJ%FjdQ3)'kgWWC`?0o(`U9NY33>0'm#64KSY4HQ6C2iBU'o!\NUE#qrsYeL>I6a8Gd!EA<#md3<-U:%C,eN<#$IJ5]aY<tDK?=pG48A"@Dl;jE@p+R_F2=>)/@1Q\U(s%8qij6H%o[gM0UX4R2Q[i@DdVc?UfBd>E<=9AXL>2Y@F^E.&S/_3R)4(?"j*K@kU]:g,.!2K=j</Q]pOT^4U>!1[S1"Kf/MP:KZ^n."a!e2OZW7"?HN'0^Z$cp6l[',tX)uJs!T(/\>uP4jds/1lS:aHDS1G*3RRcY!LY`Khot/872!-%Bde?9H=e!(QM&dR]?;5:_pl)celDr$ETEm_Y4[^e<#(O1.J4h_`.ol'Ipd"0CaM:nUFd4.bFdLslTI@(174e[sjk](<IfT[=YqQ~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 5 0 R
->>
-endobj
-7 0 obj
-<< /Length 2432 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gat=,=`<=Y&:Vs/&H's-:t).VV4.JPG-g#!HZWb*;:L#%,g'.3MlJ&Cli-_jF`Aha;-F*[2.L[hj)@cn[(KMrg'4sDATC'G'E4rhHGhaiT+]ImN9/XcoC<8rVcD!b=2s%d"(E18onFt@&U@Y2EhCpP1fs>:VpDQ*^Pq9XTZ]KtbI*/lGIm4p[LqnqE\FKCHQpU-cJ.I"h\WBpj3'OEJl7Z^Xp'D*YsHafTFN7p<Lh8e8`9HbhRL2mrSj_d^Um_i!u<0d_-%fdIST3"LXbTOYB<Z!Cdk@)Q=HLdjc!22S%MF[F0(7jdkd.:p"1qI1MhKuO[apgQ1)IeQ$oa6F2CD5BrokE5q6&3#)<?EGGIUC@U`9j\)>^C"4PhLU\.P(_O@,4nTK9*j#G<87r^5'FUY,Zj+SZHX:E?(lqoC\Z-\f%U'T[;]?b_\^<G,S(QpATX*>M=4A"/cgGVDRP\-F6nucRN;L^2(7E@/`e3#cFr-t*^o,uVshNZpM[`D93iQ&D*E;**m>)?Qn?H4;I&AFXRIZEZVOFgAl4X`\AI@=_.#L98(>4WrXLGUJL-'DGEpFn=?=mgO(82+,V$Q1NYJifij?mMiVl-SJ<-DAm7cf6@ACP($lGBIu\2K=%aG/f`5Cc`cRCL"$k-_;PD`C,WmV_V<'Lobi#VZJLfM7,@^H@!p)l1]Gi60o-tMu5Z<BZ$DqN3q0o<]/&CW4kJH/n2@<I%P&'`J>hT5@HOp,Z\in?;68K>CErK_=pu<G`Zge-8X?sPRCE0?<5<3.2YNP(KZLur$P?0[N]A7L@BFXfPXRQmMC/[&c#T];Jp-dir^P()aBH_D9lqT@*r.M4g+<m&?(';Nn:m0`AX)&[2'@a8QDuQq/kGI;"*L@D_8*r]qI_dXOdiU?I'pGSp>Cb>!\%8RtM!!hLHHhCp'Mlp#lTC9C?q.&m3uHhgW5Mqu#LFQg7$RjFNR\AEj&-oaNZ"YND'O`("!tZ$^F$&?_CI4-IO8R4PA<e=2W-)Pom)l.Y^>9I&&1aT.__L(hEM9\A?U4Y]B^E_TZPU(&L@geEJ)7T#<0o(EH(9c?%#S--7VT-=>2?f-A2\<I>/qeEO@ekM;QFe'p\"'="e*BY;tk\_#tX,T9$SpmC:r_A@?+F^E+Ve'.fl*`0%@`oQ"gHI6aLW?:r7S*kG.F/G0m0ri2#=T#o&EmfnlqhLJ75m64H^?(m;C&ZLl($8b5kEC'qCJYXMTW<)Z']RT&8e&(@>De;cD;DOD%mO47*4M:`WfI7gu+^H2t)5s"OA;)2moX"o%o-tLkSgkG?=IF9`GdSdlqma^DW3Me%16sJt_/&)5M8kaTX^Dl<$)JQ:=!?&=AV^o!l!f<R5:YgP;Rn]8LtS2[/MX%a[NH-NZ`A4B=k6kVQ-W$qa#L/0E:VKUW07>%F3`"54Xf[K@fVH<Y5*:>`ClOdh>KUHLV2/+iJUA]M>@mV>UgP/Zr/K-__b`*R410fX%;lW;*a#$(DHK2(%Sj@%"q+eSMLH*'/-kPTCH?.Ul[Pr#i3OdA)D]q-6h2&dDaC_T^E4^Ih?:>![8o5*!Kh2GkJVNbXii`HKQ*"YHKLHs&+^K,Q78n`X7C3,etn,`5F?#T#eMoAe<@jNXYWn55Jl\3i9F4BAgDIPmUp[-8/+2qPE@kd)f:=^B<2oXuA35oRCHc/b@"m2]XOl0.#5Xj0?de]6S\j,C8"C[YBn31RSKPf3)E37(b?M'$*IFelWLmR][UEY`jki9aii4n$9X;]?3ne[adW!XTBa[$k4[FqjF5CKCsD(V2Xp$l"NAD9E0RHTcMKSA]VhNuHU:.f*_JnU*T>#gFV7,I,D-7F^h%uDEr0e["kTH&J-%I8L;]G?H0%b2q5gqAt^HYsno9G0[K[7lXK+CX$;"n'1I$lBMH*sMo]#fNngIYMSoo_6ZQ_1HC<LYSO1JBfk3(!;s19N2`W%p)7)ib2#`JPU+23@AN`q8i,^<&)>$d;5ZS2@4[YY_0ppllK<@H8Sl"Rq/M_I%.=G[$"?W?pU*e+Z:t1EQD%gWer0f%s=S(VJVoPD47=(O*`\L)/\Up_Z^I;+do[]9L%6-+*VDdg$CW'.54RP/RO&0?T!7V!dI%V(d.Qkq\2TA-)&qA'Kb[e?^SnY5(s/D_9c4b1u7XhnAOg8G`jL,2H;u)29M\W-1qrRl4Q$<Mh&YLQ2_Kl[&+C2+"Ad1J?6$/eTEca&#cCl4.r9*4Q%c4dTK8%KRM^Hi<Ej(SM6[aO5'ng$R<=Vkf0rFf)_5H>o8?A\["@O8U+Q/:V,L`rZ-5/<:13eCJsXM$6DXR$06-Jn%G6(clnYuDi1QTYc05#@drK?[0hQ!]DDoj4p44@]NQQS.6D@(G#\1ZegrtjMX\Kp,3>#T$GgX0+/e&G1nHr:;e"Ck1/#eW1po7J_m%+#S*ecGQ4+Q3"lNaK]*Y5~>
-endstream
-endobj
-8 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 7 0 R
-/Annots 9 0 R
->>
-endobj
-9 0 obj
-[
-10 0 R
-12 0 R
-13 0 R
-14 0 R
-15 0 R
-16 0 R
-17 0 R
-18 0 R
-]
-endobj
-10 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 113.352 760.77 138.012 748.77 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 11 0 R
-/H /I
->>
-endobj
-11 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 51.7 451.11 null]
->>
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 138.012 760.77 141.012 748.77 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 11 0 R
-/H /I
->>
-endobj
-13 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 141.012 760.77 147.012 748.77 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 11 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 147.012 760.77 150.012 748.77 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 11 0 R
-/H /I
->>
-endobj
-15 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 150.012 760.77 174.012 748.77 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 11 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 107.028 628.47 358.008 616.47 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (ftp://ftp.cc.monash.edu.au/pub/nihongo/ie3lpkja.exe)
-/S /URI >>
-/H /I
->>
-endobj
-17 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 107.028 628.47 358.008 616.47 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (ftp://ftp.cc.monash.edu.au/pub/nihongo/ie3lpkja.exe)
-/S /URI >>
-/H /I
->>
-endobj
-18 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 157.066 217.47 202.958 203.47 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.csse.monash.edu.au/~jwb/j_jmdict.html)
-/S /URI >>
-/H /I
->>
-endobj
-19 0 obj
-<< /Length 338 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GasJN:M[g4&B4,6'QZqX?"[gM6g::5$XT<d[>1T82H:D^nBt+id7/hs2(XekL=u<M%/ZD>PF2JDOKT9'a@Cie_L_;E=JI%s_.u)mqcK1jRDBn(0+cQC\r$)mF_rsP#&fUL#;4:/H$8-_Z1p@r@^XDa__V!qk-SH5X6tTR4HU=MBh4l>Fr0KDm:7QgTB$bVY]Oor8!G<8Knobl\<(7K_o6+nd?@\DOt7)[omR#MBFKMA8/E0%Bar5Lrq\ElRnR$pks@jsV&?8jC;u(:(J=Bh:X-=^A'p7s.2(_Aal=;Mg3tQ4jc@)0%])R4^GsNri+:eHot'J*VKq_Ae_Q%-~>
-endstream
-endobj
-20 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 19 0 R
->>
-endobj
-21 0 obj
-<<
- /First 23 0 R
- /Last 50 0 R
->> endobj
-22 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 51.7 804.47 null]
->>
-endobj
-23 0 obj
-<<
- /Title (Adding Fonts to FOP)
- /Parent 21 0 R
- /Next 25 0 R
- /A 22 0 R
->> endobj
-24 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 51.7 675.02 null]
->>
-endobj
-25 0 obj
-<<
- /Title (Adding additional Type 1 fonts)
- /Parent 21 0 R
- /First 27 0 R
- /Last 28 0 R
- /Prev 23 0 R
- /Next 30 0 R
- /Count -2
- /A 24 0 R
->> endobj
-26 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 51.7 595.67 null]
->>
-endobj
-27 0 obj
-<<
- /Title (Generating a font metrics file)
- /Parent 25 0 R
- /Next 28 0 R
- /A 26 0 R
->> endobj
-28 0 obj
-<<
- /Title (Register the fonts within FOP)
- /Parent 25 0 R
- /Prev 27 0 R
- /A 11 0 R
->> endobj
-29 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 51.7 354.97 null]
->>
-endobj
-30 0 obj
-<<
- /Title (Adding additional TrueType fonts)
- /Parent 21 0 R
- /First 32 0 R
- /Last 36 0 R
- /Prev 25 0 R
- /Next 38 0 R
- /Count -3
- /A 29 0 R
->> endobj
-31 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 51.7 288.82 null]
->>
-endobj
-32 0 obj
-<<
- /Title (Generating a font metrics file)
- /Parent 30 0 R
- /Next 34 0 R
- /A 31 0 R
->> endobj
-33 0 obj
-<<
-/S /GoTo
-/D [6 0 R /XYZ 51.7 174.0 null]
->>
-endobj
-34 0 obj
-<<
- /Title (TrueType collections)
- /Parent 30 0 R
- /Prev 32 0 R
- /Next 36 0 R
- /A 33 0 R
->> endobj
-35 0 obj
-<<
-/S /GoTo
-/D [8 0 R /XYZ 51.7 786.47 null]
->>
-endobj
-36 0 obj
-<<
- /Title (Register the fonts within FOP)
- /Parent 30 0 R
- /Prev 34 0 R
- /A 35 0 R
->> endobj
-37 0 obj
-<<
-/S /GoTo
-/D [8 0 R /XYZ 51.7 735.77 null]
->>
-endobj
-38 0 obj
-<<
- /Title (Embedding fonts in the PDF)
- /Parent 21 0 R
- /Prev 30 0 R
- /Next 40 0 R
- /A 37 0 R
->> endobj
-39 0 obj
-<<
-/S /GoTo
-/D [8 0 R /XYZ 51.7 682.82 null]
->>
-endobj
-40 0 obj
-<<
- /Title (Example embedding MSGothic)
- /Parent 21 0 R
- /First 42 0 R
- /Last 48 0 R
- /Prev 38 0 R
- /Next 50 0 R
- /Count -4
- /A 39 0 R
->> endobj
-41 0 obj
-<<
-/S /GoTo
-/D [8 0 R /XYZ 51.7 603.47 null]
->>
-endobj
-42 0 obj
-<<
- /Title (Setup CLASSPATH)
- /Parent 40 0 R
- /Next 44 0 R
- /A 41 0 R
->> endobj
-43 0 obj
-<<
-/S /GoTo
-/D [8 0 R /XYZ 51.7 536.39 null]
->>
-endobj
-44 0 obj
-<<
- /Title (Create the metrics file)
- /Parent 40 0 R
- /Prev 42 0 R
- /Next 46 0 R
- /A 43 0 R
->> endobj
-45 0 obj
-<<
-/S /GoTo
-/D [8 0 R /XYZ 51.7 390.43 null]
->>
-endobj
-46 0 obj
-<<
- /Title (Edit msgothic.xml)
- /Parent 40 0 R
- /Prev 44 0 R
- /Next 48 0 R
- /A 45 0 R
->> endobj
-47 0 obj
-<<
-/S /GoTo
-/D [8 0 R /XYZ 51.7 358.93 null]
->>
-endobj
-48 0 obj
-<<
- /Title (Register the font with FOP)
- /Parent 40 0 R
- /Prev 46 0 R
- /A 47 0 R
->> endobj
-49 0 obj
-<<
-/S /GoTo
-/D [8 0 R /XYZ 51.7 223.87 null]
->>
-endobj
-50 0 obj
-<<
- /Title (Japanese Examples)
- /Parent 21 0 R
- /Prev 40 0 R
- /A 49 0 R
->> endobj
-51 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-52 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-53 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F9
-/BaseFont /Courier
-/Encoding /WinAnsiEncoding >>
-endobj
-54 0 obj
-<< /Type /FontDescriptor
-/FontName /1E1e3eMSGothic
-/FontBBox [0 -136 996 859]
-/Flags 33
-/CapHeight 0
-/Ascent 859
-/Descent -136
-/ItalicAngle 0
-/StemV 0
-/FontFile2 55 0 R
-/MissingWidth 500
-
- >>
-endobj
-55 0 obj
-<< /Length 10237 /Filter [ /ASCII85Decode /FlateDecode ]
- /Length1 17156 >>
-stream
-Gb"/JCNpfK\aHp`URBM#1E'u')+g-)ag,J^^;u<dbI>Dj&gorSj?h8t#YA][[,mI8E!p(jQ^6b8V.Bb*j\f8qBk_:@F!2>lC3F8h.,E6^\%B8J]?bbom^(6r:$M(+]pq:,p%c=u0q%$SJ2ohiP4btr/q2thCY!g`[fupC!.<,o!j)F[9j9Dl4omV%R7@71bZ1.9^@pGA[LhK^!PI*dYIX<U!9kYW-7k#HS$(PNEUVq\!%>V#TBY$^-iSE/OO4l\j8)L%DS;mn!mPuFMoSV"F8Z>&G^]_uJB$L*n^jr"E6Dk`6'1X5)gIn+r6[#R+1TrB_W1XuOSV*pc0C>ro_\t_&M:4!D29>RJD=8DL]Pj6FU026e;"#';t'aaVZ*4eJT$&D2Id>sr]9_UGV%f0<.(^+.`/./6:D2O65nuO4-$A0f+Tt/7@q9-B*:`g*'!u#V^B]fkDcGSn,^$!r(tS[I8GZ8W:1_8*]!LLJS_-58d$=oIQdu/GYN/O'8Z,(Wm!P3*J;qe#V6iD/6e[uQ!7@SbHAs!7`I4LYJNpK*rn$>bLl<=Z(^hl/o2J:Xa:qX:F!OrX5#VqBfuHfOkc](kHp3T(^hS%D.=aoMK@4(Z&_XP(jMU81<'rt<&!f'-[cg:kbO)em@<fY*2A\u$mNtg%HAk-e1jKR-\E8fcq+<Ah)Q@i3(PF7(keEC-H9IT)/1+$<iD6s*b4Ll@m\)="<\h3-$kNC@'>n_LW.WthS=>?N;;bCg\n(9Lit=-Hq=2AU(^\"APe50K*6$_R*f&;2ll=Gu+^+@oW<\ILpI+o(=7e-6&**[/mdTJ[nVbm;,eK$f/]C./E;+dhX&OWm-!"2X7jYid.I\e*lW#`00\:!X*ZV$'C>PE]C:dRR438]h$))'gYP8]j/Y1.5#p8P4]4bU4hI8BO8^1."kSOd*g1jW'G(/kJ'aUb!Z<kED,<8BQW3jW]knPb]iT.5`Mb3D!@>;D':F.nRl5P4AX:ZC7Sj+Xrb>PY4TjAL(h=8\(@eX<T1[8]h7#EWo&1+A(6W;Q_8o=-8`J8]iBCnfa1e@?U0nP&_"'8YVGb8]l0$ja*)qRA=XB.3Bib2is9+,iqLYEYD$TRAAV);Jmd0gITJ(,\9&/\XfPo*D-&D8\'JLN09EdPE\.#asTa&-V;Hd,iqrM-?OHc:]AJ[qk9iCC+.JJpg:Qq#i8]k[:b%F;gI3dqC8]puWjT1P8+A)AK8U6,fI%I-]JYYD%;B?u1O-5aJ8BM`?b2Xc/9-iWB,UJFJSffIXP*E/3Pcp77Vb"t^8BTOUb0qWt)^OO7,ioo,nh$$qD3?YD;P#0`j!81H8_Ha7p5tU<,iq%LEe'r*,UnL>b$gJ(4A#>Y8Z>--09DDC,iuW`AV-_j85fG<U`:[009MLfOd,<uP[c!##:/DBP4ArOq&r=TQ)+>6V#2H/H&\W4:/ZO7;LUr1Ng#]W+t5`&.6f%+s%H=Z>*ge\JQ\2UR1292n,WC]O,s8.FhtmYJA7ONI/T0Dk>D3&90tS4)kR-&G!(`D]lX>knp1_ArnGqpnESaaO_-_\O[jUp$QaM%$"6D5a^M0f@UP%#M.0%cWQ3G=AV5&"K6**67<@9,FRBZI0qIVRk;\JJO(B/$-^K349j#!2XE4.Eo^c=11VA\6qB2pc*\\"Q#6>VUFsUI)\9&-4>CD#rI<(;&;_nWM>dNJkK,(H-fGOMXRdj97[#E>q6n#Jg['h)62^.6$&9;n!R9G8C&mA\b!U*mFd'NY5eH[8jf851d+i?%T1!d+MMBTEK/5D0KcC([TQ7uW4*'M4pVoljEb&GREb]>ls`uO)PIt&I*`)1c/*!P?CT7s&W3@ZYA;9gmnjiA**f&<QHNXFsJE/r)QiQ)X%lMY^uLa1ktN,jqUc8!I%7QJL;k8<;#'/MW]`"@?G*&6HWhD<3*S&6G1aSY"R&4cNoEJ0/N*"G/>39E3_VlK?"JoaVUNoL]5J14$Lj@7]R49Sg2(2KJN*cb*?`/Tk6"t)$r)`0Qp)mhqi'6c\Rg7>_]F5]kAmXZ!mo6>ZI76&aL3$7+lEtK0@6<L_tTe_Q\D_Aml5=0:6L)KXSWB\1<*leW.KmX4Yk'.s9V@3/!>^@;EkiI!tE1FtR_XX]I/i/kPLW^*<c/CF11NQMT8&`G%auO(&5qfugJE&bP'olqgE1+PD3F$1CbHD=nSB%nOE?WBA*7*Y4p2(d%1RL%Tb7*58a+Tr"AHoL'E1+PD3F$1CbHD=nSB%li<LkcVS7CQ#*/C0tHD0\!gd)d-IO?1gGqdj,k<fE-STk8Q_?))K#8Y3$-XHl;_7<<g+`;JLGN*2<'J?DS_+-\J1O[a&#Zkn3\7,QW]#t[<]+e\uC4oS;&QUHT@0S7We6g17%EHXOY2`I=$BA3YDVE#6i($OP"tTISX#R9@GT"Q.Ek'>$ef6:uQo0ZB%*m'oi>`RKa!g,<Ba-*_?)orfiHQ6\ZZ<S"@+H;M1K_JsXQ$aEj(04^EP-n`Q$gZeNPf<3ZfZ4p_0b..E-&P5@+H;M1RL%Tb7%G@/#tY4iHX$TFhUOgNeu5)*.j)W"Y=jEmK[,7XE<Gp?k'2\ijE_C>jB8n@3&V@`#jX_@"T,""]rQ1-iOZnJubI;)YaSc\7u4lI1g2hSKCA3j'rA(Db&H'/&KOi+`+gm@EW89l`Qde#1rCE^P1]KN]2%7`i$W>*:MfQmnOq]L%3pBi&Z<u$cf@hDru:F%[S''RA4d,NgXMKmPmZr8&`a315"ofPq<ubEkIh#1e5O(1$[n?RDGsb>\7qeN`"(VH6s,g)-k4cCuMmhj38RibV@QThAsYT9FdC,S=*mHSN0qe0P_/b)8$cG#rdX_%'JVl[W($En`HeW(WXJY3"EdtE#i3L9\b]G(>.ul2o8V*_23)]S)G\A^(%NeX\Se<E'%l[i_d2f53BeUJ32`M:AcQN$U.]NK.fBJ1]=RK&K^oQ_F'q_Gi4%(q`]pWn#$cchMna\`sacVaf#-o*:N!6+3+W]e9Ql1_gE:b`oA_C`XI%].sH'IQfEK6ccY3%K/7RJcG20`%,N#F.-IP=3F$1#P@(kij1QH$j#G:\EH-rK3F$/MCCZ[Km,V79k'/Q"q`$dTnKEpjj`$X(Hfpc1#4IR^@O?lR%*m'On]i+,1RL%Tb7*58a+Tr"AHk6lQ+K'5bON<G#oCY#kr90h0%^IlS;DS'g^UldpbQkBI+jGW*q"[,3q7jl!8R%]T8/3[F&)W=4:GS9i\//Yn>I"M)8667=3]\!_`6*U*^JAm%q3dD_Uu=0T(s_MdpGUilDk1d4u'q`T&`iM.?72FI"pYuT/q<YmcVL^+HN-ZN>Xk#Y<9eoBo^MY4=c31%*m'o3<R;q1O+*`UR\+=k&?a)PPiR%*1uBg%**(BMMkuoc/CF1=`_*si(8CZ.?72FI"pYua#tD<bMb4/pWbMB%,N#F`(UZ-)4[+)igi)7Ah\!1QPmFPNX7Y"b7(!'=.\FH1rj7+-<qN(VrK`>?\'T`$"r7H%A&0T3q5/eCQIg_j!D`[Ep0F$EXik;Q$`gulbfFRkLp^eEu"&Ab7GTI>rc/<5!`L22Q-O?ojL@Cs>&RK`#iRml:?93u5iWR,\(M9&N&O,kpjS0A.@iSk7;s-Xj?g$6eS.FVO9b0:O)'%UZ]u]^iNlO,NQ,@/;ZfZ4p_5oY%AoM@B$Kn@t3(>pKb\m\Upg#OnI#6l<Nb@HmRDGsb>\7r.?[7do9,s"4I"gUA353[nm+XL)Ah\!1QPmFPNX7Y"b7&"-iA-$gF1BHP#f#pSa-Sb,S#Xc#$-k8F3fZSs>rVm=3"u$.i'j#PipX]VE7B_o!6=$p:AdJ("^ZB3ItSo[X%rS>C+3idZR?n.R2KBD<ABPfK'bC_#ca2J?QjX914[GH_e"YYI9&MIh%'_.1&_@*SVZR5ONGM<1FaFe_mu=cf9-R)*PYCC=nkC\mk2;hqTSqh**0Deo3n+Zt.B):*VpZIINs--KANh2tkC#FI?R#pHeI!#$do.J!%CA3ED(k]uL@6\b^`HK\1u6[7oHclo/OTL5#LaDPZOo`qKsV82M-4!BO1mWRmO:;+iMG@4^;or#$k-Jm%VnakM+qDPFSagX>(/Ss1JYpSU^$N14q`8IVhr>@k+"^ntK&:YZBp.#,]1Do!N&:=aKnc2)(!V##iGrpPk%e"6<&0:s^0Au@YJC*`c`4l<)O&c"ojT*I!!5=B]BE-6PKtLo?%F5?uaG%qJHjfaV`h32Jnnc6kpZ&T?j,O'>&H3FCDBX6I2"`qT'1Z(5MQgYCftt`t-5VDZDb<W9Z7\)D2n)EmSd5M;6.:kH2=Y3^;@7sK$&.?Ba")D2YT263_/M0"$7d11\"PumhqV+CBkqF$Oi5,@`P<]*hLJrHlr.>o:aesgXDTZ673ch_&(S3g=/jB+UKn_qf`="/D"EimU:KKkA2A.9k,Z2_p3KAof@sRp9,6`@\afT9Sps\UljU8SAge=k.j^V8.OGODn.s2^_11+c_UP4:[kJ:AKV@F/eMtcr5S3j0kI;Fl&$Xl:KV2[8^p]7"5q\bmRk1.]ilMj^-]_%=4$1SGPBBo:o2rQ.S7]4bc@26b1PDl3.]][iK_u.oe.Q!/rIW7h"RG;I7-/+/$q0>=,J"utYMmn_K-*.G#9V\(![qm:4sig,eT68s[KjH/i?5`A]Z%uYj2C"$TRsnA`CYG4FTf,oqkWkQID,UC?.Xl0`Zs&\H@*Z]+5dZs0E`O*j^D.[7Nqm>IMjNbD<!f[35TP;&POI16P;njJM!>/Ec_p9@.tC3:t)XC[Z5F:Z!?Qd@m,mtAJiM9La52u22?=\,Gc6KW0`?b`T'oDC/RZ0_G'%h@_hje-43Pf#3ssIXtM>^;2^4-IY6MN*Gi1kq7V).W/(]2VoAm;INGoDDdhE*H?&Moj;YamM^M=*5-<4XFHGTTMYodn(Wk7U'<ehr0Cu?lpDBT3HgO:Me.#UnkZRRWrs?HUj@I>cgAa9gY]gNffWK3sK#9R+FjSgDHU.94#MAG@6=K4&0/\26gfL#A`udJ?9C-:1])eO-[OhgCZqU!YSNYCgTD+$C-7\t"lZVZ)JPq[Xp]]&$V\7d'd4_<V6%ON:>NrVD%t^/8fHW,io)]CR"sS6#N(UPG<>7)?HD<nK9i-8Wr69C^Oh:U(mkp]u=*_@lF,>0&Yr5:h$#ebi0+Jp2K#+n_f-+g15mrJ2YT8T<dAVW814lOG4Gm\G1b!g&mG%dU;`_^;4NF0^jqB>AqNanun*?GOobA?/3\GbH@6>]Sm-GS[3).EL0?^fZ-o^-&T4>u%/GC&(-MgCnU]feA\k'8:mPjWP#hMHI_]uBn;Y-qi+EXHmabXUN,/"Kk8_!`X\:ulY!;X`USZ$cJ<VPg6*mu:<BIjarM5?EDaa0dLC%=*-%&j6j01&d>0p?4%O;B0<ThHe0[/u@F$Vj,Nk6aY+MEG8rE^,j\s*V\=,D[QHOaYI.Z]oa])dqN6^/]6BGGSYRa1T*dr0Qo`o0;.tECD2:gHKFFC0p:.(TCK:hWNDWWW-9&P:C/`ERaCWgXh2Q5*.<QlDJMX[6PGlr=LKQV_fL0Q$oMMc.[lhCc`o8*_dn#&;iu=Sih"uYO?.Ed$`80DkaH1l==7o1"k13!Gf0/lggn?Sut)>?';70:l^jh511ucSJ*<?2+F[M3Ba5,I'-5U3Y[R-V1A;$nY9M!)n",S8L;W+>RJCO5/3ukIDN@*d"lrap5uh?dj-S8`Omk`:UGds^"0uEWqldsX9ERJJ1.5OGF3luT`I2g"uW__i2Ipt`1EJJCG2o=J:86u7U4VNfo:=l)G$"MM;*qo0q:<QX7I,0*7*8hW\l]C1XnEJVXP[G*k!CsQS7qg7!X-^'bucmOL#Rj[O?D`ZCiRf1XZgIE1@(5#*jAH/GlD/,']hfkt%m-.X4B:PgM(h4sUD[oen$k]us2'C74o+qup`0MCWch$m's&[Rc/^@K]3bY&PfALTs,g8?j,]ma:^:O37UbY$Z#[G=cOJWQVG&@u-\L&M<`)4<sI86PY0s&H.,jcFkWBkmP(lBBWl2k8Ur(o0`?s3S%M>ncQGP3%,seK0kSn<\9be'2"[J%sm^gh="LRcp1o1:`$2A'3kLd?f<B:&)SV71"]),,dqKLAVG*Imb/KH1W,AiNA7pDof6sY3:U3NUJ?P^%58ZhkP.8*oejQ9-O4Btkm#InL(TQ8=>q)SNY\;_`JQ3LReA.iY:_Qf_gW+ir<N641Y+DT_H^3\B7H:\IoF'Ahbi96hifL%'UnETlrC\i?cn_Yen:Hk$4ZsJ!M>7K6_3-ICD+`uHUluKrkX/r?Mj+;0Pfn2aTCQ+ACn+4>IL&?`2V0`c8Xm[H(I2nV\%C**?Q`n/GmmFh>ZX"_d680X"]`gGgoF^CQ+(ih_)r!D39'&CnQ8Gc->*+6'IMKAA\n`eZ4%m@U2M8UP0SZOHjT1h<UVIAj<R^R8.O0dq>)XHbm`Ao.b>&F(u&2",H^-8lIBNK)tQhdI]/YBjTU71;d_R<5h1,mOC0<\-,3j`ILSQ->cjuPKjosIQjiWQ_c"c^&6Z,(O*$gXE1L=b<k'.;h)YEq`54%$[]LuYK"#q+N)enXPoTeOJR%C@>+ei9EUji$/K3t8?6RWKSks^B?@!L8e4Ct8%0r-&`kq"p!3_serUo74Pk=\?O?Nb?V'][+]\+Ob&U\oHT)u:$:D+%;F@`>LK'lY;H1;h4j]2Fq?(sWB3t]%++Zni)]-Wu@Ld&0Y45[OE1#Gj)Q#j5pR6e`"pb,#4dg\&,CqfZ.J5_cM5t0,np#<TU\0bM]O`Ntghb%SSPtR47oc25.gBOt.H*5O%A,!D_m6"MH6<kYU7$,!,:+Wt+rR#Tq/eG+O/aH.77?a0'g!8SC4WV@(6-YuWZ%3=qG#KLf[mmR?(2=H#D'-ccW,>Eh7;#5lKV995ABg!<u3o'L=6>'%(r7nD##*t]GmOJ(;OCh]fKYdM,Y[_cDL2i`^CutP/%qkSFC9Vk0m;3[A0k!Vk`%ph`K1HYBQp(&B<rK`fsYk'Pr=;',N,C$>&1Q<-,X]52I,pC1q>FC@,mj\+[6?ZjsMKN5DfMBm<oAkHUSHEq,a,PA'!,TIGP8.n9\?mW-l`8M9$SU7'Npglc`]9`L36dnV!"h0AbB:f*;.&j][F&$8U1N3&"L,Nl48]/CW#ahu#i^<kd\7SB2e73c4F9jGt#gZM;#iCd^(7.V`lTkl^dQ&()bK5Qe@kef\+pRP6t`Vo0e5hjTn'_\ACPcL0TmaraP6^57P'gm9s?@8#NcTHbCrp'#TX80B6(>2^ka38W@00Aj9oR'?=lSY4G?*=fGD(:u5.L#YnZK@-;JRm,.9KB-;`B)ZsHEtLIWbUMiYXMR"28=%h8;U.@(M5i90GhLn=[=@_"YH^o6^3:Z+cZY3Moq8U86/jDn:o\Pd5Jn.+H%:*ccn.@-l.`iq[Q44n-l>;T!"plNRZEP>O8A*hnOPaD8o*mfuB"t^$Y,J0B)YM,o!c?b*>;Jd@.B3*Y4/aT+]++RijIi/V:M$q_+=e)Hb3RSSH:Z9`AM,LjQa^^hT5Aa,luEIRQ&8,A9K0W$9\s:(-:EOI:pV#kk6Z`XaXtBZ>F%6s<]&f:9C9a-Z.aEoB40Pj4GO2]=-8>utBM7ZD>RJgk4=gUbb9`._6]TGaQ+(>nTlE"-N4>P;Y2VF>:P*a_7AkU"srUrh\>:IE_,$^_Ts$,_rNo*G,ei*fgETE0+EIi>W;c'BNO;YD6F($`"n#I/b-j$ii4m%_kfl1#:F;JpmQ%4<s,hO`R,?o%YhmR$7/WSY["Y$']74<@?..']GA(M`;YMhYqJ^kf%KO.GTpl"2-?`'b,>^_<GsSKDQ"%*OIhZqqka<HK*KJeUl_6FFCjkY8*;[\Nos6Y'pEIZ6G$(^qC;!:ET>h=Pc@B9jt0Z=jCFfjlr#9atWe&,F=Vf^@dZ_A3(FZlMl=p5MG`Bigc%3YH:eQu-iLZnQa,YVfhH@kg9V$GhhS&<,b2:u+Z;Nd1dq'NlidL[mG%E`;uGhLqYO#G$CJK=JhPnXL.EE&S=1d\a$Pg&d)=5?N<@mmQ%>ggK]hbbN:hp6pC.ajiSGY5?AbCVoV"HC.c-)o9$&eDe`a((Y))g^*P\Kq%s,&sKJZq@.@B2WdDUL)a2%m&:QRf7+<PfCPT97i=C\MaZh6I.M`apf`?4Ul)Hao)ar4G"`'X_gK3?\(jEc6*;h!-f8l(mc766KRCOa.Xf9"UN\o8jOCIl7QmYQK)&<,[BgAI/>(NIg!S*@-$m4=4Qm/FOt'l>iKb$R5#Dc8/]mLUD$7b.biGV:T[1W#l-b-5-lRdX]N#Mc2(qUsf9];0;[koj2*rmXKWT(-IHJ`B3S\90T;QT4\?f_10m^JrM)P5T;i65*_nklP^)M/oSU&QL0AF*_O';;Sq2SIm[J<PPpU%gQit5G1%NEtuT-6ak&GNO5CW;c#*+3o/,OTKRo;NALr[)GL>B>(;d_8ah:.T^++=e34#EMUi%cU,F8h4;ZO65"4+kgMe'^MLpfLS/JC1Dn0).ZV$RAUhhlFmJ3G)MfK)XO>q<2,pXd*(L#<JY1kMU.p"e6JOb%6*%(q41"/+8*ST;7.L4dq561'gdIJ\05S)'YgV8ZrG8NM+0^_@l?>i')i;(8"[tuVlY-GTt*1K<T7=')hFreQiUm#YKnHre4?dB(_MnsKGedk+R\-8I.U1ZWB/)!*9npiFZ#)_)eZ[44RF7YXLbu:fB7oN#LoULQki9CagT!(TSVe+_H?VgMO7Je\e;@PkR(Ec1G[Bmf(q6CP@iTeUJH-PU6h,ur%;SkWo"m.#%Ri1ETil)k2*k-s,#Ds0?f&;E'>h,<NqsBcVs%S?J=#5G5F?&*RU+:MPh)dg0>s`Vk^<QU>41eN[[!F-5;4+;HYUW<bO##&Mmn8lrZI&(b8!X,$h];^*'j@[Oe^6'#oX!h+RQu:Y11A,M_#$[X?bcPo$WemF.])S/ojEY(#cU*/!G>De0lc[eeO]SYu).*rm8UOk`mD1!abho-9i]89.eGnHU+R7$'_OL$$_5UIq</d@/6enm76NWMup8CfG3B8@q"RH.s,D6imro<=P"M`F[jI]r<n5#Nfe]aF]<,$?opY@G/&#bY0g2N!b:G1TH/?6sFq.pI>;$rOHNi6U'^\1oNkG_0dfb'%DP[orH,)GR]\l31Dj5*FAWDU[-_EXA`WoSVPZU%A,Ee(Yi@qY5*FoVr=56ZHXS8_/^M=Qb_^%"mk=g_#/.ge?mH0SZl$Ml'fWG-G.6722c':D--*iBs9En)D9:</>t*NNKh^;SQf8p>#kDapEeX^Q7ahmlb9)T6`I#1l,q1MY$8GcV&1Th0;;6+iIY4:$?dRiW$u6rlfrQa:$Le^CUu+ROmYneY:ZmDmHNpSm$ZTa]XG+hrn<LRM\][,Gj43&$SGcTJH`(je5<fGc.(ho)EkN-4.AM%Q6<5g%idM$>M1DNi(aVWC8>.0;rl_UcAKNBKt562e@Ah-eXt#8c$E?R=hI=?Z-j!q/.%'pn!8JG2flmQ@#"^9S8DpFj`/Ddk&Q2#kAo69L68&+G<ZS4AmG(aCaa&[RZ37&nB]IP>D%[?Y+GW;_FA=A&RHJ5C7."uKFH&0!a#HSfa,=$5G7J7@,o>.FnQ17p(kO^:OT?@e*\?Y=^#''BRT"Ao%_[+;IsP@d"9]_P"oBQICMX;q:#>E^WnKdSZheb4Goe.R[9skBP_?31`'='`Bm'^=$qJ`5gR*7Tq27u`&]=kj35o\+!f>S2'&`WeYtR:HVnM)_F5]-$thdJ$=8ebH/IZ][U8uTcbJR#<dQrA4#QFN;NrE[GRMO=o(9BHH&6Xp+'@[BE-LN&oAo]cqdMM`3JY38ic;Tbgu%#X?b.tt1iblm_pZ67L6*:a@[U#sr0[5%@_i8e!W`cWUSGQ,YGp9LS09ia)u(/\K)I`XOB0j/R](u>6@_8=LBS9Ro\9+t@IX/cBA;r6.#@lfNg05Pr4DKU_7i,4D8uB@LVjX,a4Ii(?Zh^ZcHb5e>I]L_IS9)X027hbr76F1F)\fBOC&has5&E'\3_'\=#l9QAc@nkRo@i3fB!cTXV7)"s#]Sd[m,'i-oFU6SRjnt1MCtE;//cjk1b[lLa![&/BkR8\81#gEceVU3%iY<55pE%Xj?>2bDqbr;KfR&Aa2VH'RaU)-[ed8p<,a_+9q/,=60[]VU:]E_/2P+X3i3IlNuTX,#TL,D&`$6_t[;`^`F#]0AO?-/)X'I\6RlmrgWqUoD\k>l[S[~>
-endstream
-endobj
-56 0 obj
-<< /Length 572 >>
-stream
-%!PS-Adobe-3.0 Resource-CMap
-%%DocumentNeededResources: ProcSet (CIDInit)
-%%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (fop-ucs-H)
-%%EndComments
-/CIDInit /ProcSet findresource begin
-12 dict begin
-begincmap
-/CIDSystemInfo 3 dict dup begin
- /Registry (Adobe) def
- /Ordering (Identity) def
- /Supplement 0 def
-end def
-/CMapVersion 1 def
-/CMapType 1 def
-/CMapName /fop-ucs-H def
-1 begincodespacerange
-<0000> <FFFF>
-endcodespacerange
-1 begincidrange
-<0000> <FFFF> 0
-endcidrange
-endcmap
-CMapName currentdict /CMap defineresource pop
-end
-end
-%%EndResource
-%%EOF
-
-endstream
-endobj
-57 0 obj
-<< /Type /Font
-/Subtype /Type0
-/Name /F15
-/BaseFont /1E1e3eMSGothic
-/Encoding 56 0 R
-/DescendantFonts [ 58 0 R ] >>
-endobj
-58 0 obj
-<< /Type /Font
-/BaseFont /1E1e3eMSGothic
-/Subtype /CIDFontType2
-/CIDSystemInfo << /Registry (Adobe)/Ordering (UCS)/Supplement 0 >>
-/FontDescriptor 54 0 R
-/DW 0
-/W [ 0 [1000 0 500 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 ] ]
->>
-endobj
-59 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-60 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F11
-/BaseFont /Courier-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-xref
-0 61
-0000000000 65535 f
-0000000015 00000 n
-0000000107 00000 n
-0000000178 00000 n
-0000000228 00000 n
-0000000364 00000 n
-0000003147 00000 n
-0000003253 00000 n
-0000005777 00000 n
-0000005897 00000 n
-0000005972 00000 n
-0000006109 00000 n
-0000006173 00000 n
-0000006310 00000 n
-0000006447 00000 n
-0000006584 00000 n
-0000006721 00000 n
-0000006924 00000 n
-0000007127 00000 n
-0000007327 00000 n
-0000007757 00000 n
-0000007865 00000 n
-0000007916 00000 n
-0000007980 00000 n
-0000008073 00000 n
-0000008137 00000 n
-0000008295 00000 n
-0000008359 00000 n
-0000008463 00000 n
-0000008566 00000 n
-0000008630 00000 n
-0000008790 00000 n
-0000008854 00000 n
-0000008958 00000 n
-0000009021 00000 n
-0000009129 00000 n
-0000009193 00000 n
-0000009296 00000 n
-0000009360 00000 n
-0000009474 00000 n
-0000009538 00000 n
-0000009692 00000 n
-0000009756 00000 n
-0000009845 00000 n
-0000009909 00000 n
-0000010020 00000 n
-0000010084 00000 n
-0000010189 00000 n
-0000010253 00000 n
-0000010353 00000 n
-0000010417 00000 n
-0000010508 00000 n
-0000010621 00000 n
-0000010729 00000 n
-0000010835 00000 n
-0000011045 00000 n
-0000021391 00000 n
-0000022015 00000 n
-0000022148 00000 n
-0000022541 00000 n
-0000022651 00000 n
-trailer
-<<
-/Size 61
-/Root 1 0 R
-/Info 3 0 R
->>
-startxref
-22763
-%%EOF
+++ /dev/null
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master page-width="21cm" page-height="29.7cm" master-name="first" margin-top="5mm">
- <fo:region-body margin-bottom="4.5in" margin-right="5mm" margin-left="5mm" margin-top="5mm"/>
- <fo:region-after extent="4in" border-top-color="silver" border-top-style="dotted" border-top-width="0.13mm"/>
- </fo:simple-page-master>
- <fo:simple-page-master page-width="21cm" page-height="29.7cm" master-name="rest" margin-right="5mm" margin-left="5mm" margin-top="5mm" margin-bottom="5mm">
- <fo:region-body/>
- </fo:simple-page-master>
- <fo:page-sequence-master master-name="A4">
- <fo:repeatable-page-master-alternatives>
- <fo:conditional-page-master-reference master-name="first" page-position="first"/>
- <fo:conditional-page-master-reference master-name="rest" page-position="rest"/>
- <fo:conditional-page-master-reference master-name="rest"/>
- </fo:repeatable-page-master-alternatives>
- </fo:page-sequence-master>
- </fo:layout-master-set>
- <fo:page-sequence master-name="A4">
- <fo:static-content flow-name="xsl-region-after">
- <fo:table space-before.optimum="1in div 12" margin-left="2in div 12" margin-top="1in div 10" font-family="sans-serif" font-size="7pt" color="green">
- <fo:table-column column-width="8in div 10 - 2in div 12"/>
- <fo:table-column border-right-style="solid" border-right-width="0.5mm" column-width="36in div 10"/>
- <fo:table-column column-width="5in div 10"/>
- <fo:table-column column-width="13in div 10"/>
- <fo:table-column column-width="18in div 10"/>
- <fo:table-body>
- <fo:table-row height="8in div 12 - 1in div 10">
- <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-right="0.5mm" padding-top="2mm" text-align="end">
- <fo:block>Saajan</fo:block>
- <fo:block>tilinumero</fo:block>
- <fo:block>Mottagarens</fo:block>
- <fo:block>kontonummer</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" display-align="center" font-size="10pt" color="black" border-bottom-color="green" padding-left="1mm">
- <fo:block>Merita 101710-122</fo:block>
- </fo:table-cell>
- <fo:table-cell number-columns-spanned="3" padding-right="0.5cm" padding-left="1mm" padding-top="1mm">
- <fo:block font-size="10pt" font-weight="bold" font-variant="small-caps">TILISIIRTO GIRERING</fo:block>
- <fo:block font-size="6pt" space-after.optimum="0.25em">Maksu välitetään saajalle vain Suomessa Kotimaan maksujenvälityksen yleisten ehtojen mukaisesti ja vain maksajan ilmoittaman tilinumeron perusteella.</fo:block>
- <fo:block font-size="6pt">Betalningen förmedlas endast till mottagare i Finland enligt Allmänna villkor för inrikes betalningsförmedling och endast till det kontonummer betalaren angivit.</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row height="7in div 12">
- <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-right="0.5mm" padding-top="5mm" text-align="end">
- <fo:block>Saaja</fo:block>
- <fo:block>Mottagaren</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" font-size="10pt" color="black" border-bottom-color="green" display-align="center" padding-left="1mm">
- <fo:block>MTG Internet Retailing AB</fo:block>
- <fo:block>CDON</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" number-columns-spanned="3" number-rows-spanned="2" border-bottom-color="green" color="black" padding-top="1mm" padding-left="1mm">
- <fo:block>Markka</fo:block>
- <fo:block space-after.optimum="1em">[105] 11 01 71 00 00 00 12 20 54 88 31 50 00 00 86 85 16 25 96 19 89 70 60 61 60 00 09 [77] [stop]</fo:block>
- <fo:block>Euro</fo:block>
- <fo:block>[105] 21 01 71 00 00 00 12 20 54 88 31 50 00 00 86 85 16 25 96 19 89 70 60 61 60 00 06 [06] [stop]</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row height="1in">
- <fo:table-cell padding-right="2mm" padding-top="4mm" text-align="end">
- <fo:block>Maksaja</fo:block>
- <fo:block>Betalare</fo:block>
- </fo:table-cell>
- <fo:table-cell font-size="10pt" color="black" padding-top="1mm" padding-left="1mm">
- <fo:block>SUOMEN PANKKIYHDISTYS</fo:block>
- <fo:block>Anneli Tossava</fo:block>
- <fo:block space-before.optimum="1em">PL 1009</fo:block>
- <fo:block>00101 HELSINKI</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row height="4in div 12">
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.13mm" padding-right="2mm" padding-top="1mm" padding-bottom="2in div 12" text-align="end" display-align="after">
- <fo:block>Allekirjoitus</fo:block>
- <fo:block>Underskrift</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.13mm" padding-top="4.5mm" padding-bottom="2in div 12" display-align="after">
- <fo:block>
- <fo:leader leader-length.minimum="100%" leader-length.optimum="100%" leader-pattern="rule" rule-thickness="0.13mm"/>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="1mm" padding-top="1.5mm">
- <fo:block>Viitenro</fo:block>
- <fo:block>Ref.nr</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" number-columns-spanned="2" padding-left="6mm" padding-top="4mm" font-size="10pt">
- <fo:block color="black">86851 62596 19897 </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row height="4in div 12">
- <fo:table-cell border-right-style="solid" border-right-width="0.13mm" border-bottom-style="solid" border-bottom-width="0.13mm" padding-right="0.5mm" padding-top="2mm" text-align="end">
- <fo:block>Tililtä nro</fo:block>
- <fo:block>Från konto nr</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.13mm" padding-top="6mm" display-align="after">
- <fo:table height="3mm">
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-body>
- <fo:table-row height="3mm">
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell padding-left="1.7mm" padding-right="1.7mm" display-align="before">
- <fo:block border-top-style="solid" border-top-width="0.5mm"/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:table-cell>
- <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="1mm" padding-top="2mm">
- <fo:block>Eräpäivä</fo:block>
- <fo:block>Förf.dag</fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="6mm" padding-top="4mm" font-size="10pt">
- <fo:block color="black">16.6.2006</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="2mm" padding-top="4mm" font-size="10pt">
- <fo:table>
- <fo:table-column column-width="0.5cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell font-weight="bold">
- <fo:block font-size="10pt" font-weight="bold">mk</fo:block>
- </fo:table-cell>
- <fo:table-cell color="black">
- <fo:block text-align="end">548,83</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row height="13in div 12 - 5mm">
- <fo:table-cell number-columns-spanned="4" padding-left="40mm" display-align="after">
- <fo:block>
- <fo:table height="5in div 12" margin-left="2.5mm" margin-right="2.5mm"><!--105-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.5mm"/><!--11-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/><!--01-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/><!--71-->
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="1mm"/><!--00-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/><!--00-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/><!--00-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/><!--12-->
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.5mm"/><!--20-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.25mm"/><!--54-->
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.75mm"/><!--88-->
- <fo:table-column column-width="1mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/><!--31-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/><!--50-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.25mm"/><!--00-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/><!--00-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/><!--86-->
- <fo:table-column column-width="1mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/><!--85-->
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="1mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/><!--16-->
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/><!--25-->
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/><!--96-->
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="1mm"/>
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/><!--19-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.5mm"/><!--89-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="1mm"/>
- <fo:table-column column-width="0.25mm"/><!--70-->
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="1mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/><!--60-->
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="1mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/><!--61-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="1mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/><!--60-->
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="1mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/><!--00-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/><!--09-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.75mm"/><!--77-->
- <fo:table-column column-width="1mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/><!--106-->
- <fo:table-column column-width="0.5mm"/>
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.75mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.25mm"/>
- <fo:table-column column-width="0.5mm"/>
- <fo:table-body>
- <fo:table-row height="5in div 12">
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="black">
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell background-color="white">
- <fo:block/>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell display-align="after">
- <fo:block text-align="end" font-size="8pt" font-weight="bold" font-variant="small-caps">
- <fo:block>PANKKI</fo:block>
- <fo:block>BANKKEN</fo:block>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- <fo:block-container height="15mm" width="7mm" top="3mm" left="8in - 5mm" position="absolute">
- <fo:block>
- <fo:external-graphic src="file:mk1logo.tif"/>
- </fo:block>
- </fo:block-container>
- </fo:static-content>
- <fo:flow flow-name="xsl-region-body">
- <fo:block>TIFF logo and XSL FO table bar code</fo:block>
- </fo:flow>
- </fo:page-sequence>
- <fo:page-sequence master-name="A4">
- <fo:static-content flow-name="xsl-region-after">
- <fo:table space-before.optimum="1in div 12" margin-left="2in div 12" margin-top="1in div 10" font-family="sans-serif" font-size="7pt" color="green">
- <fo:table-column column-width="8in div 10 - 2in div 12"/>
- <fo:table-column border-right-style="solid" border-right-width="0.5mm" column-width="36in div 10"/>
- <fo:table-column column-width="5in div 10"/>
- <fo:table-column column-width="13in div 10"/>
- <fo:table-column column-width="18in div 10"/>
- <fo:table-body>
- <fo:table-row height="8in div 12 - 1in div 10">
- <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-right="0.5mm" padding-top="2mm" text-align="end">
- <fo:block>Saajan</fo:block>
- <fo:block>tilinumero</fo:block>
- <fo:block>Mottagarens</fo:block>
- <fo:block>kontonummer</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" display-align="center" font-size="10pt" color="black" border-bottom-color="green" padding-left="1mm">
- <fo:block>Merita 101710-122</fo:block>
- </fo:table-cell>
- <fo:table-cell number-columns-spanned="3" padding-right="0.5cm" padding-left="1mm" padding-top="1mm">
- <fo:block font-size="10pt" font-weight="bold" font-variant="small-caps">TILISIIRTO GIRERING</fo:block>
- <fo:block font-size="6pt" space-after.optimum="0.25em">Maksu välitetään saajalle vain Suomessa Kotimaan maksujenvälityksen yleisten ehtojen mukaisesti ja vain maksajan ilmoittaman tilinumeron perusteella.</fo:block>
- <fo:block font-size="6pt">Betalningen förmedlas endast till mottagare i Finland enligt Allmänna villkor för inrikes betalningsförmedling och endast till det kontonummer betalaren angivit.</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row height="7in div 12">
- <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-right="0.5mm" padding-top="5mm" text-align="end">
- <fo:block>Saaja</fo:block>
- <fo:block>Mottagaren</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" font-size="10pt" color="black" border-bottom-color="green" display-align="center" padding-left="1mm">
- <fo:block>MTG Internet Retailing AB</fo:block>
- <fo:block>CDON</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" number-columns-spanned="3" number-rows-spanned="2" border-bottom-color="green" color="black" padding-top="1mm" padding-left="1mm">
- <fo:block>Markka</fo:block>
- <fo:block space-after.optimum="1em">[105] 11 01 71 00 00 00 12 20 54 88 31 50 00 00 86 85 16 25 96 19 89 70 60 61 60 00 09 [77] [stop]</fo:block>
- <fo:block>Euro</fo:block>
- <fo:block>[105] 21 01 71 00 00 00 12 20 54 88 31 50 00 00 86 85 16 25 96 19 89 70 60 61 60 00 06 [06] [stop]</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row height="1in">
- <fo:table-cell padding-right="2mm" padding-top="4mm" text-align="end">
- <fo:block>Maksaja</fo:block>
- <fo:block>Betalare</fo:block>
- </fo:table-cell>
- <fo:table-cell font-size="10pt" color="black" padding-top="1mm" padding-left="1mm">
- <fo:block>SUOMEN PANKKIYHDISTYS</fo:block>
- <fo:block>Anneli Tossava</fo:block>
- <fo:block space-before.optimum="1em">PL 1009</fo:block>
- <fo:block>00101 HELSINKI</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row height="4in div 12">
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.13mm" padding-right="2mm" padding-top="1mm" padding-bottom="2in div 12" text-align="end" display-align="after">
- <fo:block>Allekirjoitus</fo:block>
- <fo:block>Underskrift</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.13mm" padding-top="4.5mm" padding-bottom="2in div 12" display-align="after">
- <fo:block>
- <fo:leader leader-length.minimum="100%" leader-length.optimum="100%" leader-pattern="rule" rule-thickness="0.13mm"/>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="1mm" padding-top="1.5mm">
- <fo:block>Viitenro</fo:block>
- <fo:block>Ref.nr</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" number-columns-spanned="2" padding-left="6mm" padding-top="4mm" font-size="10pt">
- <fo:block color="black">86851 62596 19897 </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row height="4in div 12">
- <fo:table-cell border-right-style="solid" border-right-width="0.13mm" border-bottom-style="solid" border-bottom-width="0.13mm" padding-right="0.5mm" padding-top="2mm" text-align="end">
- <fo:block>Tililtä nro</fo:block>
- <fo:block>Från konto nr</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.13mm" padding-top="6mm" display-align="after">
- <fo:table height="3mm">
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-column border-right-style="solid" border-right-width="0.13mm" column-width="0.2in"/>
- <fo:table-body>
- <fo:table-row height="3mm">
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell padding-left="1.7mm" padding-right="1.7mm" display-align="before">
- <fo:block border-top-style="solid" border-top-width="0.5mm"/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block/>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:table-cell>
- <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="1mm" padding-top="2mm">
- <fo:block>Eräpäivä</fo:block>
- <fo:block>Förf.dag</fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-style="solid" border-right-width="0.5mm" border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="6mm" padding-top="4mm" font-size="10pt">
- <fo:block color="black">16.6.2006</fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-style="solid" border-bottom-width="0.5mm" padding-left="2mm" padding-top="4mm" font-size="10pt">
- <fo:table>
- <fo:table-column column-width="0.5cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell font-weight="bold">
- <fo:block font-size="10pt" font-weight="bold">mk</fo:block>
- </fo:table-cell>
- <fo:table-cell color="black">
- <fo:block text-align="end">548,83</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row height="13in div 12 - 5mm">
- <fo:table-cell number-columns-spanned="4" padding-left="40mm" display-align="after">
- <fo:block>
- <fo:instream-foreign-object>
- <svg xmlns="http://www.w3.org/2000/svg" width="87.75mm" height="0.4166666666666667in">
- <g style="fill: black; stroke: none;"><!--START-->
- <rect x="2.5mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="3.25mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="4mm" y="0" height="10mm" width="0.75mm"/><!--11-->
- <rect x="5.25mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="6.5mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="7.25mm" y="0" height="10mm" width="0.25mm"/><!--01-->
- <rect x="8mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="9mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="9.75mm" y="0" height="10mm" width="0.5mm"/><!--71-->
- <rect x="10.75mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="11.5mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="12.25mm" y="0" height="10mm" width="0.25mm"/><!--00-->
- <rect x="13.5mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="14.25mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="15.25mm" y="0" height="10mm" width="0.5mm"/><!--00-->
- <rect x="16.25mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="17mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="18mm" y="0" height="10mm" width="0.5mm"/><!--00-->
- <rect x="19mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="19.75mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="20.75mm" y="0" height="10mm" width="0.5mm"/><!--12-->
- <rect x="21.75mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="22.25mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="23.25mm" y="0" height="10mm" width="0.75mm"/><!--20-->
- <rect x="24.5mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="25.5mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="26.25mm" y="0" height="10mm" width="0.75mm"/><!--54-->
- <rect x="27.25mm" y="0" height="10mm" width="0.75mm"/>
- <rect x="28.25mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="28.75mm" y="0" height="10mm" width="0.5mm"/><!--88-->
- <rect x="30mm" y="0" height="10mm" width="1mm"/>
- <rect x="31.5mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="32.25mm" y="0" height="10mm" width="0.25mm"/><!--31-->
- <rect x="32.75mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="33.5mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="34.75mm" y="0" height="10mm" width="0.5mm"/><!--50-->
- <rect x="35.5mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="36.75mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="37.25mm" y="0" height="10mm" width="0.75mm"/><!--00-->
- <rect x="38.25mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="39mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="40mm" y="0" height="10mm" width="0.5mm"/><!--00-->
- <rect x="41mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="41.75mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="42.75mm" y="0" height="10mm" width="0.5mm"/><!--86-->
- <rect x="43.75mm" y="0" height="10mm" width="1mm"/>
- <rect x="45mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="45.75mm" y="0" height="10mm" width="0.25mm"/><!--85-->
- <rect x="46.5mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="47.25mm" y="0" height="10mm" width="1mm"/>
- <rect x="48.75mm" y="0" height="10mm" width="0.25mm"/><!--16-->
- <rect x="49.25mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="50mm" y="0" height="10mm" width="0.75mm"/>
- <rect x="51mm" y="0" height="10mm" width="0.5mm"/><!--25-->
- <rect x="52mm" y="0" height="10mm" width="0.75mm"/>
- <rect x="53.25mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="53.75mm" y="0" height="10mm" width="0.5mm"/><!--96-->
- <rect x="54.75mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="55.25mm" y="0" height="10mm" width="1mm"/>
- <rect x="57mm" y="0" height="10mm" width="0.25mm"/><!--19-->
- <rect x="57.5mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="58.5mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="59mm" y="0" height="10mm" width="0.75mm"/><!--89-->
- <rect x="60.25mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="61mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="61.75mm" y="0" height="10mm" width="1mm"/><!--70-->
- <rect x="63mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="63.5mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="65mm" y="0" height="10mm" width="0.25mm"/><!--60-->
- <rect x="65.75mm" y="0" height="10mm" width="0.75mm"/>
- <rect x="66.75mm" y="0" height="10mm" width="1mm"/>
- <rect x="68mm" y="0" height="10mm" width="0.25mm"/><!--61-->
- <rect x="68.5mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="69.5mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="70.75mm" y="0" height="10mm" width="0.25mm"/><!--60-->
- <rect x="71.25mm" y="0" height="10mm" width="0.75mm"/>
- <rect x="72.25mm" y="0" height="10mm" width="1mm"/>
- <rect x="73.5mm" y="0" height="10mm" width="0.25mm"/><!--00-->
- <rect x="74mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="74.75mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="75.75mm" y="0" height="10mm" width="0.5mm"/><!--09-->
- <rect x="76.75mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="77.75mm" y="0" height="10mm" width="0.25mm"/>
- <rect x="78.5mm" y="0" height="10mm" width="0.25mm"/><!--77-->
- <rect x="79.5mm" y="0" height="10mm" width="1mm"/>
- <rect x="80.75mm" y="0" height="10mm" width="0.75mm"/>
- <rect x="81.75mm" y="0" height="10mm" width="0.25mm"/><!--STOP-->
- <rect x="82.25mm" y="0" height="10mm" width="0.5mm"/>
- <rect x="83.5mm" y="0" height="10mm" width="0.75mm"/>
- <rect x="84.5mm" y="0" height="10mm" width="0.25mm"/>
- </g>
- </svg>
- </fo:instream-foreign-object>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell display-align="after">
- <fo:block text-align="end" font-size="8pt" font-weight="bold" font-variant="small-caps">
- <fo:block>PANKKI</fo:block>
- <fo:block>BANKKEN</fo:block>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- <fo:block-container height="15mm" width="7mm" top="3mm" left="8in - 5mm" position="absolute">
- <fo:block>
- <fo:instream-foreign-object>
- <svg xmlns="http://www.w3.org/2000/svg" width="7mm" height="15mm" viewBox="0 0 19.781 41.952">
- <g style="fill: #000000;">
- <path d="M9.925,33.731h-1.4v-6h-0.02l-1.34,6h-1.47l-1.31-6h-0.02v6h-1.4v-7.18h2.19l1.3,5.66h0.02l1.28-5.66h2.17v7.18z"/>
- <path d="M12.975,33.731h-1.5v-7.18h1.5v2.92l2.74-2.92h1.94l-2.93,2.94l3.1,4.24h-1.93l-2.22-3.15l-0.7,0.72v2.43z"/>
- <path d="M7.785,36.082h0.2c1.35,0,1.71-0.7,1.74-1.23h1.15v7.1h-1.4v-4.89h-1.69v-0.98z"/>
- <path d="M9.042,24.944L0,24.938V2.198l4.542-2.188l4.511,2.267L9.042,24.944z"/>
- <path d="M19.77,24.935l-9.042-0.006V2.188L15.27,0l4.511,2.267L19.77,24.935z"/>
- <path style="fill: #FFFFFF;" d="M18.149,13.747c0,4.775-3.681,8.646-8.22,8.646c-4.54,0-8.221-3.871-8.221-8.646c0-4.774,3.681-8.646,8.221-8.646c4.54,0,8.22,3.871,8.22,8.646z"/>
- </g>
- <g style="fill:none; stroke: #000000; stroke-miterlimit: 4;">
- <path d="M13.047,10.062c0,1.957-1.396,3.543-3.118,3.543s-3.118-1.586-3.118-3.543s1.396-3.543,3.118-3.543s3.118,1.586,3.118,3.543z"/>
- <path d="M13.047,17.715c0,1.957-1.396,3.543-3.119,3.543c-1.722,0-3.118-1.586-3.118-3.543c0-1.957,1.396-3.543,3.118-3.543c1.723,0,3.119,1.586,3.119,3.543z"/>
- <path d="M16.449,11.905c0,1.878-1.396,3.401-3.119,3.401c-1.722,0-3.118-1.523-3.118-3.401c0-1.879,1.396-3.402,3.118-3.402c1.723,0,3.119,1.523,3.119,3.402z"/>
- <path d="M16.449,15.873c0,1.878-1.396,3.401-3.119,3.401c-1.722,0-3.118-1.523-3.118-3.401c0-1.879,1.396-3.402,3.118-3.402c1.723,0,3.119,1.523,3.119,3.402z"/>
- <path d="M9.646,11.905c0,1.878-1.396,3.401-3.119,3.401c-1.722,0-3.118-1.523-3.118-3.401c0-1.879,1.396-3.402,3.118-3.402c1.723,0,3.119,1.523,3.119,3.402z"/>
- <path d="M9.646,15.873c0,1.878-1.396,3.401-3.119,3.401c-1.722,0-3.118-1.523-3.118-3.401c0-1.879,1.396-3.402,3.118-3.402c1.723,0,3.119,1.523,3.119,3.402z"/>
- </g>
- </svg>
- </fo:instream-foreign-object>
- </fo:block>
- </fo:block-container>
- </fo:static-content>
- <fo:flow flow-name="xsl-region-body">
- <fo:block>SVG logo and bar code</fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-
-<!-- =========================================================================== -->
-
-<project default="creating new test pdf files" basedir=".">
-
- <!-- =================================================================== -->
- <!-- Initialization target -->
- <!-- =================================================================== -->
- <target name="init">
- <tstamp/>
- <mkdir dir="tests"/>
- <property name="referenceDir" value="reference"/>
- <property name="testDir" value="tests"/>
- <property name="foDir" value="fo"/>
- <taskdef name="fop" classname="org.apache.fop.tools.anttasks.Fop"/>
- <taskdef name="compare" classname="org.apache.fop.tools.anttasks.Compare"/>
-
-
- </target>
-
- <!-- =================================================================== -->
- <!-- Help on usage -->
- <!-- =================================================================== -->
- <target name="usage">
- <echo message=""/>
- <echo message=""/>
- <echo message="USAGE of runtests"/>
- <echo message="-------------------------------------------------------------"/>
- <echo message=""/>
- <echo message=" available targets are:"/>
- <echo message=""/>
- <echo message=" compare --> generates new pdf test files and compares them to reference files (default)"/>
- <echo message=" reference --> generates new reference pdf files"/>
- <echo message=" See the comments inside the build.xml file for more details."/>
- <echo message="-------------------------------------------------------------"/>
- <echo message=""/>
- <echo message=""/>
- </target>
-
- <!-- =================================================================== -->
- <!-- Produces new test pdf files -->
- <!-- =================================================================== -->
- <target name="creating new test pdf files" depends="init">
- <fop fofile="${foDir}/normal.fo" pdffile="${testDir}/normal.pdf"/>
- <fop fofile="${foDir}/table.fo" pdffile="${testDir}/table.pdf"/>
- <fop fofile="${foDir}/list.fo" pdffile="${testDir}/list.pdf"/>
- <fop fofile="${foDir}/link.fo" pdffile="${testDir}/link.pdf"/>
- <fop fofile="${foDir}/newlinktest.fo" pdffile="${testDir}/newlinktest.pdf"/>
- <fop fofile="${foDir}/border.fo" pdffile="${testDir}/border.pdf"/>
- <fop fofile="${foDir}/extensive.fo" pdffile="${testDir}/extensive.pdf"/>
- <fop fofile="${foDir}/images.fo" pdffile="${testDir}/images.pdf"/>
- <fop fofile="${foDir}/readme.fo" pdffile="${testDir}/readme.pdf"/>
- <fop fofile="${foDir}/fonts.fo" pdffile="${testDir}/fonts.pdf"/>
- <fop fofile="${foDir}/leader.fo" pdffile="${testDir}/leader.pdf"/>
- <fop fofile="${foDir}/textdeko.fo" pdffile="${testDir}/textdeko.pdf"/>
- <fop fofile="${foDir}/inhprop.fo" pdffile="${testDir}/inhprop.pdf"/>
- <fop fofile="${foDir}/normalex.fo" pdffile="${testDir}/normalex.pdf"/>
- <fop fofile="${foDir}/simple.fo" pdffile="${testDir}/simple.pdf"/>
- <!-- <fop fofile="${foDir}/hyphen.fo" pdffile="${testDir}/hyphen.pdf"/> -->
- <fop fofile="${foDir}/character.fo" pdffile="${testDir}/character.pdf"/>
- <fop fofile="${foDir}/pdfoutline.fo" pdffile="${testDir}/pdfoutline.pdf"/>
- <fop fofile="${foDir}/corresprop.fo" pdffile="${testDir}/corresprop.pdf"/>
- <fop fofile="${foDir}/bordershorthand.fo" pdffile="${testDir}/bordershorthand.pdf"/>
- </target>
-
-
- <target name="image" depends="init">
- <fop fofile="${foDir}/images.fo" pdffile="${testDir}/images.pdf"/>
- </target>
-
- <!-- =================================================================== -->
- <!-- Compares new test pdf files to reference pdf files -->
- <!-- =================================================================== -->
- <target name="compare" depends ="creating new test pdf files">
- <compare referenceDirectory = "${referenceDir}"
- testDirectory = "${testDir}"
- filenames = "normal.pdf,table.pdf,list.pdf,link.pdf,border.pdf,images.pdf,extensive.pdf,readme.pdf,fonts.pdf,list2.pdf"/>
- </target>
-
- <!-- =================================================================== -->
- <!-- Produces new reference pdf files -->
- <!-- =================================================================== -->
- <target name="reference">
- <fop fofile="${foDir}/normal.fo" pdffile="${referenceDir}/normal.pdf"/>
- <fop fofile="${foDir}/table.fo" pdffile="${referenceDir}/table.pdf"/>
- <fop fofile="${foDir}/list.fo" pdffile="${referenceDir}/list.pdf"/>
- <fop fofile="${foDir}/link.fo" pdffile="${referenceDir}/link.pdf"/>
- <fop fofile="${foDir}/newlinktest.fo" pdffile="${referenceDir}/newlinktest.pdf"/>
- <fop fofile="${foDir}/border.fo" pdffile="${referenceDir}/border.pdf"/>
- <fop fofile="${foDir}/extensive.fo" pdffile="${referenceDir}/extensive.pdf"/>
- <fop fofile="${foDir}/images.fo" pdffile="${referenceDir}/images.pdf"/>
- <fop fofile="${foDir}/readme.fo" pdffile="${referenceDir}/readme.pdf"/>
- <fop fofile="${foDir}/fonts.fo" pdffile="${referenceDir}/fonts.pdf"/>
- <fop fofile="${foDir}/leader.fo" pdffile="${referenceDir}/leader.pdf"/>
- <fop fofile="${foDir}/textdeko.fo" pdffile="${referenceDir}/textdeko.pdf"/>
- <fop fofile="${foDir}/inhprop.fo" pdffile="${referenceDir}/inhprop.pdf"/>
- <fop fofile="${foDir}/normalex.fo" pdffile="${referenceDir}/normalex.pdf"/>
- <fop fofile="${foDir}/simple.fo" pdffile="${referenceDir}/simple.pdf"/>
- <!-- <fop fofile="${foDir}/hyphen.fo" pdffile="${referenceDir}/hyphen.pdf"/> -->
- <fop fofile="${foDir}/character.fo" pdffile="${referenceDir}/character.pdf"/>
-
- </target>
-
-
-
-
- <!-- =================================================================== -->
- <!-- Starts the test -->
- <!-- =================================================================== -->
- <target name="runtest" depends="compare">
- <echo message="Running Fop tests"/>
- </target>
-
- <!-- =================================================================== -->
- <!-- Clean targets -->
- <!-- =================================================================== -->
- <target name="clean" depends="init">
- <delete dir="${testDir}"/>
-
- </target>
-
-
-</project>
-
-<!-- End of file -->
+++ /dev/null
-/*
- * $Id$
- * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
- * For details on use and redistribution please refer to the
- * LICENSE file included with these sources.
- */
-
-package org.apache.fop.tools.servlet;
-
-import java.io.*;
-
-import javax.servlet.*;
-import javax.servlet.http.*;
-
-import org.xml.sax.InputSource;
-import org.xml.sax.XMLReader;
-
-import org.apache.fop.apps.Driver;
-import org.apache.fop.apps.Version;
-
-
-/**
- * Example servlet to generate a PDF from a servlet.
- * Servlet param is:
- * <ul>
- * <li>fo: the path to a formatting object file to render
- * </ul>
- *
- * Example URL: http://servername/servlet/FopServlet?fo=/home/fop/example/readme.fo
- * Compiling: you will need
- * - servlet_2_2.jar
- * - fop.jar
- * - sax api
- */
-
-public class FopServlet extends HttpServlet {
- public static final String FO_REQUEST_PARAM = "fo";
-
- public void doGet(HttpServletRequest request,
- HttpServletResponse response) throws ServletException {
- try {
- if (request.getParameter(FO_REQUEST_PARAM) != null) {
- FileInputStream file = new FileInputStream(
- request.getParameter(FO_REQUEST_PARAM));
- renderFO(new InputSource(file), response);
- } else {
- PrintWriter out = response.getWriter();
- out.println("<html><head><title>Error</title></head>\n"+
- "<body><h1>FopServlet Error</h1><h3>No 'fo' "+
- "request param given.</body></html>");
- }
- } catch (ServletException ex) {
- throw ex;
- }
- catch (Exception ex) {
- throw new ServletException(ex);
- }
- }
-
- /**
- * renders an FO inputsource into a PDF file which is rendered
- * directly to the response object's OutputStream
- */
- public void renderFO(InputSource foFile,
- HttpServletResponse response) throws ServletException {
- try {
- ByteArrayOutputStream out = new ByteArrayOutputStream();
-
- response.setContentType("application/pdf");
-
- Driver driver = new Driver(foFile, out);
- driver.run();
-
- byte[] content = out.toByteArray();
- response.setContentLength(content.length);
- response.getOutputStream().write(content);
- response.getOutputStream().flush();
-
- } catch (Exception ex) {
- throw new ServletException(ex);
- }
-
- }
-
- /**
- * creates a SAX parser, using the value of org.xml.sax.parser
- * defaulting to org.apache.xerces.parsers.SAXParser
- *
- * @return the created SAX parser
- */
- static XMLReader createParser() throws ServletException {
- String parserClassName = System.getProperty("org.xml.sax.parser");
- if (parserClassName == null) {
- parserClassName = "org.apache.xerces.parsers.SAXParser";
- }
-
- try {
- return (XMLReader) Class.forName(
- parserClassName).newInstance();
- } catch (Exception e) {
- throw new ServletException(e);
- }
- }
-
-}
+++ /dev/null
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master
- margin-right="0.5cm" margin-left="0.5cm" margin-bottom="0.5cm" margin-top="0.75cm"
- page-width="21cm" page-height="29.7cm" master-name="first">
- <fo:region-body></fo:region-body>
- </fo:simple-page-master>
- <fo:simple-page-master
- margin-right="2.5cm" margin-left="2.5cm" margin-bottom="2cm" margin-top="1cm"
- page-width="21cm" page-height="29.7cm" master-name="rest">
- <fo:region-body></fo:region-body>
- </fo:simple-page-master>
-
- <fo:page-sequence-master master-name="psmA">
- <fo:repeatable-page-master-alternatives>
- <fo:conditional-page-master-reference master-name="first"
- page-position="first" />
- <fo:conditional-page-master-reference master-name="rest"
- page-position="rest" />
- <!-- recommended fallback procedure -->
- <fo:conditional-page-master-reference master-name="rest" />
- </fo:repeatable-page-master-alternatives>
- </fo:page-sequence-master>
- </fo:layout-master-set>
- <fo:page-sequence master-name="psmA">
- <fo:flow flow-name="xsl-region-body">
- <fo:block-container height="4cm" width="12cm" top="0cm" left="0cm" position="absolute">
- <fo:block text-align="start" line-height="18pt" font-family="sans-serif" font-weight="bold" font-size="14pt">
- PX7.net
- </fo:block>
- <fo:block text-align="start" line-height="18pt" font-family="sans-serif" font-weight="bold" font-size="14pt">
- 44 Liberty St
- </fo:block>
- <fo:block text-align="start" line-height="18pt" font-family="sans-serif" font-weight="bold" font-size="14pt">
- Newburyport, MA 01950
- </fo:block>
- <fo:block text-align="start" line-height="18pt" font-family="sans-serif" font-weight="bold" font-size="14pt">
- 978-462-1152
- </fo:block>
- </fo:block-container>
- <fo:block-container height="1cm" width="6cm" top="0cm" left="14cm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="22pt" font-family="sans-serif" font-size="23pt">
- Sales Receipt
- </fo:block>
- </fo:block-container>
-
- <fo:block-container border-color="black" border-style="solid" border-width=".5mm" height="0.5cm" width="2.49cm" top="1.2cm" left="13.8cm" padding=".6mm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="15pt" font-family="sans-serif" font-size="12pt">
- DATE
- </fo:block>
- </fo:block-container>
- <fo:block-container border-color="black" border-style="solid" border-width=".5mm" height="0.5cm" width="2.49cm" top="1.87cm" left="13.8cm" padding=".6mm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="15pt" font-family="sans-serif" font-size="10pt">
- 01/01/2000
- </fo:block>
- </fo:block-container>
- <fo:block-container border-color="black" border-style="solid" border-width=".5mm" height="0.5cm" width="2.49cm" top="1.2cm" left="16.46cm" padding=".6mm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="15pt" font-family="sans-serif" font-size="12pt">
- SALE #
- </fo:block>
- </fo:block-container>
- <fo:block-container border-color="black" border-style="solid" border-width=".5mm" height="0.5cm" width="2.49cm" top="1.87cm" left="16.46cm" padding=".6mm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="15pt" font-family="sans-serif" font-size="10pt">
- 1
- </fo:block>
- </fo:block-container>
-
-
- <fo:block-container border-color="black" border-style="solid" border-width=".5mm" height="0.5cm" width="8.95cm" top="3cm" left="0cm" padding=".6mm" position="absolute">
- <fo:block text-align="start" line-height="15pt" font-family="sans-serif" font-size="12pt">
- SOLD TO
- </fo:block>
- </fo:block-container>
- <fo:block-container border-color="black" border-style="solid" border-width=".5mm" height="3cm" width="8.95cm" top="3.67cm" left="0cm" padding=".6mm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="15pt" font-family="sans-serif" font-size="12pt">
- </fo:block>
- </fo:block-container>
- <fo:block-container border-color="black" border-style="solid" border-width=".5mm" height="0.5cm" width="8.95cm" top="3cm" left="10cm" padding=".6mm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="15pt" font-family="sans-serif" font-size="12pt">
- SHIP TO
- </fo:block>
- </fo:block-container>
- <fo:block-container border-color="black" border-style="solid" border-width=".5mm" height="3cm" width="8.95cm" top="3.67cm" left="10cm" padding=".6mm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="15pt" font-family="sans-serif" font-size="12pt">
- </fo:block>
- </fo:block-container>
-
-
- <fo:block-container border-color="black" border-style="solid" border-width=".5mm" height="0.5cm" width="3.96cm" top="7.25cm" left="10.74cm" padding="1mm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="15pt" font-family="sans-serif" font-size="12pt">
- PMT METHOD
- </fo:block>
- </fo:block-container>
- <fo:block-container border-color="black" border-style="solid" border-width=".5mm" height="0.5cm" width="3.96cm" top="8cm" left="10.74cm" padding="1mm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="15pt" font-family="sans-serif" font-size="10pt">
- Check
- </fo:block>
- </fo:block-container>
- <fo:block-container border-color="black" border-style="solid" border-width=".5mm" height="0.5cm" width="3.96cm" top="7.25cm" left="14.95cm" padding="1mm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="15pt" font-family="sans-serif" font-size="12pt">
- CHECK #
- </fo:block>
- </fo:block-container>
- <fo:block-container border-color="black" border-style="solid" border-width=".5mm" height="0.5cm" width="3.96cm" top="8cm" left="14.95cm" padding="1mm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="15pt" font-family="sans-serif" font-size="10pt">
- 1234
- </fo:block>
- </fo:block-container>
-
-
- <fo:block-container height="17cm" width="19cm" top="9.4cm" left="0cm" position="absolute">
- <fo:table border-collapse="separate" border-color="yellow" border-style="solid" border-width=".6mm" height="17cm">
- <fo:table-column column-width="2.5cm"/>
- <fo:table-column column-width="11.5cm"/>
- <fo:table-column column-width="2.5cm"/>
- <fo:table-column column-width="2.5cm"/>
- <fo:table-body font-family="sans-serif" font-weight="normal" font-size="10pt">
- <fo:table-row line-height="12pt">
- <fo:table-cell border-width="1pt" border-color="green" border-style="solid" padding="1mm">
- <fo:block text-align="end">QUANTITY</fo:block>
- </fo:table-cell>
- <fo:table-cell border-width="1pt" border-color="red" border-style="solid" padding="1mm">
- <fo:block text-align="start">DESCRIPTION</fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="blue" border-style="solid" padding="1mm">
- <fo:block text-align="center">RATE</fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="orange" border-style="solid" padding="1mm">
- <fo:block text-align="center">AMOUNT</fo:block>
- </fo:table-cell>
-
- </fo:table-row>
- <fo:table-row line-height="12pt">
- <fo:table-cell padding="2pt">
- <fo:block text-align="end">1</fo:block>
- </fo:table-cell>
- <fo:table-cell padding="2pt">
- <fo:block text-align="start">Wide Widget</fo:block>
- </fo:table-cell>
- <fo:table-cell padding="2pt">
- <fo:block text-align="end">$22.23</fo:block>
- </fo:table-cell>
- <fo:table-cell padding="2pt">
- <fo:block text-align="end">22.31</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row line-height="12pt">
- <fo:table-cell padding="2pt">
- <fo:block text-align="end">1</fo:block>
- </fo:table-cell>
- <fo:table-cell padding="2pt">
- <fo:block text-align="start">Widget</fo:block>
- </fo:table-cell>
- <fo:table-cell padding="2pt">
- <fo:block text-align="end">$22.23</fo:block>
- </fo:table-cell>
- <fo:table-cell padding="2pt">
- <fo:block text-align="end">22.31</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row line-height="12pt">
- <fo:table-cell padding="2pt">
- <fo:block text-align="end">3</fo:block>
- </fo:table-cell>
- <fo:table-cell padding="2pt">
- <fo:block text-align="start">Nuts</fo:block>
- </fo:table-cell>
- <fo:table-cell padding="2pt">
- <fo:block text-align="end">$12.00</fo:block>
- </fo:table-cell>
- <fo:table-cell padding="2pt">
- <fo:block text-align="end">36.00</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block-container>
- <fo:block-container border-color="black" border-style="solid" border-width="0.5mm" height="1cm" width="13.31cm" top="26.5cm" left="0cm" padding="1mm" position="absolute">
- <fo:block text-align="start" line-height="15pt" font-family="sans-serif" font-size="12pt">Please remit to the above address</fo:block>
- </fo:block-container>
- <fo:block-container border-color="black" border-style="solid" border-width="0.5mm" height="1cm" width="2.5cm" top="26.5cm" left="13.56cm" padding="1mm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="25pt" font-family="sans-serif" font-size="22pt">Total</fo:block>
- </fo:block-container>
- <fo:block-container border-color="black" border-style="solid" border-width="0.5mm" height="1cm" width="2.5cm" top="26.5cm" left="16.31cm" padding="1mm" position="absolute">
- <fo:block text-align="start" space-after.optimum="3pt" line-height="15pt" font-family="sans-serif" font-size="10pt">$3.00</fo:block>
- </fo:block-container>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-
-<!-- example for a simple fo file. At the beginning the page layout is set.
-Below fo:root there is always
-- a single fo:layout-master-set which defines one or more page layouts
-- an optional fo:declarations,
-- and a sequence of one or more fo:page-sequences containing the text and formatting instructions -->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <fo:layout-master-set>
- <!-- fo:layout-master-set defines in its children the page layout:
- the pagination and layout specifications
- - page-masters: have the role of describing the intended subdivisions
- of a page and the geometry of these subdivisions
- - page-sequence-masters: have the role of describing the sequence
- of page-masters that will be used to generate
- pages during the formatting of an fo:page-sequence
-
- -->
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="first"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.0cm + 0.5cm"
- margin-right="(5cm * 1cm) div 2cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
- <!-- layout for the other pages -->
- <fo:simple-page-master master-name="rest"
- page-height="abs(-30cm + .3cm)"
- page-width="(10cm * 2) + 1cm"
- margin-top="round(.5) * 1cm"
- margin-bottom="round(2.4) * 1cm"
- margin-left="2.5 * 1cm"
- margin-right="5.5cm - 3cm">
- <fo:region-body margin-top="2.5cm"/>
- <fo:region-before extent="2.5cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
-<fo:page-sequence-master master-name="basicPSM" >
- <fo:repeatable-page-master-alternatives>
- <fo:conditional-page-master-reference master-name="first"
- page-position="first" />
- <fo:conditional-page-master-reference master-name="rest"
- page-position="rest" />
- <!-- recommended fallback procedure -->
- <fo:conditional-page-master-reference master-name="rest" />
- </fo:repeatable-page-master-alternatives>
-</fo:page-sequence-master>
-
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="basicPSM">
-
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="serif"
- line-height="1em + 4pt"
- >
- Border and Padding Shorthand Tests - p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines text title level 1-->
- <fo:block font-size="min(18pt,20pt)"
- font-family="sans-serif"
- line-height="max(24pt,18pt)"
- space-after.optimum="5 mod 3 * 7.5pt"
- background-color="rgb(128,128,128)"
- color="rgb(255,255,255)"
- text-align="center"
- padding-top="3pt">
- Border and Padding Shorthand Tests
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-after="12pt"
- text-align="start"
- background-color="rgb(150,150,150)"
- start-indent="3mm" end-indent="3mm"
- padding-left="3mm" padding-right="3mm"
- padding-top="4mm" padding-bottom="4mm"
- border-style="dashed"
- border-left-width="1pt" border-right-width="1pt"
- border-top-width="2pt" border-bottom-width="2pt"
- border-top-color="rgb(100,100,100)" border-bottom-color="rgb(200,200,200)">
-In this example, padding and border properties are specified using absolute properties:
-padding-left, padding-right, padding-top, and padding-bottom, etc.
-According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified.
-</fo:block>
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-after="12pt"
- text-align="start"
- background-color="rgb(150,150,150)"
- start-indent="3mm" end-indent="3mm"
- padding="3mm + 1mm 3mm"
- border-top="rgb(100,100,100) 1pt + 1pt dashed"
- border-bottom="2pt rgb(200,200,200) solid"
- border-left="solid 1pt" border-right="solid 1pt">
-In this example, padding and border properties are specified using shorthand properties:
-padding, border-width, border-color.
-According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified.
-</fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-after="3pt"
- text-align="start"
- background-color="rgb(150,150,150)"
- start-indent="3mm" end-indent="3mm"
- padding-before="4mm" padding-after="4mm"
- padding-start.length="3mm" padding-end.length="3mm"
- border-style="solid"
- border-start-width="1pt" border-end-width="1pt"
- border-before-width="2pt" border-after-width="2pt"
- border-before-color="rgb(100,100,100)"
- border-after-color="rgb(200,200,200)">
-In this example, padding and border properties are specified using writing-mode relative properties:
-padding-before, padding-after, padding-start, and padding-end, etc.
-According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified.
-</fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-after="3pt"
- text-align="start"
- background-color="rgb(200,200,200)"
- start-indent="3mm" end-indent="3mm"
- padding = "3mm"
- padding-before="4mm" padding-after="4mm"
- border-width = "2pt" border-style="solid"
- border-color="black"
- border-start-width="1pt" border-end-width="1pt"
- border-before-width="2pt" border-after-width="2pt"
- border-before-color="rgb(200,200,200)"
- border-after-color="rgb(100,100,100)">
-In this example, padding and border properties are specified using
-shorthand and writing-mode relative properties:
-padding-before, padding-after, padding-start, and padding-end, etc.
-According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified.
-</fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<!-- example for a simple fo file. At the beginning the page layout is set.
- Below fo:root there is always
-- a single fo:layout-master-set which defines one or more page layouts
-- an optional fo:declarations
-- and a sequence of one or more fo:page-sequences containing the text and formatting instructions
--->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <fo:layout-master-set>
- <!-- fo:layout-master-set defines in its children the page layout:
- the pagination and layout specifications
- - page-masters: have the role of describing the intended subdivisions
- of a page and the geometry of these subdivisions
- In this case there is only a simple-page-master which defines the
- layout for all pages of the text
- -->
- <!-- layout information -->
- <fo:simple-page-master master-name="simple"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
-
- <!-- start page-sequence
- here comes the text (contained in flow objects)
- the page-sequence can contain different fo:flows
- the attribute value of master-name refers to the page layout
- which is to be used to layout the text contained in this
- page-sequence-->
- <fo:page-sequence master-name="simple">
-
- <!-- start fo:flow
- each flow is targeted
- at one (and only one) of the following:
- xsl-region-body (usually: normal text)
- xsl-region-before (usually: header)
- xsl-region-after (usually: footer)
- xsl-region-start (usually: left margin)
- xsl-region-end (usually: right margin)
- ['usually' applies here to languages with left-right and top-down
- writing direction like English]
- in this case there is only one target: xsl-region-body
- -->
- <fo:flow flow-name="xsl-region-body"
- text-align="justify">
-
- <!-- each paragraph is encapsulated in a block element
- the attributes of the block define
- font-family and size, line-heigth etc. -->
-
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- >
-1. Why <fo:character character="T" font-size="16pt" color="red"/><fo:character character="E" font-size="16pt" color="blue"/><fo:character character="I" font-size="16pt" color="green"/>? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. <fo:character character="Y"/>ou should use it too.
-Why T<fo:character character="E"/>I? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. <fo:character character="Y"/>ou should use it too.
-Why TEI? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. <fo:character character="Y"/>ou should use it too.
-Why TEI? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. <fo:character character="Y"/>ou should use it too.
-Why TEI? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. <fo:character character="Y"/>ou should use it too.
-Why TEI? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. <fo:character character="Y"/>ou should use it too.
-Why TEI? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. <fo:character character="Y"/>ou should use it too.
- </fo:block>
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- >
-1. Why TEI? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. ou should use it too.
-Why TEI? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. ou should use it too.
-Why TEI? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. ou should use it too.
-Why TEI? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. ou should use it too.
-Why TEI? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. ou should use it too.
-Why TEI? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. ou should use it too.
-Why TEI? I know, you know, I know (Paul Grice). Using TEI is quite a challenge. ou should use it too.
- </fo:block>
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- >
-1. Why TEI? Using <fo:inline text-decoration="underline">TEI</fo:inline> is quite a challenge. <fo:character character="Y" font-size="16pt" />ou should use it too.
- </fo:block>
-
- </fo:flow> <!-- closes the flow element-->
- </fo:page-sequence> <!-- closes the page-sequence -->
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-
-<!-- example for a simple fo file. At the beginning the page layout is set.
-Below fo:root there is always
-- a single fo:layout-master-set which defines one or more page layouts
-- an optional fo:declarations,
-- and a sequence of one or more fo:page-sequences containing the text and formatting instructions -->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <fo:layout-master-set>
- <!-- fo:layout-master-set defines in its children the page layout:
- the pagination and layout specifications
- - page-masters: have the role of describing the intended subdivisions
- of a page and the geometry of these subdivisions
- - page-sequence-masters: have the role of describing the sequence
- of page-masters that will be used to generate
- pages during the formatting of an fo:page-sequence
-
- -->
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="first"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.0cm + 0.5cm"
- margin-right="(5cm * 1cm) div 2cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
- <!-- layout for the other pages -->
- <fo:simple-page-master master-name="rest"
- page-height="abs(-30cm + .3cm)"
- page-width="(10cm * 2) + 1cm"
- margin-top="round(.5) * 1cm"
- margin-bottom="round(2.4) * 1cm"
- margin-left="2.5 * 1cm"
- margin-right="5.5cm - 3cm">
- <fo:region-body margin-top="2.5cm"/>
- <fo:region-before extent="2.5cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
-<fo:page-sequence-master master-name="basicPSM" >
- <fo:repeatable-page-master-alternatives>
- <fo:conditional-page-master-reference master-name="first"
- page-position="first" />
- <fo:conditional-page-master-reference master-name="rest"
- page-position="rest" />
- <!-- recommended fallback procedure -->
- <fo:conditional-page-master-reference master-name="rest" />
- </fo:repeatable-page-master-alternatives>
-</fo:page-sequence-master>
-
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="basicPSM">
-
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="serif"
- line-height="1em + 4pt" >
- Corresponding Property Tests - p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines text title level 1-->
- <fo:block font-size="min(18pt,20pt)"
- font-family="sans-serif"
- line-height="max(24pt,18pt)"
- space-after.optimum="5 mod 3 * 7.5pt"
- background-color="rgb(0,0,255)"
- color="rgb(255,255,255)"
- text-align="center"
- padding-top="3pt">
- Corresponding Property Tests
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-after="12pt"
- text-align="start"
- background-color="rgb(200,200,200)"
- start-indent="3mm" end-indent="3mm"
- padding-left="3mm" padding-right="3mm"
- padding-top="4mm" padding-bottom="4mm"
- border-left-width="1pt" border-right-width="1pt"
- border-top-width="2pt" border-bottom-width="2pt"
- border-top-color="red" border-bottom-color="blue">
-In this example, padding and border properties are specified using absolute properties:
-padding-left, padding-right, padding-top, and padding-bottom, etc.
-According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified.
-</fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-after="3pt"
- text-align="start"
- background-color="rgb(200,200,200)"
- start-indent="3mm" end-indent="3mm"
- padding-before="4mm" padding-after="4mm"
- padding-start.length="3mm" padding-end.length="3mm"
- border-start-width="1pt" border-end-width="1pt"
- border-before-width="2pt" border-after-width="2pt"
- border-before-color="red" border-after-color="blue">
-In this example, padding and border properties are specified using writing-mode relative properties:
-padding-before, padding-after, padding-start, and padding-end, etc.
-According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified.
-</fo:block>
-
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-before="12pt"
- space-after="3pt"
- text-align="start"
- start-indent="1cm">
- This block has a start-indent of 1cm and no borders or padding. It has
-no margin-left set. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text to fill out the block.
- </fo:block>
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-before="12pt"
- space-after="3pt"
- text-align="start"
- margin-left="1cm">
- This block has a margin-left of 1cm and no borders or padding. It has
-no start-indent set. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text to fill out the block.
- </fo:block>
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-before="12pt"
- space-after="3pt"
- text-align="start"
- start-indent="1cm"
- padding-left="4mm" border-left-width="1mm">
- This block has a start-indent of 1cm, padding-left of 4mm and border-left-width of 1mm. It has
-no margin-left set. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text to fill out the block.
- </fo:block>
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-before="12pt"
- space-after="3pt"
- text-align="start"
- margin-left="5mm"
- padding-left="4mm" border-left-width="1mm">
- This block has a margin-left of 5mm, padding-left of 4mm and border-left-width of 1mm. (Margin is outside the border rectangle.) It has
-no start-indent set. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text to fill out the block.
- </fo:block>
-
- <!-- defines text title level 1-->
- <fo:block font-size="14pt"
- font-family="serif"
- font-weight="bold"
- line-height="16pt"
- space-after="6pt"
- text-align="center"
- break-before="page">
- End-indent tests
- </fo:block>
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-before="12pt"
- space-after="3pt"
- text-align="end"
- end-indent="1cm">
- This block has an end-indent of 1cm and no borders or padding. It has
-no margin-right set. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text to fill out the block.
- </fo:block>
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-before="12pt"
- space-after="3pt"
- text-align="end"
- margin-right="1cm">
- This block has a margin-right of 1cm and no borders or padding. It has
-no end-indent set. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text to fill out the block.
- </fo:block>
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-before="12pt"
- space-after="3pt"
- text-align="end"
- end-indent="1cm"
- padding-end="4mm" border-end-width="1mm">
- This block has an end-indent of 1cm, padding-end of 4mm and border-end-width of 1mm. It has
-no margin-right set. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text to fill out the block.
- </fo:block>
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-before="12pt"
- space-after="3pt"
- text-align="end"
- margin-right="5mm"
- padding-right="4mm" border-right-width="1mm">
- This block has a margin-right of 5mm, padding-right of 4mm and
-border-right-width of 1mm. (Margin is outside the border rectangle.) It has
-no end-indent set. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text to fill out the block.
- </fo:block>
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-before="12pt"
- space-after="3pt"
- text-align="end"
- margin-right="5mm"
- padding-end="4mm" border-end-width="1mm">
- This block has a margin-right of 5mm, padding-end of 4mm and
-border-end-width of 1mm. (Margin is outside the border rectangle.) It has
-no end-indent set. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text. Here is some more text to fill out the block. Here is some more text to fill out the block. Here is some more text to fill out the block.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
-<fo:layout-master-set>
-<fo:simple-page-master master-name="one">
-<fo:region-body margin-top="50pt" margin-bottom="50pt" margin-left="100pt" margin-right="100pt"/>
-</fo:simple-page-master>
-</fo:layout-master-set>
-<fo:page-sequence master-name="one">
-<fo:flow flow-name="xsl-region-body">
-<fo:block>A Block</fo:block>
-<fo:block text-align="end">An End Aligned Block</fo:block>
-<fo:block text-align="center">A Centered Block</fo:block>
-<fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks. Alignment is default.</fo:block>
-<fo:block text-align="end">This is a multiple line block that extends over more than one line. There should be appropriate line breaks. Alignment is end.</fo:block>
-<fo:block text-align="center">This is a multiple line block that extends over more than one line. There should be appropriate line breaks. Alignment is centered.</fo:block>
-<fo:block text-align="justify">This is a multiple line block that extends over more than one line. There should be appropriate line breaks. I'm going to keep going so I can get three lines to check how all but the last justify. There, that should do it. Alignment is justified.</fo:block>
-<fo:block>A block for comparison</fo:block>
-<fo:block space-before.optimum="12pt">A block with 12pt space-before</fo:block>
-<fo:block>A block for comparison</fo:block>
-<fo:block space-after.optimum="12pt">A block with 12pt space-after</fo:block>
-<fo:block>A block for comparison</fo:block>
-<fo:block space-before.optimum="12pt" space-after.optimum="12pt">A block with both 12pt space-before and space-after</fo:block>
-<fo:block>A block for comparison</fo:block>
-<fo:block start-indent="50pt">This is a multiple line block that extends over more than one line. There should be appropriate line breaks. There is a start-indent of 50pt.</fo:block>
-<fo:block end-indent="50pt">This is a multiple line block that extends over more than one line. There should be appropriate line breaks. There is an end-indent of 50pt.</fo:block>
-<fo:block start-indent="50pt" end-indent="50pt">This is a multiple line block that extends over more than one line. There should be appropriate line breaks. There is a start-indent and end-indent of 50pt.</fo:block>
-<fo:block font-size="15pt">This is a multiple line block that extends over more than one line. There should be appropriate line breaks. The font-size is set to 15pt.</fo:block>
-<fo:block line-height="20pt">This is a multiple line block that extends over more than one line. There should be appropriate line breaks. The line-height is set to 20pt.</fo:block>
-<fo:block font-size="15pt" line-height="20pt">This is a multiple line block that extends over more than one line. There should be appropriate line breaks. The font-size is set to 15pt and the line-height is set to 20pt.</fo:block>
-<fo:block font-size="15pt" line-height="15pt">This is a multiple line block that extends over more than one line. There should be appropriate line breaks. The font-size is set to 15pt and the line-height is set to 15pt.</fo:block>
-<fo:block space-before.optimum="12pt" space-after.optimum="12pt"><fo:block space-before.optimum="12pt" space-after.optimum="12pt">A block within a block</fo:block></fo:block>
-<fo:block space-before.optimum="12pt" space-after.optimum="12pt">Text before<fo:block space-before.optimum="12pt" space-after.optimum="12pt">A block within a block</fo:block>Text after</fo:block>
-<fo:block space-before.optimum="12pt" space-after.optimum="12pt" start-indent="50pt">Text before<fo:block space-before.optimum="12pt" space-after.optimum="12pt">A block within a block with 50pt start-intent</fo:block>Text after</fo:block>
-<fo:block space-before.optimum="12pt" space-after.optimum="12pt" start-indent="50pt">And again for the page break, text before<fo:block space-before.optimum="12pt" space-after.optimum="12pt">A block within a block with 50pt start-intent</fo:block>Text after</fo:block>
-<fo:block space-before.optimum="12pt" space-after.optimum="12pt" start-indent="50pt">Text before<fo:block space-before.optimum="12pt" space-after.optimum="12pt">A block with 50pt start-indent within a block with 50pt start-intent</fo:block>Text after</fo:block>
-<fo:block space-before.optimum="12pt" space-after.optimum="12pt" start-indent="50pt">Text before<fo:block space-before.optimum="12pt" space-after.optimum="12pt" start-indent="100pt">A block with 100pt start-indent within a block with 50pt start-intent</fo:block>Text after</fo:block>
-<fo:list-block provisional-distance-between-starts="12pt" space-before.optimum="12pt" text-align="justify">
-<fo:list-item>
-<fo:list-item-label end-indent="label-end()"><fo:block>•</fo:block></fo:list-item-label>
-<fo:list-item-body start-indent="body-start()"><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
-</fo:list-item>
-<fo:list-item>
-<fo:list-item-label end-indent="label-end()"><fo:block>•</fo:block></fo:list-item-label>
-<fo:list-item-body start-indent="body-start()"><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
-</fo:list-item>
-</fo:list-block>
-<fo:list-block start-indent="50pt" provisional-distance-between-starts="12pt" space-before.optimum="12pt" text-align="justify">
-<fo:list-item>
-<fo:list-item-label end-indent="label-end()"><fo:block>•</fo:block></fo:list-item-label>
-<fo:list-item-body start-indent="body-start()"><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks. The list-block has a start-indent of 50pt and a text-align of justified.</fo:block></fo:list-item-body>
-</fo:list-item>
-<fo:list-item>
-<fo:list-item-label end-indent="label-end()"><fo:block>•</fo:block></fo:list-item-label>
-<fo:list-item-body start-indent="body-start()"><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a second multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a third multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
-</fo:list-item>
-</fo:list-block>
-<fo:list-block provisional-distance-between-starts="12pt" space-before.optimum="12pt" text-align="justify">
-<fo:list-item>
-<fo:list-item-label end-indent="label-end()"><fo:block>•</fo:block></fo:list-item-label>
-<fo:list-item-body start-indent="body-start()"><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block start-indent="100pt">This is a multiple line block with start-indent 100pt that extends over more than one line. There should be appropriate line breaks.</fo:block><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
-</fo:list-item>
-<fo:list-item>
-<fo:list-item-label end-indent="label-end()"><fo:block>•</fo:block></fo:list-item-label>
-<fo:list-item-body start-indent="body-start()"><fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.<fo:block>This is an embedded multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block>This is a multiple line block that extends over more than one line. There should be appropriate line breaks.</fo:block></fo:list-item-body>
-</fo:list-item>
-</fo:list-block>
- <fo:list-block provisional-distance-between-starts="12pt" space-before.optimum="12pt">
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()"><fo:block>•</fo:block></fo:list-item-label>
- <fo:list-item-body start-indent="body-start()"><fo:block>A block in a list-item-body</fo:block></fo:list-item-body>
- </fo:list-item>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()"><fo:block>•</fo:block></fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:list-block provisional-distance-between-starts="12pt">
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()"><fo:block>•</fo:block></fo:list-item-label>
- <fo:list-item-body start-indent="body-start()"><fo:block>This is a list item in a list that is itself a list item</fo:block></fo:list-item-body>
- </fo:list-item>
- </fo:list-block>
- </fo:list-item-body>
- </fo:list-item>
- </fo:list-block>
- <fo:block break-before="page" font-size="24pt" line-height="28pt" space-before.optimum="12pt" space-after.optimum="12pt">Next Stage</fo:block>
- <fo:block>Right, now we are ready to try some newly implemented things like rules. What follows is a display rule of default thickness 1pt and a space-before and space-after of 12pt.</fo:block>
- <fo:block><fo:leader leader-pattern="rule" space-before.optimum="12pt" space-after.optimum="12pt"/></fo:block>
- <fo:block>Now what follows is a leader of thickness 5pt with start-indent of 100pt (same space-before/after as before).</fo:block>
- <fo:block><fo:leader leader-pattern="rule" space-before.optimum="12pt" space-after.optimum="12pt" rule-thickness="5pt" start-indent="100pt"/></fo:block>
- <fo:block font-size="24pt" line-height="28pt" space-before.optimum="12pt" space-after.optimum="12pt"
- ><fo:inline color="#500">C</fo:inline
- ><fo:inline color="#700">o</fo:inline
- ><fo:inline color="#900">l</fo:inline
- ><fo:inline color="#B00">o</fo:inline
- ><fo:inline color="#D00">u</fo:inline
- ><fo:inline color="#F00">r</fo:inline
- ></fo:block>
- <fo:block color="black">black</fo:block>
- <fo:block color="green">green</fo:block>
- <fo:block color="silver">silver</fo:block>
- <fo:block color="lime">lime</fo:block>
- <fo:block color="gray">gray</fo:block>
- <fo:block color="olive">olive</fo:block>
- <fo:block color="white">white</fo:block>
- <fo:block color="yellow">yellow</fo:block>
- <fo:block color="maroon">maroon</fo:block>
- <fo:block color="navy">navy</fo:block>
- <fo:block color="red">red</fo:block>
- <fo:block color="blue">blue</fo:block>
- <fo:block color="purple">purple</fo:block>
- <fo:block color="teal">teal</fo:block>
- <fo:block color="fuchsia">fuchsia</fo:block>
- <fo:block color="aqua">aqua</fo:block>
- <fo:block break-before="even-page" font-size="24pt" line-height="28pt" space-before.optimum="12pt" space-after.optimum="12pt">Wrap</fo:block>
- <fo:block space-before.optimum="12pt">This is a rather long sentence that is going to keep on going and going, not really to demonstrate anything other that normal wrapping because the following paragraph will show what happens when wrap-option is set to no-wrap.</fo:block>
- <fo:block space-before.optimum="12pt" wrap-option="no-wrap">This is a rather long sentence that is going to keep on going and going to demonstrate what happens when wrap-option is set to no-wrap which is unlike the preceding sentence where it defaults to wrap.</fo:block>
- <fo:block space-before.optimum="12pt" wrap-option="wrap">This is a rather long sentence that is going to keep on going and going, not really to demonstrate anything other that normal wrapping but it differs from the first of these three sentences in that wrap is set explicitly.</fo:block>
- <fo:block font-size="24pt" line-height="28pt" space-before.optimum="12pt" space-after.optimum="12pt">White Space Collapse</fo:block>
-<fo:block>This is default!</fo:block>
-<fo:block white-space-collapse="false">This is false!</fo:block>
-<fo:block white-space-collapse="true">This is true!</fo:block>
-<fo:block font-family="monospace" white-space-collapse="false">
-<![CDATA[
-<?xml version="1.0"?>
-<document>
- <heading>This is a heading</heading>
- <list>
- <item>Item one</item>
- <item>Item two</item>
- </list>
-</document>
-]]>
-</fo:block>-->
- <fo:block break-before="page" font-size="24pt" line-height="28pt" space-before.optimum="12pt" space-after.optimum="12pt">Embedded SVG</fo:block>
- <fo:block><fo:instream-foreign-object>
- <svg:svg width="400pt" height="200pt">
- <svg:rect style="fill:none;stroke:blue" x="20pt" y="20pt" width="100pt" height="100pt"/>
- <svg:line x1="20pt" y1="20pt" x2="120pt" y2="120pt"/>
- <svg:line x1="120pt" y1="20pt" x2="20pt" y2="120pt"/>
- <svg:text x="20pt" y="150pt">Hello SVG!</svg:text>
- </svg:svg>
- </fo:instream-foreign-object></fo:block>
- <fo:block>The above is an example of an SVG graphic</fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
-
-
+++ /dev/null
-<?xml version="1.0" ?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines the layout master -->
- <fo:layout-master-set>
- <fo:simple-page-master master-name="first"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <!-- starts actual layout -->
- <fo:page-sequence master-name="first">
-
-
-<fo:flow flow-name="xsl-region-body">
-
- <fo:block font-family="Helvetica" font-size="14pt">
-Helvetica
- </fo:block>
- <fo:block space-after.optimum="10pt" font-family="Helvetica">
-! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~    ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ
- </fo:block>
-
- <fo:block font-family="Helvetica" font-size="14pt">
-Times Roman
- </fo:block>
- <fo:block space-after.optimum="10pt" font-family="Times Roman">
-! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~    ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ
- </fo:block>
-
- <fo:block font-family="Helvetica" font-size="14pt">
-Courier
- </fo:block>
- <fo:block space-after.optimum="10pt" font-family="Courier">
-! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~    ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ
- </fo:block>
-
- <fo:block font-family="Helvetica" font-size="14pt">
- ZapfDingbats:
- </fo:block>
- <fo:block space-after.optimum="10pt" font-family="ZapfDingbats">
-! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~    ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ
- </fo:block>
-
-
- <fo:block font-family="Helvetica" font-size="14pt">
- Symbol:
- </fo:block>
- <fo:block space-after.optimum="10pt" font-family="Symbol">
-! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~    ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ
- </fo:block>
-
- <fo:block font-family="Helvetica" font-size="12pt">
- Some special characters:
- </fo:block>
- <fo:block space-after.optimum="10pt" font-family="Helvetica">
-Euro ( dec 8364, hex 20AC): €
- </fo:block>
-
-
- <fo:block space-after.optimum="10pt" font-family="Helvetica">
-
- </fo:block>
-
-</fo:flow>
-</fo:page-sequence>
-</fo:root>
-
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<!-- example for a simple fo file. At the beginning the page layout is set.
- Below fo:root there is always
-- a single fo:layout-master-set which defines one or more page layouts
-- an optional fo:declarations
-- and a sequence of one or more fo:page-sequences containing the text and formatting instructions
--->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <fo:layout-master-set>
- <!-- fo:layout-master-set defines in its children the page layout:
- the pagination and layout specifications
- - page-masters: have the role of describing the intended subdivisions
- of a page and the geometry of these subdivisions
- In this case there is only a simple-page-master which defines the
- layout for all pages of the text
- -->
- <!-- layout information -->
- <fo:simple-page-master master-name="simple"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="7cm"
- margin-right="3cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
-
- <!-- start page-sequence
- here comes the text (contained in flow objects)
- the page-sequence can contain different fo:flows
- the attribute value of master-name refers to the page layout
- which is to be used to layout the text contained in this
- page-sequence-->
- <fo:page-sequence master-name="simple">
-
- <!-- start fo:flow
- each flow is targeted
- at one (and only one) of the following:
- xsl-region-body (usually: normal text)
- xsl-region-before (usually: header)
- xsl-region-after (usually: footer)
- xsl-region-start (usually: left margin)
- xsl-region-end (usually: right margin)
- ['usually' applies here to languages with left-right and top-down
- writing direction like English]
- in this case there is only one target: xsl-region-body
- -->
- <fo:flow flow-name="xsl-region-body"
- text-align="justify">
-
- <!-- each paragraph is encapsulated in a block element
- the attributes of the block define
- font-family and size, line-heigth etc. -->
-
- <!-- this defines a title -->
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white"
- text-align="center"
- padding-top="3pt">
- Hyphenation tests
- </fo:block>
-
- <!-- this defines a title -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="12pt"
- background-color="blue"
- color="white"
- text-align="start">
- US English
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="justify"
- language="en"
- country="US"
- hyphenate="true"
- hyphenation-push-character-count="2"
- hyphenation-remain-character-count="2" >
- This document has been reviewed by W3C Members and other interested parties and has been endorsed by the Director as a
- W3C Recommendation. It is a stable document and may be used as reference material or cited as a normative reference from
- another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its
- widespread deployment. This enhances the functionality and interoperability of the Web.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="justify"
- language="en"
- country="US"
- hyphenate="true"
- hyphenation-push-character-count="2"
- hyphenation-remain-character-count="2" >
- This document specifies a syntax created by subsetting an existing, widely used international text processing standard
- (Standard Generalized Markup Language, ISO 8879:1986(E) as amended and corrected) for use on the World Wide Web. It
- is a product of the W3C XML Activity, details of which can be found at the w3c website. A list of current W3C
- Recommendations and other technical documents can be found there too.
- </fo:block>
-
-
- <!-- this defines a title -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="12pt"
- background-color="blue"
- color="white"
- text-align="start">
- German
- </fo:block>
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- language="de"
- hyphenate="true"
- hyphenation-push-character-count="2"
- hyphenation-remain-character-count="2" >
- 1. Warum TEI?
- Die Verwendungszeit elektronischer Editionen wird von mehreren
- Faktoren verkürzt: der kurzen Lebensdauer der Programme, die zu
- ihrer Darstellung verwendet werden, der etwas längeren der
- Betriebssysteme, unter denen die Darstellungsprogramme laufen,
- der logischen Einrichtung des Datenträgers, auf dem sich die
- Edition befindet, und dessen physischer Dauer. Um die besonders
- unangenehme Abhängigkeit elektronischer Texte von bestimmten
- Programmen und Betriebssystemen zu vermeiden, haben
- Wissenschaftler ein Textauszeichnungssystem für philologische
- Belange entwickelt, das nach dem Entwicklerteam "Text Encoding
- Initiative" (TEI) genannt wird (1).
- </fo:block>
-
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- language="de"
- hyphenate="true">
- Das Auszeichnungssystem TEI ist eine Anwendung der Metasprache
- zur Beschreibung programmunabhängiger Auszeichnungssysteme SGML
- (Standard Generalized Markup Language), so wie auch HTML, mit
- dem die meisten Texte des Internets zur Zeit ausgezeichnet
- sind, eine Anwendung von SGML ist. Daten, die entsprechend den
- TEI-Richtlinien ausgezeichnet worden sind, können also mit
- jedem Programm, das SGML-Daten verarbeiten kann, dargestellt,
- umgewandelt oder durchsucht werden. (2)
- </fo:block>
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- language="de"
- hyphenate="true">
-
- Verwendet wurde für die Auszeichnung 'teilite', das eine
- Teilmenge des gesamten Auszeichnungssystems TEI bietet, aber
- auf einige der komplexeren Merkmale verzichtet und deshalb auch
- eine einfache Konvertierung der Daten zu neueren Metasprachen
- für Auszeichnungssysteme wie XML, einer Teilmenge von SGML,
- ermöglicht.
- SGML-Programme mit der Leistungsfähigkeit von Folio Views sind
- z.Zt. noch relativ teuer, daher wurde für die vorliegende
- Edition der Weg gewählt, den Text doppelt auf die CD zu legen:
- Einmal für die sofortige Nutzung mit einer komfortablen
- Oberfläche und einmal ohne Software in einem Format, das seine
- langfristige Verwendbarkeit garantiert.
- Das Nachstehende soll einige Hinweise zur Einrichtung der TEI-
- Dateien geben, um deren weitere Verwendung zu erleichtern.
- </fo:block>
-
-
-
- <!-- Finnish example sent in by Jarno Elovirta -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="12pt"
- background-color="blue"
- color="white"
- text-align="start">
- Finnish
- </fo:block>
-
- <fo:block language="fi"
- hyphenate="true">
- <fo:block font-weight="bold">Internet - tuo kaiken pahan lähde?</fo:block>
- <fo:block>Internet on saanut nauttia lähes täydellisestä sananvapaudesta koko
- olemassaolonsa ajan. Parin viimeiksi kuluneen vuoden aikana on kuitenkin
- julkisuudessa keskusteltu ahkerasti sen rajoittamisesta. Muutamat ilmaista
- kotisivutilaa tarjoavat palvelut ovatkin jo kieltäneet esimerkiksi natsimia
- kannattavien sivujen ylläpidon.</fo:block> <fo:block>Astetta pahempaan
- suuntaan ollaan kuitenkin menossa. Nettihuutokaupoissa tarjotaan kaikkea
- ihmiselimistä lähtien ja itsemurhiin etsitään avustajia itsemurhia suosivilta
- nettisivustoilta. Etelä-Koreassa poliisi on pidättänyt 20-vuotiaan miehen,
- jota epäillään ns. netti-itsemurhassa avustamisesta. Mies oli luvannut noin
- 4000 dollarin korvausta vastaan kuristaa 23-vuotiaan naisen kuoliaaksi. Nainen
- tuli kuitenkin viime hetkellä toisiin ajatuksiin. Mies väittää kyseessä olleen
- pelkän vitsin. Viime kuussa Etelä-Koreassa kaksi opiskelijaa myrkytti itsensä
- netistä löytämiensä ohjeiden avulla.</fo:block> <fo:block>FBI puolestaan
- tutkii tapausta, jossa äiti oli myynyt kaksostytöt adoptoitavaksi korkeinta
- tarjousta vastaan nettihuutokaupalla. Tytöt myytiin ensin Kaliforniaan Allenin
- pariskunnalle, josta äiti kuitenkin kävi ryöstämässä lapset, sillä
- englantilainen Kilshawin pariskunta oli tarjonnut tytöistä tuplasumman.
- Kilshawit kuljettivat lapset Englantiin ja nyt tyttöjen perässä ovat sekä
- kahdet adoptiovanhemmat että iso liuta eri viranomaistahoja. Myös
- Iso-Britannian pääministeri Tony Blair on pitänyt lehdistötilaisuuden
- aiheeseen liittyen. Lue juttu.</fo:block> <fo:block>K2, 23:10. Lähde:
- Newsbytes | 5 kommenttia</fo:block> <fo:block font-weight="bold">Mato ryömii
- Linux-palvelimiin</fo:block> <fo:block>Internetissä leviää Ramen nimellä
- tunnettu mato, joka ilmeisesti hyödyntää kahta tunnettua tietoturva-aukkoa Red
- Hat Linuxin 6.2 ja 7.0 versioissa esiintyvissä wu-ftpd ja RPC.statd
- -ohjelmissa. Jos mato pääsee sisään järjestelmään, se korvaa palvelimella
- sijaitsevan HTML-pääsivun tekstillä, jossa kerrotaan hakkereiden pitävän
- nuudeleista. Madon on todettu leviävän erittäin nopeasti, sillä jos kaistaa
- riittää se pystyy skannaamaan jopa kaksi B-luokan verkkoa 15 minuutissa. Madon
- ei ole todettu avaavan palvelimiin takaovia, joiden kautta madon kirjoittaja
- pääsisi sisään järjestelmään. Lue juttu</fo:block> <fo:block>oma, 20:48.
- Lähde: ZDNet | 6 kommenttia</fo:block> <fo:block font-weight="bold">Macromedia
- ja Allaire yhdistyvät</fo:block> <fo:block>Macromedian ja Allairen
- julkaisemissa lehdistötiedotteissa kerrotaan yhtiöiden
- yhdistymissuunnitelmista. Macromedialle yrityskauppa maksaa noin 2,2 miljardia
- markkaa. Uuden yhdistyneen yrityksen nimenä säilyy Macromedia ja sen johdossa
- jatkaa Macromedian nykyinen toimitusjohtaja Rob Burgess. Yrityksen tuotteisiin
- lukeutuvat mm. Macromedia Dreamweaver, Macromedia Flash, Allaire ColdFusion ja
- Allaire JRun. Lue juttu.</fo:block>
- </fo:block>
-
- <!-- Italian example sent in by Stéphane Bline-->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="12pt"
- background-color="blue"
- color="white"
- text-align="start">
- Italian
- </fo:block>
-
- <fo:block language="it"
- hyphenate="true">
- <fo:block
- space-before.optimum="0.6em" space-before.minimum="0.4em"
- space-before.maximum="0.8em">Un'applicazione di servizio consiste nell'utilizzo
- di applicazioni nell'ambito aziendale, senza procedere ad installazioni locali.
- L'applicazione ha la particolaritàdi essere ospitata "in-house" tramite
- Intranet o presso un fornitore esterno di applicazioni di servizi (ASP, acronimo
- di Application Service Provider) e di transitare grazie al protocollo di
- Internet. Intermediario eventuale tra l'editore di software e il cliente che
- desidera utilizzarli, il provider permette agli utenti di accedere ai vari
- programmi, previo contratto d'abbonamento.</fo:block> <fo:block
- space-before.optimum="0.6em" space-before.minimum="0.4em"
- space-before.maximum="0.8em">L'utilizzazione in linea rende automatica la
- manutenzione e l'aggiornamento delle applicazioni. A partire da una semplice
- interfaccia Web installata su un thin client, l'utente può accedere via
- Internet o Intranet all'insieme delle applicazioni attraverso il proprio account
- personale e dedicarsi all'utilizzazione approfondita delle applicazioni
- professionali.</fo:block> <fo:block font-weight="bold"
- space-after.optimum="6pt">Esempio 1.1. Esempio di applicazione di
- servizio</fo:block> <fo:block space-before.optimum="0.6em"
- space-before.minimum="0.4em" space-before.maximum="0.8em">Si prenda il caso di
- una societàA che desidera ottimizzare la comunicazione interna e la
- condivisione delle informazioni. Un fornitore di applicazioni di servizio
- potràrispondere rapidamente a questa aspettativa. Inoltre, potràproporre
- servizi complementari che permettono di proteggere i dati di A. Dopo aver
- studiato l'offerta, un responsabile della società firma con il fornitore B un
- contratto d'abbonamento a un'applicazione di servizio perfettamente adattata. Le
- società e B scambiano informazioni relative all'utilizzo online di questa
- applicazione, come il costo del servizio, le modalitàdi pagamento e la gestione
- degli account utente come i profili.</fo:block> </fo:block>
-
-
- <!-- this defines a title -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="12pt"
- background-color="blue"
- color="white"
- text-align="start">
- Danish
- </fo:block>
- <fo:block language="da"
- hyphenate="true">
- Bekendtgørelsen har som udkast været
- notificeret i overensstemmelse med Europa-parlamentets og Rådets direktiv
- 98/34/EF (Informationsproceduredirektivet), som senest ændret ved direktiv
- 98/48/EF. Bekendtgørelsen indeholder bestemmelser der gennemfører dele af
- Rådets direktiv 89/677/EØF (EF-tidende L 398 s. 19).
- </fo:block>
-
- <fo:block language="da"
- hyphenate="true">
- Bekendtgørelsens regler hindrer
- ikke import, salg og anvendelse af produkter, der på tidspunktet for
- bekendtgørelsens ikrafttræden er reguleret i medfør af anden lovgivning,
- der implementerer EU-direktiver, samt anden lovgivning i øvrigt, herunder
- bl.a. bekendtgørelse nr. 807 af 2. december 1986 om
- begrænsning af motorbenzins indhold af blyforbindelser og benzen.
- </fo:block>
- <fo:block language="da"
- hyphenate="true">
- Import og salg af produkter, der
- indeholder kemiske forbindelser af bly, er forbudt fra 1. marts 2001.
- Uanset forbudet i stk.
- 1 er import og salg af produkter, der indeholder kemiske forbindelser af
- bly, fortsat tilladt for de produktkategorier, som er nævnt i bilag
- 1 til denne bekendtgørelse, indtil de i bilaget anførte
- tidspunkter.
- </fo:block>
-
-
- <!-- this defines a title -->
- <fo:block font-size="12pt"
- font-family="Palatino"
- line-height="12pt"
- background-color="blue"
- color="white"
- text-align="start">
- Norwegian
- </fo:block>
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- language="no"
- hyphenate="true">
-
- <fo:block>
-Av forståelige grunner har året 1814 vært av de mest omdiskuterte i norsk historieforskning.
-Med denne bibliografien vil man for første gang få en samlet oversikt over den viktigste
-historiske litteraturen omkring dette året og dets mangslungne begivenheter. Likevel har det
-vært en tilnærmet umulig oppgave å få med absolutt alt som er skrevet om Riksforsamlingen og
-Grunnloven i monografier, erindringsverker, bygdebøker, brevsamlinger, tidsskrifter og
-aviser helt fra 1814 og til i dag. Bibliografien er et forsøk på å samle de viktigste
-arbeider om 1814 som kan være av interesse både for forskere og for et bredt
-historieinteressert publikum. I denne korte historiografien vil det bli gjort rede for
-hvordan dette spennende året er blitt forstått og fortolket av norske og nordiske
-historikere gjennom fem ulike tidsepoker.
- </fo:block>
- <fo:block>
-Litteraturen om 1814 kan klassifiseres på flere måter. Grovt sett går det et skille mellom
-tre genrer: historiske oversiktsverker, historiske spesialstudier, erindringer og dagbøker
-og kilde- og dokumentutgivelser. Av oversiktsverker peker de store Norgeshistoriene seg ut
-med sin relativt omfattende behandling av 1814: Nevnes kan
-<fo:inline font-style="italic">Norges historie fremstillet for
-det norske folk</fo:inline>, bd. VI.1 (1913),
-<fo:inline font-style="italic">Det norske folks liv og historie</fo:inline> bd. VII (1933),
-<fo:inline font-style="italic">Vårt folks historie</fo:inline> bd. 6 (1964),
-<fo:inline font-style="italic">Cappelens Norges historie</fo:inline> bd. 9 (1978) og
-<fo:inline font-style="italic">Aschehougs Norgeshistorie</fo:inline> bd. 7 (1996). Disse oversiktene er i vesentlig grad bygd på den omfattende
-spesiallitteraturen i bok- eller artikkelform som har et meget vidt spenn, fra biografier
-over lokale Eidsvollsmenn til krigshistoriske analyser av felttoget. Mye tidligere skjult
-kunnskap er dessuten blitt hentet ut fra dagbøkene til sentrale aktører. Endelig har den
-lange rekken av kildeutgivelser hatt stor betydning for forskningen omkring 1814 og bidratt
-til å endre forskningsbildet flere ganger.
- </fo:block>
- <fo:block font-weight="bold">
-1814-1864
- </fo:block>
- <fo:block>
-Det norske samfunnet etter 1814 ble rekonstruert på den nye Grunnlovens grunn, og vernet om
-den stod sentralt i den politiske kampen de neste 25 årene. Til tross for dette må man kunne
-si at dokumentasjonen av hva som egentlig hadde skjedd i 1814 i mange år forble temmelig
-beskjeden. Historiene levde, men da helst muntlig eller gjennom private brev og dagbøker.
-Dette var kanskje en uunngåelig konsekvens av omstendighetene. Landet var fattig på kultur,
-forleggere og historikere, og de politiske og økonomiske realiteter kalte mer på praktisk
-fornuft enn på idealistisk pasjon. Det forekom å være en lang vei fra den nasjonale raptus
-under de lyse vårukene på et grønnende Eidsvoll til den mer prosaiske og realpolitiske
-aksept av union og svenskekonge i et høstlig og tåketungt Christiania. Det var den nye
-Grunnloven av 4. november 1814 som gjaldt og regulerte det norske samfunnet, supplert av
-Riksakten av 1815.
- </fo:block>
- <fo:block>
-Riksforsamlingens forhandlinger i 1814 ble utgitt i 6 hefter allerede samme år av de valgte
-redaktører, professor Georg Sverdrup, professor Ludvig Stoud Platou og tollprokurør
-Christopher Omsen. At de ikke ble reprodusert i de følgende år, hadde sammenheng med den
-svenske holdningen. Forhandlingene på det ekstraordinære Storting ble utgitt både i 1815 og
-igjen i 1835, men Carl Johan oppfattet lenge interessen for Riksforsamlingen og 17. mai-
-Grunnloven som en indirekte underkjenning av unionsverket og kongens politiske autoritet.
-Etter påtrykk fra ham prøvde norske myndigheter å sette en stopper for offentlig feiring av
-17. mai helt frem til midten av 1830-årene.
- </fo:block>
- <fo:block>
-Rimeligvis ble da forholdet til Danmark snarere enn forholdet til Sverige ett av de første
-alvorlige stridsspørsmål i perioden. Presten og Eidsvollsmannen Nicolai Wergeland ble
-beryktet for den danskfiendtlige og unionsvennlige posisjon han inntok i boken
-<fo:inline font-style="italic">En sandfærdig Beretning om Danmarks politiske Forbrydelser imod Kongeriget Norge
-</fo:inline> (anonymt, 1816) som
-fulgte nasjonalhistorien helt opp til Kielfreden. Skriftet vakte debatt og kraftige
-reaksjoner ikke minst blant det gamle selvstendighetsparti. Blant annet publiserte Christian
-Magnus Falsen to motskrifter i 1817. Falsen prøvde også å popularisere Grunnlovens innhold
-for den mindre "oplyste" borgerklasse og allmue gjennom skriftet
-<fo:inline font-style="italic">Norges Grundlov gjennemgaaet i Spørgs-maal og Svar
-</fo:inline> (1818, forkortet versjon 1825). Men det må kunne påstås
-at den mer detaljerte historien om grunnlovsverkets tilblivelse og første fase lenge ble
-stående i noe av et halvmørke både for det alminnelige folk og for de nye generasjoner, og
-at dette skyldtes den politiske situasjonen. Det var Nicolai Wergeland som leverte selve
-pionerarbeidet blant de personlige kildesamlingene,
-<fo:inline font-style="italic">Fortrolige Breve til en Ven, Skrevne fra
-Eidsvold i Aaret 1814</fo:inline> (anonymt, 1830). Men det var først da det unionspolitiske klimaet
-mildnet etter 1837 at det ble åpnet for en grundigere historisk analyse av Grunnlovens
-forhistorie og tilblivelse.
- </fo:block>
- </fo:block>
- </fo:flow> <!-- closes the flow element-->
- </fo:page-sequence> <!-- closes the page-sequence -->
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root font-family="Times Roman" font-size="12pt" text-align="center" xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
-<fo:layout-master-set>
-<fo:simple-page-master master-name="right"
- margin-top="75pt" margin-bottom="25pt" margin-left="100pt" margin-right="50pt">
- <fo:region-body margin-bottom="50pt"/>
- <fo:region-after extent="25pt"/>
-</fo:simple-page-master>
-
-<fo:simple-page-master master-name="left"
- margin-top="75pt" margin-bottom="25pt" margin-left="50pt" margin-right="100pt">
- <fo:region-body margin-bottom="50pt"/>
- <fo:region-after extent="25pt"/>
-</fo:simple-page-master>
-
-<fo:page-sequence-master master-name="psmOddEven" >
- <fo:repeatable-page-master-alternatives>
- <fo:conditional-page-master-reference master-name="right"
- page-position="first" />
- <fo:conditional-page-master-reference master-name="left"
- odd-or-even="even" />
- <fo:conditional-page-master-reference master-name="right"
- odd-or-even="odd" />
- <!-- recommended fallback procedure -->
- <fo:conditional-page-master-reference master-name="rest" />
- </fo:repeatable-page-master-alternatives>
-</fo:page-sequence-master>
-
-</fo:layout-master-set>
-
-<fo:page-sequence id="N2528" master-name="psmOddEven">
-
-<fo:static-content flow-name="xsl-region-after">
- <fo:block text-align-last="center" font-size="10pt">
- <fo:page-number/>
- </fo:block>
-</fo:static-content>
-
-<fo:flow flow-name="xsl-region-body">
-<fo:block font-size="18pt" font-weight="bold">1. FOP test for images</fo:block>
-<fo:block id="N2531">
- <fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A GIF image in FOP</fo:block>
- <fo:block>
- <fo:external-graphic src="file:../../graphics/xml_feather.gif"/>
- </fo:block>
-</fo:block>
-<fo:block id="N2535">
- <fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A transparent GIF image in FOP</fo:block>
- <fo:block>
- <fo:external-graphic src="file:../../graphics/xml_feather_transparent.gif"/>
- </fo:block>
-</fo:block>
-<fo:block id="N2545">
- <fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A JPEG image in FOP</fo:block>
- <fo:block>
- <fo:external-graphic src="file:../../graphics/fop.jpg"/>
- </fo:block>
-</fo:block>
-<fo:block id="N2550">
- <fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A BMP image in FOP</fo:block>
- <fo:block>
- <fo:external-graphic src="file:../../graphics/linux.bmp"/>
- </fo:block>
-</fo:block>
-<fo:block id="N2559">
- <fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em"/>
- This section is only required to show that the layout still works.
-</fo:block>
-</fo:flow>
-</fo:page-sequence>
-
-<fo:page-sequence id="N2561" master-name="psmOddEven">
-<fo:static-content flow-name="xsl-region-after">
-<fo:block text-align-last="center" font-size="10pt">
-<fo:page-number/></fo:block>
-</fo:static-content>
-<fo:flow flow-name="xsl-region-body">
-<fo:block font-size="18pt" font-weight="bold">A. Appendix</fo:block></fo:flow>
-</fo:page-sequence>
-</fo:root>
-
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-
-<!-- example for a simple fo file. At the beginning the page layout is set.
-Below fo:root there is always
-- a single fo:layout-master-set which defines one or more page layouts
-- an optional fo:declarations,
-- and a sequence of one or more fo:page-sequences containing the text and formatting instructions -->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <fo:layout-master-set>
- <!-- fo:layout-master-set defines in its children the page layout:
- the pagination and layout specifications
- - page-masters: have the role of describing the intended subdivisions
- of a page and the geometry of these subdivisions
- - page-sequence-masters: have the role of describing the sequence
- of page-masters that will be used to generate
- pages during the formatting of an fo:page-sequence
-
- -->
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="first"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.0cm + 0.5cm"
- margin-right="(5cm * 1cm) div 2cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
- <!-- layout for the other pages -->
- <fo:simple-page-master master-name="rest"
- page-height="abs(-30cm + .3cm)"
- page-width="(10cm * 2) + 1cm"
- margin-top="round(.5) * 1cm"
- margin-bottom="round(2.4) * 1cm"
- margin-left="2.5 * 1cm"
- margin-right="5.5cm - 3cm">
- <fo:region-body margin-top="2.5cm"/>
- <fo:region-before extent="2.5cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
-<fo:page-sequence-master master-name="basicPSM" >
- <fo:repeatable-page-master-alternatives>
- <fo:conditional-page-master-reference master-name="first"
- page-position="first" />
- <fo:conditional-page-master-reference master-name="rest"
- page-position="rest" />
- <!-- recommended fallback procedure -->
- <fo:conditional-page-master-reference master-name="rest" />
- </fo:repeatable-page-master-alternatives>
-</fo:page-sequence-master>
-
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="basicPSM">
-
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="serif"
- line-height="1em + 4pt" >
- Property Function Tests - p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines text title level 1-->
- <fo:block font-size="min(18pt,20pt)"
- font-family="sans-serif"
- line-height="max(24pt,18pt)"
- space-after.optimum="5 mod 3 * 7.5pt"
- background-color="rgb(0,0,255)"
- color="rgb(255,255,255)"
- text-align="center"
- padding-top="3pt">
- Property Function Tests
- </fo:block>
-
- <!-- defines text title level 2-->
- <fo:block font-size="floor(16.3) * 1pt"
- font-family="sans-serif"
- line-height="2pt * ceiling(9.3)"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- keep-with-next.within-page="always"
- keep-together.within-page="always"
- padding-top="3pt">
- Function: object from-parent( <fo:inline font-weight='bold'>NCName</fo:inline>)
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-after="3pt"
- keep-together="auto"
- text-align="start">
-The from-parent function returns a computed value of the property
-whose name matches the argument specified. The value returned is that
-for the parent of the formatting object for which the expression is
-evaluated. If there is no parent, the value returned is the initial
-value. If the argument specifies a shorthand property and if the
-expression only consists of the from-parent function with an argument
-matching the property being computed, it is interpreted as an
-expansion of the shorthand with each property into which the shorthand
-expands, each having a value of from-parent with an argument matching
-the property. It is an error if arguments matching a shorthand
-property are used in any other way.
- <fo:block font-size="from-parent(font-size) - 2pt"
- font-family="sans-serif"
- space-before="from-parent(space-after)"
- text-align="center">
- Here is a nested block with font-size =
-from-parent(font-size) - 2pt.
-Since its parent has font-size=12pt, that should mean 10pt. It should
-keep the line height of 1.25em, which means 12.5pt leading. It's
-space-before value is set to the space-after value from its
-parent. Note that neither of these are inheritable. Does it look right?
- </fo:block>
- <fo:block font-size="from-parent(font-size) + 2pt"
- space-before="2pt"
- space-after="from-parent(space-after)"
- font-family="sans-serif"
- start-indent="from-parent(start-indent) + 1cm"
- end-indent="from-parent(end-indent) + 1cm"
- text-align="end"
- background-color="black" color="rgb(50%,50%,50%)">
-Here is a nested block with text 2pt larger than its parent (that
-should be 14pt). This parent is indented 1cm on both start and end
-directions with respect to the values from its parent (which aren't
-specified, so they default to 0.0). The color is set to 50% (using the
-rgb function with % arguements, and the background color for this
-block is black (specified as a keyword). In this block, we'll put an
-<fo:inline color='inherited-property-value(background-color)'
-background-color='inherited-property-value(color)'>inline object</fo:inline>
-whose background and foreground colors invert those of its containing
-block. This uses the <fo:inline
-font-style='oblique'>inherited-property-value</fo:inline>
-function. Here's an <fo:inline color='black' background-color='white'>inline
-object</fo:inline> with fixed colors (black on white). That doesn't
-work either. Guess it's not my problem... So let's try it with font
-sizes. In this block, we'll put an
-<fo:inline font-size='inherited-property-value(font-size)+2pt'>inline
-object whose font-size is 2 pt bigger than its parent's font-size.</fo:inline></fo:block>
- </fo:block>
- <fo:block font-size="12pt"
- space-before="6pt"
- line-height="1em + 2pt"
- font-family="sans-serif"
- text-align="start"
- background-color="rgb(50%,50%,50%)">
- An outer block with 12 pt text on 14 pt leading, default color
-and 50% grey background color. Test inherited color changes with
-nested blocks.
- <fo:block color='from-parent(background-color)'
- background-color='from-parent(color)'>
- Interchange color and background color using from-parent function.
- </fo:block>
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
-<fo:layout-master-set>
- <fo:simple-page-master master-name="one">
- <fo:region-body margin-top="25pt" margin-bottom="25pt" margin-left="50pt" margin-right="50pt" />
- </fo:simple-page-master>
-</fo:layout-master-set>
-<fo:page-sequence master-name="one">
-<fo:flow flow-name="xsl-region-body">
- <fo:block>This is used to show how foreign objects are placed in a line area.</fo:block>
- <fo:block>
- Some block text to separate instream objects.
- </fo:block>
- <fo:block>
- Some text before
-<fo:instream-foreign-object>
-<svg:svg width="20" height="20">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
-</svg:svg>
-</fo:instream-foreign-object>
- and some after the svg element.
- </fo:block>
- <fo:block>
- A text line below the instream object.
- </fo:block>
- <fo:block>
-<fo:instream-foreign-object>
-<svg:svg width="250" height="50">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
- <svg:text x="10" y="30">SVG placed in a block</svg:text>
-</svg:svg>
-</fo:instream-foreign-object>
- </fo:block>
- <fo:block>
- A text line below the block.
- </fo:block>
- <fo:block>
- A text line with an instream foreign object that is before the line break.
-<fo:instream-foreign-object>
-<svg:svg width="50" height="50">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
- <svg:rect style="fill:none;stroke:black" x="0" y="0" width="49" height="49"/>
-</svg:svg>
-</fo:instream-foreign-object>
-With some text on the next line. With a bit more text to go over the to the next line.
- </fo:block>
- <fo:block>
- A text line with an instream foreign object that is after the line break.
-With some text on the next line. With a bit
-<fo:instream-foreign-object>
-<svg:svg width="50" height="50">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
- <svg:rect style="fill:none;stroke:black" x="0" y="0" width="49" height="49"/>
-</svg:svg>
-</fo:instream-foreign-object>
-more text to go over the to the next line.
- </fo:block>
- <fo:block>
- A text line with an instream foreign object that is over the line break.
-With some text
-<fo:instream-foreign-object>
-<svg:svg width="50" height="50">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
- <svg:rect style="fill:none;stroke:black" x="0" y="0" width="49" height="49"/>
-</svg:svg>
-</fo:instream-foreign-object>
-on the next line. With a bit more text to go over the to the next line to
-see it handles it properly.
- </fo:block>
- <fo:block>
- The next block has an instream object wider than the area.
- </fo:block>
- <fo:block>
-<fo:instream-foreign-object>
-<svg:svg width="550" height="50">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
- <svg:rect style="fill:none;stroke:black" x="0" y="0" width="549" height="49"/>
- <svg:text x="10" y="30">SVG placed in a really wide block</svg:text>
-</svg:svg>
-</fo:instream-foreign-object>
- </fo:block>
- <fo:block>
- This block has an instream object wider than the area after this text
-<fo:instream-foreign-object>
-<svg:svg width="550" height="50">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
- <svg:rect style="fill:none;stroke:black" x="0" y="0" width="549" height="49"/>
- <svg:text x="10" y="30">SVG placed in a really wide block</svg:text>
-</svg:svg>
-</fo:instream-foreign-object>
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<!-- examples for the use of the fo leader -->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <fo:layout-master-set>
-
- <!-- page layout -->
- <fo:simple-page-master master-name="first"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="2.5cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body/>
- </fo:simple-page-master>
-
-
-
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="first">
-
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- Normal text -->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="blue"
- color="white"
- >
- Leader examples
- </fo:block>
-
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-before.optimum="5pt"
- space-after.optimum="3pt"
- text-align="start">
- fo:leader is mainly used a) in table-of-contents to generate sequences of "." glyphs that separate titles from page numbers
- b) to create entry fields in fill-in-the-blank forms c) to create horizontal rules for use as separators. You
- define the look and use of fo:leader with the property "leader-pattern". It can have the following values: a) space. This
- just creates an space. b) dots. This creates a sequence of "." c) rule. This creates a line. d) use-content. This creates a
- repeating pattern of the content of fo:leader (not supported yet by Fop).
- </fo:block>
-
-
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-before.optimum="5pt"
- space-after.optimum="3pt"
- text-align="start">
- The dimensions of fo:leader are determined by the compound property leader-length. It consists of the
- 3 sub values: leader-length.minimum (default = 0), leader-length.optimum (default = 12pt), leader-length.maximum
- (default = 100%). If you want to make sure, that leader-length has a fixed size, you should use the compound
- property (p.e. leader-length="5cm"). If you want to fill the rest of the remaining space with dots in a table of
- content, you can use the default values.
- </fo:block>
-
- <fo:block font-size="14pt"
- font-family="sans-serif"
- line-height="17pt"
- space-before.optimum="5pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="blue"
- color="white">
- leader with leader-pattern="space"
- </fo:block>
-
- <!-- Inserts a leader (space) -->
- <fo:block text-align="start">Entry 1
- <fo:leader leader-pattern="space"
- leader-length="6cm"/>p. 12
- </fo:block>
-
- <!-- Inserts a leader (space) -->
- <fo:block text-align="start">Entry 2
- <fo:leader leader-pattern="space"
- leader-length="6cm"/>p. 24
- </fo:block>
-
- <!-- Inserts a leader (space) -->
- <fo:block text-align="start">Left side
- <fo:leader leader-pattern="space"
- leader-length="5.5cm"/>middle
- <fo:leader leader-pattern="space"
- leader-length="5.5cm"/>right side
- </fo:block>
-
-
- <fo:block font-size="14pt"
- font-family="sans-serif"
- line-height="17pt"
- space-before.optimum="5pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="blue"
- color="white"
- >
- Using fo:leader with leader-pattern="dots"
- </fo:block>
-
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-before.optimum="5pt"
- space-after.optimum="3pt"
- text-align="start">
- There are two properties which allow you to specify the looks of the dotted line. First
- "leader-pattern-width". It specifies the length of one dot and the space up to the next dot.
- Second leader-alignment. It can be used to make sure, the dots in different lines are parallel (only value "reference-area"
- is supported).
- </fo:block>
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 1
- <fo:leader leader-pattern="dots"
- leader-length="6cm"/>p. 12
- </fo:block>
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 2
- <fo:leader leader-pattern="dots"
- leader-length="6cm"/>p. 24
- </fo:block>
-
-
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-before.optimum="5pt"
- space-after.optimum="3pt"
- text-align="start">
- Using fo:leader with leader-pattern="dots" and leader-pattern-width="5pt" and "8pt"
- </fo:block>
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 1
- <fo:leader leader-pattern="dots"
- leader-pattern-width="5pt"
- leader-length="6cm"/>p. 12
- </fo:block>
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 2
- <fo:leader leader-pattern="dots"
- leader-pattern-width="5pt"
- leader-length="6cm"/>p. 24
- </fo:block>
-
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 1
- <fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-length="6cm"/>p. 12
- </fo:block>
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 2
- <fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-length="6cm"/>p. 24
- </fo:block>
-
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-before.optimum="5pt"
- space-after.optimum="3pt"
- text-align="start">
- Using fo:leader with leader-pattern="dots" in a list
- </fo:block>
-
- <fo:block text-align="start"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- Using fo:leader with leader-pattern="dots", leader-pattern-width="5pt" and "8pt", leader-alignment="reference-area"
- </fo:block>
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 1
- <fo:leader leader-pattern="dots"
- leader-pattern-width="5pt"
- leader-alignment="reference-area"
- leader-length="6cm"/>p. 12
- </fo:block>
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 2
- <fo:leader leader-pattern="dots"
- leader-pattern-width="5pt"
- leader-alignment="reference-area"
- leader-length="6cm"/>p. 24
- </fo:block>
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 3 is longer
- <fo:leader leader-pattern="dots"
- leader-pattern-width="5pt"
- leader-alignment="reference-area"
- leader-length="6cm"/>p. 36
- </fo:block>
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 4 is even longer
- <fo:leader leader-pattern="dots"
- leader-alignment="reference-area"
- leader-pattern-width="5pt"
- leader-length="6cm"/>p. 48
- </fo:block>
-
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">1
- <fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-length="6cm"
- leader-alignment="reference-area"/>p. 12
- </fo:block>
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 2
- <fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-length="6cm"
- leader-alignment="reference-area"/>p. 24
- </fo:block>
-
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 3 is longer
- <fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-length="6cm"
- leader-alignment="reference-area"/>p. 36
- </fo:block>
-
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 4 is even longer
- <fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-length="6cm"
- leader-alignment="reference-area"/>p. 48
- </fo:block>
-
-
-
-
- <!-- list start -->
- <!-- use provisional-distance-between-starts to define
- the distance between the start of the label and the item text
-
- use provisional-label-separation to define the distance between
- the end of the item label and the start of item text
- -->
- <fo:list-block provisional-distance-between-starts="0.3cm"
- provisional-label-separation="0.15cm">
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-size="10pt" font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 1
- <fo:leader leader-pattern="dots"
- leader-pattern-width="5pt"
- leader-length="6cm"/>p. 12
- </fo:block>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-size="10pt" font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- <!-- Inserts a leader (dots) -->
- <fo:block text-align="start">Entry 2
- <fo:leader leader-pattern="dots"
- leader-pattern-width="5pt"
- leader-length="6cm"/>p. 24
- </fo:block>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
- </fo:list-block>
- <!-- list end -->
-
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-before.optimum="5pt"
- space-after.optimum="3pt"
- text-align="start">
- Using fo:leader with leader-pattern="dots" in a table
- </fo:block>
-
-
- <!-- table start -->
- <fo:table>
- <fo:table-column column-width="20mm"/>
- <fo:table-column column-width="60mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell ><fo:block>Entry 1</fo:block></fo:table-cell>
- <fo:table-cell >
- <fo:block text-align="start">
- <fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-length="6cm"/>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell ><fo:block>p. 12</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block>Entry 2 </fo:block></fo:table-cell>
- <fo:table-cell >
- <fo:block text-align="start">
- <fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-length="6cm"/>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell ><fo:block>p. 24</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block>Entry 3 </fo:block></fo:table-cell>
- <fo:table-cell >
- <fo:block text-align="start">
- <fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-length="6cm"/>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell ><fo:block>p. 36</fo:block></fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- <!-- table end -->
-
-
-
- <fo:block text-align="center"
- font-size="15pt"
- space-before.optimum="16pt"
- space-after.optimum="12pt">
- Table of Content
- </fo:block>
-
- <fo:block text-align="start"
- font-size="10pt"
- space-after.optimum="12pt">
- shows the use of leader properties in combination to build a table of content.
- Following values are used for the leader:
- leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-alignment="reference-area"
- no leader-length is specified, so the default values are used (min: 0, opt: 12pt, max: 100%)
- </fo:block>
-
-
- <!-- Here starts the table -->
- <fo:table>
- <fo:table-column column-width="1cm"/>
- <fo:table-column column-width="14.2cm"/>
- <fo:table-column column-width="0.3cm"/>
- <fo:table-body font-size="12pt" font-family="sans-serif">
-
- <fo:table-row line-height="12pt">
- <fo:table-cell><fo:block text-align="end">A) </fo:block></fo:table-cell>
- <fo:table-cell><fo:block text-align="start">This is some longer sample text<fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-alignment="reference-area"
- /></fo:block></fo:table-cell>
- <fo:table-cell><fo:block text-align="end">1</fo:block></fo:table-cell>
- </fo:table-row>
-
-
- <fo:table-row line-height="12pt">
- <fo:table-cell><fo:block text-align="end">B) </fo:block></fo:table-cell>
- <fo:table-cell><fo:block text-align="start">Some text<fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-alignment="reference-area"
- /></fo:block></fo:table-cell>
- <fo:table-cell><fo:block text-align="end">2</fo:block></fo:table-cell>
- </fo:table-row>
-
- <fo:table-row line-height="12pt">
- <fo:table-cell><fo:block text-align="end" >C) </fo:block></fo:table-cell>
- <fo:table-cell><fo:block text-align="start">Text<fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-alignment="reference-area"
- /></fo:block></fo:table-cell>
- <fo:table-cell><fo:block text-align="end">3</fo:block></fo:table-cell>
- </fo:table-row>
-
- <fo:table-row line-height="12pt">
- <fo:table-cell><fo:block text-align="end">D) </fo:block></fo:table-cell>
- <fo:table-cell><fo:block text-align="start">This text is even longer than the first entry <fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-alignment="reference-area"
- /></fo:block></fo:table-cell>
- <fo:table-cell><fo:block text-align="end">4</fo:block></fo:table-cell>
- </fo:table-row>
-
- <fo:table-row line-height="12pt">
- <fo:table-cell><fo:block text-align="end">E) </fo:block></fo:table-cell>
- <fo:table-cell><fo:block text-align="start">Shorter text example<fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-alignment="reference-area"
- /></fo:block></fo:table-cell>
- <fo:table-cell><fo:block text-align="end">5</fo:block></fo:table-cell>
- </fo:table-row>
-
- </fo:table-body>
- </fo:table>
-
-
-
-
-
-
- <fo:block font-size="14pt"
- font-family="sans-serif"
- line-height="17pt"
- space-before.optimum="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="blue"
- color="white"
- >
- Leader with leader-pattern="rule"
- </fo:block>
-
- <!-- Inserts a leader (rule). Because leader is an inline fo you have
- to wrap it into a block element -->
- <fo:block text-align="start">text before the rule (start)
- <fo:leader leader-pattern="rule"
- rule-thickness="3.0pt"
- leader-length="6cm"
- space-before.optimum="12pt"
- space-after.optimum="12pt"
- start-indent="1.5cm"
- end-indent="2cm"
- background-color="blue"
- color="yellow"/>
- text after the rule
- </fo:block>
-
- <!-- Inserts a leader (rule). Because leader is an inline fo you have
- to wrap it into a block element -->
- <fo:block text-align="center">text before the rule (center)
- <fo:leader leader-pattern="rule"
- rule-thickness="3.0pt"
- leader-length="6cm"
- space-before.optimum="12pt"
- space-after.optimum="12pt"
- start-indent="1.5cm"
- end-indent="2cm"
- background-color="blue"
- color="yellow"/>
- text after the rule
- </fo:block>
-
- <!-- Inserts a leader (rule). Because leader is an inline fo you have
- to wrap it into a block element -->
- <fo:block text-align="end">text before the rule (end)
- <fo:leader leader-pattern="rule"
- rule-thickness="3.0pt"
- leader-length="6cm"
- space-before.optimum="12pt"
- space-after.optimum="12pt"
- start-indent="1.5cm"
- end-indent="2cm"
- background-color="blue"
- color="yellow"/>
- text after the rule
- </fo:block>
-
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-before.optimum="5pt"
- space-after.optimum="3pt"
- text-align="start">
- Here are some fo:leader with the property rule and different rule styles
- (solid, dashed, dotted, double, groove, ridge the last one with colored backgrounds
- to the effect)
- </fo:block>
-
- <!-- Inserts a leader (rule). Because leader is an inline fo you have
- to wrap it into a block element -->
- <fo:block text-align="center"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- <fo:leader leader-pattern="rule"
- rule-thickness="1pt"
- leader-length="6cm"/>
- </fo:block>
-
- <fo:block text-align="center"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
-
- <fo:leader leader-pattern="rule"
- leader-length="6cm"
- rule-thickness="1pt"
- rule-style="dashed"/>
- </fo:block>
-
-
- <fo:block text-align="center"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- <fo:leader leader-pattern="rule"
- leader-length="6cm"
- rule-style="dotted"
- rule-thickness="1pt"/>
- </fo:block>
-
- <fo:block text-align="center"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- <fo:leader leader-pattern="rule"
- leader-length="6cm"
- rule-thickness="2pt"
- rule-style="double"/>
- </fo:block>
-
- <fo:block text-align="center" background-color="silver"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- <fo:leader leader-pattern="rule"
- leader-length="6cm"
- rule-thickness="1pt"
- rule-style="groove"
- color="black" />
- </fo:block>
-
- <fo:block text-align="center" background-color="silver"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- <fo:leader leader-pattern="rule"
- leader-length="6cm"
- rule-thickness="1pt"
- rule-style="ridge"
- color="black" />
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-before.optimum="5pt"
- space-after.optimum="3pt"
- text-align="start">
- Here are 4 fo:leader with increasing rule-thickness (1pt, 2pt, 3pt, 4pt)
- </fo:block>
-
- <!-- Inserts a leader (rule). Because leader is an inline fo you have
- to wrap it into a block element -->
- <fo:block text-align="center"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- <fo:leader leader-pattern="rule"
- rule-thickness="1.0pt"
- leader-length="6cm"/>
- </fo:block>
-
- <!-- Inserts a leader (rule). Because leader is an inline fo you have
- to wrap it into a block element -->
- <fo:block text-align="center"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- <fo:leader leader-pattern="rule"
- rule-thickness="2.0pt"
- leader-length="6cm"/>
- </fo:block>
-
- <!-- Inserts a leader (rule). Because leader is an inline fo you have
- to wrap it into a block element -->
- <fo:block text-align="center"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- <fo:leader leader-pattern="rule"
- rule-thickness="3.0pt"
- leader-length="6cm"/>
- </fo:block>
-
- <!-- Inserts a leader (rule). Because leader is an inline fo you have
- to wrap it into a block element -->
- <fo:block text-align="center"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- <fo:leader leader-pattern="rule"
- rule-thickness="4.0pt"
- leader-length="6cm"/>
- </fo:block>
-
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-before.optimum="5pt"
- space-after.optimum="3pt"
- text-align="start">
- Here are 4 fo:leader with increasing rule-thickness (1pt, 2pt, 3pt, 4pt) and leader-length: 25%, 50%, 75%, 100%
- </fo:block>
-
- <!-- Inserts a leader (rule). Because leader is an inline fo you have
- to wrap it into a block element -->
- <fo:block text-align="center"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- <fo:leader leader-pattern="rule"
- rule-thickness="1.0pt"
- leader-length="25%"/>
- </fo:block>
-
- <!-- Inserts a leader (rule). Because leader is an inline fo you have
- to wrap it into a block element -->
- <fo:block text-align="center"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- <fo:leader leader-pattern="rule"
- rule-thickness="2.0pt"
- leader-length="50%"/>
- </fo:block>
-
- <!-- Inserts a leader (rule). Because leader is an inline fo you have
- to wrap it into a block element -->
- <fo:block text-align="center"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- <fo:leader leader-pattern="rule"
- rule-thickness="3.0pt"
- leader-length="75%"/>
- </fo:block>
-
- <!-- Inserts a leader (rule). Because leader is an inline fo you have
- to wrap it into a block element -->
- <fo:block text-align="center"
- space-before.optimum="12pt"
- space-after.optimum="12pt">
- <fo:leader leader-pattern="rule"
- rule-thickness="4.0pt"
- leader-length="100%"/>
- </fo:block>
-
-
- <fo:block text-align="center"
- font-size="15pt"
- space-before.optimum="16pt"
- space-after.optimum="12pt">
- Using leader in combination with justified text
- </fo:block>
-
-
- <fo:block text-align="justify">Here is some longer text. Here is some longer text.
- Here is some longer text. Here comes the leader (dots width 8pt):
- <fo:leader leader-pattern="dots"
- leader-pattern-width="8pt"
- leader-length="5cm"/>Here is some longer text. Here is some longer text.
- Here is some longer text. Here is some longer text. Here is some longer text.
- </fo:block>
-
- <fo:block text-align="justify">Here is some longer text. Here is some longer text.
- Here is some longer text. Here comes the leader (dots width 5pt):
- <fo:leader leader-pattern="dots"
- leader-pattern-width="5pt"
- leader-length="5cm"/>Here is some longer text. Here is some longer text.
- Here is some longer text. Here is some longer text. Here is some longer text.
- </fo:block>
-
- <fo:block text-align="justify">Here is some longer text. Here is some longer text.
- Here is some longer text. Here comes the leader (dots):
- <fo:leader leader-pattern="dots"
- leader-length="5cm"/>Here is some longer text. Here is some longer text.
- Here is some longer text. Here is some longer text. Here is some longer text.
- </fo:block>
-
-
- <fo:block text-align="justify">Here is some longer text. Here is some longer text.
- Here is some longer text. Here comes the leader (rule):
- <fo:leader leader-pattern="rule"
- leader-length="5cm"/>Here is some longer text. Here is some longer text.
- Here is some longer text. Here is some longer text. Here is some longer text.
- </fo:block>
-
- <fo:block text-align="justify">Here is some longer text. Here is some longer text.
- Here is some longer text. Here comes the leader (space):
- <fo:leader leader-pattern="space"
- leader-length="5cm"/>Here is some longer text. Here is some longer text.
- Here is some longer text. Here is some longer text. Here is some longer text.
- </fo:block>
-
-
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
- <fo:simple-page-master master-name="first"
- page-height="29.7cm" page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="first">
-
- <!-- text body -->
- <fo:flow flow-name="xsl-region-body">
-
- <!-- Normal text -->
- <fo:block text-align="center">0. Normal text without link
- </fo:block>
-
-
- <!-- Normal text -->
- <fo:block text-align="center"
- font-family="serif">1. <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
- <!-- Normal text -->
- <fo:block text-align="center">---</fo:block>
-
- <!-- Normal text -->
- <fo:block text-align="center">
- 2. A one line example (text-align='start'): <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
- <!-- Normal text -->
- <fo:block text-align="center">---</fo:block>
-
- <!-- Normal text -->
- <fo:block text-align="start" hyphenate="true" language="en">
- 3. A multiline text (text-align='start'). The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- go to <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
- <!-- Normal text -->
- <fo:block text-align="center">---</fo:block>
-
- <!-- Normal text -->
- <fo:block text-align="center">
- 4. A multiline text (text-align='centered'). The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- go to <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
- <!-- Normal text -->
- <fo:block text-align="center">---</fo:block>
-
- <!-- Normal text -->
- <fo:block text-align="end">
- 5. A multiline text (text-align='end'). The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- go to <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
- <!-- Normal text -->
- <fo:block text-align="center">---</fo:block>
-
- <!-- Normal text -->
- <fo:block text-align="justify" hyphenate="true" language="en">
- 6. A multiline text (text-align='justify'). The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- go to <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
- <!-- Normal text -->
- <fo:block text-align="center">---</fo:block>
-
- <!-- Normal text -->
- <fo:block text-align="start"
- space-before.optimum="6pt"
- line-height="24pt"
- font-family="serif"
- padding-top="3pt"
- >
- 7. A multiline text (text-align='start', space-before.optimum=6pt, font-family=serif padding-top="3pt"). The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable <fo:basic-link external-destination="normal.pdf">generic</fo:basic-link> SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- go to <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
- <!-- Normal text -->
- <fo:block text-align="start"
- space-before.optimum="6pt"
- line-height="24pt"
- font-family="serif"
- padding-top="3pt"
- >
- 8. A multiline text (text-align='start', space-before.optimum=6pt, font-family=serif, padding-top="3pt"). The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable <fo:basic-link external-destination="normal.pdf">generic</fo:basic-link> SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- go to <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
-
- <!-- Normal text -->
-<!-- <fo:block text-align="start"
- space-before.optimum="6pt"
- line-height="24pt"
- font-family="serif"
- padding-top="3pt"
- >
- 8. A multiline text (text-align='start', space-before.optimum=6pt, font-family=serif, padding-top="3pt"). The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable <fo:basic-link external-destination="normal.pdf">generic</fo:basic-link> SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- go to <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
--->
-
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<!-- example for use of list elements
- At the beginning the page layout is set.
- Below fo:root there is always
-- a single fo:layout-master-set which defines one or more page layouts
-- an optional fo:declarations
-- and a sequence of one or more fo:page-sequences containing the text and formatting instructions
-
--->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <fo:layout-master-set>
- <!-- fo:layout-master-set defines in its children the page layout:
- the pagination and layout specifications
- - page-masters: have the role of describing the intended subdivisions
- of a page and the geometry of these subdivisions
- In this case there is only a simple-page-master which defines the
- layout for all pages of the text
- -->
- <!-- layout information -->
- <fo:simple-page-master master-name="simple"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="2cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="0cm"/>
- <fo:region-before extent="2cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
-
- <!-- start page-sequence
- here comes the text (contained in flow objects)
- the page-sequence can contain different fo:flows
- the attribute value of master-name refers to the page layout
- which is to be used to layout the text contained in this
- page-sequence-->
- <fo:page-sequence master-name="simple">
-
- <!-- start fo:flow
- each flow is targeted
- at one (and only one) of the following:
- xsl-region-body (usually: normal text)
- xsl-region-before (usually: header)
- xsl-region-after (usually: footer)
- xsl-region-start (usually: left margin)
- xsl-region-end (usually: right margin)
- ['usually' applies here to languages with left-right and top-down
- writing direction like English]
- in this case there is only one target: xsl-region-body
- -->
- <fo:flow flow-name="xsl-region-body">
-
- <!-- each paragraph is encapsulated in a block element
- the attributes of the block define
- font-family and size, line-heigth etc. -->
-
- <!-- this defines a title level 1-->
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white"
- text-align="center"
- padding-top="3pt">
- How to use list elements
- </fo:block>
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- space-after.optimum="15pt"
- text-align="center">
- A simple list with bullets in list-item-label
- </fo:block>
-
-
- <!-- list -->
- <fo:list-block >
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- </fo:list-block>
- <!-- end list -->
-
- <!-- code -->
- <fo:block font-size="10pt"
- font-family="Courier"
- line-height="10pt"
- text-align="start"
- space-before.optimum="3cm"
- white-space-collapse="false"
- wrap-option="no-wrap">
-<![CDATA[
-<!-- list start -->
-<fo:list-block >
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>
- <fo:inline font-family="Symbol">&#183;</fo:inline>
- </fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- [other list items...]
-
-
-</fo:list-block>
-<!-- end list -->
-]]>
-
-</fo:block>
-
- <!-- code ends -->
-
-
-<!-- ***************************** Next page ************************ -->
-
-
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- space-after.optimum="15pt"
- text-align="center"
- break-before="page">
- Doing it better
- </fo:block>
-
- <fo:block font-size="12pt"
- font-family="sans-serif"
- space-before.optimum="15pt">
- The distance between the bullets and the list text in the example on the
- previous page is too large. You can define this distance and some more. Here is
- an overview how to specify what aspects of a list
- </fo:block>
-
- <!-- the following image is taken from the w3c xsl working draft 18 October 2000
- authors: Sharon Adler, Anders Berglund, Jeff Caruso, Stephen Deach
- Paul Grosso, Eduardo Gutentag, Alex Milowski, Scott Parnell,
- Jeremy Richman, Steve Zilles
- url: http://www.w3.org/TR/xsl/ -->
- <fo:block text-align="center"
- space-before.optimum="0.5cm">
- <fo:external-graphic src="file:../graphics/listgeometry.gif"/>
- </fo:block>
- <fo:block font-size="10pt"
- font-family="sans-serif"
- text-align="center"
- space-after.optimum="15pt">
- image from the w3c xsl working draft 18.10.2000 (full info in list2.fo)
- </fo:block>
-
- <fo:block font-size="12pt"
- font-family="sans-serif"
- space-before.optimum="15pt">
- This is the same list with a defined provisional-distance-between-starts (0.3cm) and
- provisional-label-separation (0.15cm).
- </fo:block>
-
- <!-- list start -->
- <!-- use provisional-distance-between-starts to define
- the distance between the start of the label and the item text
-
- use provisional-label-separation to define the distance between
- the end of the item label and the start of item text
- -->
- <fo:list-block provisional-distance-between-starts="0.3cm"
- provisional-label-separation="0.15cm">
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-size="10pt" font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-size="10pt" font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-size="10pt" font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- </fo:list-block>
- <!-- end list -->
-
- <!-- code -->
- <fo:block font-size="10pt"
- font-family="Courier"
- line-height="10pt"
- text-align="start"
- space-before.optimum="0.7cm"
- white-space-collapse="false"
- wrap-option="no-wrap">
-<![CDATA[
-<!-- list start -->
-<fo:list-block provisional-distance-between-starts="0.3cm"
- provisional-label-separation="0.15cm">
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>
- <fo:inline font-family="Symbol">&#183;</fo:inline>
- </fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- [other list items...]
-
-</fo:list-block>
-<!-- end list -->
-]]>
-</fo:block>
-
- <!-- code ends -->
-
-<!-- ***************************** Next page ************************ -->
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- space-after.optimum="15pt"
- text-align="center"
- break-before="page">
- A simple list with text before and after
- </fo:block>
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- text-align="start"
- >
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- </fo:block>
-
- <!-- list -->
- <fo:list-block provisional-distance-between-starts="0.3cm"
- provisional-label-separation="0.15cm">
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- </fo:list-block>
- <!-- end list -->
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- >
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- </fo:block>
- <!-- normal text ends -->
-
-<!-- ***************************** Next page ************************ -->
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- space-after.optimum="15pt"
- text-align="center"
- break-before="page">
- A list with longer text
- </fo:block>
-
- <!-- list -->
- <fo:list-block provisional-distance-between-starts="0.3cm"
- provisional-label-separation="0.15cm">
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- </fo:list-block>
- <!-- end list -->
-
-<!-- ***************************** Next page ************************ -->
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- space-after.optimum="15pt"
- text-align="center"
- break-before="page">
- A simple list with long labels
- </fo:block>
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- text-align="start"
- >
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- </fo:block>
-
- <!-- list -->
- <fo:list-block provisional-distance-between-starts="2.0cm"
- provisional-label-separation="0.2cm">
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">label 1)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">lab. 2)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">lab. 3)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">lab. 4)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">lab. 5)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- </fo:list-block>
- <!-- end list -->
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- >
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- </fo:block>
- <!-- normal text ends -->
-
-
-<!-- ***************************** Next page ************************ -->
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="20pt"
- space-after.optimum="15pt"
- text-align="center"
- padding-top="3pt"
- break-before="page">
- A long list
- </fo:block>
-
- <!-- list -->
- <fo:list-block provisional-distance-between-starts="0.3cm"
- provisional-label-separation="0.15cm">
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- </fo:list-block>
- <!-- end list -->
-
-
-<!-- ***************************** Next page ************************ -->
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- space-after.optimum="15pt"
- text-align="center"
- break-before="page">
- A nested list with justified text
- </fo:block>
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- text-align="justify"
- >
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- </fo:block>
-
- <!-- list level 1 -->
- <fo:list-block provisional-distance-between-starts="0.4cm"
- provisional-label-separation="0.15cm">
-
- <!-- list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">here comes a nested list with numbers
-
- <!-- start nested list -->
- <!-- list level 1 -->
- <fo:list-block provisional-distance-between-starts="0.7cm"
- provisional-label-separation="0.15cm">
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">1.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">2.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">3.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">4.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">5.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- </fo:list-block >
- <!-- end nested list -->
-
- <!-- continuing list-->
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- </fo:list-block>
- <!-- end list -->
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="justify"
- >
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- </fo:block>
- <!-- normal text ends -->
-
-<!-- ****************************** Next Page ************************* -->
-
- <!-- code -->
- <fo:block font-size="10pt"
- font-family="Courier"
- line-height="10pt"
- text-align="start"
- space-before.optimum="3cm"
- white-space-collapse="false"
- wrap-option="no-wrap">
-
-
-<![CDATA[
-<!-- list level 1 -->
-<fo:list-block provisional-distance-between-starts="0.4cm"
- provisional-label-separation="0.15cm">
-
- <!-- list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">here comes a nested list with numbers
-
- <!-- start nested list -->
- <!-- list level 1 -->
- <fo:list-block provisional-distance-between-starts="0.7cm"
- provisional-label-separation="0.15cm">
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">1.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- [more item in nested list ...]
-
- </fo:list-block >
- <!-- end nested list -->
-
- <!-- continuing list-->
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- [more item in list ...]
-
-</fo:list-block>
-<!-- end list -->
-
-]]>
-</fo:block>
-<!-- ***************************** Next page ************************ -->
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- space-after.optimum="15pt"
- text-align="center"
- break-before="page"
- white-space-collapse="true">
- A long nested list
- </fo:block>
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- text-align="justify"
- >
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- </fo:block>
-
- <!-- list level 1 -->
- <fo:list-block provisional-distance-between-starts="0.4cm"
- provisional-label-separation="0.15cm">
-
- <!-- list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">here comes a nested list with numbers
-
- <!-- start nested list -->
- <!-- list level 1 -->
- <fo:list-block provisional-distance-between-starts="0.9cm"
- provisional-label-separation="0.15cm">
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">1.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">2.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">3.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">4.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">5.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">6.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">7.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">8.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">9.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">10.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">11.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">12.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">13.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">14.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">15.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">16.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- nested list item -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a number -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block text-align="end">17.)</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- nested list item with more text. nested list item with more text.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- </fo:list-block >
- <!-- end nested list -->
-
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item start-indent="0.5cm">
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block text-align="justify">
- here is text in the list item body. here is text in the list item body.
- here is text in the list item body. here is text in the list item body.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- </fo:list-block>
- <!-- end list -->
-
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="justify"
- >
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- This is normal text. This is normal text. This is normal text. This is normal text. This is normal text.
- </fo:block>
- <!-- normal text ends -->
-
-
-
-
- </fo:flow> <!-- closes the flow element-->
- </fo:page-sequence> <!-- closes the page-sequence -->
-</fo:root>
+++ /dev/null
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="first"
- margin-top="1in"
- margin-bottom="1in"
- margin-left="1in"
- margin-right="1in">
- <fo:region-body/>
- </fo:simple-page-master>
-
-
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="first">
-
-
-
-
-<fo:flow flow-name="xsl-region-body">
-
- <fo:block space-after.optimum="3pt" font-family="serif" id="block1">
- FOP is the world's first print formatter driven by XSL formatting
- objects. It is a Java 1.1 application that reads a formatting object
- tree and then turns it into a PDF document. The formatting object
- tree, can be in the form of an XML document (output by an XSLT engine
- like XT or Xalan) or can be passed in memory as a DOM Document or (in
- the case of XT) SAX events.
- </fo:block>
-
- <fo:block space-after.optimum="12pt" font-family="serif">FOP is part of Apache's XML project. The homepage of FOP is
- <fo:inline font-style="italic" font-family="serif"><fo:basic-link color="blue" external-destination="http://xml.apache.org/fop">http://xml.apache.org/fop</fo:basic-link></fo:inline>
- </fo:block>
-
-<fo:block space-after.optimum="12pt" font-family="serif" font-weight="bold" text-align="center">
-align="start"
-</fo:block>
-
-<fo:block space-after.optimum="12pt" font-family="serif" text-align="start">
- Apache FOP is the world's first print formatter driven by XSL formatting
- objects. It is a Java 1.1 application that reads a <fo:basic-link internal-destination="block1" color="blue">formatting object</fo:basic-link>
- tree and then turns it into a <fo:basic-link internal-destination="block1" color="blue">PDF document</fo:basic-link>. The formatting object
- tree, can be in the form of an XML <fo:basic-link internal-destination="block1" color="blue">document</fo:basic-link> (output by an XSLT engine
- like XT or Xalan) or can be passed in memory as a DOM Document or (in
- the case of XT) SAX events.
-
- </fo:block>
-
-<fo:block space-after.optimum="12pt" font-family="serif" font-weight="bold" text-align="center">
-align="center"
-</fo:block>
-
-<fo:block space-after.optimum="12pt" font-family="serif" text-align="center">
- Apache FOP is the world's first print formatter driven by XSL formatting
- objects. It is a Java 1.1 application that reads a <fo:basic-link internal-destination="block1" color="blue">formatting object</fo:basic-link>
- tree and then turns it into a <fo:basic-link internal-destination="block1" color="blue">PDF document</fo:basic-link>. The formatting object
- tree, can be in the form of an XML <fo:basic-link internal-destination="block1" color="blue">document</fo:basic-link> (output by an XSLT engine
- like XT or Xalan) or can be passed in memory as a DOM Document or (in
- the case of XT) SAX events.
-
- </fo:block>
-
-<fo:block space-after.optimum="12pt" font-family="serif" font-weight="bold" text-align="center">
-align="justify"
-</fo:block>
-
- <fo:block space-after.optimum="12pt" font-family="serif" text-align="justify">
- Apache FOP is the world's first print formatter driven by XSL formatting
- objects. It is a Java 1.1 application that reads a <fo:basic-link internal-destination="block1" color="blue">formatting object</fo:basic-link>
- tree and then turns it into a <fo:basic-link internal-destination="block1" color="blue">PDF document</fo:basic-link>. The formatting object
- tree, can be in the form of an XML <fo:basic-link internal-destination="block1" color="blue">document</fo:basic-link> (output by an XSLT engine
- like XT or Xalan) or can be passed in memory as a DOM Document or (in
- the case of XT) SAX events.
-
- </fo:block>
-
-<!-- table start -->
- <fo:table>
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell ><fo:block>good</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>bad</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block><fo:basic-link internal-destination="block1" color="blue">ugly</fo:basic-link></fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block>nice</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block><fo:basic-link internal-destination="block1" color="blue">dice</fo:basic-link></fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>vice</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block>literature</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>music</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block><fo:basic-link internal-destination="block1" color="blue">art</fo:basic-link></fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block><fo:basic-link internal-destination="block1" color="blue">java</fo:basic-link></fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>perl</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>python</fo:block></fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- <!-- table end -->
-
-
-</fo:flow>
-
-</fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-
-<!-- example for a simple fo file. At the beginning the page layout is set.
-Below fo:root there is always
-- a single fo:layout-master-set which defines one or more page layouts
-- an optional fo:declarations,
-- and a sequence of one or more fo:page-sequences containing the text and formatting instructions -->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <fo:layout-master-set>
- <!-- fo:layout-master-set defines in its children the page layout:
- the pagination and layout specifications
- - page-masters: have the role of describing the intended subdivisions
- of a page and the geometry of these subdivisions
- - page-sequence-masters: have the role of describing the sequence
- of page-masters that will be used to generate
- pages during the formatting of an fo:page-sequence
-
- -->
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="first"
- page-height="21cm"
- page-width="29.7cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
- <!-- layout for the other pages -->
- <fo:simple-page-master master-name="rest"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="2.5cm"/>
- <fo:region-before extent="2.5cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
-<fo:page-sequence-master master-name="basicPSM" >
- <fo:repeatable-page-master-alternatives>
- <fo:conditional-page-master-reference master-name="first"
- page-position="first" />
- <fo:conditional-page-master-reference master-name="rest"
- page-position="rest" />
- <!-- recommended fallback procedure -->
- <fo:conditional-page-master-reference master-name="rest" />
- </fo:repeatable-page-master-alternatives>
-</fo:page-sequence-master>
-
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="basicPSM">
-
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="serif"
- line-height="14pt" >
- XML Recommendation - p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines text title level 1-->
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white"
- text-align="center"
- padding-top="3pt"
- font-variant="small-caps">
- Extensible Markup Language (XML) 1.0
- </fo:block>
-
- <!-- defines text title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="20pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="3pt">
- Abstract
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start">
- The <fo:inline font-variant="small-caps">Extensible Markup Language (XML)</fo:inline> is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML.
- </fo:block>
-
- <!-- defines text title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="20pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="3pt">
- Status of this document
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start">
- This document has been reviewed by W3C Members and other interested parties and has been endorsed by the Director as a
- W3C Recommendation. It is a stable document and may be used as reference material or cited as a normative reference from
- another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its
- widespread deployment. This enhances the functionality and interoperability of the Web.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start">
- This document specifies a syntax created by subsetting an existing, widely used international text processing standard
- (Standard Generalized Markup Language, ISO 8879:1986(E) as amended and corrected) for use on the World Wide Web. It
- is a product of the W3C XML Activity, details of which can be found at http://www.w3.org/XML. A list of current W3C
- Recommendations and other technical documents can be found at http://www.w3.org/TR.
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-
-<!-- example for a simple fo file. At the beginning the page layout is set.
-Below fo:root there is always
-- a single fo:layout-master-set which defines one or more page layouts
-- an optional fo:declarations,
-- and a sequence of one or more fo:page-sequences containing the text and formatting instructions -->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <fo:layout-master-set>
- <!-- fo:layout-master-set defines in its children the page layout:
- the pagination and layout specifications
- - page-masters: have the role of describing the intended subdivisions
- of a page and the geometry of these subdivisions
- - page-sequence-masters: have the role of describing the sequence
- of page-masters that will be used to generate
- pages during the formatting of an fo:page-sequence
-
- -->
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="first"
- page-height="21cm"
- page-width="29.7cm"
- margin-top="6.3cm - 3.8cm - 1.5cm"
- margin-bottom="3cm - (.25cm * 4)"
- margin-left="2.0cm + 0.5cm"
- margin-right="(5cm * 1cm) div 2cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="1cm + 3cm - 1cm"/>
- <fo:region-after extent="2 * .5cm + .5cm"/>
- </fo:simple-page-master>
-
- <!-- layout for the other pages -->
- <fo:simple-page-master master-name="rest"
- page-height="abs(-30cm + .3cm)"
- page-width="(10cm * 2) + 1cm"
- margin-top="round(.5) * 1cm"
- margin-bottom="round(2.4) * 1cm"
- margin-left="2.5 * 1cm"
- margin-right="5.5cm - 3cm">
- <fo:region-body margin-top="2.5cm"/>
- <fo:region-before extent="2.5cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
-<fo:page-sequence-master master-name="basicPSM" >
- <fo:repeatable-page-master-alternatives>
- <fo:conditional-page-master-reference master-name="first"
- page-position="first" />
- <fo:conditional-page-master-reference master-name="rest"
- page-position="rest" />
- <!-- recommended fallback procedure -->
- <fo:conditional-page-master-reference master-name="rest" />
- </fo:repeatable-page-master-alternatives>
-</fo:page-sequence-master>
-
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="basicPSM">
-
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="serif"
- line-height="1em + 4pt" >
- XML Recommendation - p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines text title level 1-->
- <fo:block font-size="min(18pt,20pt)"
- font-family="sans-serif"
- line-height="max(24pt,18pt)"
- space-after.optimum="5 mod 3 * 7.5pt"
- background-color="rgb(0,0,255)"
- color="rgb(100%,100%,100%)"
- text-align="center"
- padding-top="3pt">
- Extensible Markup Language (XML) 1.0
- </fo:block>
-
- <!-- defines text title level 2-->
- <fo:block font-size="floor(16.3) * 1pt"
- font-family="sans-serif"
- line-height="2pt * ceiling(9.3)"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="3pt">
- Abstract
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="2 * (.5em + 1.5pt)"
- space-after.optimum=".25 * 1em"
- text-align="start">
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML.
- </fo:block>
-
- <!-- defines text title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="1.25"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="3pt">
- Status of this document
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start">
- This document has been reviewed by W3C Members and other interested parties and has been endorsed by the Director as a
- W3C Recommendation. It is a stable document and may be used as reference material or cited as a normative reference from
- another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its
- widespread deployment. This enhances the functionality and interoperability of the Web.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="1.25em"
- space-after.optimum="1pc div 4"
- text-align="start">
- This document specifies a syntax created by subsetting an existing, widely used international text processing standard
- (Standard Generalized Markup Language, ISO 8879:1986(E) as amended and corrected) for use on the World Wide Web. It
- is a product of the W3C XML Activity, details of which can be found at http://www.w3.org/XML. A list of current W3C
- Recommendations and other technical documents can be found at http://www.w3.org/TR.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-THIS IS NOT THE LATEST VERSION OF THE FOP DOCUMENTATION BUT ONLY AN EXAMPLE FILE
-
-This files shows next to the trivial usage of fo:block and fo:inline examples of
-- fo:basic-link external-destination
-- fo:basic-link internal-destination
-- fo:table
-- fo:list-block (including a bullet from the font Symbol as list-item-label)
-- fo:page-number-citation (computes dynamically the page number in section 'content')
--->
-
-<!-- note the extensions namespace (fox) -->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:fox="http://xml.apache.org/fop/extensions">
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="first"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
- <!-- layout for the other pages -->
- <fo:simple-page-master master-name="rest"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="2.5cm"/>
- <fo:region-before extent="2.5cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
-<fo:page-sequence-master master-name="basicPSM" >
- <fo:repeatable-page-master-alternatives>
- <fo:conditional-page-master-reference master-name="first"
- page-position="first" />
- <fo:conditional-page-master-reference master-name="rest"
- page-position="rest" />
- <!-- recommended fallback procedure -->
- <fo:conditional-page-master-reference master-name="rest" />
- </fo:repeatable-page-master-alternatives>
-</fo:page-sequence-master>
-
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
-
-<!-- beginning of the PDF outline extensions -->
-
- <fox:outline internal-destination="sec1">
- <fox:label>What is FOP?</fox:label>
- </fox:outline>
-
- <fox:outline internal-destination="sec2">
- <fox:label>Downloading FOP</fox:label>
- </fox:outline>
-
- <fox:outline internal-destination="sec3">
- <fox:label>Running FOP</fox:label>
-
- <fox:outline internal-destination="sec3-1">
- <fox:label>Prerequisites</fox:label>
-
- <fox:outline internal-destination="sec3-1-1">
- <fox:label>Java 1.1</fox:label>
- </fox:outline>
-
- <fox:outline internal-destination="sec3-1-2">
- <fox:label>XML Parser</fox:label>
- </fox:outline>
-
- <fox:outline internal-destination="sec3-1-3">
- <fox:label>XSLT Processor</fox:label>
- </fox:outline>
-
- </fox:outline>
-
- <fox:outline internal-destination="sec3-2">
- <fox:label>Starting FOP</fox:label>
- </fox:outline>
-
- </fox:outline>
-
- <fox:outline internal-destination="sec4">
- <fox:label>Embedding FOP</fox:label>
- </fox:outline>
-
- <fox:outline internal-destination="sec5">
- <fox:label>What's Implemented?</fox:label>
- </fox:outline>
- <fox:outline internal-destination="sec6">
- <fox:label>Limitations</fox:label>
- </fox:outline>
- <fox:outline internal-destination="sec7">
- <fox:label>Bugs</fox:label>
- </fox:outline>
- <fox:outline internal-destination="sec8">
- <fox:label>Compiling FOP</fox:label>
- </fox:outline>
- <fox:outline internal-destination="sec9">
- <fox:label>Getting Involved</fox:label>
- </fox:outline>
- <fox:outline internal-destination="sec10">
- <fox:label>FOP Relevant Specifications</fox:label>
- </fox:outline>
- <fox:outline internal-destination="sec11">
- <fox:label>License</fox:label>
- </fox:outline>
-
-
-
- <!-- actual layout -->
- <fo:page-sequence master-name="basicPSM">
-
-
-<fo:static-content flow-name="xsl-region-before">
-<fo:block text-align="end" font-size="10pt" font-family="serif" line-height="14pt" color="red" >
-This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:page-number/>
-</fo:block>
-</fo:static-content>
-
-
-<fo:flow flow-name="xsl-region-body">
-
-<fo:block id="secA" font-size="18pt" font-family="sans-serif" line-height="24pt" space-after.optimum="15pt" background-color="blue" color="white" text-align="center" padding-top="3pt">FOP: An Open-Source XSL Formatter and Renderer</fo:block>
-
-
-
-<fo:block id="sec1" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >A)
- What is FOP?</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">FOP is the world's first print formatter driven by XSL formatting
- objects. It is a Java 1.1 application that reads a formatting object
- tree and then turns it into a PDF document. The formatting object
- tree, can be in the form of an XML document (output by an XSLT engine
- like XT or Xalan) or can be passed in memory as a DOM Document or (in
- the case of XT) SAX events.
-
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">FOP is part of Apache's XML project. The homepage of FOP is
- <fo:inline font-style="italic" font-family="serif"><fo:basic-link color="blue" external-destination="http://xml.apache.org/fop">http://xml.apache.org/fop</fo:basic-link></fo:inline>
- </fo:block>
-
-
-
-
- <fo:block id="sec2" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >B)
- Downloading FOP</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">The latest release version is <fo:inline font-style="italic" font-family="serif">FOP
-0.14</fo:inline> <fo:inline font-family="serif">
- ()
- </fo:inline>. </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">NOTE: you do not have to unjar or unzip this jar file.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Documentation can be downloaded here as <fo:inline font-style="italic" font-family="serif">HMTL file</fo:inline>
-<fo:inline font-family="serif">
- ()
- </fo:inline> or
- as <fo:inline font-style="italic" font-family="serif">PDF file</fo:inline>
-<fo:inline font-family="serif">
- ()
- </fo:inline>.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">To run FOP from the command line, see Running FOP. If you are interested in
- embedding FOP in a Java application of your own, see Embedding FOP.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">You can also download the <fo:inline font-style="italic" font-family="serif">source code v. 0.14</fo:inline>
-<fo:inline font-family="serif">
- ()
- </fo:inline> as jar file</fo:block>
-
-
-
- <fo:block id="sec3" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >C)
- Running FOP</fo:block>
-
- <fo:block id="sec3-1" font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >1) Prerequisites</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Following software must be installed:</fo:block>
- <fo:block id="sec3-1-1" space-after.optimum="3pt" font-family="serif">a) Java 1.1.x or later</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">For the fo-file viewer mode of FOP (see below) you must have the swing classes installed.
- From Java 1.2 on (aka Java 2) they are part of the standard java distribution.
- If you use Java 1.1.x you must seperately include the swing classes, which can
- be found at the <fo:inline font-style="italic" font-family="serif">
- Sun website</fo:inline>
-<fo:inline font-family="serif">
- (http://java.sun.com/products/jfc/#download-swing)
- </fo:inline>.
- </fo:block>
- <fo:block id="sec3-1-2" space-after.optimum="3pt" font-family="serif">b) An XML parser which supports SAX and DOM like
- <fo:inline font-style="italic" font-family="serif">Xerces-J</fo:inline>
-<fo:inline font-family="serif">
- (http://xml.apache.org/xerces-j/index.html)
- </fo:inline>.</fo:block>
- <fo:block id="sec3-1-3" space-after.optimum="3pt" font-family="serif">c) If you have to produce the flow objects files, which are the input for FOP,
- you need a transformation utility to create this files from your xml files.
- Normally this is an XSLT stylesheet processor like
- <fo:inline font-style="italic" font-family="serif">XT</fo:inline>
-<fo:inline font-family="serif">
- (http://www.jclark.com/xml/xt.html)
- </fo:inline>
- or <fo:inline font-style="italic" font-family="serif">XALAN</fo:inline>
-<fo:inline font-family="serif">
- (http://xml.apache.org/xalan/index.html)
- </fo:inline>.
- </fo:block>
-
-
- <fo:block id="sec3-2" font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >2) Starting FOP as an standalone application</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">There are three ways to run FOP from the command line.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">a) Batch processing formatting objects (fo) files: </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java org.apache.fop.apps.CommandLine fo-file pdf-file</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">b) Batch processing xml files (includes production of the fo-files):</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java org.apache.fop.apps.CommandLine xml-file xsl-file pdf-file</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">c) Previewing the fo-file:</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java org.apache.fop.apps.AWTCommandLine fo-file</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Each method uses next to the fop classes other packages. The following describes
- each method in detail.</fo:block>
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >a) Method One</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">One is to first use an XSLT engine to produce the formatting object tree as an
- XML document and then running the class org.apache.fop.apps.CommandLine with the
- formatting object file name and PDF filename as arguments. You will need to include
- FOP and your XML Parser in your classpath and so you might invoke
- </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java -cp fop_x_xx_x.jar;xerces.jar</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">org.apache.fop.apps.CommandLine fo-file pdf-file</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">If your SAX Parser is other than Xerces, you will need to set the property
- org.xml.sax.parser to the SAX Parser class to use. The following example shows
- the command line, if you use XP, the XML parser from James Clark:
- </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java -Dorg.xml.sax.parser=com.jclark.xml.sax.Driver</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">-cp fop_x_xx_x.jar;sax.jar;xt.jar;xp.jar;xerces.jar</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">org.apache.fop.apps.AWTCommandLine formatting-tree-file pdf-file</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">(You have to include xerces.jar or another xml parser which supports DOM in your classpath.) </fo:block>
-
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >b) Method Two</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Rather than performing transformation with an XSLT before invoking FOP, it is
- possible, if you use XT as your XSLT engine, to just call FOP and have it call
- XT for you. To do this, run the class org.apache.fop.apps.CommandLine with the
- source XML file name, XSL file name and PDF file name as arguments. You will
- need to include FOP, SAX, your SAX Parser and XT in your classpath and so you might
- invoke
- </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java -Dorg.xml.sax.parser=com.jclark.xml.sax.Driver</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">-cp fop_x_xx_x.jar;xt.jar;xerces.jar</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">org.apache.fop.apps.CommandLine xml-file xsl-file pdf-file</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Again, if your SAX Parser is other than Xerces, you will need to set the property
- org.xml.sax.parser to the SAX Parser class to use.
- </fo:block>
-
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >c) Method Three</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">If you already produced the FO file, you can preview the results of your
- transformation without using any pdf viewer by invoking FOP with the viewer
- application. You will need to include FOP and your XML Parser in your classpath
- </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java -cp fop_x_xx_x.jar;xerces.jar</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">org.apache.fop.apps.AWTCommandLine fo-file </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">The viewer uses the swing classes.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Note: If you are using java 2 or later (i.e. jdk 1.2. or later) you can put all
- needed jar files into the subdirectory jdk1.2.x\jre\lib\ext (windows example). Then
- FOP can be started without classpath:
- </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java org.apache.fop.apps.CommandLine fo-file pdf-file</fo:block>
-
-
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >3) Running FOP on MacOS</fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">Ensure that you have a recent MRJ, and that you have downloaded and
- unpacked the XP and SAX distributions. The xp.jar and sax.jar files work
- as is on MacOS.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Drag the FOP jarfile onto the JBindery icon. When the first dialog
- appears, type "org.apache.fop.apps.CommandLine" in the "Class name" field.
- Using UNIX syntax, type the names of the input formatting-object file and
- the output PDF in the "Optional parameters" field.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Click on the Classpath icon. To add the xp.jar and sax.jar files, click
- the "Add .zip file" button, navigate to the file in question, and click
- Open.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Once both are added (the FOP jarfile will already be in the list), click
- Run. A "stdout" window will appear and display FOP runtime messages.
- </fo:block>
-
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >4) Problems</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">If you have problems running FOP, please have a look at the
- <fo:inline font-style="italic" font-family="serif">FOP FAQ</fo:inline>
-<fo:inline font-family="serif">
- (faq.html)
- </fo:inline>. If you don't find a solution there,
- you can ask for help on the list fop-dev@xml.apache.org. Maybe it's bug and
- maybe somebody is already working on it.
- </fo:block>
-
-
-
-
- <fo:block id="sec4" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >D)
- Embedding FOP </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Instantiate org.apache.fop.apps.Driver. Once this class is
- instantiated, methods are called to set the
- Renderer to use, the (possibly multiple) ElementMapping(s) to
- use and the PrintWriter to use to output the results of the
- rendering (where applicable). In the case of the Renderer and
- ElementMapping(s), the Driver may be supplied either with the
- object itself, or the name of the class, in which case Driver will
- instantiate the class itself. The advantage of the latter is it
- enables runtime determination of Renderer and ElementMapping(s).
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Once the Driver is set up, the buildFOTree method
- is called. Depending on whether DOM or SAX is being used, the
- invocation of the method is either buildFOTree(Document) or
- buildFOTree(Parser, InputSource) respectively.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">A third possibility may be used to build the FO Tree, namely
- calling getDocumentHandler() and firing the SAX events yourself.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Once the FO Tree is built, the format() and render() methods may be
- called in that order.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Here is an example use of Driver from CommandLine.java:</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">Driver driver = new Driver();</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.setRenderer("org.apache.fop.render.pdf.PDFRenderer", version);</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.addElementMapping("org.apache.fop.fo.StandardElementMapping");</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.addElementMapping("org.apache.fop.svg.SVGElementMapping");</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.setWriter(new PrintWriter(new FileWriter(args[1])));</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.buildFOTree(parser, fileInputSource(args[0]));</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.format();</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.render();</fo:block>
-
-
-
-
-
-
- <fo:block id="sec5" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >E)
- What's Implemented?</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Also see STATUS for what is being worked on.</fo:block>
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >1) Formatting Objects</fo:block>
- <fo:list-block start-indent="1cm" provisional-distance-between-starts="12pt" font-family="serif">
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>root </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>layout-master-set </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>simple-page-master </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>region-body </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>region-before </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>region-after </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-sequence </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>sequence-specification </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>sequence-specifier-single </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>sequence-specifier-repeating </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>sequence-specifier-alternating </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>flow </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>static-content </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>block </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>list-block </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>list-item </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>list-item-label </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>list-item-body </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-number </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>display-sequence </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>inline </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>display-rule </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>display-graphic </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>table (minimal support)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>table-column (minimal support)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>table-body (minimal support)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>table-row (minimal support)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>table-cell (minimal support)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- </fo:list-block>
-
-
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >2) Properties</fo:block>
- <fo:list-block start-indent="1cm" provisional-distance-between-starts="12pt" font-family="serif">
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>end-indent </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-master-name </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-master-first </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-master-repeating </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-master-odd </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-master-even </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>margin-top (only on pages and regions)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>margin-bottom (only on pages and regions)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>margin-left (only on pages and regions)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>margin-right (only on pages and regions)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>extent </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-width </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-height </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>flow-name </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>font-family </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>font-style </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>font-weight </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>font-size </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>line-height </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>text-align </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>text-align-last </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>space-before.optimum </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>space-after.optimum </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>start-indent </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>end-indent </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>provisional-distance-between-starts </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>provisional-label-separation </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>rule-thickness </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>color </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>wrap-option </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>white-space-treatment </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>break-before </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>break-after </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>text-indent </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>href</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>column-width</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>background-color</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>padding-top (only in conjunction with background color)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>padding-left (only in conjunction with background color)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>padding-bottom (only in conjunction with background color)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>padding-right (only in conjunction with background color)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- </fo:list-block>
-
-
-
-
-
-
- <fo:block id="sec6" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >F)
- Limitations</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Although FOP implements the above listed fo objects and properties, sometimes it does so
- only in a limited way.
- </fo:block>
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >list-block</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">The fo working draft allows describes two ways to markup lists.The list-block must have as
- children either: 1) pairs of fo:list-item-label and fo:list-item-body formatting objects, or
- 2) fo:list-item formatting objects.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">At the moment FOP only implements the second way. Therefore a list has a basic structure like this:</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"><fo:list-block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"><fo:list-item></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"><fo:list-item-label><fo:block></fo:block></fo:list-item-label></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"><fo:list-item-body><fo:block></fo:block></fo:list-item-body></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"></fo:list-item></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"></fo:list-block></fo:block>
-
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >Padding</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Padding works in conjunction with indents and spaces. It is only implemented
- for blocks. At the moment padding can't be used to make extra space (indents+spaces
- must be used), but only to control how much the background-color extends beyond
- the content rectangle.
- </fo:block>
-
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >Tables</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">There two limitations for tables: 1) FOP needs you to explicitly specify column widths
- 2) Cells have to contain block-level FOs. They can't contain straight character data.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">A working basic example of a table looks like this: </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"><fo:table></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-column column-width="150pt"/></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-column column-width="150pt"/></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-body font-size="10pt" font-family="sans-serif"></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-row></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:block>text</fo:block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:block>text</fo:block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-row></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-row></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:block>text</fo:block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:block>text</fo:block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-row></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-row></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:block>text</fo:block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:block>text</fo:block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-row></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-body></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"></fo:table></fo:block>
-
-
-
-
-
-
-
-
-
-
-
- <fo:block id="sec7" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >G)
- Bugs</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">see STATUS file</fo:block>
-
-
-
-
-
-
- <fo:block id="sec8" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >H)
- Compiling FOP</fo:block>
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >1. Prerequisites</fo:block>
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >a) Java 1.1.x or later</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">If you use Java 1.1.x you must also seperately include the swing classes, which can
- be found at the <fo:inline font-style="italic" font-family="serif">
- Sun website</fo:inline>
-<fo:inline font-family="serif">
- (http://java.sun.com/products/jfc/#download-swing)
- </fo:inline>. From Java 1.2 on (aka Java 2) they are part of the standard
- distribution.
- </fo:block>
-
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >b) An XML parser</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">An XML parser which supports DOM like
- <fo:inline font-style="italic" font-family="serif">Xerces-J</fo:inline>
-<fo:inline font-family="serif">
- (http://xml.apache.org/xerces-j/index.html)
- </fo:inline>.</fo:block>
-
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >c) XT from James Clark</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Some of the Java source code in FOP is generated from XML using
- XSLT. XT must be used to generate this code.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">XT is an XSL stylesheet processor written in java. At the moment you
- can't use any other processor, because the make file makes use of some
- proprietary features of Clark's xt which allow to write output in more
- then one document. You can find XT at <fo:inline font-style="italic" font-family="serif">
- James Clark's website</fo:inline>
-<fo:inline font-family="serif">
- (http://www.jclark.com/xml/xt.html)
- </fo:inline>. You have to use XT version 19991105 or later.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">(Under windows you shouldn't use the prepackaged xt.exe but also the
- generic jar file, otherwise make won't work)
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">XT relies on an sax parser like XP (also J. Clark), which can be
- downloaded at <fo:inline font-style="italic" font-family="serif">James
- Clark's Website</fo:inline>
-<fo:inline font-family="serif">
- (http://www.jclark.com/xml/xp/index.html)
- </fo:inline>
- </fo:block>
-
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >d) make</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Under windows it has been reported that the use of the cygnus solutions port
- of the GNU utilities works. You can find it at
- <fo:inline font-style="italic" font-family="serif">Cygnus Solutions</fo:inline>
-<fo:inline font-family="serif">
- (http://sourceware.cygnus.com/cygwin/)
- </fo:inline>
- </fo:block>
-
-
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >Compiling FOP on MacOS</fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">We strongly recommend the use of Codewarrior Java. This Readme will
- contain a link to more information in the near future.
- </fo:block>
-
-
-
-
-
-
-
- <fo:block id="sec9" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >I)
- Getting involved</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">1. Subscribe to fop-dev@xml.apache.org by sending an email
- to fop-dev-subscribe@xml.apache.org</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">2. Read the archives to fop-dev to get an idea of the issues being
- discussed. </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">3. Subscribe to fop-cvs@xml.apache.org by sending an email to
- fop-cvs-subscribe@xml.apache.org (it is important
- that you follow changes being made). </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">4. Try :-) to wrap your head around the XSL working draft. </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">5. Get CVS working on your system. </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">6. Ask, on fop-dev, any questions you have at all about the code, design, etc. </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">7. When you feel comfortable modifying the code, send diffs to
- fop-dev with your contributions. </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">8. Have fun!</fo:block>
-
-
-
-
-
-
- <fo:block id="sec10" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >J)
- FOP Relevant Specifications</fo:block>
- <fo:list-block start-indent="1cm" provisional-distance-between-starts="12pt" font-family="serif">
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">XML Recommendation</fo:inline>
-<fo:inline font-family="serif" >
- (<fo:basic-link color="blue" external-destination="http://www.w3.org/TR/REC-xml">http://www.w3.org/TR/REC-xml</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">XSL-FO Working Draft</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://www.w3.org/TR/WD-xsl/">http://www.w3.org/TR/WD-xsl/</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">XSLT Recommendation</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://www.w3.org/TR/xslt">http://www.w3.org/TR/xslt</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">PDF Documentation</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://partners.adobe.com/asn/developer/acrosdk/DOCS/pdfspec.pdf">http://partners.adobe.com/asn/developer/acrosdk/DOCS/pdfspec.pdf</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">Simple API for XML (SAX)</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://www.megginson.com/SAX/">http://www.megginson.com/SAX/</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">Document Object Model (DOM)</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://www.w3.org/TR/REC-DOM-Level-1">http://www.w3.org/TR/REC-DOM-Level-1</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">Namespaces in XML Recommendation</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://www.w3.org/TR/REC-xml-names/">http://www.w3.org/TR/REC-xml-names/</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">Java JDK 1.1 Documentation</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://java.sun.com/products/jdk/1.1/docs/index.html">http://java.sun.com/products/jdk/1.1/docs/index.html</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- </fo:list-block>
-
-
-
-
-
-
- <fo:block id="sec11" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >K)
- Licence</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif"> ============================================================================</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif"> The Apache Software License, Version 1.1</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif"> ============================================================================</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif"> Copyright (C) 1999 The Apache Software Foundation. All rights reserved.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif"> Redistribution and use in source and binary forms, with or without modification,
- are permitted provided that the following conditions are met:</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- </fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- </fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">3. The end-user documentation included with the redistribution, if any, must
- include the following acknowledgment: "This product includes software
- developed by the Apache Software Foundation (http://www.apache.org/)."
- Alternately, this acknowledgment may appear in the software itself, if
- and wherever such third-party acknowledgments normally appear.
- </fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">4. The names "FOP" and "Apache Software Foundation" must not be used to
- endorse or promote products derived from this software without prior
- written permission. For written permission, please contact
- apache@apache.org.
- </fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">5. Products derived from this software may not be called "Apache", nor may
- "Apache" appear in their name, without prior written permission of the
- Apache Software Foundation.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
- DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- </fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">
- This software consists of voluntary contributions made by many individuals
- on behalf of the Apache Software Foundation and was originally created by
- James Tauber <jtauber@jtauber.com>. For more information on the Apache
- Software Foundation, please see <fo:inline font-style="italic" font-family="serif">http://www.apache.org/</fo:inline>
-<fo:inline font-family="serif">
- (http://www.apache.org/)
- </fo:inline>.
- </fo:block>
-
-<fo:block font-size="14pt" font-family="sans-serif" line-height="10pt" space-after.optimum="15pt" font-weight="bold" start-indent="15pt" break-before="page">
- Content
- </fo:block>
-<fo:table>
-<fo:table-column column-width="1cm"/>
-<fo:table-column column-width="12cm"/>
-<fo:table-column column-width="1cm"/>
-<fo:table-body font-size="10pt" font-family="sans-serif">
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">A)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec1">What is FOP?</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec1"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">B)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec2">Downloading FOP</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec2"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">C)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec3">Running FOP</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec3"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">D)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec4">Embedding FOP</fo:basic-link> </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec4"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">E)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec5">What's Implemented?</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec5"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">F)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec6">Limitations</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec6"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">G)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec7">Bugs</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec7"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">H)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec8">Compiling FOP</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec8"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">I)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec9">Getting involved</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec9"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">J)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec10">FOP Relevant Specifications</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec10"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">K)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec11">Licence</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec11"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-</fo:table-body>
-</fo:table>
-
-
-
-</fo:flow>
-</fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-THIS IS NOT THE LATEST VERSION OF THE FOP DOCUMENTATION BUT ONLY AN EXAMPLE FILE
-
-This files shows next to the trivial usage of fo:block and fo:inline examples of
-- fo:basic-link external-destination
-- fo:basic-link internal-destination
-- fo:table
-- fo:list-block (including a bullet from the font Symbol as list-item-label)
-- fo:page-number-citation (computes dynamically the page number in section 'content')
--->
-
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="first"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
- <!-- layout for the other pages -->
- <fo:simple-page-master master-name="rest"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="2.5cm"/>
- <fo:region-before extent="2.5cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
-<fo:page-sequence-master master-name="basicPSM" >
- <fo:repeatable-page-master-alternatives>
- <fo:conditional-page-master-reference master-name="first"
- page-position="first" />
- <fo:conditional-page-master-reference master-name="rest"
- page-position="rest" />
- <!-- recommended fallback procedure -->
- <fo:conditional-page-master-reference master-name="rest" />
- </fo:repeatable-page-master-alternatives>
-</fo:page-sequence-master>
-
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="basicPSM">
-
-
-<fo:static-content flow-name="xsl-region-before">
-<fo:block text-align="end" font-size="10pt" font-family="serif" line-height="14pt" color="red" >
-This is not the latest Fop documentation, but just an fo example. FOP - p. <fo:page-number/>
-</fo:block>
-</fo:static-content>
-
-
-<fo:flow flow-name="xsl-region-body">
-<fo:block font-size="18pt" font-family="sans-serif" line-height="24pt" space-after.optimum="15pt" background-color="blue" color="white" text-align="center" padding-top="3pt">FOP: An Open-Source XSL Formatter and Renderer</fo:block>
-<fo:block id="sec1" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >A)
- What is FOP?</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">FOP is the world's first print formatter driven by XSL formatting
- objects. It is a Java 1.1 application that reads a formatting object
- tree and then turns it into a PDF document. The formatting object
- tree, can be in the form of an XML document (output by an XSLT engine
- like XT or Xalan) or can be passed in memory as a DOM Document or (in
- the case of XT) SAX events.
-
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">FOP is part of Apache's XML project. The homepage of FOP is
- <fo:inline font-style="italic" font-family="serif"><fo:basic-link color="blue" external-destination="http://xml.apache.org/fop">http://xml.apache.org/fop</fo:basic-link></fo:inline>
- </fo:block>
-
-
-
- <fo:block id="sec2" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >B)
- Downloading FOP</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">The latest release version is <fo:inline font-style="italic" font-family="serif">FOP
-0.14</fo:inline> <fo:inline font-family="serif">
- ()
- </fo:inline>. </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">NOTE: you do not have to unjar or unzip this jar file.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Documentation can be downloaded here as <fo:inline font-style="italic" font-family="serif">HMTL file</fo:inline>
-<fo:inline font-family="serif">
- ()
- </fo:inline> or
- as <fo:inline font-style="italic" font-family="serif">PDF file</fo:inline>
-<fo:inline font-family="serif">
- ()
- </fo:inline>.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">To run FOP from the command line, see Running FOP. If you are interested in
- embedding FOP in a Java application of your own, see Embedding FOP.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">You can also download the <fo:inline font-style="italic" font-family="serif">source code v. 0.14</fo:inline>
-<fo:inline font-family="serif">
- ()
- </fo:inline> as jar file</fo:block>
-
-
-
-
-
- <fo:block id="sec3" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >C)
- Running FOP</fo:block>
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >1) Prerequisites</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Following software must be installed:</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">a) Java 1.1.x or later</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">For the fo-file viewer mode of FOP (see below) you must have the swing classes installed.
- From Java 1.2 on (aka Java 2) they are part of the standard java distribution.
- If you use Java 1.1.x you must seperately include the swing classes, which can
- be found at the <fo:inline font-style="italic" font-family="serif">
- Sun website</fo:inline>
-<fo:inline font-family="serif">
- (http://java.sun.com/products/jfc/#download-swing)
- </fo:inline>.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">b) An XML parser which supports SAX and DOM like
- <fo:inline font-style="italic" font-family="serif">Xerces-J</fo:inline>
-<fo:inline font-family="serif">
- (http://xml.apache.org/xerces-j/index.html)
- </fo:inline>.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">c) If you have to produce the flow objects files, which are the input for FOP,
- you need a transformation utility to create this files from your xml files.
- Normally this is an XSLT stylesheet processor like
- <fo:inline font-style="italic" font-family="serif">XT</fo:inline>
-<fo:inline font-family="serif">
- (http://www.jclark.com/xml/xt.html)
- </fo:inline>
- or <fo:inline font-style="italic" font-family="serif">XALAN</fo:inline>
-<fo:inline font-family="serif">
- (http://xml.apache.org/xalan/index.html)
- </fo:inline>.
- </fo:block>
-
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >2) Starting FOP as an standalone application</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">There are three ways to run FOP from the command line.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">a) Batch processing formatting objects (fo) files: </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java org.apache.fop.apps.CommandLine fo-file pdf-file</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">b) Batch processing xml files (includes production of the fo-files):</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java org.apache.fop.apps.CommandLine xml-file xsl-file pdf-file</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">c) Previewing the fo-file:</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java org.apache.fop.apps.AWTCommandLine fo-file</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Each method uses next to the fop classes other packages. The following describes
- each method in detail.</fo:block>
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >a) Method One</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">One is to first use an XSLT engine to produce the formatting object tree as an
- XML document and then running the class org.apache.fop.apps.CommandLine with the
- formatting object file name and PDF filename as arguments. You will need to include
- FOP and your XML Parser in your classpath and so you might invoke
- </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java -cp fop_x_xx_x.jar;xerces.jar</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">org.apache.fop.apps.CommandLine fo-file pdf-file</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">If your SAX Parser is other than Xerces, you will need to set the property
- org.xml.sax.parser to the SAX Parser class to use. The following example shows
- the command line, if you use XP, the XML parser from James Clark:
- </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java -Dorg.xml.sax.parser=com.jclark.xml.sax.Driver</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">-cp fop_x_xx_x.jar;sax.jar;xt.jar;xp.jar;xerces.jar</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">org.apache.fop.apps.AWTCommandLine formatting-tree-file pdf-file</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">(You have to include xerces.jar or another xml parser which supports DOM in your classpath.) </fo:block>
-
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >b) Method Two</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Rather than performing transformation with an XSLT before invoking FOP, it is
- possible, if you use XT as your XSLT engine, to just call FOP and have it call
- XT for you. To do this, run the class org.apache.fop.apps.CommandLine with the
- source XML file name, XSL file name and PDF file name as arguments. You will
- need to include FOP, SAX, your SAX Parser and XT in your classpath and so you might
- invoke
- </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java -Dorg.xml.sax.parser=com.jclark.xml.sax.Driver</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">-cp fop_x_xx_x.jar;xt.jar;xerces.jar</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">org.apache.fop.apps.CommandLine xml-file xsl-file pdf-file</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Again, if your SAX Parser is other than Xerces, you will need to set the property
- org.xml.sax.parser to the SAX Parser class to use.
- </fo:block>
-
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >c) Method Three</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">If you already produced the FO file, you can preview the results of your
- transformation without using any pdf viewer by invoking FOP with the viewer
- application. You will need to include FOP and your XML Parser in your classpath
- </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java -cp fop_x_xx_x.jar;xerces.jar</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">org.apache.fop.apps.AWTCommandLine fo-file </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">The viewer uses the swing classes.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Note: If you are using java 2 or later (i.e. jdk 1.2. or later) you can put all
- needed jar files into the subdirectory jdk1.2.x\jre\lib\ext (windows example). Then
- FOP can be started without classpath:
- </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">java org.apache.fop.apps.CommandLine fo-file pdf-file</fo:block>
-
-
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >3) Running FOP on MacOS</fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">Ensure that you have a recent MRJ, and that you have downloaded and
- unpacked the XP and SAX distributions. The xp.jar and sax.jar files work
- as is on MacOS.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Drag the FOP jarfile onto the JBindery icon. When the first dialog
- appears, type "org.apache.fop.apps.CommandLine" in the "Class name" field.
- Using UNIX syntax, type the names of the input formatting-object file and
- the output PDF in the "Optional parameters" field.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Click on the Classpath icon. To add the xp.jar and sax.jar files, click
- the "Add .zip file" button, navigate to the file in question, and click
- Open.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Once both are added (the FOP jarfile will already be in the list), click
- Run. A "stdout" window will appear and display FOP runtime messages.
- </fo:block>
-
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >4) Problems</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">If you have problems running FOP, please have a look at the
- <fo:inline font-style="italic" font-family="serif">FOP FAQ</fo:inline>
-<fo:inline font-family="serif">
- (faq.html)
- </fo:inline>. If you don't find a solution there,
- you can ask for help on the list fop-dev@xml.apache.org. Maybe it's bug and
- maybe somebody is already working on it.
- </fo:block>
-
-
-
-
- <fo:block id="sec4" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >D)
- Embedding FOP </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Instantiate org.apache.fop.apps.Driver. Once this class is
- instantiated, methods are called to set the
- Renderer to use, the (possibly multiple) ElementMapping(s) to
- use and the PrintWriter to use to output the results of the
- rendering (where applicable). In the case of the Renderer and
- ElementMapping(s), the Driver may be supplied either with the
- object itself, or the name of the class, in which case Driver will
- instantiate the class itself. The advantage of the latter is it
- enables runtime determination of Renderer and ElementMapping(s).
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Once the Driver is set up, the buildFOTree method
- is called. Depending on whether DOM or SAX is being used, the
- invocation of the method is either buildFOTree(Document) or
- buildFOTree(Parser, InputSource) respectively.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">A third possibility may be used to build the FO Tree, namely
- calling getDocumentHandler() and firing the SAX events yourself.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Once the FO Tree is built, the format() and render() methods may be
- called in that order.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Here is an example use of Driver from CommandLine.java:</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">Driver driver = new Driver();</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.setRenderer("org.apache.fop.render.pdf.PDFRenderer", version);</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.addElementMapping("org.apache.fop.fo.StandardElementMapping");</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.addElementMapping("org.apache.fop.svg.SVGElementMapping");</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.setWriter(new PrintWriter(new FileWriter(args[1])));</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.buildFOTree(parser, fileInputSource(args[0]));</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.format();</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt">driver.render();</fo:block>
-
-
-
-
-
-
- <fo:block id="sec5" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >E)
- What's Implemented?</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Also see STATUS for what is being worked on.</fo:block>
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >1) Formatting Objects</fo:block>
- <fo:list-block start-indent="1cm" provisional-distance-between-starts="12pt" font-family="serif">
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>root </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>layout-master-set </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>simple-page-master </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>region-body </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>region-before </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>region-after </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-sequence </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>sequence-specification </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>sequence-specifier-single </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>sequence-specifier-repeating </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>sequence-specifier-alternating </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>flow </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>static-content </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>block </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>list-block </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>list-item </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>list-item-label </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>list-item-body </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-number </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>display-sequence </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>inline </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>display-rule </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>display-graphic </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>table (minimal support)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>table-column (minimal support)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>table-body (minimal support)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>table-row (minimal support)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>table-cell (minimal support)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- </fo:list-block>
-
-
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >2) Properties</fo:block>
- <fo:list-block start-indent="1cm" provisional-distance-between-starts="12pt" font-family="serif">
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>end-indent </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-master-name </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-master-first </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-master-repeating </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-master-odd </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-master-even </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>margin-top (only on pages and regions)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>margin-bottom (only on pages and regions)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>margin-left (only on pages and regions)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>margin-right (only on pages and regions)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>extent </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-width </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>page-height </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>flow-name </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>font-family </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>font-style </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>font-weight </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>font-size </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>line-height </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>text-align </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>text-align-last </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>space-before.optimum </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>space-after.optimum </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>start-indent </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>end-indent </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>provisional-distance-between-starts </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>provisional-label-separation </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>rule-thickness </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>color </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>wrap-option </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>white-space-treatment </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>break-before </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>break-after </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>text-indent </fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>href</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>column-width</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>background-color</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>padding-top (only in conjunction with background color)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>padding-left (only in conjunction with background color)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>padding-bottom (only in conjunction with background color)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>padding-right (only in conjunction with background color)</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- </fo:list-block>
-
-
-
-
-
-
- <fo:block id="sec6" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >F)
- Limitations</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Although FOP implements the above listed fo objects and properties, sometimes it does so
- only in a limited way.
- </fo:block>
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >list-block</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">The fo working draft allows describes two ways to markup lists.The list-block must have as
- children either: 1) pairs of fo:list-item-label and fo:list-item-body formatting objects, or
- 2) fo:list-item formatting objects.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">At the moment FOP only implements the second way. Therefore a list has a basic structure like this:</fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"><fo:list-block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"><fo:list-item></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"><fo:list-item-label><fo:block></fo:block></fo:list-item-label></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"><fo:list-item-body><fo:block></fo:block></fo:list-item-body></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"></fo:list-item></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"></fo:list-block></fo:block>
-
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >Padding</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Padding works in conjunction with indents and spaces. It is only implemented
- for blocks. At the moment padding can't be used to make extra space (indents+spaces
- must be used), but only to control how much the background-color extends beyond
- the content rectangle.
- </fo:block>
-
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >Tables</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">There two limitations for tables: 1) FOP needs you to explicitly specify column widths
- 2) Cells have to contain block-level FOs. They can't contain straight character data.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">A working basic example of a table looks like this: </fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"><fo:table></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-column column-width="150pt"/></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-column column-width="150pt"/></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-body font-size="10pt" font-family="sans-serif"></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-row></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:block>text</fo:block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:block>text</fo:block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-row></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-row></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:block>text</fo:block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:block>text</fo:block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-row></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-row></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:block>text</fo:block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> <fo:block>text</fo:block></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-cell></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-row></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"> </fo:table-body></fo:block>
- <fo:block font-size="10pt" font-family="monospace" line-height="12pt" space-before.optimum="0pt" space-after.optimum="0pt"></fo:table></fo:block>
-
-
-
-
-
-
-
-
-
-
-
- <fo:block id="sec7" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >G)
- Bugs</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">see STATUS file</fo:block>
-
-
-
-
-
-
- <fo:block id="sec8" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >H)
- Compiling FOP</fo:block>
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >1. Prerequisites</fo:block>
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >a) Java 1.1.x or later</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">If you use Java 1.1.x you must also seperately include the swing classes, which can
- be found at the <fo:inline font-style="italic" font-family="serif">
- Sun website</fo:inline>
-<fo:inline font-family="serif">
- (http://java.sun.com/products/jfc/#download-swing)
- </fo:inline>. From Java 1.2 on (aka Java 2) they are part of the standard
- distribution.
- </fo:block>
-
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >b) An XML parser</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">An XML parser which supports DOM like
- <fo:inline font-style="italic" font-family="serif">Xerces-J</fo:inline>
-<fo:inline font-family="serif">
- (http://xml.apache.org/xerces-j/index.html)
- </fo:inline>.</fo:block>
-
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >c) XT from James Clark</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Some of the Java source code in FOP is generated from XML using
- XSLT. XT must be used to generate this code.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">XT is an XSL stylesheet processor written in java. At the moment you
- can't use any other processor, because the make file makes use of some
- proprietary features of Clark's xt which allow to write output in more
- then one document. You can find XT at <fo:inline font-style="italic" font-family="serif">
- James Clark's website</fo:inline>
-<fo:inline font-family="serif">
- (http://www.jclark.com/xml/xt.html)
- </fo:inline>. You have to use XT version 19991105 or later.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">(Under windows you shouldn't use the prepackaged xt.exe but also the
- generic jar file, otherwise make won't work)
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">XT relies on an sax parser like XP (also J. Clark), which can be
- downloaded at <fo:inline font-style="italic" font-family="serif">James
- Clark's Website</fo:inline>
-<fo:inline font-family="serif">
- (http://www.jclark.com/xml/xp/index.html)
- </fo:inline>
- </fo:block>
-
-
- <fo:block font-size="14pt" font-family="serif" line-height="16pt" space-before.optimum="8pt" space-after.optimum="4pt" >d) make</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">Under windows it has been reported that the use of the cygnus solutions port
- of the GNU utilities works. You can find it at
- <fo:inline font-style="italic" font-family="serif">Cygnus Solutions</fo:inline>
-<fo:inline font-family="serif">
- (http://sourceware.cygnus.com/cygwin/)
- </fo:inline>
- </fo:block>
-
-
-
- <fo:block font-size="16pt" font-family="serif" line-height="18pt" space-before.optimum="8pt" space-after.optimum="8pt" >Compiling FOP on MacOS</fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">We strongly recommend the use of Codewarrior Java. This Readme will
- contain a link to more information in the near future.
- </fo:block>
-
-
-
-
-
-
-
- <fo:block id="sec9" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >I)
- Getting involved</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">1. Subscribe to fop-dev@xml.apache.org by sending an email
- to fop-dev-subscribe@xml.apache.org</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">2. Read the archives to fop-dev to get an idea of the issues being
- discussed. </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">3. Subscribe to fop-cvs@xml.apache.org by sending an email to
- fop-cvs-subscribe@xml.apache.org (it is important
- that you follow changes being made). </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">4. Try :-) to wrap your head around the XSL working draft. </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">5. Get CVS working on your system. </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">6. Ask, on fop-dev, any questions you have at all about the code, design, etc. </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">7. When you feel comfortable modifying the code, send diffs to
- fop-dev with your contributions. </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">8. Have fun!</fo:block>
-
-
-
-
-
-
- <fo:block id="sec10" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >J)
- FOP Relevant Specifications</fo:block>
- <fo:list-block start-indent="1cm" provisional-distance-between-starts="12pt" font-family="serif">
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">XML Recommendation</fo:inline>
-<fo:inline font-family="serif" >
- (<fo:basic-link color="blue" external-destination="http://www.w3.org/TR/REC-xml">http://www.w3.org/TR/REC-xml</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">XSL-FO Working Draft</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://www.w3.org/TR/WD-xsl/">http://www.w3.org/TR/WD-xsl/</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">XSLT Recommendation</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://www.w3.org/TR/xslt">http://www.w3.org/TR/xslt</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">PDF Documentation</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://partners.adobe.com/asn/developer/acrosdk/DOCS/pdfspec.pdf">http://partners.adobe.com/asn/developer/acrosdk/DOCS/pdfspec.pdf</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">Simple API for XML (SAX)</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://www.megginson.com/SAX/">http://www.megginson.com/SAX/</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">Document Object Model (DOM)</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://www.w3.org/TR/REC-DOM-Level-1">http://www.w3.org/TR/REC-DOM-Level-1</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">Namespaces in XML Recommendation</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://www.w3.org/TR/REC-xml-names/">http://www.w3.org/TR/REC-xml-names/</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- <fo:list-item>
-<fo:list-item-label end-indent="label-end()">
-<fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
-</fo:list-item-label>
-<fo:list-item-body start-indent="body-start()">
-<fo:block>
-<fo:inline font-style="italic" font-family="serif">Java JDK 1.1 Documentation</fo:inline>
-<fo:inline font-family="serif">
- (<fo:basic-link color="blue" external-destination="http://java.sun.com/products/jdk/1.1/docs/index.html">http://java.sun.com/products/jdk/1.1/docs/index.html</fo:basic-link>)
- </fo:inline>
-</fo:block>
-</fo:list-item-body>
-</fo:list-item>
- </fo:list-block>
-
-
-
-
-
-
- <fo:block id="sec11" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >K)
- Licence</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif"> ============================================================================</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif"> The Apache Software License, Version 1.1</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif"> ============================================================================</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif"> Copyright (C) 1999 The Apache Software Foundation. All rights reserved.</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif"> Redistribution and use in source and binary forms, with or without modification,
- are permitted provided that the following conditions are met:</fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- </fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- </fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">3. The end-user documentation included with the redistribution, if any, must
- include the following acknowledgment: "This product includes software
- developed by the Apache Software Foundation (http://www.apache.org/)."
- Alternately, this acknowledgment may appear in the software itself, if
- and wherever such third-party acknowledgments normally appear.
- </fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">4. The names "FOP" and "Apache Software Foundation" must not be used to
- endorse or promote products derived from this software without prior
- written permission. For written permission, please contact
- apache@apache.org.
- </fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">5. Products derived from this software may not be called "Apache", nor may
- "Apache" appear in their name, without prior written permission of the
- Apache Software Foundation.
- </fo:block>
- <fo:block space-after.optimum="3pt" font-family="serif">THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
- DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- </fo:block>
-
- <fo:block space-after.optimum="3pt" font-family="serif">
- This software consists of voluntary contributions made by many individuals
- on behalf of the Apache Software Foundation and was originally created by
- James Tauber <jtauber@jtauber.com>. For more information on the Apache
- Software Foundation, please see <fo:inline font-style="italic" font-family="serif">http://www.apache.org/</fo:inline>
-<fo:inline font-family="serif">
- (http://www.apache.org/)
- </fo:inline>.
- </fo:block>
-
-<fo:block font-size="14pt" font-family="sans-serif" line-height="10pt" space-after.optimum="15pt" font-weight="bold" start-indent="15pt" break-before="page">
- Content
- </fo:block>
-<fo:table>
-<fo:table-column column-width="1cm"/>
-<fo:table-column column-width="12cm"/>
-<fo:table-column column-width="1cm"/>
-<fo:table-body font-size="10pt" font-family="sans-serif">
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">A)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec1">What is FOP?</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec1"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">B)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec2">Downloading FOP</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec2"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">C)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec3">Running FOP</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec3"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">D)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec4">Embedding FOP</fo:basic-link> </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec4"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">E)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec5">What's Implemented?</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec5"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">F)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec6">Limitations</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec6"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">G)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec7">Bugs</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec7"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">H)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec8">Compiling FOP</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec8"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">I)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec9">Getting involved</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec9"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">J)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec10">FOP Relevant Specifications</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec10"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-<fo:table-row line-height="12pt">
-<fo:table-cell>
-<fo:block text-align="end">K)
- </fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="start"><fo:basic-link color="blue" internal-destination="sec11">Licence</fo:basic-link></fo:block>
-</fo:table-cell>
-<fo:table-cell>
-<fo:block text-align="end"><fo:page-number-citation ref-id="sec11"/></fo:block>
-</fo:table-cell>
-</fo:table-row>
-</fo:table-body>
-</fo:table>
-
-
-
-</fo:flow>
-</fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<!-- example for a simple fo file. At the beginning the page layout is set.
- Below fo:root there is always
-- a single fo:layout-master-set which defines one or more page layouts
-- an optional fo:declarations
-- and a sequence of one or more fo:page-sequences containing the text and formatting instructions
--->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <fo:layout-master-set>
- <!-- fo:layout-master-set defines in its children the page layout:
- the pagination and layout specifications
- - page-masters: have the role of describing the intended subdivisions
- of a page and the geometry of these subdivisions
- In this case there is only a simple-page-master which defines the
- layout for all pages of the text
- -->
- <!-- layout information -->
- <fo:simple-page-master master-name="simple"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
-
- <!-- start page-sequence
- here comes the text (contained in flow objects)
- the page-sequence can contain different fo:flows
- the attribute value of master-name refers to the page layout
- which is to be used to layout the text contained in this
- page-sequence-->
- <fo:page-sequence master-name="simple">
-
- <!-- start fo:flow
- each flow is targeted
- at one (and only one) of the following:
- xsl-region-body (usually: normal text)
- xsl-region-before (usually: header)
- xsl-region-after (usually: footer)
- xsl-region-start (usually: left margin)
- xsl-region-end (usually: right margin)
- ['usually' applies here to languages with left-right and top-down
- writing direction like English]
- in this case there is only one target: xsl-region-body
- -->
- <fo:flow flow-name="xsl-region-body">
-
- <!-- each paragraph is encapsulated in a block element
- the attributes of the block define
- font-family and size, line-heigth etc. -->
-
- <!-- this defines a title -->
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white"
- text-align="center"
- padding-top="3pt">
- Extensible Markup Language (XML) 1.0
- </fo:block>
-
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="justify">
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML.
- </fo:block>
-
- <!-- this defines normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="justify">
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML.
- </fo:block>
-
- </fo:flow> <!-- closes the flow element-->
- </fo:page-sequence> <!-- closes the page-sequence -->
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
-
- <!-- defines the layout master -->
- <fo:layout-master-set>
- <fo:simple-page-master master-name="first"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <!-- starts actual layout -->
- <fo:page-sequence master-name="first">
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- this defines a title level 1-->
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white"
- text-align="center"
- padding-top="3pt">
- How to use table elements
- </fo:block>
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- space-after.optimum="15pt"
- text-align="center">
- A simple table, 3 columns, 4 rows
- </fo:block>
-
- <!-- normal text -->
- <fo:block text-align="start">this is normal text. this is normal text. this is normal text.
- this is normal text. this is normal text. this is normal text.
- </fo:block>
-
- <!-- table start -->
- <fo:table>
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell ><fo:block>good</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>bad</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>ugly</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block>nice</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>dice</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>vice</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block>literature</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>music</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>art</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block>java</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>perl</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>python</fo:block></fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- <!-- table end -->
-
- <!-- normal text -->
- <fo:block text-align="start">this is normal text. this is normal text. this is normal text.
- this is normal text. this is normal text. this is normal text.
- </fo:block>
-
-<!-- **************************** NEW PAGE ************************************* -->
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- space-after.optimum="15pt"
- text-align="center"
- break-before="page">
- A table with borders
- </fo:block>
-
-
- <!-- normal text -->
- <fo:block text-align="start">this is normal text. this is normal text. this is normal text.
- this is normal text. this is normal text. this is normal text.
- </fo:block>
-
-
- <!-- table start -->
- <fo:table border-width="0.5mm" border-style="solid" background-color="yellow">
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell ><fo:block>good</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>bad</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>ugly</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block>nice</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>dice</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>vice</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block>literature</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>music</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>art</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block>java</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>perl</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>python</fo:block></fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- <!-- table end -->
-
- <!-- normal text -->
- <fo:block text-align="start">this is normal text. this is normal text. this is normal text.
- this is normal text. this is normal text. this is normal text.
- </fo:block>
-
-
-<!-- **************************** NEW PAGE ************************************* -->
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- space-after.optimum="15pt"
- text-align="center"
- break-before="page">
- A table with thick borders
- </fo:block>
-
-
- <!-- normal text -->
- <fo:block text-align="start">this is normal text. this is normal text. this is normal text.
- this is normal text. this is normal text. this is normal text.
- </fo:block>
-
-
- <!-- table start -->
- <fo:table border-width="3mm" border-style="solid" background-color="yellow">
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell ><fo:block>good</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>bad</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>ugly</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block>nice</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>dice</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>vice</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block>literature</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>music</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>art</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell ><fo:block>java</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>perl</fo:block></fo:table-cell>
- <fo:table-cell ><fo:block>python</fo:block></fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- <!-- table end -->
-
- <!-- normal text -->
- <fo:block text-align="start" start-indent="-3mm">this is normal text. this is normal text. this is normal text.
- this is normal text. this is normal text. this is normal text.
- </fo:block>
-
-
-<!-- **************************** NEW PAGE ************************************* -->
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- space-after.optimum="15pt"
- text-align="center"
- break-before="page">
- A table with borders around the cells
- </fo:block>
-
-
- <!-- normal text -->
- <fo:block text-align="start">this is normal text. this is normal text. this is normal text.
- this is normal text. this is normal text. this is normal text.
- </fo:block>
-
-
- <!-- table start -->
- <fo:table border-collapse="separate">
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>good</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>bad</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>ugly</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>nice</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>dice</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>vice</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>literature</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>music</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>art</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>java</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>perl</fo:block></fo:table-cell>
- <fo:table-cell border-width="0.5mm" border-style="solid" background-color="yellow"><fo:block>python</fo:block></fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- <!-- table end -->
-
- <!-- normal text -->
- <fo:block text-align="start">this is normal text. this is normal text. this is normal text.
- this is normal text. this is normal text. this is normal text.
- </fo:block>
-
-<!-- **************************** NEW PAGE ************************************* -->
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- space-after.optimum="15pt"
- text-align="center"
- break-before="page">
- 2 tables with thick borders around the cells
- </fo:block>
-
-
- <!-- normal text -->
- <fo:block text-align="start">this is normal text. this is normal text. this is normal text.
- this is normal text. this is normal text. this is normal text.
- </fo:block>
-
-
- <!-- table start -->
- <fo:table border-collapse="separate">
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>good</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>bad</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>ugly</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>nice</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>dice</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>vice</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>literature</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>music</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>art</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>java</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>perl</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>python</fo:block></fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- <!-- table end -->
-
- <!-- normal text -->
- <fo:block text-align="start">this is normal text. this is normal text. this is normal text.
- this is normal text. this is normal text. this is normal text.
- </fo:block>
-
- <!-- table start -->
- <fo:table border-collapse="separate">
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-column column-width="50mm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>good</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>bad</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>ugly</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>nice</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>dice</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>vice</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>literature</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>music</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>art</fo:block></fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>java</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>perl</fo:block></fo:table-cell>
- <fo:table-cell border-width="2mm" border-style="solid" background-color="yellow"><fo:block>python</fo:block></fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- <!-- table end -->
-
- <!-- normal text -->
- <fo:block text-align="start">this is normal text. this is normal text. this is normal text.
- this is normal text. this is normal text. this is normal text.
- </fo:block>
-
-<!-- **************************** NEW PAGE ************************************* -->
-
- <!-- this defines a title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- space-after.optimum="15pt"
- text-align="center"
- break-before="page">
- 5 tables with borders
- </fo:block>
-
-
- <!-- normal text -->
- <fo:block text-align="start">this is normal text. this is normal text. this is normal text.
- this is normal text. this is normal text. this is normal text.
- </fo:block>
-
-
- <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)">
- <fo:table-column column-width="150mm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell><fo:block>bad</fo:block></fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
-
- <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)" >
- <fo:table-column column-width="150mm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell><fo:block>bad</fo:block></fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
-
- <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)" >
- <fo:table-column column-width="150mm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell><fo:block>bad</fo:block></fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:table border-width="1.5mm" border-style="solid" background-color="rgb(100,210,250)">
- <fo:table-column column-width="150mm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell><fo:block>bad</fo:block></fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <!-- normal text -->
- <fo:block text-align="start">this is normal text. this is normal text. this is normal text.
- this is normal text. this is normal text. this is normal text.
- </fo:block>
-
-
-<!-- **************************** NEW PAGE ************************************* -->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="20pt"
- space-after.optimum="3pt"
- break-before="page"
- text-align="justify">
- A Contents table
- </fo:block>
-
- <!-- Here starts the table -->
- <fo:table>
- <fo:table-column column-width="1cm"/>
- <fo:table-column column-width="15cm"/>
- <fo:table-body font-size="10pt" font-family="sans-serif">
- <fo:table-row line-height="12pt">
- <fo:table-cell>
- <fo:block text-align="end">A) </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="start">What is FOP?</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row line-height="12pt">
- <fo:table-cell>
- <fo:block text-align="end">B) </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="start">Downloading FOP</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row line-height="12pt">
- <fo:table-cell>
- <fo:block text-align="end">C) </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="start">Running FOP</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row line-height="12pt">
- <fo:table-cell>
- <fo:block text-align="end">D) </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="start">Embedding FOP </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row line-height="12pt">
- <fo:table-cell>
- <fo:block text-align="end">E) </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="start">What's Implemented?</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row line-height="12pt">
- <fo:table-cell>
- <fo:block text-align="end">F) </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="start">Limitations</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row line-height="12pt">
- <fo:table-cell>
- <fo:block text-align="end">G) </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="start">Bugs</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row line-height="12pt">
- <fo:table-cell>
- <fo:block text-align="end">H) </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="start">Compiling FOP</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row line-height="12pt">
- <fo:table-cell>
- <fo:block text-align="end">I) </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="start">Getting involved</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row line-height="12pt">
- <fo:table-cell>
- <fo:block text-align="end">J) </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="start">FOP Relevant Specifications</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row line-height="12pt">
- <fo:table-cell>
- <fo:block text-align="end">K) </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="start">Licence</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<!-- simple example for text-decoration -->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="first"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
- <!-- layout for the other pages -->
- <fo:simple-page-master master-name="rest"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="2.5cm"/>
- <fo:region-before extent="2.5cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
-<fo:page-sequence-master master-name="basicPSM" >
- <fo:repeatable-page-master-alternatives>
- <fo:conditional-page-master-reference master-name="first"
- page-position="first" />
- <fo:conditional-page-master-reference master-name="rest"
- page-position="rest" />
- <!-- recommended fallback procedure -->
- <fo:conditional-page-master-reference master-name="rest" />
- </fo:repeatable-page-master-alternatives>
-</fo:page-sequence-master>
-
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="basicPSM">
-
- <fo:flow flow-name="xsl-region-body">
-
- <fo:block font-size="18pt" font-family="sans-serif" line-height="24pt" space-after.optimum="15pt"
- background-color="blue" color="white" text-align="center" padding-top="3pt">
- Simple example for text-decoration
- </fo:block>
-
- <fo:block font-size="12pt" font-family="sans-serif" line-height="15pt" text-align="justify" space-after.optimum="10pt">
- The "text-decoration"-property describes decorations that are added to the text of an element.
- If the property is specified for a block-level element, it should affect all inline-level descendants
- of the element (does not work yet!).
- If it is specified for (or affects) an inline-level
- element, it affects all boxes generated by the element.
- </fo:block>
-
- <fo:block font-size="12pt" font-family="sans-serif" line-height="15pt" space-after.optimum="13pt">
- Example: <fo:inline text-decoration="underline">underline</fo:inline>
- </fo:block>
-
- <fo:block font-size="12pt" font-family="sans-serif" line-height="15pt" space-after.optimum="10pt">
- <fo:inline font-family="monospace"><![CDATA[<fo:inline text-decoration="underline">underline</fo:inline>]]></fo:inline>
- </fo:block>
-
- <fo:block font-size="12pt"
- font-family="serif"
- line-height="15pt"
- space-after.optimum="10pt"
- text-align="start">
- This is simple test of the text-decoration<fo:inline text-decoration="underline">underline</fo:inline>.
- </fo:block>
- <fo:block font-size="22pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="10pt"
- text-align="start">
- This is simple test with a <fo:inline text-decoration="underline">bigger</fo:inline> font-size.
- </fo:block>
- <fo:block font-size="12pt"
- font-family="monospace"
- line-height="15pt"
- space-after.optimum="20pt"
- text-align="start">
- This is simple test with a <fo:inline text-decoration="underline">monospaced</fo:inline> font.
-
- </fo:block>
-
- <fo:block font-size="12pt" font-family="sans-serif" line-height="15pt" text-align="justify" space-after.optimum="3pt">
- The following text decorations are defined in the CR:
- </fo:block>
-
- <fo:list-block space-after.optimum="13pt">
-
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- <fo:inline text-decoration="none">none</fo:inline>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- <fo:inline text-decoration="underline">underline</fo:inline>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- <fo:inline text-decoration="overline">overline</fo:inline>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- <fo:inline text-decoration="line-through">line-through</fo:inline>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- <fo:inline text-decoration="blink">blink</fo:inline>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- <fo:inline text-decoration="no-underline">no-underline</fo:inline>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- <fo:inline text-decoration="no-overline">no-overline</fo:inline>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- <fo:inline text-decoration="no-line-through">no-line-through</fo:inline>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- <fo:inline text-decoration="no-blink">no-blink</fo:inline>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- </fo:list-block>
-
- <fo:block font-size="12pt" space-after.optimum="3pt">
- <fo:inline text-decoration="underline overline">Combination</fo:inline> of property
- values should also be possible, but does not work in FOP at the moment.
- </fo:block>
-
- <fo:block font-size="12pt" space-after.optimum="13pt">
- <fo:inline font-family="monospace"><![CDATA[<fo:inline text-decoration="underline overline">
- Combination</fo:inline>]]></fo:inline>
- </fo:block>
-
-
- <fo:block space-after.optimum="13pt">
- And now <fo:inline text-decoration="underline">more than a word...</fo:inline>
- </fo:block>
-
- <fo:block space-after.optimum="13pt" font-size="14pt" >
- <fo:inline text-decoration="underline">
- This is a whole block wrapped in fo:inline with the property text-decoration="underline".
- Some more Text to get at least two lines.
- </fo:inline>
- </fo:block>
-
- <fo:block font-size="22pt"
- font-family="sans-serif"
- line-height="22pt"
- space-after.optimum="10pt"
- text-align="start">
- This is simple test with a <fo:inline text-decoration="overline">bigger font-size</fo:inline>.
- </fo:block>
- <fo:block font-size="15pt"
- font-family="monospace"
- line-height="15pt"
- space-after.optimum="10pt"
- text-align="start">
- This is simple test with a <fo:inline text-decoration="line-through">monospaced font</fo:inline>.
- </fo:block>
-
- <fo:block font-size="15pt"
- line-height="15pt"
- space-after.optimum="10pt"
- text-align="start">
- What about underlining of whitespace only<fo:inline text-decoration="underline"> </fo:inline>?
- </fo:block>
-
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="first"
- page-height="11in"
- page-width="8.5in"
- margin-top="1in"
- margin-bottom="1in"
- margin-left="0.75in"
- margin-right="0.75in">
- <fo:region-body
- margin-top="1in" margin-bottom="1in"
- column-count="2" column-gap="0.25in"/>
- <fo:region-before extent="1in"/>
- <fo:region-after extent="1in"/>
- </fo:simple-page-master>
-
- <fo:simple-page-master master-name="next"
- page-height="11in"
- page-width="8.5in"
- margin-top="1in"
- margin-bottom="1in"
- margin-left="0.75in"
- margin-right="0.75in">
- <fo:region-body
- margin-top="1in" margin-bottom="1in"
- column-count="4" column-gap="0.25in"/>
- <fo:region-before extent="1in"/>
- <fo:region-after extent="1in"/>
- </fo:simple-page-master>
-
- </fo:layout-master-set>
-
- <!-- actual layout -->
- <fo:page-sequence master-name="first">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="normal"
- text-align="start"
- color="blue">Footnotes in Columns</fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-after">
- <fo:block font-size="10pt"
- font-family="sans-serif"
- line-height="12pt"
- space-before.optimum="6pt"
- text-align="end"
- color="blue">Page #</fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
- <fo:block color="grey">
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
- </fo:block>
-<fo:block color="red">
- The <fo:footnote>
- <fo:inline font-weight="bold">footnote<fo:inline font-size="6pt" vertical-align="super">1</fo:inline></fo:inline>
- <fo:footnote-body>
- <fo:block color="maroon">
- 1. A footnote is text placed at the bottom of the current page.
- </fo:block>
- </fo:footnote-body>
- </fo:footnote>
- at the bottom of the page.
-</fo:block>
- <fo:block color="grey">
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
- </fo:block>
-<fo:block color="green">
- The <fo:footnote>
- <fo:inline font-weight="bold">second footnote<fo:inline font-size="6pt" vertical-align="super">2</fo:inline></fo:inline>
- <fo:footnote-body>
- <fo:block color="darkgreen">
- 2. Another footnote with a bit more text.
- </fo:block>
- </fo:footnote-body>
- </fo:footnote>
- at the bottom of the page after the other footnote.
-</fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-
- <fo:page-sequence master-name="next">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="normal"
- text-align="start"
- color="blue">Footnotes in Columns</fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-after">
- <fo:block font-size="10pt"
- font-family="sans-serif"
- line-height="12pt"
- space-before.optimum="6pt"
- text-align="end"
- color="blue">Page #</fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
- <fo:block color="grey">
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
- </fo:block>
-<fo:block color="red">
- The <fo:footnote>
- <fo:inline font-weight="bold">footnote<fo:inline font-size="6pt" vertical-align="super">1</fo:inline></fo:inline>
- <fo:footnote-body>
- <fo:block color="maroon">
- 1. A footnote is text placed at the bottom of the current page.
- </fo:block>
- </fo:footnote-body>
- </fo:footnote>
- at the bottom of the page.
-</fo:block>
- <fo:block color="grey">
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
-What shall we use to fill the empty spaces,
-Where we used to talk?
-How shall I fill the final places?
-How shall I complete the wall?
- </fo:block>
-<fo:block color="green">
- The <fo:footnote>
- <fo:inline font-weight="bold">second footnote<fo:inline font-size="6pt" vertical-align="super">2</fo:inline></fo:inline>
- <fo:footnote-body>
- <fo:block color="darkgreen">
- 2. Another footnote with a bit more text.
- </fo:block>
- </fo:footnote-body>
- </fo:footnote>
- at the bottom of the page after the other footnote.
-</fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-<fo:layout-master-set>
-<fo:simple-page-master margin-right="0.5cm" margin-left="1.5cm" margin-bottom="2cm" margin-top="0cm" page-width="21cm" page-height="20cm" master-name="one">
-<fo:region-body margin-bottom="2cm" margin-top="2cm"/>
-<fo:region-before extent="0.5cm"/>
-<fo:region-after extent="0.5cm"/>
-</fo:simple-page-master>
-</fo:layout-master-set>
-<fo:page-sequence master-name="one">
-<fo:flow flow-name="xsl-region-body">
-
-<fo:block space-after.optimum="10pt" font-weight="bold" font-size="16pt" text-align="center">
- Footnotes
-</fo:block>
-
-<fo:block color="red">
- The <fo:footnote>
- <fo:inline font-weight="bold">footnote<fo:inline font-size="6pt" vertical-align="super">1</fo:inline></fo:inline>
- <fo:footnote-body>
- <fo:block color="maroon">
- 1. A footnote is text placed at the bottom of the current or the next page.
- </fo:block>
- </fo:footnote-body>
- </fo:footnote>
- at the bottom of the page.
-</fo:block>
-<fo:block color="green">
- The <fo:footnote>
- <fo:inline font-weight="bold">second footnote<fo:inline font-size="6pt" vertical-align="super">2</fo:inline></fo:inline>
- <fo:footnote-body>
- <fo:block color="darkgreen">
- 2. Another footnote with a bit more text.
- </fo:block>
- </fo:footnote-body>
- </fo:footnote>
- at the bottom of the page after the other footnote.
-</fo:block>
-<fo:block space-before.optimum="200pt" color="grey">
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-This text is used to show the body region area.
-</fo:block>
-
-<fo:block break-before="page">
- This is for testing if a footnote cannot fit with the footnote
- reference text.
-</fo:block>
-<fo:block color="grey" space-before.optimum="300pt">
-Some filler text with no other purpose.
-Some filler text with no other purpose.
-Some filler text with no other purpose.
-Some filler text with no other purpose.
-Some filler text with no other purpose.
-Some filler text with no other purpose.
-Some filler text with no other purpose.
-Some filler text with no other purpose.
-</fo:block>
-<fo:block color="blue">
- This <fo:footnote>
- <fo:inline font-weight="bold">footnote</fo:inline>
- <fo:footnote-body>
- <fo:block color="darkblue">
- A footnote with too much text to fit on the same page as the reference. Also the
- reference is in the same place as the conditional footnote reference text.
- </fo:block>
- </fo:footnote-body>
- </fo:footnote>
- is at the bottom of the page where the conditional footnote reference area is.
-
-</fo:block>
-
-<fo:block break-before="page">
- This page also has a footnote and should have the footnote from the last page.
-</fo:block>
-<fo:block color="grey" space-before.optimum="150pt">
-More boring filler text.
-More boring filler text.
-More boring filler text.
-</fo:block>
-<fo:block color="fuchsia">
- This <fo:footnote>
- <fo:inline font-weight="bold">footnote</fo:inline>
- <fo:footnote-body>
- <fo:block color="purple">
- Another footnote.
- </fo:block>
- </fo:footnote-body>
- </fo:footnote>
- is at the bottom of the page after the footnote from the previous page.
-
-</fo:block>
-
-
-</fo:flow>
-</fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-This file addresses breaks in column context.
--->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <!-- layout for all pages -->
- <fo:simple-page-master master-name="all"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body
- margin-top="3cm" margin-bottom="2cm"
- column-count="2" column-gap="0.25in"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="all">
- <fo:static-content flow-name="xsl-region-after">
- <fo:block font-size="10pt" text-align="start"
- border-style="solid" border-color="blue" border-width="0.5pt"
- space-before.optimum="6pt">
- Text excerpt from XSL Candidate Recommendation, 21 Nov 2000.
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep and break conditions apply to a class of areas, which are typically
-page-reference-areas, column-areas, and line-areas. The appropriate class
-for a given condition is referred to as a context and an area in this
-class is a context-area. As defined in Section 6.4.1, page-reference-areas
-are areas generated by an fo:page-sequence using the specifications in a
-fo:page-master, and column-areas are normal-flow-reference-areas generated
-from a region-body, or region-reference-areas generated from other types
-of region-master.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-A keep or break condition is an open statement about a formatting object
-and the tree relationships of the areas it generates with the relevant
-context-areas. These tree relationships are defined mainly in terms of
-leading or trailing areas. If A is a descendant of P, then A is defined
-to be leading in P if A has no preceding sibling which is a normal area,
-nor does any of its ancestor areas up to but not including P. Similarly,
-A is defined to be trailing in P if A has no following sibling which is
-a normal area, nor does any of its ancestor areas up to but not including P.
-For any given formatting object, the next formatting object in the flow is
-the first formatting object following (in the pre-order traversal order)
-which generates and returns normal areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are either break-before or break-before conditions.
-A break-before condition is satisfied if the first area generated and
-returned by the formatting object is leading within a context-area. A
-break-before condition depends on the next formatting object in the flow;
-it is satisfied if either there is no such next formatting object, or
-if the first normal area generated and returned by that formatting
-object is leading in a context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-before="column">
-This is a block with a <fo:inline font-style="italic">break-before="column"
-</fo:inline> break condition. This condition is satisfied if the
-first normal area generated by this FO is leading in a column context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are imposed by the break-before and break-before
-properties. A refined value of page for these traits imposes a break
-condition with a context consisting of the page-reference-areas; a
-value of even-page or odd-page imposes a break condition with a
-context of even-numbered page-reference-areas or odd-numbered page
-reference-areas, respectively; a value of column imposes a break
-condition with a context of column-areas. A value of auto in a
-break-before or break-before trait imposes no break condition.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are either keep-with-previous, keep-with-next, or
-keep-together conditions. A keep-with-previous condition on an
-object is satisfied if the first area generated and returned by
-the formatting object is not leading within a context-area, or
-if there are no preceding areas in a post-order traversal of the
-area tree. A keep-with-next condition is satisfied if the last
-area generated and returned by the formatting object is not
-trailing within a context-area, or if there are no following
-areas in a pre-order traversal of the area tree. A keep-together
-condition is satisfied if all areas generated and returned by
-the formatting object are descendants of a single context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-before="column">
-This is a block with a <fo:inline font-style="italic">break-before="column"
-</fo:inline> break condition. This condition is satisfied if the
-first normal area generated by this FO is leading in a column context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are imposed by the "within-page", "within-column",
-and "within-line" components of the "keep-with-previous",
-"keep-with-next", and "keep-together" properties. The refined value
-of each component specifies the strength of the keep condition
-imposed, with higher numbers being stronger than lower numbers and
-the value always being stronger than all numeric values. A component
-with value auto does not impose a keep condition. A "within-page"
-component imposes a keep-condition with context consisting of the
-page-reference-areas; "within-column", with context consisting of
-the column-areas; and "within-line" with context consisting of the
-line-areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-The area tree is constrained to satisfy all break conditions imposed.
-Each keep condition must also be satisfied, except when this would
-cause a break condition or a stronger keep condition to fail to be
-satisfied. If not all of a set of keep conditions of equal strength
-can be satisfied, then some maximal satisfiable subset of conditions
-of that strength must be satisfied (together with all break conditions
-and maximal subsets of stronger keep conditions, if any).
- </fo:block>
-
- <fo:block span="all">
- <fo:leader leader-pattern="rule"
- rule-thickness="2.0pt"
- leader-length="14cm"
- space-before.optimum="0pt"
- space-after.optimum="12pt"
- start-indent="1cm"
- end-indent="1cm"
- background-color="blue"
- color="yellow"/>
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep and break conditions apply to a class of areas, which are typically
-page-reference-areas, column-areas, and line-areas. The appropriate class
-for a given condition is referred to as a context and an area in this
-class is a context-area. As defined in Section 6.4.1, page-reference-areas
-are areas generated by an fo:page-sequence using the specifications in a
-fo:page-master, and column-areas are normal-flow-reference-areas generated
-from a region-body, or region-reference-areas generated from other types
-of region-master.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-A keep or break condition is an open statement about a formatting object
-and the tree relationships of the areas it generates with the relevant
-context-areas. These tree relationships are defined mainly in terms of
-leading or trailing areas. If A is a descendant of P, then A is defined
-to be leading in P if A has no preceding sibling which is a normal area,
-nor does any of its ancestor areas up to but not including P. Similarly,
-A is defined to be trailing in P if A has no following sibling which is
-a normal area, nor does any of its ancestor areas up to but not including P.
-For any given formatting object, the next formatting object in the flow is
-the first formatting object following (in the pre-order traversal order)
-which generates and returns normal areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-after="column">
-This is a block with a <fo:inline font-style="italic">break-after="column"
-</fo:inline> break condition. This condition is satisfied if there is
-no next formatting object, <fo:inline font-weight="bold">or</fo:inline> the
-first normal area generated by the next FO is leading in a column
-context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are either break-before or break-before conditions.
-A break-before condition is satisfied if the first area generated and
-returned by the formatting object is leading within a context-area. A
-break-before condition depends on the next formatting object in the flow;
-it is satisfied if either there is no such next formatting object, or
-if the first normal area generated and returned by that formatting
-object is leading in a context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are imposed by the break-before and break-before
-properties. A refined value of page for these traits imposes a break
-condition with a context consisting of the page-reference-areas; a
-value of even-page or odd-page imposes a break condition with a
-context of even-numbered page-reference-areas or odd-numbered page
-reference-areas, respectively; a value of column imposes a break
-condition with a context of column-areas. A value of auto in a
-break-before or break-before trait imposes no break condition.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are either keep-with-previous, keep-with-next, or
-keep-together conditions. A keep-with-previous condition on an
-object is satisfied if the first area generated and returned by
-the formatting object is not leading within a context-area, or
-if there are no preceding areas in a post-order traversal of the
-area tree. A keep-with-next condition is satisfied if the last
-area generated and returned by the formatting object is not
-trailing within a context-area, or if there are no following
-areas in a pre-order traversal of the area tree. A keep-together
-condition is satisfied if all areas generated and returned by
-the formatting object are descendants of a single context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are imposed by the "within-page", "within-column",
-and "within-line" components of the "keep-with-previous",
-"keep-with-next", and "keep-together" properties. The refined value
-of each component specifies the strength of the keep condition
-imposed, with higher numbers being stronger than lower numbers and
-the value always being stronger than all numeric values. A component
-with value auto does not impose a keep condition. A "within-page"
-component imposes a keep-condition with context consisting of the
-page-reference-areas; "within-column", with context consisting of
-the column-areas; and "within-line" with context consisting of the
-line-areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-after="column">
-This is a block with a <fo:inline font-style="italic">break-after="column"
-</fo:inline> break condition. This condition is satisfied if there is
-no next formatting object, <fo:inline font-weight="bold">or</fo:inline> the
-first normal area generated by the next FO is leading in a column context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-The area tree is constrained to satisfy all break conditions imposed.
-Each keep condition must also be satisfied, except when this would
-cause a break condition or a stronger keep condition to fail to be
-satisfied. If not all of a set of keep conditions of equal strength
-can be satisfied, then some maximal satisfiable subset of conditions
-of that strength must be satisfied (together with all break conditions
-and maximal subsets of stronger keep conditions, if any).
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
-
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-This file addresses breaks in page context.
--->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <!-- layout for all pages -->
- <fo:simple-page-master master-name="all"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body
- margin-top="3cm" margin-bottom="2cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="all">
- <fo:static-content flow-name="xsl-region-after">
- <fo:block font-size="10pt" text-align="start"
- border-style="solid" border-color="blue" border-width="0.5pt">
- Text excerpt from XSL Candidate Recommendation, 21 Nov 2000.
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep and break conditions apply to a class of areas, which are typically
-page-reference-areas, column-areas, and line-areas. The appropriate class
-for a given condition is referred to as a context and an area in this
-class is a context-area. As defined in Section 6.4.1, page-reference-areas
-are areas generated by an fo:page-sequence using the specifications in a
-fo:page-master, and column-areas are normal-flow-reference-areas generated
-from a region-body, or region-reference-areas generated from other types
-of region-master.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-A keep or break condition is an open statement about a formatting object
-and the tree relationships of the areas it generates with the relevant
-context-areas. These tree relationships are defined mainly in terms of
-leading or trailing areas. If A is a descendant of P, then A is defined
-to be leading in P if A has no preceding sibling which is a normal area,
-nor does any of its ancestor areas up to but not including P. Similarly,
-A is defined to be trailing in P if A has no following sibling which is
-a normal area, nor does any of its ancestor areas up to but not including P.
-For any given formatting object, the next formatting object in the flow is
-the first formatting object following (in the pre-order traversal order)
-which generates and returns normal areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- break-after="page">
-<fo:inline color="red">break-after="page"</fo:inline>
-Break conditions are either break-before or break-after conditions.
-A break-before condition is satisfied if the first area generated and
-returned by the formatting object is leading within a context-area. A
-break-after condition depends on the next formatting object in the flow;
-it is satisfied if either there is no such next formatting object, or
-if the first normal area generated and returned by that formatting
-object is leading in a context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are imposed by the break-before and break-after
-properties. A refined value of page for these traits imposes a break
-condition with a context consisting of the page-reference-areas; a
-value of even-page or odd-page imposes a break condition with a
-context of even-numbered page-reference-areas or odd-numbered page
-reference-areas, respectively; a value of column imposes a break
-condition with a context of column-areas. A value of auto in a
-break-before or break-after trait imposes no break condition.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are either keep-with-previous, keep-with-next, or
-keep-together conditions. A keep-with-previous condition on an
-object is satisfied if the first area generated and returned by
-the formatting object is not leading within a context-area, or
-if there are no preceding areas in a post-order traversal of the
-area tree. A keep-with-next condition is satisfied if the last
-area generated and returned by the formatting object is not
-trailing within a context-area, or if there are no following
-areas in a pre-order traversal of the area tree. A keep-together
-condition is satisfied if all areas generated and returned by
-the formatting object are descendants of a single context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are imposed by the "within-page", "within-column",
-and "within-line" components of the "keep-with-previous",
-"keep-with-next", and "keep-together" properties. The refined value
-of each component specifies the strength of the keep condition
-imposed, with higher numbers being stronger than lower numbers and
-the value always being stronger than all numeric values. A component
-with value auto does not impose a keep condition. A "within-page"
-component imposes a keep-condition with context consisting of the
-page-reference-areas; "within-column", with context consisting of
-the column-areas; and "within-line" with context consisting of the
-line-areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- break-before="page">
-<fo:inline color="red">break-before="page"</fo:inline>
-The area tree is constrained to satisfy all break conditions imposed.
-Each keep condition must also be satisfied, except when this would
-cause a break condition or a stronger keep condition to fail to be
-satisfied. If not all of a set of keep conditions of equal strength
-can be satisfied, then some maximal satisfiable subset of conditions
-of that strength must be satisfied (together with all break conditions
-and maximal subsets of stronger keep conditions, if any).
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
-
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-This file addresses break-after's in page context.
--->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <!-- layout for all pages -->
- <fo:simple-page-master master-name="all"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body
- margin-top="3cm" margin-bottom="2cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="all">
- <fo:static-content flow-name="xsl-region-after">
- <fo:block font-size="10pt" text-align="start"
- border-style="solid" border-color="blue" border-width="0.5pt"
- space-before.optimum="6pt">
- Text excerpt from XSL Candidate Recommendation, 21 Nov 2000.
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep and break conditions apply to a class of areas, which are typically
-page-reference-areas, column-areas, and line-areas. The appropriate class
-for a given condition is referred to as a context and an area in this
-class is a context-area. As defined in Section 6.4.1, page-reference-areas
-are areas generated by an fo:page-sequence using the specifications in a
-fo:page-master, and column-areas are normal-flow-reference-areas generated
-from a region-body, or region-reference-areas generated from other types
-of region-master.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-A keep or break condition is an open statement about a formatting object
-and the tree relationships of the areas it generates with the relevant
-context-areas. These tree relationships are defined mainly in terms of
-leading or trailing areas. If A is a descendant of P, then A is defined
-to be leading in P if A has no preceding sibling which is a normal area,
-nor does any of its ancestor areas up to but not including P. Similarly,
-A is defined to be trailing in P if A has no following sibling which is
-a normal area, nor does any of its ancestor areas up to but not including P.
-For any given formatting object, the next formatting object in the flow is
-the first formatting object following (in the pre-order traversal order)
-which generates and returns normal areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are either break-before or break-after conditions.
-A break-before condition is satisfied if the first area generated and
-returned by the formatting object is leading within a context-area. A
-break-after condition depends on the next formatting object in the flow;
-it is satisfied if either there is no such next formatting object, or
-if the first normal area generated and returned by that formatting
-object is leading in a context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-after="even-page">
-This is a block with a <fo:inline font-style="italic">break-after="even-page"
-</fo:inline> break condition. This condition is satisfied if there is
-no next formatting object, <fo:inline font-weight="bold">or</fo:inline> the
-first normal area generated by the next FO is leading in an even-page
-context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are imposed by the break-before and break-after
-properties. A refined value of page for these traits imposes a break
-condition with a context consisting of the page-reference-areas; a
-value of even-page or odd-page imposes a break condition with a
-context of even-numbered page-reference-areas or odd-numbered page
-reference-areas, respectively; a value of column imposes a break
-condition with a context of column-areas. A value of auto in a
-break-before or break-after trait imposes no break condition.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are either keep-with-previous, keep-with-next, or
-keep-together conditions. A keep-with-previous condition on an
-object is satisfied if the first area generated and returned by
-the formatting object is not leading within a context-area, or
-if there are no preceding areas in a post-order traversal of the
-area tree. A keep-with-next condition is satisfied if the last
-area generated and returned by the formatting object is not
-trailing within a context-area, or if there are no following
-areas in a pre-order traversal of the area tree. A keep-together
-condition is satisfied if all areas generated and returned by
-the formatting object are descendants of a single context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-after="even-page">
-This is a block with a <fo:inline font-style="italic">break-after="even-page"
-</fo:inline> break condition. This condition is satisfied if there is
-no next formatting object, <fo:inline font-weight="bold">or</fo:inline> the
-first normal area generated by the next FO is leading in an even-page
-context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are imposed by the "within-page", "within-column",
-and "within-line" components of the "keep-with-previous",
-"keep-with-next", and "keep-together" properties. The refined value
-of each component specifies the strength of the keep condition
-imposed, with higher numbers being stronger than lower numbers and
-the value always being stronger than all numeric values. A component
-with value auto does not impose a keep condition. A "within-page"
-component imposes a keep-condition with context consisting of the
-page-reference-areas; "within-column", with context consisting of
-the column-areas; and "within-line" with context consisting of the
-line-areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-The area tree is constrained to satisfy all break conditions imposed.
-Each keep condition must also be satisfied, except when this would
-cause a break condition or a stronger keep condition to fail to be
-satisfied. If not all of a set of keep conditions of equal strength
-can be satisfied, then some maximal satisfiable subset of conditions
-of that strength must be satisfied (together with all break conditions
-and maximal subsets of stronger keep conditions, if any).
- </fo:block>
-
- <fo:block>
- <fo:leader leader-pattern="rule"
- rule-thickness="2.0pt"
- leader-length="14cm"
- space-before.optimum="0pt"
- space-after.optimum="12pt"
- start-indent="1cm"
- end-indent="1cm"
- background-color="blue"
- color="yellow"/>
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep and break conditions apply to a class of areas, which are typically
-page-reference-areas, column-areas, and line-areas. The appropriate class
-for a given condition is referred to as a context and an area in this
-class is a context-area. As defined in Section 6.4.1, page-reference-areas
-are areas generated by an fo:page-sequence using the specifications in a
-fo:page-master, and column-areas are normal-flow-reference-areas generated
-from a region-body, or region-reference-areas generated from other types
-of region-master.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-A keep or break condition is an open statement about a formatting object
-and the tree relationships of the areas it generates with the relevant
-context-areas. These tree relationships are defined mainly in terms of
-leading or trailing areas. If A is a descendant of P, then A is defined
-to be leading in P if A has no preceding sibling which is a normal area,
-nor does any of its ancestor areas up to but not including P. Similarly,
-A is defined to be trailing in P if A has no following sibling which is
-a normal area, nor does any of its ancestor areas up to but not including P.
-For any given formatting object, the next formatting object in the flow is
-the first formatting object following (in the pre-order traversal order)
-which generates and returns normal areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-after="odd-page">
-This is a block with a <fo:inline font-style="italic">break-after="odd-page"
-</fo:inline> break condition. This condition is satisfied if there is
-no next formatting object, <fo:inline font-weight="bold">or</fo:inline> the
-first normal area generated by the next FO is leading in an odd-page
-context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are either break-before or break-after conditions.
-A break-before condition is satisfied if the first area generated and
-returned by the formatting object is leading within a context-area. A
-break-after condition depends on the next formatting object in the flow;
-it is satisfied if either there is no such next formatting object, or
-if the first normal area generated and returned by that formatting
-object is leading in a context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are imposed by the break-before and break-after
-properties. A refined value of page for these traits imposes a break
-condition with a context consisting of the page-reference-areas; a
-value of even-page or odd-page imposes a break condition with a
-context of even-numbered page-reference-areas or odd-numbered page
-reference-areas, respectively; a value of column imposes a break
-condition with a context of column-areas. A value of auto in a
-break-before or break-after trait imposes no break condition.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are either keep-with-previous, keep-with-next, or
-keep-together conditions. A keep-with-previous condition on an
-object is satisfied if the first area generated and returned by
-the formatting object is not leading within a context-area, or
-if there are no preceding areas in a post-order traversal of the
-area tree. A keep-with-next condition is satisfied if the last
-area generated and returned by the formatting object is not
-trailing within a context-area, or if there are no following
-areas in a pre-order traversal of the area tree. A keep-together
-condition is satisfied if all areas generated and returned by
-the formatting object are descendants of a single context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are imposed by the "within-page", "within-column",
-and "within-line" components of the "keep-with-previous",
-"keep-with-next", and "keep-together" properties. The refined value
-of each component specifies the strength of the keep condition
-imposed, with higher numbers being stronger than lower numbers and
-the value always being stronger than all numeric values. A component
-with value auto does not impose a keep condition. A "within-page"
-component imposes a keep-condition with context consisting of the
-page-reference-areas; "within-column", with context consisting of
-the column-areas; and "within-line" with context consisting of the
-line-areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-after="odd-page">
-This is a block with a <fo:inline font-style="italic">break-after="odd-page"
-</fo:inline> break condition. This condition is satisfied if there is
-no next formatting object, <fo:inline font-weight="bold">or</fo:inline> the
-first normal area generated by the next FO is leading in an odd-page
-context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-The area tree is constrained to satisfy all break conditions imposed.
-Each keep condition must also be satisfied, except when this would
-cause a break condition or a stronger keep condition to fail to be
-satisfied. If not all of a set of keep conditions of equal strength
-can be satisfied, then some maximal satisfiable subset of conditions
-of that strength must be satisfied (together with all break conditions
-and maximal subsets of stronger keep conditions, if any).
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
-
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-This file addresses break-before's in page context.
--->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <!-- layout for all pages -->
- <fo:simple-page-master master-name="all"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body
- margin-top="3cm" margin-bottom="2cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="all">
- <fo:static-content flow-name="xsl-region-after">
- <fo:block font-size="10pt" text-align="start"
- border-style="solid" border-color="blue" border-width="0.5pt"
- space-before.optimum="6pt">
- Text excerpt from XSL Candidate Recommendation, 21 Nov 2000.
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep and break conditions apply to a class of areas, which are typically
-page-reference-areas, column-areas, and line-areas. The appropriate class
-for a given condition is referred to as a context and an area in this
-class is a context-area. As defined in Section 6.4.1, page-reference-areas
-are areas generated by an fo:page-sequence using the specifications in a
-fo:page-master, and column-areas are normal-flow-reference-areas generated
-from a region-body, or region-reference-areas generated from other types
-of region-master.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-A keep or break condition is an open statement about a formatting object
-and the tree relationships of the areas it generates with the relevant
-context-areas. These tree relationships are defined mainly in terms of
-leading or trailing areas. If A is a descendant of P, then A is defined
-to be leading in P if A has no preceding sibling which is a normal area,
-nor does any of its ancestor areas up to but not including P. Similarly,
-A is defined to be trailing in P if A has no following sibling which is
-a normal area, nor does any of its ancestor areas up to but not including P.
-For any given formatting object, the next formatting object in the flow is
-the first formatting object following (in the pre-order traversal order)
-which generates and returns normal areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are either break-before or break-before conditions.
-A break-before condition is satisfied if the first area generated and
-returned by the formatting object is leading within a context-area. A
-break-before condition depends on the next formatting object in the flow;
-it is satisfied if either there is no such next formatting object, or
-if the first normal area generated and returned by that formatting
-object is leading in a context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-before="even-page">
-This is a block with a <fo:inline font-style="italic">break-before="even-page"
-</fo:inline> break condition. This condition is satisfied if the
-first normal area generated by this FO is leading in an even-page
-context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are imposed by the break-before and break-before
-properties. A refined value of page for these traits imposes a break
-condition with a context consisting of the page-reference-areas; a
-value of even-page or odd-page imposes a break condition with a
-context of even-numbered page-reference-areas or odd-numbered page
-reference-areas, respectively; a value of column imposes a break
-condition with a context of column-areas. A value of auto in a
-break-before or break-before trait imposes no break condition.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are either keep-with-previous, keep-with-next, or
-keep-together conditions. A keep-with-previous condition on an
-object is satisfied if the first area generated and returned by
-the formatting object is not leading within a context-area, or
-if there are no preceding areas in a post-order traversal of the
-area tree. A keep-with-next condition is satisfied if the last
-area generated and returned by the formatting object is not
-trailing within a context-area, or if there are no following
-areas in a pre-order traversal of the area tree. A keep-together
-condition is satisfied if all areas generated and returned by
-the formatting object are descendants of a single context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-before="even-page">
-This is a block with a <fo:inline font-style="italic">break-before="even-page"
-</fo:inline> break condition. This condition is satisfied if the
-first normal area generated by this FO is leading in an even-page
-context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are imposed by the "within-page", "within-column",
-and "within-line" components of the "keep-with-previous",
-"keep-with-next", and "keep-together" properties. The refined value
-of each component specifies the strength of the keep condition
-imposed, with higher numbers being stronger than lower numbers and
-the value always being stronger than all numeric values. A component
-with value auto does not impose a keep condition. A "within-page"
-component imposes a keep-condition with context consisting of the
-page-reference-areas; "within-column", with context consisting of
-the column-areas; and "within-line" with context consisting of the
-line-areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-The area tree is constrained to satisfy all break conditions imposed.
-Each keep condition must also be satisfied, except when this would
-cause a break condition or a stronger keep condition to fail to be
-satisfied. If not all of a set of keep conditions of equal strength
-can be satisfied, then some maximal satisfiable subset of conditions
-of that strength must be satisfied (together with all break conditions
-and maximal subsets of stronger keep conditions, if any).
- </fo:block>
-
- <fo:block>
- <fo:leader leader-pattern="rule"
- rule-thickness="2.0pt"
- leader-length="14cm"
- space-before.optimum="0pt"
- space-after.optimum="12pt"
- start-indent="1cm"
- end-indent="1cm"
- background-color="blue"
- color="yellow"/>
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep and break conditions apply to a class of areas, which are typically
-page-reference-areas, column-areas, and line-areas. The appropriate class
-for a given condition is referred to as a context and an area in this
-class is a context-area. As defined in Section 6.4.1, page-reference-areas
-are areas generated by an fo:page-sequence using the specifications in a
-fo:page-master, and column-areas are normal-flow-reference-areas generated
-from a region-body, or region-reference-areas generated from other types
-of region-master.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-A keep or break condition is an open statement about a formatting object
-and the tree relationships of the areas it generates with the relevant
-context-areas. These tree relationships are defined mainly in terms of
-leading or trailing areas. If A is a descendant of P, then A is defined
-to be leading in P if A has no preceding sibling which is a normal area,
-nor does any of its ancestor areas up to but not including P. Similarly,
-A is defined to be trailing in P if A has no following sibling which is
-a normal area, nor does any of its ancestor areas up to but not including P.
-For any given formatting object, the next formatting object in the flow is
-the first formatting object following (in the pre-order traversal order)
-which generates and returns normal areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-before="odd-page">
-This is a block with a <fo:inline font-style="italic">break-before="odd-page"
-</fo:inline> break condition. This condition is satisfied if the
-first normal area generated by this FO is leading in an odd-page
-context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are either break-before or break-before conditions.
-A break-before condition is satisfied if the first area generated and
-returned by the formatting object is leading within a context-area. A
-break-before condition depends on the next formatting object in the flow;
-it is satisfied if either there is no such next formatting object, or
-if the first normal area generated and returned by that formatting
-object is leading in a context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are imposed by the break-before and break-before
-properties. A refined value of page for these traits imposes a break
-condition with a context consisting of the page-reference-areas; a
-value of even-page or odd-page imposes a break condition with a
-context of even-numbered page-reference-areas or odd-numbered page
-reference-areas, respectively; a value of column imposes a break
-condition with a context of column-areas. A value of auto in a
-break-before or break-before trait imposes no break condition.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are either keep-with-previous, keep-with-next, or
-keep-together conditions. A keep-with-previous condition on an
-object is satisfied if the first area generated and returned by
-the formatting object is not leading within a context-area, or
-if there are no preceding areas in a post-order traversal of the
-area tree. A keep-with-next condition is satisfied if the last
-area generated and returned by the formatting object is not
-trailing within a context-area, or if there are no following
-areas in a pre-order traversal of the area tree. A keep-together
-condition is satisfied if all areas generated and returned by
-the formatting object are descendants of a single context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are imposed by the "within-page", "within-column",
-and "within-line" components of the "keep-with-previous",
-"keep-with-next", and "keep-together" properties. The refined value
-of each component specifies the strength of the keep condition
-imposed, with higher numbers being stronger than lower numbers and
-the value always being stronger than all numeric values. A component
-with value auto does not impose a keep condition. A "within-page"
-component imposes a keep-condition with context consisting of the
-page-reference-areas; "within-column", with context consisting of
-the column-areas; and "within-line" with context consisting of the
-line-areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-before="odd-page">
-This is a block with a <fo:inline font-style="italic">break-before="odd-page"
-</fo:inline> break condition. This condition is satisfied if the
-first normal area generated by this FO is leading in an odd-page
-context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-The area tree is constrained to satisfy all break conditions imposed.
-Each keep condition must also be satisfied, except when this would
-cause a break condition or a stronger keep condition to fail to be
-satisfied. If not all of a set of keep conditions of equal strength
-can be satisfied, then some maximal satisfiable subset of conditions
-of that strength must be satisfied (together with all break conditions
-and maximal subsets of stronger keep conditions, if any).
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
-
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-This file addresses breaks in page context, with a
-2-column layout.
--->
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <!-- layout for all pages -->
- <fo:simple-page-master master-name="all"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body
- margin-top="3cm" margin-bottom="2cm"
- column-count="2" column-gap="0.25in"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="all">
- <fo:static-content flow-name="xsl-region-after">
- <fo:block font-size="10pt" text-align="start"
- border-style="solid" border-color="blue" border-width="0.5pt"
- space-before.optimum="6pt">
- Text excerpt from XSL Candidate Recommendation, 21 Nov 2000.
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep and break conditions apply to a class of areas, which are typically
-page-reference-areas, column-areas, and line-areas. The appropriate class
-for a given condition is referred to as a context and an area in this
-class is a context-area. As defined in Section 6.4.1, page-reference-areas
-are areas generated by an fo:page-sequence using the specifications in a
-fo:page-master, and column-areas are normal-flow-reference-areas generated
-from a region-body, or region-reference-areas generated from other types
-of region-master.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-A keep or break condition is an open statement about a formatting object
-and the tree relationships of the areas it generates with the relevant
-context-areas. These tree relationships are defined mainly in terms of
-leading or trailing areas. If A is a descendant of P, then A is defined
-to be leading in P if A has no preceding sibling which is a normal area,
-nor does any of its ancestor areas up to but not including P. Similarly,
-A is defined to be trailing in P if A has no following sibling which is
-a normal area, nor does any of its ancestor areas up to but not including P.
-For any given formatting object, the next formatting object in the flow is
-the first formatting object following (in the pre-order traversal order)
-which generates and returns normal areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are either break-before or break-before conditions.
-A break-before condition is satisfied if the first area generated and
-returned by the formatting object is leading within a context-area. A
-break-before condition depends on the next formatting object in the flow;
-it is satisfied if either there is no such next formatting object, or
-if the first normal area generated and returned by that formatting
-object is leading in a context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-before="even-page">
-This is a block with a <fo:inline font-style="italic">break-before="even-page"
-</fo:inline> break condition. This condition is satisfied if the
-first normal area generated by this FO is leading in an even-page
-context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are imposed by the break-before and break-before
-properties. A refined value of page for these traits imposes a break
-condition with a context consisting of the page-reference-areas; a
-value of even-page or odd-page imposes a break condition with a
-context of even-numbered page-reference-areas or odd-numbered page
-reference-areas, respectively; a value of column imposes a break
-condition with a context of column-areas. A value of auto in a
-break-before or break-before trait imposes no break condition.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are either keep-with-previous, keep-with-next, or
-keep-together conditions. A keep-with-previous condition on an
-object is satisfied if the first area generated and returned by
-the formatting object is not leading within a context-area, or
-if there are no preceding areas in a post-order traversal of the
-area tree. A keep-with-next condition is satisfied if the last
-area generated and returned by the formatting object is not
-trailing within a context-area, or if there are no following
-areas in a pre-order traversal of the area tree. A keep-together
-condition is satisfied if all areas generated and returned by
-the formatting object are descendants of a single context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-before="even-page">
-This is a block with a <fo:inline font-style="italic">break-before="even-page"
-</fo:inline> break condition. This condition is satisfied if the
-first normal area generated by this FO is leading in an even-page
-context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are imposed by the "within-page", "within-column",
-and "within-line" components of the "keep-with-previous",
-"keep-with-next", and "keep-together" properties. The refined value
-of each component specifies the strength of the keep condition
-imposed, with higher numbers being stronger than lower numbers and
-the value always being stronger than all numeric values. A component
-with value auto does not impose a keep condition. A "within-page"
-component imposes a keep-condition with context consisting of the
-page-reference-areas; "within-column", with context consisting of
-the column-areas; and "within-line" with context consisting of the
-line-areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-The area tree is constrained to satisfy all break conditions imposed.
-Each keep condition must also be satisfied, except when this would
-cause a break condition or a stronger keep condition to fail to be
-satisfied. If not all of a set of keep conditions of equal strength
-can be satisfied, then some maximal satisfiable subset of conditions
-of that strength must be satisfied (together with all break conditions
-and maximal subsets of stronger keep conditions, if any).
- </fo:block>
-
- <fo:block span="all">
- <fo:leader leader-pattern="rule"
- rule-thickness="2.0pt"
- leader-length="14cm"
- space-before.optimum="0pt"
- space-after.optimum="12pt"
- start-indent="1cm"
- end-indent="1cm"
- background-color="blue"
- color="yellow"/>
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep and break conditions apply to a class of areas, which are typically
-page-reference-areas, column-areas, and line-areas. The appropriate class
-for a given condition is referred to as a context and an area in this
-class is a context-area. As defined in Section 6.4.1, page-reference-areas
-are areas generated by an fo:page-sequence using the specifications in a
-fo:page-master, and column-areas are normal-flow-reference-areas generated
-from a region-body, or region-reference-areas generated from other types
-of region-master.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-A keep or break condition is an open statement about a formatting object
-and the tree relationships of the areas it generates with the relevant
-context-areas. These tree relationships are defined mainly in terms of
-leading or trailing areas. If A is a descendant of P, then A is defined
-to be leading in P if A has no preceding sibling which is a normal area,
-nor does any of its ancestor areas up to but not including P. Similarly,
-A is defined to be trailing in P if A has no following sibling which is
-a normal area, nor does any of its ancestor areas up to but not including P.
-For any given formatting object, the next formatting object in the flow is
-the first formatting object following (in the pre-order traversal order)
-which generates and returns normal areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-before="odd-page">
-This is a block with a <fo:inline font-style="italic">break-before="odd-page"
-</fo:inline> break condition. This condition is satisfied if the
-first normal area generated by this FO is leading in an odd-page
-context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are either break-before or break-before conditions.
-A break-before condition is satisfied if the first area generated and
-returned by the formatting object is leading within a context-area. A
-break-before condition depends on the next formatting object in the flow;
-it is satisfied if either there is no such next formatting object, or
-if the first normal area generated and returned by that formatting
-object is leading in a context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Break conditions are imposed by the break-before and break-before
-properties. A refined value of page for these traits imposes a break
-condition with a context consisting of the page-reference-areas; a
-value of even-page or odd-page imposes a break condition with a
-context of even-numbered page-reference-areas or odd-numbered page
-reference-areas, respectively; a value of column imposes a break
-condition with a context of column-areas. A value of auto in a
-break-before or break-before trait imposes no break condition.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are either keep-with-previous, keep-with-next, or
-keep-together conditions. A keep-with-previous condition on an
-object is satisfied if the first area generated and returned by
-the formatting object is not leading within a context-area, or
-if there are no preceding areas in a post-order traversal of the
-area tree. A keep-with-next condition is satisfied if the last
-area generated and returned by the formatting object is not
-trailing within a context-area, or if there are no following
-areas in a pre-order traversal of the area tree. A keep-together
-condition is satisfied if all areas generated and returned by
-the formatting object are descendants of a single context-area.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-Keep conditions are imposed by the "within-page", "within-column",
-and "within-line" components of the "keep-with-previous",
-"keep-with-next", and "keep-together" properties. The refined value
-of each component specifies the strength of the keep condition
-imposed, with higher numbers being stronger than lower numbers and
-the value always being stronger than all numeric values. A component
-with value auto does not impose a keep condition. A "within-page"
-component imposes a keep-condition with context consisting of the
-page-reference-areas; "within-column", with context consisting of
-the column-areas; and "within-line" with context consisting of the
-line-areas.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt"
- color="blue"
- break-before="odd-page">
-This is a block with a <fo:inline font-style="italic">break-before="odd-page"
-</fo:inline> break condition. This condition is satisfied if the
-first normal area generated by this FO is leading in an odd-page
-context.
- </fo:block>
-
- <fo:block
- font-size="14pt" font-family="sans-serif"
- line-height="18pt" space-after.optimum="15pt">
-The area tree is constrained to satisfy all break conditions imposed.
-Each keep condition must also be satisfied, except when this would
-cause a break condition or a stronger keep condition to fail to be
-satisfied. If not all of a set of keep conditions of equal strength
-can be satisfied, then some maximal satisfiable subset of conditions
-of that strength must be satisfied (together with all break conditions
-and maximal subsets of stronger keep conditions, if any).
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
-
+++ /dev/null
-<?xml version="1.0"?>
-<glossary>
-<term-entry>
- <term>basic-link</term>
- <definition>The fo:basic-link is used for representing the start resource
- of a simple link.</definition>
-</term-entry>
-<term-entry>
- <term>bidi-override</term>
- <definition>The fo:bidi-override inline formatting object is used where
- it is necessary to override the default Unicode-bidirectionality
- algorithm direction for different (or nested) inline scripts in
- mixed-language documents.</definition>
-</term-entry>
-<term-entry>
- <term>block</term>
- <definition>The fo:block formatting object is commonly used for formatting
- paragraphs, titles, headlines, figure and table captions, etc.</definition>
-</term-entry>
-<term-entry>
- <term>block-container</term>
- <definition>The fo:block-container flow object is used to generate a
- block-level reference-area.</definition>
-</term-entry>
-<term-entry>
- <term>character</term>
- <definition>The fo:character flow object represents a character that is
- mapped to a glyph for presentation.</definition>
-</term-entry>
-<term-entry>
- <term>color-profile</term>
- <definition>Used to declare a color profile for a stylesheet.</definition>
-</term-entry>
-<term-entry>
- <term>conditional-page-master-reference</term>
- <definition>The fo:conditional-page-master-reference
- is used to identify a page-master that is to be used when the conditions
- on its use are satisfied.</definition>
-</term-entry>
-<term-entry>
- <term>declarations</term>
- <definition>Used to group global declarations for a stylesheet.</definition>
-</term-entry>
-<term-entry>
- <term>external-graphic</term>
- <definition>The fo:external-graphic flow object is used for a graphic
- where the graphics data resides outside of the XML result tree in the
- fo namespace.</definition>
-</term-entry>
-<term-entry>
- <term>float</term>
- <definition>The fo:float serves two purposes. It can be used so that during the
- normal placement of content, some related content is formatted into a
- separate area at beginning of the page (or of some following page) where
- it is available to be read without immediately intruding on the reader.
- Alternatively, it can be used when an area is intended to float to one
- side, with normal content flowing alongside.</definition>
-</term-entry>
-<term-entry>
- <term>flow</term>
- <definition>The content of the fo:flow formatting object is a sequence
- of flow objects that provides the flowing text content that is distributed
- into pages.</definition>
-</term-entry>
-<term-entry>
- <term>footnote</term>
- <definition>The fo:footnote is used to produce a footnote citation and the
- corresponding footnote.</definition>
-</term-entry>
-<term-entry>
- <term>footnote-body</term>
- <definition>The fo:footnote-body is used to generate the content of the
- footnote.</definition>
-</term-entry>
-<term-entry>
- <term>initial-property-set</term>
- <definition>The fo:initial-property-set specifies formatting properties
- for the first line of an fo:block.</definition>
-</term-entry>
-<term-entry>
- <term>inline</term>
- <definition>The fo:inline formatting object is commonly used for
- formatting a portion of text with a background or enclosing it in a
- border.</definition>
-</term-entry>
-<term-entry>
- <term>inline-container</term>
- <definition>The fo:inline-container flow object is used to generate an
- inline reference-area.</definition>
-</term-entry>
-<term-entry>
- <term>instream-foreign-object</term>
- <definition>The fo:instream-foreign-object flow object is used for an
- inline graphic or other "generic" object where the object data resides
- as descendants of the fo:instream-foreign-object.</definition>
-</term-entry>
-<term-entry>
- <term>layout-master-set</term>
- <definition>The fo:layout-master-set is a wrapper around all masters used
- in the document.</definition>
-</term-entry>
-<term-entry>
- <term>leader</term>
- <definition>The fo:leader formatting object is used to generate leaders
- consisting either of a rule or of a row of a repeating character or
- cyclically repeating pattern of characters that may be used for connecting
- two text formatting objects.</definition>
-</term-entry>
-<term-entry>
- <term>list-block</term>
- <definition>The fo:list-block flow object is used to format a list.</definition>
-</term-entry>
-<term-entry>
- <term>list-item</term>
- <definition>The fo:list-item formatting object contains the label and the
- body of an item in a list.</definition>
-</term-entry>
-<term-entry>
- <term>list-item-body</term>
- <definition>The fo:list-item-body formatting object contains the content
- of the body of a list-item.</definition>
-</term-entry>
-<term-entry>
- <term>list-item-label</term>
- <definition>The fo:list-item-label formatting object contains the content
- of the label of a list-item; typically used to either enumerate, identify,
- or adorn the list-item's body.</definition>
-</term-entry>
-<term-entry>
- <term>marker</term>
- <definition>The fo:marker is used in conjunction with fo:retrieve-marker
- to produce running headers or footers.</definition>
-</term-entry>
-<term-entry>
- <term>multi-case</term>
- <definition>The fo:multi-case is used to contain (within an fo:multi-switch)
- each alternative sub-tree of formatting objects among which the parent
- fo:multi-switch will choose one to show and will hide the rest.</definition>
-</term-entry>
-<term-entry>
- <term>multi-properties</term>
- <definition>The fo:multi-properties is used to switch between two or more
- property sets that are associated with a given portion of content.</definition>
-</term-entry>
-<term-entry>
- <term>multi-property-set</term>
- <definition>The fo:multi-property-set is used to specify an alternative
- set of formatting properties that, dependent on a User Agent state, are
- applied to the content. </definition>
-</term-entry>
-<term-entry>
- <term>multi-switch</term>
- <definition>The fo:multi-switch wraps the specification of alternative
- sub-trees of formatting objects (each sub-tree being within an
- fo:multi-case), and controls the switching (activated via fo:multi-toggle)
- from one alternative to another. </definition>
-</term-entry>
-<term-entry>
- <term>multi-toggle</term>
- <definition>The fo:multi-toggle is used within an fo:multi-case to switch
- to another fo:multi-case.</definition>
-</term-entry>
-<term-entry>
- <term>page-number</term>
- <definition>The fo:page-number formatting object is used to represent the
- current page-number.</definition>
-</term-entry>
-<term-entry>
- <term>page-number-citation</term>
- <definition>The fo:page-number-citation is used to reference the
- page-number for the page containing the first normal area returned by the
- cited formatting object.</definition>
-</term-entry>
-<term-entry>
- <term>page-sequence</term>
- <definition>The fo:page-sequence formatting object is used to specify how
- to create a (sub-)sequence of pages within a document; for example, a
- chapter of a report. The content of these pages comes from flow children
- of the fo:page-sequence.</definition>
-</term-entry>
-<term-entry>
- <term>page-sequence-master</term>
- <definition>The fo:page-sequence-master specifies sequences of page-masters
- that are used when generating a sequence of pages.</definition>
-</term-entry>
-<term-entry>
- <term>region-after</term>
- <definition>This region defines a viewport that is located on the "after"
- side of fo:region-body region. </definition>
-</term-entry>
-<term-entry>
- <term>region-before</term>
- <definition>This region defines a viewport that is located on the "before"
- side of fo:region-body region.</definition>
-</term-entry>
-<term-entry>
- <term>region-body</term>
- <definition>This region specifies a viewport/reference pair that is located
- in the "center" of the fo:simple-page-master.</definition>
-</term-entry>
-<term-entry>
- <term>region-end</term>
- <definition>This region defines a viewport that is located on the "end"
- side of fo:region-body region.</definition>
-</term-entry>
-<term-entry>
- <term>region-start</term>
- <definition>This region defines a viewport that is located on the "start"
- side of fo:region-body region.</definition>
-</term-entry>
-<term-entry>
- <term>repeatable-page-master-alternatives</term>
- <definition>An fo:repeatable-page-master-alternatives specifies a
- sub-sequence consisting of repeated instances of a set of alternative
- page-masters. The number of repetitions may be bounded or potentially
- unbounded.</definition>
-</term-entry>
-<term-entry>
- <term>repeatable-page-master-reference</term>
- <definition>An fo:repeatable-page-master-reference specifies a sub-sequence
- consisting of repeated instances of a single page-master. The number of
- repetitions may be bounded or potentially unbounded.</definition>
-</term-entry>
-<term-entry>
- <term>retrieve-marker</term>
- <definition>The fo:retrieve-marker is used in conjunction with fo:marker
- to produce running headers or footers.</definition>
-</term-entry>
-<term-entry>
- <term>root</term>
- <definition>The fo:root node is the top node of an XSL result tree. This
- tree is composed of formatting objects.</definition>
-</term-entry>
-<term-entry>
- <term>simple-page-master</term>
- <definition>The fo:simple-page-master is used in the generation of pages
- and specifies the geometry of the page. The page may be subdivided into
- up to five regions.</definition>
-</term-entry>
-<term-entry>
- <term>single-page-master-reference</term>
- <definition>An fo:single-page-master-reference specifies a sub-sequence
- consisting of a single instance of a single page-master.</definition>
-</term-entry>
-<term-entry>
- <term>static-content</term>
- <definition>The fo:static-content formatting object holds a sequence or a
- tree of formatting objects that is to be presented in a single region or
- repeated in like-named regions on one or more pages in the page-sequence.
- Its common use is for repeating or running headers and footers.</definition>
-</term-entry>
-<term-entry>
- <term>table</term>
- <definition>The fo:table flow object is used for formatting the tabular
- material of a table.</definition>
-</term-entry>
-<term-entry>
- <term>table-and-caption</term>
- <definition>The fo:table-and-caption flow object is used for formatting a
- table together with its caption.</definition>
-</term-entry>
-<term-entry>
- <term>table-body</term>
- <definition>The fo:table-body formatting object is used to contain the
- content of the table body.</definition>
-</term-entry>
-<term-entry>
- <term>table-caption</term>
- <definition>The fo:table-caption formatting object is used to contain
- block-level formatting objects containing the caption for the table only
- when using the fo:table-and-caption.</definition>
-</term-entry>
-<term-entry>
- <term>table-cell</term>
- <definition>The fo:table-cell formatting object is used to group content to
- be placed in a table cell.</definition>
-</term-entry>
-<term-entry>
- <term>table-column</term>
- <definition>The fo:table-column formatting object specifies characteristics
- applicable to table cells that have the same column and span.</definition>
-</term-entry>
-<term-entry>
- <term>table-footer</term>
- <definition>The fo:table-footer formatting object is used to contain the
- content of the table footer.</definition>
-</term-entry>
-<term-entry>
- <term>table-header</term>
- <definition>The fo:table-header formatting object is used to contain the
- content of the table header.</definition>
-</term-entry>
-<term-entry>
- <term>table-row</term>
- <definition>The fo:table-row formatting object is used to group table-cells
- into rows.</definition>
-</term-entry>
-<term-entry>
- <term>title</term>
- <definition>The fo:title formatting object is used to associate a title with
- a given document. This title may be used by an interactive User Agent to
- identify the document. For example, the content of the fo:title can be
- formatted and displayed in a "title" window or in a "tool tip".</definition>
-</term-entry>
-<term-entry>
- <term>wrapper </term>
- <definition>The fo:wrapper formatting object is used to specify inherited
- properties for a group of formatting objects. It has no additional
- formatting semantics.</definition>
-</term-entry>
-</glossary>
-
-
-
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- version="1.0">
-
-<xsl:template match="glossary">
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <fo:layout-master-set>
-
- <fo:simple-page-master master-name="all"
- page-height="11.5in" page-width="8.5in"
- margin-top="1in" margin-bottom="1in"
- margin-left="0.75in" margin-right="0.75in">
- <fo:region-body margin-top="1in" margin-bottom="0.75in"/>
- <fo:region-before extent="0.75in"/>
- <fo:region-after extent="0.5in"/>
- </fo:simple-page-master>
-
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="all" format="i">
-
- <!-- header with running glossary entries -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="start"
- font-size="10pt" font-family="serif" line-height="1em + 2pt">
- <fo:retrieve-marker retrieve-class-name="term"
- retrieve-boundary="page"
- retrieve-position="first-starting-within-page"/>
- <fo:leader leader-alignment="reference-area" leader-pattern="dots"
- leader-length="4in"/>
- <fo:retrieve-marker retrieve-class-name="term"
- retrieve-boundary="page"
- retrieve-position="last-ending-within-page"/>
- </fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-after">
- <fo:block text-align="start"
- font-size="10pt" font-family="serif" line-height="1em + 2pt">
- Page (<fo:page-number/>)
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
- <xsl:apply-templates select="term-entry"/>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
-</xsl:template>
-
-<xsl:template match="term-entry">
- <fo:block text-align="start" font-size="12pt" font-family="sans-serif">
- <xsl:apply-templates select="term"/>
- <xsl:apply-templates select="definition"/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="term">
- <fo:block color="blue" space-before.optimum="3pt"><fo:marker
- marker-class-name="term"><xsl:value-of select="."/></fo:marker>
- <xsl:value-of select="."/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match="definition">
- <fo:block text-align="start" start-indent="2em">
- <xsl:value-of select="."/>
- </fo:block>
-</xsl:template>
-
-</xsl:stylesheet>
-
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="only"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body
- margin-top="3cm" margin-bottom="1.5cm"
- margin-left="2cm" margin-right="2cm"/>
- <fo:region-before precedence="true" extent="3cm"/>
- <fo:region-after precedence="true" extent="1.5cm"/>
- <fo:region-start extent="1cm"/>
- <fo:region-end extent="1cm"/>
- </fo:simple-page-master>
-
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="only" initial-page-number="1">
-
- <!-- usage of page layout -->
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="serif"
- line-height="14pt" >
- XML Recommendation - p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-start">
- <fo:block-container border-color="black" border-style="solid" border-width="1pt"
- height="22.2cm" width="1cm" top="0cm" left="0cm" position="absolute">
- <fo:block text-align="start" font-size="8pt"
- font-family="serif" line-height="10pt">Start</fo:block>
- </fo:block-container>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-end">
- <fo:block-container border-color="black" border-style="solid" border-width="1pt"
- height="22.2cm" width="1cm" top="0cm" left="0cm" position="absolute">
- <fo:block text-align="start" font-size="8pt"
- font-family="serif" line-height="10pt">End</fo:block>
- </fo:block-container>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines text title level 1-->
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white"
- text-align="center"
- padding-top="0pt">
- Extensible Markup Language (XML) 1.0
- </fo:block>
-
- <!-- defines text title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="20pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="0pt">
- Abstract
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start">
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- go to <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
- <!-- defines text title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="20pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="0pt">
- Status of this document
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start">
- This document has been reviewed by W3C Members and other interested parties and has been endorsed by the Director as a
- W3C Recommendation. It is a stable document and may be used as reference material or cited as a normative reference from
- another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its
- widespread deployment. This enhances the functionality and interoperability of the Web. For further information go to
- <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start">
- This document specifies a syntax created by subsetting an existing, widely used international text processing standard
- (Standard Generalized Markup Language, ISO 8879:1986(E) as amended and corrected) for use on the World Wide Web. It
- is a product of the W3C XML Activity, details of which can be found at http://www.w3.org/XML. A list of current W3C
- Recommendations and other technical documents can be found at http://www.w3.org/TR.
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="only"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="only" initial-page-number="1">
-
- <!-- usage of page layout -->
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="serif"
- line-height="14pt" >
- XML Recommendation - p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines text title level 1-->
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white"
- text-align="center"
- padding-top="0pt">
- Extensible Markup Language (XML) 1.0
- </fo:block>
-
- <!-- defines text title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="20pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="0pt">
- Abstract
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start">
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- go to <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
- <!-- defines text title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="20pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="0pt">
- Status of this document
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start">
- This document has been reviewed by W3C Members and other interested parties and has been endorsed by the Director as a
- W3C Recommendation. It is a stable document and may be used as reference material or cited as a normative reference from
- another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its
- widespread deployment. This enhances the functionality and interoperability of the Web. For further information go to
- <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start">
- This document specifies a syntax created by subsetting an existing, widely used international text processing standard
- (Standard Generalized Markup Language, ISO 8879:1986(E) as amended and corrected) for use on the World Wide Web. It
- is a product of the W3C XML Activity, details of which can be found at http://www.w3.org/XML. A list of current W3C
- Recommendations and other technical documents can be found at http://www.w3.org/TR.
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="only"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
-
- <fo:page-sequence-master master-name="single">
- <fo:single-page-master-reference master-name="only"/>
- </fo:page-sequence-master>
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="single" initial-page-number="1">
-
- <!-- usage of page layout -->
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="serif"
- line-height="14pt" >
- XML Recommendation - p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines text title level 1-->
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white"
- text-align="center"
- padding-top="0pt">
- Extensible Markup Language (XML) 1.0
- </fo:block>
-
- <!-- defines text title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="20pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="0pt">
- Abstract
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start">
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- go to <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
- <!-- defines text title level 2-->
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="20pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="0pt">
- Status of this document
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start">
- This document has been reviewed by W3C Members and other interested parties and has been endorsed by the Director as a
- W3C Recommendation. It is a stable document and may be used as reference material or cited as a normative reference from
- another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its
- widespread deployment. This enhances the functionality and interoperability of the Web. For further information go to
- <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start">
- This document specifies a syntax created by subsetting an existing, widely used international text processing standard
- (Standard Generalized Markup Language, ISO 8879:1986(E) as amended and corrected) for use on the World Wide Web. It
- is a product of the W3C XML Activity, details of which can be found at http://www.w3.org/XML. A list of current W3C
- Recommendations and other technical documents can be found at http://www.w3.org/TR.
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="noheaders_center"
- page-height="21.7cm"
- page-width="16cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
- </fo:simple-page-master>
-
- <fo:simple-page-master master-name="headers_right"
- page-height="21.7cm"
- page-width="16cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="3.5cm"
- margin-right="1.5cm">
- <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
- <fo:region-before extent="2cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
-
- <fo:simple-page-master master-name="headers_left"
- page-height="21.7cm"
- page-width="16cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="3.5cm">
- <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
- <fo:region-before extent="2cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
-
- <fo:simple-page-master master-name="headers_center"
- page-height="21.7cm"
- page-width="16cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
- <fo:region-before extent="2cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
-
- <fo:page-sequence-master master-name="run1">
- <fo:repeatable-page-master-reference master-name="noheaders_center"
- maximum-repeats="6"/>
- </fo:page-sequence-master>
-
- <fo:page-sequence-master master-name="run2">
- <fo:repeatable-page-master-alternatives>
- <fo:conditional-page-master-reference
- master-name="headers_center"
- page-position="first" />
- <fo:conditional-page-master-reference
- master-name="headers_right"
- odd-or-even="odd" />
- <fo:conditional-page-master-reference
- master-name="headers_left"
- odd-or-even="even" />
- </fo:repeatable-page-master-alternatives>
- </fo:page-sequence-master>
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="run1" initial-page-number="1">
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines local TOC -->
- <fo:block font-size="10pt"
- font-family="serif"
- line-height="12pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="6pt">
-Journey across the barren Grounds - Difficulty and delay in crossing Copper-Mine River -
-Melancholy and fatal Results thereof - Extreme Misery of the whole Party - Murder of
-Mr. Hood - Death of several of the Canadians - Desolate State of Fort Enterprise -
-Distress suffered at that Place - Dr. Richardson's Narrative - Mr. Back's Narrative -
-Conclusion.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">1821. August 17.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-MY original intention, whenever the season should
-compel us to relinquish the survey, had been to return by the way
-of the Copper-Mine River, and in pursuance of my arrangement
-with the Hook to travel to Slave Lake through the line of woods
-extending thither by the Great Bear and Marten Lakes, but our
-scanty stock of provision and the length of the voyage rendered it
-necessary to make for a nearer place. We had already found that
-the country, between Cape Barrow and the Copper-Mine River,
-would not supply our wants, and this it seemed probable would now
-be still more the case ; besides, at this advanced season, we expected
-the frequent recurrence of gales, which would cause great detention,
-if not danger in proceeding along that very rocky part of the coast.
-I determined, therefore, to make at once for Arctic Sound, where
-we had found the animals more numerous than at any other place ;
-and entering Hood's River, to advance up that stream as far as it
-was navigable, and then to construct small canoes out of the
-materials of the larger ones, which could be carried in crossing the
-barren grounds to Fort Enterprise.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 19.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We were almost beaten out of our comfortless abodes
-by rain during the night, and this morning the gale continued
-without diminution. The thermometer fell to 33 deg. Two men were
-sent with Junius to search for the deer which Augustus had killed.
-Junius returned in the evening bringing part of the meat, but owing
-to the thickness of the weather, his companions parted from him
-and did not make their appearance. Divine service was read. On
-the 20th we were presented with the most chilling prospect, the
-small pools of water being frozen over, the ground being covered
-with snow, and the thermometer at the freezing point at mid-day.
-Flights of geese were passing to the southward. The wind however
-was more moderate, having changed to the eastward. Considerable
-anxiety prevailing respecting Belanger and Michel, the two men
-who strayed from Junius yesterday, the rest were sent out to look
-for them. The search was successful, and they all returned in the
-evening. The stragglers were much fatigued, and had suffered
-severely from the cold, one of them having his thighs frozen, and
-what under our present circumstances was most grievous, they had
-thrown away all the meat. The wind during the night returned to
-the north-west quarter, blew more violently than ever, and raised a
-very turbulent sea. The next day did not improve our condition,
-the snow remained on the ground, and the small pools were frozen.
-Our hunters were sent out, but they returned after a fatiguing
-day's march without having seen any animals. We made a scanty
-meal off a handful of pemmican, after which only half a bag
-remained.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The wind abated after midnight, and the surf diminished rapidly,
-which caused us to be on the alert at a very early hour on the 22d,
-but we had to wait until six A.M. for the return of Augustus who
-had continued out all night on an unsuccessful pursuit of deer.
-It appears that he had walked a few miles farther along the coast,
-than the party had done on the 18th, and from a sketch he drew on
-the sand, we were confirmed in our former opinion that the shore
-inclined more to the eastward beyond Point Turnagain. He also
-drew a river of considerable size, that discharges its waters into
-Walker's Bay; on the banks of which stream he saw a piece of
-wood, such as the Esquimaux use in producing fire, and other marks
-so fresh that he supposed they had recently visited the spot. We
-therefore left several iron materials for them. Our men, cheered by
-the prospect of returning, embarked with the utmost alacrity; and,
-paddling with unusual vigour, carried us across Riley's and Walker's
-Bays, a distance of twenty miles before noon, when we landed on
-Slate-Clay Point, as the wind had freshened too much to permit us
-to continue the voyage. The whole party went to hunt, but returned
-without success in the evening, drenched with the heavy rain which
-commenced soon after they had set out. Several deer were seen,
-but could not be approached in this naked country; and as our
-stock of pemmican did not admit of serving out two meals, we went
-dinnerless to bed.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Soon after our departure to-day, a sealed tin-case, sufficiently
-buoyant to float, was thrown overboard, containing a short account of
-our proceedings, and the position of the most conspicuous points.
-The wind blew off the land, the water was smooth, and as the sea
-is in this part more free from islands than in any other, there was
-every probability of its being driven off the shore into the current ;
-which, as I have before mentioned, we suppose, from the circumstance
-of Mackenzie's River being the only known stream that
-brings down the wood we have found along the shores, to set to the
-eastward.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 23.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-A severe frost caused us to pass a comfortless night.
-At two P.M. we set sail, and the men voluntarily launched out to
-make a traverse of fifteen miles across Melville Sound, before a
-strong wind and heavy sea. The privation of food, under which
-our voyagers were then labouring, absorbed every other terror;
-otherwise the most powerful persuasion could not have induced
-them to attempt such a traverse. It was with the utmost difficulty
-that the canoes were kept from turning their broadsides to the
-waves, though we sometimes steered with all the paddles. One of
-them narrowly escaped being overset by this accident, happening
-in mid-channel, where the waves were so high that the mast-head
-of our canoe was often hid from the other, though it was sailing
-within hail. The annexed plate, from Mr. Back's sketch, will convey
-to the reader an accurate idea of the peril of our situation.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The traverse, however, was made;we were then near a high
-rocky lee shore, on which a heavy surf was beating. The wind
-being on the beam, the canoes drifted fast to leeward; and, on
-rounding a point, the recoil of the sea from the rocks was so great
-that they were with difficulty kept from foundering. We looked in
-vain for a sheltered bay to land in ; but, at length, being unable to
-weather another point, we were obliged to put ashore on the open
-beach, which, fortunately, was sandy at this spot. The debarkation
-was effected in the manner represented in the plate; and, fortunately,
-without further injury than the splitting of the head of
-the second canoe, which was easily repaired.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Our encampment being near to the place where we killed the deer
-on the 11th, almost the whole party went out to hunt, but they
-returned in the evening without having seen any game. The
-berries, however, were ripe and plentiful, and, with the addition
-of some country tea, furnished a supper. There were some showers
-in the afternoon,and the weather was cold, the thermometer
-being 42 deg, but the evening and night were calm and fine. It may be
-remarked that the mosquitoes disappeared when the late gales
-commenced.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 25.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Embarking at three A. M., we stretched across
-the eastern entrance of Bathurst's Inlet, and arrived at an island,
-which I have named after Colonel Barry, of Newton Barry. Some
-deer being seen on the beach, the hunters went in pursuit of
-them, and succeeded in killing three females, which enabled us to
-save our last remaining meal of pemmican. They saw also some
-fresh tracks of musk oxen on the banks of a small stream, which
-flowed into a lake in the centre of the island. These animals must
-have crossed a channel, at least, three miles wide, to reach the nearest
-of these islands. Some specimens of variegated pebbles and jasper
-were found here imbedded in the amygdaloidal rock.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Re-embarking at two P.M., and continuing through what was
-supposed to be a channel between two islands, we found our passage
-barred by a gravelly isthmus of only ten yards in width ; the canoes
-and cargoes were carried across it, and we passed into Bathurst's Inlet
-through another similar channel, bounded on both sides by steep
-rocky hills. The wind then changing from S.E. to N.W. brought
-heavy rain, and we encamped at seven P.M., having advanced
-eighteen miles.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Starting this morning with a fresh breeze in our favour,
-we soon reached that part of Barry's Island where the canoes were
-detained on the 2d and 3rd of this month, and contrary to what we
-then experienced, the deer were now plentiful. The hunters killed
-two, and we were relieved from all apprehension of an immediate
-want of food. One would suppose the deer were about to retire to
-the main shore from their assembling at this time in such numbers
-on the islands nearest to the coast. Those we saw were generally
-females with their young, and all of them very lean.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The wind continued in the same direction until we had rounded
-Point Wollaston, and then changed to a quarter, which enabled us
-to steer for Hood's River, which we ascended as high as the first
-rapid and encamped. Here terminated our voyage on the Arctic
-sea, during which we had gone over six hundred and fifty geographical
-miles. Our Canadian voyagers could not restrain their expressions
-of joy at having turned their backs on the sea, and
-they passed the evening talking over their past adventures with
-much humour and no little exaggeration. The consideration that
-the most painful, and certainly the most hazardous, part of the
-journey was yet to come, did not depress their spirits at all. It is
-due to their character to mention that they displayed much courage
-in encountering the dangers of the sea, magnified to them by their
-novelty.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The shores between Cape Barrow and Cape Flinders, including
-the extensive branches of Arctic and Melville Sounds, and Bathurst's
-Inlet, may be comprehended in one great gulf, which I have distinguished
-by the appellation of George IV.'s Coronation Gulf, in
-honour of His Most Gracious Majesty, the latter name being added
-to mark the time of its discovery. The Archipelago of islands which
-fringe the coast from Copper-Mine River to Point Turnagain, I have
-named in honour of His Royal Highness the Duke of York.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-It may be deserving of notice that the extremes in temperature
-of the sea water during our voyage were 53 deg and 35 deg, but its general
-temperature was between 43 deg and 48 deg. Throughout our return from
-Point Turnagain we observed that the sea had risen several feet
-above marks left at our former encampments. This may, perhaps,
-be attributed to the north-west gales.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 26.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Previous to our departure this morning, an assortment
-of iron materials, beads, looking-glasses, and other articles
-were put up in a conspicuous situation for the Esquimaux, and the
-English Union was planted on the loftiest sand-hill, where it might
-be seen by any ships passing in the offing. Here also, was deposited
-in a tin bow a letter containing an outline of our proceedings, the
-latitude and longitude of the principal places, and the course we
-intended to pursue towards Slave Lake.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start"
- break-after="page" >
-Embarking at eight A.M. we proceeded up the river, which is full
-of sandy shoals, but sufficiently deep for canoes in the channels. It is
-from one hundred to two hundred yards wide, and is bounded by high
-and steep banks of clay. We encamped at a cascade of eighteen or
-twenty feet high, which is produced by a ridge of rock crossing the
-river, and the nets were set. A mile below this cascade Hood's
-River is joined by a stream half its own size, which I have called
-James' Branch. Bear and deer tracks had been numerous on the
-banks of the river when we were here before, but not a single recent
-one was to be seen at this time. Credit, however, killed a small
-deer at some distance inland, which, with the addition of berries,
-furnished a delightful repast this evening. The weather was remarkably
-fine, and the temperature so mild, that the mosquitoes again
-made their appearance, but not in any great numbers. Our distance
-made to-day was not more than six miles.
- </fo:block>
-</fo:flow>
-</fo:page-sequence>
-
- <fo:page-sequence master-name="run2" initial-page-number="7">
-
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="start" font-size="10pt"
- font-family="sans-serif"
- line-height="10pt" >
- John Franklin - Journey to the Shores of the Polar Sea
- </fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-after">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="sans-serif"
- line-height="14pt" >
- p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The next morning the net furnished us with ten white fish
-and trout. Having made a further deposit of iron work for the
-Esquimaux we pursued our voyage up the river, but the shoals and
-rapids in this part were so frequent, that we walked along the banks
-the whole day, and the crews laboured hard in carrying the canoes
-thus lightened over the shoals or dragging them up the rapids, yet
-our journey in a direct line was only about seven miles. In the
-evening we encamped at the lower end of a narrow chasm through
-which the river flows for upwards of a mile. The walls of this
-chasm are upwards of two hundred feet high, quite perpendicular,
-and in some places only a few yards apart. The river precipitates
-itself into it over a rock, forming two magnificent and picturesque
-falls close to each other. The upper fall is about sixty feet high, and
-the lower one at least one hundred, but perhaps considerably more,
-for the narrowness of the chasm into which it fell prevented us from
-seeing its bottom, and we could merely discern the top of the spray
-far beneath our feet. The lower fall is divided into two, by an
-insulated column of rock which rises about forty feet above it. The
-whole descent of the river at this place probably exceeds two
-hundred and fifty feet. The rock is very fine felspathose sandstone.
-It has a smooth surface and a light red colour. I have named these
-magnificent cascades Wilberforce Falls, as a tribute of my respect
-for that distinguished philanthropist and Christian. Messrs. Back and
-Hood took beautiful sketches of this majestic scene, which are
-combined in the annexed plate.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The river being surveyed from the summit of a hill, above these
-falls, appeared so rapid and shallow, that it seemed useless to
-attempt proceeding any farther in the large canoes. I therefore
-determined on constructing out of their materials two smaller ones
-of sufficient size to contain three persons, for the purpose of crossing
-any river that might obstruct our progress. This operation was
-accordingly commenced, and by the 31st both the canoes being
-finished, we prepared for our departure on the following day.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The leather which had been preserved for making shoes was
-equally divided among the men, two pairs of flannel socks were given
-to each person, and such articles of warm clothing as remained, were
-issued to those who most required them. They were also furnished
-with one of the officers' tents. This being done, I communicated to
-the men my intention of proceeding in as direct a course as possible
-to the part of Point Lake, opposite to our spring encampment
-which was only distant one hundred and forty-nine miles in a
-straight line. They received the communication cheerfully, considered
-the journey to be short, and left me, in high spirits, to
-arrange their own packages. The stores, books, &c., which were not
-absolutely necessary to be carried, were then put up in boxes to be
-left en cache here, in order that the men's burdens might be as light
-as possible.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The next morning was warm, and very fine. Every one was on
-the alert at an early hour, being anxious to commence the journey.
-Our luggage consisted of ammunition, nets, hatchets, ice chisels,
-astronomical instruments, clothing, blankets, three kettles, and
-the two canoes, which were each carried by one man. The
-officers carried such a portion of their own things as their strength
-would permit;the weight carried by each man was about ninety
-pounds, and with this we advanced at the rate of about a mile an
-hour, including rests. In the evening the hunters killed a lean cow,
-out of a large drove of musk-oxen; but the men were too much
-laden to carry more than a small portion of its flesh. The alluvial
-soil, which towards the mouth of the river spreads into plains,
-covered with grass and willows, was now giving place to a more
-barren and hilly country; so that we could but just collect sufficient
-brush wood to cook our suppers. The part of the river we skirted
-to-day was shallow, and flowed over a bed of sand ; its width about
-one hundred and twenty yards. About midnight our tent was blown
-down by a squall, and we were completely drenched with rain before
-it could be re-pitched.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-In the morning of the 1st of September a fall of snow took
-place; the canoes became a cause of delay, by the difficulty of
-carrying them in a high wind, and they sustained much damage
-from the falls of those who had charge of them. The face of the
-country was broken by hills of moderate elevation, but the ground
-was plentifully strewed with small stones, which, to men bearing
-heavy burthens, and whose feet were protected only by soft moose
-skin shoes, occasioned great pain. At the end of eleven miles we
-encamped, and sent for a musk-ox and a deer, which St. Germain
-and Augustus had killed. The day was extremely cold, the ther-mometer
-varying between 34 deg and 36 deg. In the afternoon a heavy
-fall of snow took place, on the wind changing from north-west to
-south-west. We found no wood at the encampment, but made a
-fire of moss to cook the supper, and crept under our blankets for
-warmth. At sun-rise the thermometer was at 31 deg, and the wind
-fresh from north-west; but the weather became mild in the course
-of the forenoon, and the snow disappeared from the gravel. The
-afternoon was remarkably fine, and the thermometer rose to 50 deg.
-One of the hunters killed a musk-ox. The hills in this part are
-lower and more round-backed than those we passed yesterday, and
-exhibited but little naked rock; they were covered with lichens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Having ascertained from the summit of the highest hill near the
-tents, that the river continued to preserve a west course; and fear-ing
-that by pursuing it further we might lose much time, and un-necessarily
-walk over a great deal of ground, I determined on
-quitting its banks the next day, and making as directly as we could for
-Point Lake. We accordingly followed the river on the 3d, only to
-the place where the musk-ox had been killed last evening, and after
-the meat was procured, crossed the river in our two canoes lashed
-together. We now emerged from the valley of the river, and entered
-a level, but very barren, country, varied only by small lakes and
-marshes, the ground being covered with small stones. Many old tracks
-of rein-deer were seen in the clayey soil, and some more recent
-ones of the musk-ox. We encamped on the borders of Wright's
-River, which flows to the eastward; the direct distance walked to-day
-being ten miles and three-quarters. The next morning was
-very fine, and,as the day advanced, the weather became quite
-warm. We set out at six A. M., and, having forded the river,
-walked over a perfectly level country, interspersed with small lakes,
-which communicated with each other, by streams running in various
-directions. No berry-bearing plants were found in this part, the
-surface of the earth being thinly covered in the moister places with
-a few grasses, and on the drier spots with lichens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Having walked twelve miles and a half, we encamped at seven P.M.,
-and distributed our last piece of pemmican, and a little arrow-root
-for supper, which afforded but a scanty meal. This evening was
-warm, but dark clouds overspread the sky. Our men now began to
-find their burdens very oppressive, and were much fatigued by this
-day's march, but did not complain. One of them was lame from an
-inflammation in the knee. Heavy rain commenced at midnight, and
-continued without intermission until five in the morning, when it
-was succeeded by snow on the wind changing to north-west, which
-soon increased to a violent gale. As we had nothing to eat, and
-were destitute of the means of making a fire, we remained in our
-beds all the day ; but the covering of our blankets was insufficient to
-prevent us from feeling the severity of the frost, and suffering in-convenience
-from the drifting of the snow into our tents. There
-was no abatement of the storm next day ; our tents were completely
-frozen, and the snow had drifted around them to a depth of three
-feet, and even in the inside there was a covering of several inches on
-our blankets. Our suffering from cold, in a comfortless canvass tent
-in such weather, with the temperature at 20 deg, and without fire,
-will easily be imagined;it was, however, less than that which we
-felt from hunger.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The morning of the 7th cleared up a little, but the wind was still
-strong, and the weather extremely cold. From the unusual con-tinuance
-of the storm, we feared the winter had set in with all its
-rigour, and that by longer delay we should only be exposed to an
-accumulation of difficulties; we therefore prepared for our journey,
-although we were in a very unfit condition for starting, being weak
-from fasting, and our garments stiffened by the frost. We had no
-means of making a fire to thaw them, the moss, at all times difficult
-to kindle, being now covered with ice and snow. A considerable
-time was consumed in packing up the frozen tents and bed clothes,
-the wind blowing so strong that no one could keep his hands long
-out of his mittens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Just as we were about to commence our march, I was seized with
-a fainting fit, in consequence of exhaustion and sudden exposure to
-the wind; but after eating a morsel of portable soup, I recovered, so
-far as to be able to move on. I was unwilling at first to take this
-morsel of soup, which was diminishing the small and only remaining
-meal for the party; but several of the men urged me to it, with
-much kindness. The ground was covered a foot deep with snow,
-the margin of the lakes was incrusted with ice, and the swamps over
-which we had to pass were entirely frozen; but the ice not being
-sufficiently strong to bear us, we frequently plunged knee-deep in
-water. Those who carried the canoes were repeatedly blown down
-by the violence of the wind, and they often fell, from making an
-insecure step on a slippery stone; on one of these occasions, the
-largest canoe was so much broken as to be rendered utterly unser-viceable.
-This was felt as a serious disaster, as the remaining canoe
-having through mistake been made too small, it was doubtful
-whether it would be sufficient to carry us across a river. Indeed
-we had found it necessary in crossing Hood's River, to lash the two
-canoes together. As there was some suspicion that Benoit, who
-carried the canoe, had broken it intentionally, he having on a former
-occasion been overheard by some of the men to say, that he would
-do so when he got it in charge, we closely examined him on the
-point; he roundly denied having used the expressions attributed to
-him, and insisted that it was broken by his falling accidentally; and
-as he brought men to attest the latter fact, who saw him tumble, we
-did not press the matter further. I may here remark that our
-people had murmured a good deal at having to carry two canoes,
-though they were informed of the necessity of taking both, in case
-it should be deemed advisable to divide the party; which it had
-been thought probable we should be obliged to do, if animals proved
-scarce, in order to give the whole the better chance of procuring
-subsistence, and also for the purpose of sending forward some of the
-best walkers to search for Indians, and to get them to meet us with
-supplies of provision. The power of doing this was now at an end.
-As the accident could not be remedied we turned it to the best
-account by making a fire of the bark and timbers of the broken
-vessel, and cooked the remainder of our portable soup and arrow-root.
-This was a scanty meal after three days' fasting, but it served
-to allay the pangs of hunger, and enabled us to proceed at a quicker
-pace than before. The depth of the snow caused us to march in
-Indian file, that is in each other's steps; the voyagers taking it in
-turn to lead the party. A distant object was pointed out to this
-man in the direction we wished to take, and Mr. Hood followed
-immediately behind him, to renew the bearings, and keep him from
-deviating more than could be helped from the mark. It may be
-here observed, that we proceeded in this manner throughout our
-route across the barren grounds.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-In the afternoon we got into a more hilly country, where the
-ground was strewed with large stones. The surface of these was
-covered with lichens of the genus gyrophora, which the Canadians
-term tripe de roche. A considerable quantity was gathered, and
-with half a partridge each, (which were shot in the course of the
-day,) furnished us with a slender supper, which we cooked with a
-few willows, dug up from beneath the snow. We passed a comfortless
-night in our damp clothes, but took the precaution of sleeping upon
-our socks and shoes to prevent them from freezing. This plan was
-afterwards adopted throughout the journey.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-At half past five in the morning we proceeded; and after walking
-about two miles, came to Cracroft's River, flowing to the westward,
-with a very rapid current over a rocky channel. We had much diffi-culty
-in crossing this, the canoe being useless, not only from the bot-tom
-of the channel being obstructed by large stones, but also from its
-requiring gumming, an operation which, owing to the want of wood
-and the frost, we were unable to perform. However, after following
-the course of the river some way, we effected a passage by means of a
-range of large rocks that crossed a rapid. As the current was strong,
-and many of the rocks were covered with water to the depth of two
-or three feet, the men were exposed to much danger in carrying their
-heavy burthens across, and several of them actually slipped into the
-stream, but were immediately rescued by the others. Junius went
-farther up the river in search of a better crossing place, and did not
-rejoin us to-day. As several of the party were drenched from head to
-foot, and we were all wet to the middle, our clothes became stiff with
-the frost, and we walked with much pain for the remainder of the day.
-The march was continued to a late hour, being anxious to rejoin the
-hunters who had gone before, but we were obliged to encamp at the
-end of ten miles and a quarter, without seeing them. Our only
-meal to-day consisted of a partridge each, (which the hunters shot,)
-mixed with tripe de roche. This repast although scanty for men,
-with appetites such as our daily fatigue created, proved a cheerful
-one, and was received with thankfulness. Most of the men had to
-sleep in the open air, in consequence of the absence of Credit, who
-carried their tent; but we fortunately found an unusual quantity of
-roots to make a fire, which prevented their suffering much from the
-cold, though the thermometer was at 17 deg.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We started at six on the 9th, and at the end of two miles re-gained
-our hunters, who were halting on the borders of a lake amidst
-a clump of stunted willows. This lake stretched to the westward as
-far as we could see, and its waters were discharged by a rapid stream
-one hundred and fifty yards wide. Being entirely ignorant where
-we might be led by pursuing the course of the lake, and dreading
-the idea of going a mile unnecessarily out of the way, we deter-mined
-on crossing the river if possible; and the canoe was gummed
-for the purpose, the willows furnishing us with fire. But we had to
-await the return of Junius before we could make the traverse. In
-the mean time we gathered a little tripe de roche, and breakfasted
-upon it and a few partridges that were killed in the morning.
-St. Germain and Adam were sent upon some recent tracks of deer.
-Junius arrived in the afternoon, and informed us that he had seen
-a large herd of musk-oxen on the banks of Cracroft's River, and had
-wounded one of them, but it had escaped. He brought about four
-pounds of meat, the remains of a deer that had been devoured by
-the wolves. The poor fellow was much fatigued, having walked
-throughout the night, but as the weather was particularly favourable
-for our crossing the river, we could not allow him to rest. After he
-had taken some refreshment we proceeded to the river. The canoe
-being put into the water was found extremely ticklish, but it was
-managed with much dexterity by St. Germain, Adam, and Peltier,
-who ferried over one passenger at a time, causing him to lie flat in its
-bottom, by no means a pleasant position, owing to its leakiness, but
-there was no alternative. The transport of the whole party was
-effected by five o'clock, and we walked about two miles further, and
-encamped, having come five miles and three quarters on a south-west
-course. Two young alpine hares were shot by St. Germain, which,
-with the small piece of meat brought in by Junius, furnished the
-supper of the whole party. There was no tripe de roche here. The
-country had now become decidedly hilly, and was covered with snow.
-The lake preserved its western direction, as far as I could see from
-the summit of the highest mountain near the encampment. We
-subsequently learned from the Copper Indians, that the part at
-which we had crossed the river was the Congecatha-wha-chaga of
-Hearne, of which I had little idea at the time, not only from the
-difference of latitude, but also from its being so much farther east of
-the mouth of the Copper-Mine River, than his track is laid down.
-He only making one degree and three quarters difference of lon-gitude,
-and we, upwards of four. Had I been aware of the fact,
-several days harassing march, and a disastrous accident would have
-been prevented by keeping on the western side of the lake, instead
-of crossing the river. We were informed also, that this river is
-the Anatessy or River of Strangers, and is supposed to fall into
-Bathurst's Inlet; but although the Indians have visited its mouth,
-their description was not sufficient to identify it with any of the
-rivers whose mouths we had seen. It probably falls in that part of
-the coast which was hid from our view by Goulburn's or Elliot's
-Islands.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">September 10.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We had a cold north wind, and the atmosphere
-was foggy. The thermometer 18 deg at five A.M. In the course of
-our march this morning, we passed many small lakes; and the
-ground becoming higher and more hilly as we receded from the
-river, was covered to a much greater depth with snow. This ren-dered
-walking not only extremely laborious, but also hazardous in
-the highest degree;for the sides of the hills, as is usual throughout
-the barren grounds, abounding in accumulations of large angular
-stones, it often happened that the men fell into the interstices
-with their loads on their backs, being deceived by the smooth
-appearance of the drifted snow. If any one had broken a limb
-here, his fate would have been melancholy indeed; we could neither
-have remained with him, nor carried him on. We halted at ten to
-gather tripe de roche,but it was so frozen, that we were quite
-benumbed with cold before a sufficiency could be collected even for
-a scanty meal. On proceeding our men were somewhat cheered, by
-observing on the sandy summit of a hill, from whence the snow had
-been blown, the summer track of a man; and afterwards by seeing
-several deer tracks on the snow. About noon the weather cleared
-up a little, and, to our great joy, we saw a herd of musk-oxen
-grazing in a valley below us. The party instantly halted, and the
-best hunters were sent out; they approached the animals with the
-utmost caution, no less than two hours being consumed before they
-got within gun-shot. In the mean time we beheld their proceed-ings
-with extreme anxiety, and many secret prayers were, doubtless,
-offered up for their success. At length they opened their fire, and
-we had the satisfaction of seeing one of the largest cows fall; another
-was wounded, but escaped. This success infused spirit into our
-starving party. To skin and cut up the animal was the work of a
-few minutes. The contents of its stomach were devoured upon
-the spot, and the raw intestines, which were next attacked, were
-pronounced by the most delicate amongst us to be excellent. A few
-willows, whose tops were seen peeping through the snow in the bottom
-of the valley, were quickly grubbed, the tents pitched, and supper
-cooked, and devoured with avidity. This was the sixth day since we
-had had a good meal. The tripe de roche, even where we got
-enough, only serving to allay the pangs of hunger for a short time.
-After supper, two of the hunters went in pursuit of the herd, but
-could not get near them.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We were detained all the next day by a strong southerly wind,
-and were much incommoded in the tents by the drift snow. The
-temperature was 20 deg. The average for the last ten days about
-24.5 deg. We restricted ourselves to one meal to-day as we were at
-rest, and there was only meat remaining sufficient for the next day.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The gale had not diminished on the 12th, and, as we were
-fearful of its continuance for some time, we determined on going
-forward; our only doubt regarded the preservation of the canoe,
-but the men promised to pay particular attention to it, and the
-most careful persons were appointed to take it in charge. The snow
-was two feet deep, and the ground much broken, which rendered
-the march extremely painful. The whole party complained more of
-faintness and weakness than they had ever done before; their
-strength seemed to have been impaired by the recent supply of
-animal food. In the afternoon the wind abated, and the snow ceased;
-cheered with the change we proceeded forward at a quicker pace,
-and encamped at six P. M., having come eleven miles. Our supper
-consumed the last of our meat.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We set out on the 13th, in thick hazy weather, and, after an hour's
-march, had the extreme mortification to find ourselves on the
-borders of a large lake, which we subsequently learned from the
-Indians was named Contwoy-to, or Rum Lake; neither of its extre-
-mities could be seen, and as the portion which lay to the east
-seemed the widest, we coasted along to the westward portion in
-search of a crossing-place. This lake being bounded by steep and
-lofty hills, our march was very fatiguing. Those sides which were
-exposed to the sun, were free from snow, and we found upon them
-some excellent berries. We encamped at six P. M., having come
-only six miles and a half. Credit was then missing, and he did not
-return during the night. We supped off a single partridge and
-some tripe de roche;this unpalatable weed was now quite nau-seous
-to the whole party, and in several it produced bowel com-plaints.
-Mr. Hood was the greatest sufferer from this cause. This
-evening we were extremely distressed, at discovering that our im-provident
-companions,since we left Hood's River, had thrown
-away three of the fishing-nets, and burnt the floats ; they knew we
-had brought them to procure subsistence for the party, when the
-animals should fail, and we could scarcely believe the fact of their
-having wilfully deprived themselves of this resource, especially
-when we considered that most of them had passed the greater part of
-their servitude in situations where the nets alone had supplied them
-with food. Being thus deprived of our principal resource, that of
-fishing, and the men evidently getting weaker every day, it became
-necessary to lighten their burthens of every thing except ammunition,
-clothing, and the instruments that were required to find our
-way. I, therefore, issued directions to deposit at this encampment
-the dipping needle, azimuth compass, magnet, a large thermometer,
-and a few books we had carried, having torn out of these such parts
-as we should require to work the observations for latitude and
-longitude. I also promised,as an excitement to the efforts in
-hunting, my gun to St. Germain, and an ample compensation to
-Adam, or any of the other men who should kill any animals.
-Mr. Hood, on this occasion, lent his gun to Michel, the Iroquois,
-who was very eager in the chase, and often successful.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">September 14.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-This morning the officers being assembled round
-a small fire, Perrault presented each of us with a small piece of meat
-which he had saved from his allowance. It was received with great
-thankfulness, and such an act of self-denial and kindness, being
-totally unexpected in a Canadian voyager, filled our eyes with tears.
-In directing our course to a river issuing from the lake, we met
-Credit, who communicated the joyful intelligence of his having
-killed two deer in the morning. We instantly halted, and having
-shared the deer that was nearest to us, prepared breakfast. After
-which, the other deer was sent for, and we went down to the river,
-which was about three hundred yards wide, and flowed with
-great velocity through a broken rocky channel. Having searched
-for a part where the current was most smooth, the canoe was
-placed in the water at the head of a rapid, and St. Germain, Solomon
-Belanger, and I, embarked in order to cross. We went from the
-shore very well, but in mid-channel the canoe became difficult to
-manage under our burden as the breeze was fresh. The current
-drove us to the edge of the rapid, when Belanger unfortunately
-applied his paddle to avert the apparent danger of being forced
-down it, and lost his balance. The canoe was overset in con-sequence
-in the middle of the rapid. We fortunately kept hold of
-it, until we touched a rock where the water did not reach higher
-than our waists; here we kept our footing, notwithstanding the
-strength of the current, until the water was emptied out of the
-canoe. Belanger then held the canoe steady whilst St. Germain
-placed me in it, and afterwards embarked himself in a very dexterous
-manner. It was impossible, however, to embark Belanger,
-as the canoe would have been hurried down the rapid, the moment
-he should have raised his foot from the rock on which he stood.
-We were, therefore, compelled to leave him in his perilous situation.
-We had not gone twenty yards before the canoe, striking on a
-sunken rock, went down. The place being shallow, we were again
-enabled to empty it, and the third attempt brought us to the shore.
-In the mean time Belanger was suffering extremely, immersed to
-his middle in the centre of a rapid, the temperature of which was
-very little above the freezing point, and the upper part of his body
-covered with wet clothes, exposed in a temperature not much above
-zero, to a strong breeze. He called piteously for relief, and
-St. Germain on his return endeavoured to embark him, but in vain.
-The canoe was hurried down the rapid, and when he landed he was
-rendered by the cold incapable of further exertion, and Adam at-tempted
-to embark Belanger, but found it impossible. An attempt
-was next made to carry out to him a line, made of the slings of the
-men's loads. This also failed, the current acting so strongly upon
-it, as to prevent the canoe from steering, and it was finally broken
-and carried down the stream. At length, when Belanger's strength
-seemed almost exhausted, the canoe reached him with a small cord
-belonging to one of the nets, and he was dragged perfectly senseless
-through the rapid. By the direction of Dr. Richardson, he was
-instantly stripped, and being rolled up in blankets, two men un-dressed
-themselves and went to bed with him; but it was some
-hours before he recovered his warmth and sensations. As soon as
-Belanger was placed in his bed, the officers immediately sent over
-my blankets, and a person to make a fire. Augustus brought the
-canoe over, and in returning he was obliged to descend both the
-rapids, before he could get across the stream; which hazardous
-service he performed with the greatest coolness and judgment. It
-is impossible to describe my sensations as I witnessed the various
-unsuccessful attempts to relieve Belanger. The distance prevented
-my seeing distinctly what was going on, and I continued pacing up
-and down upon the rock on which I landed, regardless of the
-coldness of my drenched and stiffening garments. The canoe, in
-every attempt to reach him, was hurried down the rapid, and was
-lost to the view amongst the rocky islets, with a rapidity that
-seemed to threaten certain destruction; once, indeed, I fancied that
-I saw it overwhelmed in the waves. Such an event would have
-been fatal to the whole party. Separated as I was from my com-panions,
-without gun, ammunition, hatchet, or the means of making
-a fire, and in wet clothes, my doom would have been speedily sealed.
-My companions too, driven to the necessity of coasting the lake,
-must have sunk under the fatigue of rounding its innumerable arms
-and bays, which, as we have learned from the Indians, are very
-extensive. By the goodness of Providence, however, we were spared
-at that time, and some of us have been permitted to offer up our
-thanksgivings, in a civilized land, for the signal deliverances we then
-and afterwards experienced.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="right"
- page-height="21.7cm"
- page-width="16cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="3.5cm"
- margin-right="1.5cm">
- <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
- <fo:region-before extent="2cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
-
- <fo:simple-page-master master-name="left"
- page-height="21.7cm"
- page-width="16cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="3.5cm">
- <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
- <fo:region-before extent="2cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
-
- <fo:simple-page-master master-name="center"
- page-height="21.7cm"
- page-width="16cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
- <fo:region-before extent="2cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
-
- <fo:page-sequence-master master-name="alternating">
- <fo:repeatable-page-master-alternatives maximum-repeats="no-limit">
- <fo:conditional-page-master-reference master-name="right"
- odd-or-even="odd" />
- <fo:conditional-page-master-reference master-name="left"
- odd-or-even="even" />
- <fo:conditional-page-master-reference master-name="center"/>
- </fo:repeatable-page-master-alternatives>
- </fo:page-sequence-master>
-
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="alternating" initial-page-number="1">
-
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="start" font-size="10pt"
- font-family="sans-serif"
- line-height="10pt" >
- John Franklin - Journey to the Shores of the Polar Sea
- </fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-after">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="sans-serif"
- line-height="14pt" >
- p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines local TOC -->
- <fo:block font-size="10pt"
- font-family="serif"
- line-height="12pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="6pt">
-Journey across the barren Grounds - Difficulty and delay in crossing Copper-Mine River -
-Melancholy and fatal Results thereof - Extreme Misery of the whole Party - Murder of
-Mr. Hood - Death of several of the Canadians - Desolate State of Fort Enterprise -
-Distress suffered at that Place - Dr. Richardson's Narrative - Mr. Back's Narrative -
-Conclusion.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">1821. August 17.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-MY original intention, whenever the season should
-compel us to relinquish the survey, had been to return by the way
-of the Copper-Mine River, and in pursuance of my arrangement
-with the Hook to travel to Slave Lake through the line of woods
-extending thither by the Great Bear and Marten Lakes, but our
-scanty stock of provision and the length of the voyage rendered it
-necessary to make for a nearer place. We had already found that
-the country, between Cape Barrow and the Copper-Mine River,
-would not supply our wants, and this it seemed probable would now
-be still more the case ; besides, at this advanced season, we expected
-the frequent recurrence of gales, which would cause great detention,
-if not danger in proceeding along that very rocky part of the coast.
-I determined, therefore, to make at once for Arctic Sound, where
-we had found the animals more numerous than at any other place ;
-and entering Hood's River, to advance up that stream as far as it
-was navigable, and then to construct small canoes out of the
-materials of the larger ones, which could be carried in crossing the
-barren grounds to Fort Enterprise.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 19.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We were almost beaten out of our comfortless abodes
-by rain during the night, and this morning the gale continued
-without diminution. The thermometer fell to 33 deg. Two men were
-sent with Junius to search for the deer which Augustus had killed.
-Junius returned in the evening bringing part of the meat, but owing
-to the thickness of the weather, his companions parted from him
-and did not make their appearance. Divine service was read. On
-the 20th we were presented with the most chilling prospect, the
-small pools of water being frozen over, the ground being covered
-with snow, and the thermometer at the freezing point at mid-day.
-Flights of geese were passing to the southward. The wind however
-was more moderate, having changed to the eastward. Considerable
-anxiety prevailing respecting Belanger and Michel, the two men
-who strayed from Junius yesterday, the rest were sent out to look
-for them. The search was successful, and they all returned in the
-evening. The stragglers were much fatigued, and had suffered
-severely from the cold, one of them having his thighs frozen, and
-what under our present circumstances was most grievous, they had
-thrown away all the meat. The wind during the night returned to
-the north-west quarter, blew more violently than ever, and raised a
-very turbulent sea. The next day did not improve our condition,
-the snow remained on the ground, and the small pools were frozen.
-Our hunters were sent out, but they returned after a fatiguing
-day's march without having seen any animals. We made a scanty
-meal off a handful of pemmican, after which only half a bag
-remained.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The wind abated after midnight, and the surf diminished rapidly,
-which caused us to be on the alert at a very early hour on the 22d,
-but we had to wait until six A.M. for the return of Augustus who
-had continued out all night on an unsuccessful pursuit of deer.
-It appears that he had walked a few miles farther along the coast,
-than the party had done on the 18th, and from a sketch he drew on
-the sand, we were confirmed in our former opinion that the shore
-inclined more to the eastward beyond Point Turnagain. He also
-drew a river of considerable size, that discharges its waters into
-Walker's Bay; on the banks of which stream he saw a piece of
-wood, such as the Esquimaux use in producing fire, and other marks
-so fresh that he supposed they had recently visited the spot. We
-therefore left several iron materials for them. Our men, cheered by
-the prospect of returning, embarked with the utmost alacrity; and,
-paddling with unusual vigour, carried us across Riley's and Walker's
-Bays, a distance of twenty miles before noon, when we landed on
-Slate-Clay Point, as the wind had freshened too much to permit us
-to continue the voyage. The whole party went to hunt, but returned
-without success in the evening, drenched with the heavy rain which
-commenced soon after they had set out. Several deer were seen,
-but could not be approached in this naked country; and as our
-stock of pemmican did not admit of serving out two meals, we went
-dinnerless to bed.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Soon after our departure to-day, a sealed tin-case, sufficiently
-buoyant to float, was thrown overboard, containing a short account of
-our proceedings, and the position of the most conspicuous points.
-The wind blew off the land, the water was smooth, and as the sea
-is in this part more free from islands than in any other, there was
-every probability of its being driven off the shore into the current ;
-which, as I have before mentioned, we suppose, from the circumstance
-of Mackenzie's River being the only known stream that
-brings down the wood we have found along the shores, to set to the
-eastward.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 23.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-A severe frost caused us to pass a comfortless night.
-At two P.M. we set sail, and the men voluntarily launched out to
-make a traverse of fifteen miles across Melville Sound, before a
-strong wind and heavy sea. The privation of food, under which
-our voyagers were then labouring, absorbed every other terror;
-otherwise the most powerful persuasion could not have induced
-them to attempt such a traverse. It was with the utmost difficulty
-that the canoes were kept from turning their broadsides to the
-waves, though we sometimes steered with all the paddles. One of
-them narrowly escaped being overset by this accident, happening
-in mid-channel, where the waves were so high that the mast-head
-of our canoe was often hid from the other, though it was sailing
-within hail. The annexed plate, from Mr. Back's sketch, will convey
-to the reader an accurate idea of the peril of our situation.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The traverse, however, was made;we were then near a high
-rocky lee shore, on which a heavy surf was beating. The wind
-being on the beam, the canoes drifted fast to leeward; and, on
-rounding a point, the recoil of the sea from the rocks was so great
-that they were with difficulty kept from foundering. We looked in
-vain for a sheltered bay to land in ; but, at length, being unable to
-weather another point, we were obliged to put ashore on the open
-beach, which, fortunately, was sandy at this spot. The debarkation
-was effected in the manner represented in the plate; and, fortunately,
-without further injury than the splitting of the head of
-the second canoe, which was easily repaired.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Our encampment being near to the place where we killed the deer
-on the 11th, almost the whole party went out to hunt, but they
-returned in the evening without having seen any game. The
-berries, however, were ripe and plentiful, and, with the addition
-of some country tea, furnished a supper. There were some showers
-in the afternoon,and the weather was cold, the thermometer
-being 42 deg, but the evening and night were calm and fine. It may be
-remarked that the mosquitoes disappeared when the late gales
-commenced.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 25.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Embarking at three A. M., we stretched across
-the eastern entrance of Bathurst's Inlet, and arrived at an island,
-which I have named after Colonel Barry, of Newton Barry. Some
-deer being seen on the beach, the hunters went in pursuit of
-them, and succeeded in killing three females, which enabled us to
-save our last remaining meal of pemmican. They saw also some
-fresh tracks of musk oxen on the banks of a small stream, which
-flowed into a lake in the centre of the island. These animals must
-have crossed a channel, at least, three miles wide, to reach the nearest
-of these islands. Some specimens of variegated pebbles and jasper
-were found here imbedded in the amygdaloidal rock.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Re-embarking at two P.M., and continuing through what was
-supposed to be a channel between two islands, we found our passage
-barred by a gravelly isthmus of only ten yards in width ; the canoes
-and cargoes were carried across it, and we passed into Bathurst's Inlet
-through another similar channel, bounded on both sides by steep
-rocky hills. The wind then changing from S.E. to N.W. brought
-heavy rain, and we encamped at seven P.M., having advanced
-eighteen miles.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Starting this morning with a fresh breeze in our favour,
-we soon reached that part of Barry's Island where the canoes were
-detained on the 2d and 3rd of this month, and contrary to what we
-then experienced, the deer were now plentiful. The hunters killed
-two, and we were relieved from all apprehension of an immediate
-want of food. One would suppose the deer were about to retire to
-the main shore from their assembling at this time in such numbers
-on the islands nearest to the coast. Those we saw were generally
-females with their young, and all of them very lean.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The wind continued in the same direction until we had rounded
-Point Wollaston, and then changed to a quarter, which enabled us
-to steer for Hood's River, which we ascended as high as the first
-rapid and encamped. Here terminated our voyage on the Arctic
-sea, during which we had gone over six hundred and fifty geographical
-miles. Our Canadian voyagers could not restrain their expressions
-of joy at having turned their backs on the sea, and
-they passed the evening talking over their past adventures with
-much humour and no little exaggeration. The consideration that
-the most painful, and certainly the most hazardous, part of the
-journey was yet to come, did not depress their spirits at all. It is
-due to their character to mention that they displayed much courage
-in encountering the dangers of the sea, magnified to them by their
-novelty.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The shores between Cape Barrow and Cape Flinders, including
-the extensive branches of Arctic and Melville Sounds, and Bathurst's
-Inlet, may be comprehended in one great gulf, which I have distinguished
-by the appellation of George IV.'s Coronation Gulf, in
-honour of His Most Gracious Majesty, the latter name being added
-to mark the time of its discovery. The Archipelago of islands which
-fringe the coast from Copper-Mine River to Point Turnagain, I have
-named in honour of His Royal Highness the Duke of York.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-It may be deserving of notice that the extremes in temperature
-of the sea water during our voyage were 53 deg and 35 deg, but its general
-temperature was between 43 deg and 48 deg. Throughout our return from
-Point Turnagain we observed that the sea had risen several feet
-above marks left at our former encampments. This may, perhaps,
-be attributed to the north-west gales.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 26.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Previous to our departure this morning, an assortment
-of iron materials, beads, looking-glasses, and other articles
-were put up in a conspicuous situation for the Esquimaux, and the
-English Union was planted on the loftiest sand-hill, where it might
-be seen by any ships passing in the offing. Here also, was deposited
-in a tin bow a letter containing an outline of our proceedings, the
-latitude and longitude of the principal places, and the course we
-intended to pursue towards Slave Lake.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Embarking at eight A.M. we proceeded up the river, which is full
-of sandy shoals, but sufficiently deep for canoes in the channels. It is
-from one hundred to two hundred yards wide, and is bounded by high
-and steep banks of clay. We encamped at a cascade of eighteen or
-twenty feet high, which is produced by a ridge of rock crossing the
-river, and the nets were set. A mile below this cascade Hood's
-River is joined by a stream half its own size, which I have called
-James' Branch. Bear and deer tracks had been numerous on the
-banks of the river when we were here before, but not a single recent
-one was to be seen at this time. Credit, however, killed a small
-deer at some distance inland, which, with the addition of berries,
-furnished a delightful repast this evening. The weather was remarkably
-fine, and the temperature so mild, that the mosquitoes again
-made their appearance, but not in any great numbers. Our distance
-made to-day was not more than six miles.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The next morning the net furnished us with ten white fish
-and trout. Having made a further deposit of iron work for the
-Esquimaux we pursued our voyage up the river, but the shoals and
-rapids in this part were so frequent, that we walked along the banks
-the whole day, and the crews laboured hard in carrying the canoes
-thus lightened over the shoals or dragging them up the rapids, yet
-our journey in a direct line was only about seven miles. In the
-evening we encamped at the lower end of a narrow chasm through
-which the river flows for upwards of a mile. The walls of this
-chasm are upwards of two hundred feet high, quite perpendicular,
-and in some places only a few yards apart. The river precipitates
-itself into it over a rock, forming two magnificent and picturesque
-falls close to each other. The upper fall is about sixty feet high, and
-the lower one at least one hundred, but perhaps considerably more,
-for the narrowness of the chasm into which it fell prevented us from
-seeing its bottom, and we could merely discern the top of the spray
-far beneath our feet. The lower fall is divided into two, by an
-insulated column of rock which rises about forty feet above it. The
-whole descent of the river at this place probably exceeds two
-hundred and fifty feet. The rock is very fine felspathose sandstone.
-It has a smooth surface and a light red colour. I have named these
-magnificent cascades Wilberforce Falls, as a tribute of my respect
-for that distinguished philanthropist and Christian. Messrs. Back and
-Hood took beautiful sketches of this majestic scene, which are
-combined in the annexed plate.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The river being surveyed from the summit of a hill, above these
-falls, appeared so rapid and shallow, that it seemed useless to
-attempt proceeding any farther in the large canoes. I therefore
-determined on constructing out of their materials two smaller ones
-of sufficient size to contain three persons, for the purpose of crossing
-any river that might obstruct our progress. This operation was
-accordingly commenced, and by the 31st both the canoes being
-finished, we prepared for our departure on the following day.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The leather which had been preserved for making shoes was
-equally divided among the men, two pairs of flannel socks were given
-to each person, and such articles of warm clothing as remained, were
-issued to those who most required them. They were also furnished
-with one of the officers' tents. This being done, I communicated to
-the men my intention of proceeding in as direct a course as possible
-to the part of Point Lake, opposite to our spring encampment
-which was only distant one hundred and forty-nine miles in a
-straight line. They received the communication cheerfully, considered
-the journey to be short, and left me, in high spirits, to
-arrange their own packages. The stores, books, &c., which were not
-absolutely necessary to be carried, were then put up in boxes to be
-left en cache here, in order that the men's burdens might be as light
-as possible.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The next morning was warm, and very fine. Every one was on
-the alert at an early hour, being anxious to commence the journey.
-Our luggage consisted of ammunition, nets, hatchets, ice chisels,
-astronomical instruments, clothing, blankets, three kettles, and
-the two canoes, which were each carried by one man. The
-officers carried such a portion of their own things as their strength
-would permit;the weight carried by each man was about ninety
-pounds, and with this we advanced at the rate of about a mile an
-hour, including rests. In the evening the hunters killed a lean cow,
-out of a large drove of musk-oxen; but the men were too much
-laden to carry more than a small portion of its flesh. The alluvial
-soil, which towards the mouth of the river spreads into plains,
-covered with grass and willows, was now giving place to a more
-barren and hilly country; so that we could but just collect sufficient
-brush wood to cook our suppers. The part of the river we skirted
-to-day was shallow, and flowed over a bed of sand ; its width about
-one hundred and twenty yards. About midnight our tent was blown
-down by a squall, and we were completely drenched with rain before
-it could be re-pitched.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-In the morning of the 1st of September a fall of snow took
-place; the canoes became a cause of delay, by the difficulty of
-carrying them in a high wind, and they sustained much damage
-from the falls of those who had charge of them. The face of the
-country was broken by hills of moderate elevation, but the ground
-was plentifully strewed with small stones, which, to men bearing
-heavy burthens, and whose feet were protected only by soft moose
-skin shoes, occasioned great pain. At the end of eleven miles we
-encamped, and sent for a musk-ox and a deer, which St. Germain
-and Augustus had killed. The day was extremely cold, the ther-mometer
-varying between 34 deg and 36 deg. In the afternoon a heavy
-fall of snow took place, on the wind changing from north-west to
-south-west. We found no wood at the encampment, but made a
-fire of moss to cook the supper, and crept under our blankets for
-warmth. At sun-rise the thermometer was at 31 deg, and the wind
-fresh from north-west; but the weather became mild in the course
-of the forenoon, and the snow disappeared from the gravel. The
-afternoon was remarkably fine, and the thermometer rose to 50 deg.
-One of the hunters killed a musk-ox. The hills in this part are
-lower and more round-backed than those we passed yesterday, and
-exhibited but little naked rock; they were covered with lichens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Having ascertained from the summit of the highest hill near the
-tents, that the river continued to preserve a west course; and fear-ing
-that by pursuing it further we might lose much time, and un-necessarily
-walk over a great deal of ground, I determined on
-quitting its banks the next day, and making as directly as we could for
-Point Lake. We accordingly followed the river on the 3d, only to
-the place where the musk-ox had been killed last evening, and after
-the meat was procured, crossed the river in our two canoes lashed
-together. We now emerged from the valley of the river, and entered
-a level, but very barren, country, varied only by small lakes and
-marshes, the ground being covered with small stones. Many old tracks
-of rein-deer were seen in the clayey soil, and some more recent
-ones of the musk-ox. We encamped on the borders of Wright's
-River, which flows to the eastward; the direct distance walked to-day
-being ten miles and three-quarters. The next morning was
-very fine, and,as the day advanced, the weather became quite
-warm. We set out at six A. M., and, having forded the river,
-walked over a perfectly level country, interspersed with small lakes,
-which communicated with each other, by streams running in various
-directions. No berry-bearing plants were found in this part, the
-surface of the earth being thinly covered in the moister places with
-a few grasses, and on the drier spots with lichens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Having walked twelve miles and a half, we encamped at seven P.M.,
-and distributed our last piece of pemmican, and a little arrow-root
-for supper, which afforded but a scanty meal. This evening was
-warm, but dark clouds overspread the sky. Our men now began to
-find their burdens very oppressive, and were much fatigued by this
-day's march, but did not complain. One of them was lame from an
-inflammation in the knee. Heavy rain commenced at midnight, and
-continued without intermission until five in the morning, when it
-was succeeded by snow on the wind changing to north-west, which
-soon increased to a violent gale. As we had nothing to eat, and
-were destitute of the means of making a fire, we remained in our
-beds all the day ; but the covering of our blankets was insufficient to
-prevent us from feeling the severity of the frost, and suffering in-convenience
-from the drifting of the snow into our tents. There
-was no abatement of the storm next day ; our tents were completely
-frozen, and the snow had drifted around them to a depth of three
-feet, and even in the inside there was a covering of several inches on
-our blankets. Our suffering from cold, in a comfortless canvass tent
-in such weather, with the temperature at 20 deg, and without fire,
-will easily be imagined;it was, however, less than that which we
-felt from hunger.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The morning of the 7th cleared up a little, but the wind was still
-strong, and the weather extremely cold. From the unusual con-tinuance
-of the storm, we feared the winter had set in with all its
-rigour, and that by longer delay we should only be exposed to an
-accumulation of difficulties; we therefore prepared for our journey,
-although we were in a very unfit condition for starting, being weak
-from fasting, and our garments stiffened by the frost. We had no
-means of making a fire to thaw them, the moss, at all times difficult
-to kindle, being now covered with ice and snow. A considerable
-time was consumed in packing up the frozen tents and bed clothes,
-the wind blowing so strong that no one could keep his hands long
-out of his mittens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Just as we were about to commence our march, I was seized with
-a fainting fit, in consequence of exhaustion and sudden exposure to
-the wind; but after eating a morsel of portable soup, I recovered, so
-far as to be able to move on. I was unwilling at first to take this
-morsel of soup, which was diminishing the small and only remaining
-meal for the party; but several of the men urged me to it, with
-much kindness. The ground was covered a foot deep with snow,
-the margin of the lakes was incrusted with ice, and the swamps over
-which we had to pass were entirely frozen; but the ice not being
-sufficiently strong to bear us, we frequently plunged knee-deep in
-water. Those who carried the canoes were repeatedly blown down
-by the violence of the wind, and they often fell, from making an
-insecure step on a slippery stone; on one of these occasions, the
-largest canoe was so much broken as to be rendered utterly unser-viceable.
-This was felt as a serious disaster, as the remaining canoe
-having through mistake been made too small, it was doubtful
-whether it would be sufficient to carry us across a river. Indeed
-we had found it necessary in crossing Hood's River, to lash the two
-canoes together. As there was some suspicion that Benoit, who
-carried the canoe, had broken it intentionally, he having on a former
-occasion been overheard by some of the men to say, that he would
-do so when he got it in charge, we closely examined him on the
-point; he roundly denied having used the expressions attributed to
-him, and insisted that it was broken by his falling accidentally; and
-as he brought men to attest the latter fact, who saw him tumble, we
-did not press the matter further. I may here remark that our
-people had murmured a good deal at having to carry two canoes,
-though they were informed of the necessity of taking both, in case
-it should be deemed advisable to divide the party; which it had
-been thought probable we should be obliged to do, if animals proved
-scarce, in order to give the whole the better chance of procuring
-subsistence, and also for the purpose of sending forward some of the
-best walkers to search for Indians, and to get them to meet us with
-supplies of provision. The power of doing this was now at an end.
-As the accident could not be remedied we turned it to the best
-account by making a fire of the bark and timbers of the broken
-vessel, and cooked the remainder of our portable soup and arrow-root.
-This was a scanty meal after three days' fasting, but it served
-to allay the pangs of hunger, and enabled us to proceed at a quicker
-pace than before. The depth of the snow caused us to march in
-Indian file, that is in each other's steps; the voyagers taking it in
-turn to lead the party. A distant object was pointed out to this
-man in the direction we wished to take, and Mr. Hood followed
-immediately behind him, to renew the bearings, and keep him from
-deviating more than could be helped from the mark. It may be
-here observed, that we proceeded in this manner throughout our
-route across the barren grounds.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-In the afternoon we got into a more hilly country, where the
-ground was strewed with large stones. The surface of these was
-covered with lichens of the genus gyrophora, which the Canadians
-term tripe de roche. A considerable quantity was gathered, and
-with half a partridge each, (which were shot in the course of the
-day,) furnished us with a slender supper, which we cooked with a
-few willows, dug up from beneath the snow. We passed a comfortless
-night in our damp clothes, but took the precaution of sleeping upon
-our socks and shoes to prevent them from freezing. This plan was
-afterwards adopted throughout the journey.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-At half past five in the morning we proceeded; and after walking
-about two miles, came to Cracroft's River, flowing to the westward,
-with a very rapid current over a rocky channel. We had much diffi-culty
-in crossing this, the canoe being useless, not only from the bot-tom
-of the channel being obstructed by large stones, but also from its
-requiring gumming, an operation which, owing to the want of wood
-and the frost, we were unable to perform. However, after following
-the course of the river some way, we effected a passage by means of a
-range of large rocks that crossed a rapid. As the current was strong,
-and many of the rocks were covered with water to the depth of two
-or three feet, the men were exposed to much danger in carrying their
-heavy burthens across, and several of them actually slipped into the
-stream, but were immediately rescued by the others. Junius went
-farther up the river in search of a better crossing place, and did not
-rejoin us to-day. As several of the party were drenched from head to
-foot, and we were all wet to the middle, our clothes became stiff with
-the frost, and we walked with much pain for the remainder of the day.
-The march was continued to a late hour, being anxious to rejoin the
-hunters who had gone before, but we were obliged to encamp at the
-end of ten miles and a quarter, without seeing them. Our only
-meal to-day consisted of a partridge each, (which the hunters shot,)
-mixed with tripe de roche. This repast although scanty for men,
-with appetites such as our daily fatigue created, proved a cheerful
-one, and was received with thankfulness. Most of the men had to
-sleep in the open air, in consequence of the absence of Credit, who
-carried their tent; but we fortunately found an unusual quantity of
-roots to make a fire, which prevented their suffering much from the
-cold, though the thermometer was at 17 deg.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We started at six on the 9th, and at the end of two miles re-gained
-our hunters, who were halting on the borders of a lake amidst
-a clump of stunted willows. This lake stretched to the westward as
-far as we could see, and its waters were discharged by a rapid stream
-one hundred and fifty yards wide. Being entirely ignorant where
-we might be led by pursuing the course of the lake, and dreading
-the idea of going a mile unnecessarily out of the way, we deter-mined
-on crossing the river if possible; and the canoe was gummed
-for the purpose, the willows furnishing us with fire. But we had to
-await the return of Junius before we could make the traverse. In
-the mean time we gathered a little tripe de roche, and breakfasted
-upon it and a few partridges that were killed in the morning.
-St. Germain and Adam were sent upon some recent tracks of deer.
-Junius arrived in the afternoon, and informed us that he had seen
-a large herd of musk-oxen on the banks of Cracroft's River, and had
-wounded one of them, but it had escaped. He brought about four
-pounds of meat, the remains of a deer that had been devoured by
-the wolves. The poor fellow was much fatigued, having walked
-throughout the night, but as the weather was particularly favourable
-for our crossing the river, we could not allow him to rest. After he
-had taken some refreshment we proceeded to the river. The canoe
-being put into the water was found extremely ticklish, but it was
-managed with much dexterity by St. Germain, Adam, and Peltier,
-who ferried over one passenger at a time, causing him to lie flat in its
-bottom, by no means a pleasant position, owing to its leakiness, but
-there was no alternative. The transport of the whole party was
-effected by five o'clock, and we walked about two miles further, and
-encamped, having come five miles and three quarters on a south-west
-course. Two young alpine hares were shot by St. Germain, which,
-with the small piece of meat brought in by Junius, furnished the
-supper of the whole party. There was no tripe de roche here. The
-country had now become decidedly hilly, and was covered with snow.
-The lake preserved its western direction, as far as I could see from
-the summit of the highest mountain near the encampment. We
-subsequently learned from the Copper Indians, that the part at
-which we had crossed the river was the Congecatha-wha-chaga of
-Hearne, of which I had little idea at the time, not only from the
-difference of latitude, but also from its being so much farther east of
-the mouth of the Copper-Mine River, than his track is laid down.
-He only making one degree and three quarters difference of lon-gitude,
-and we, upwards of four. Had I been aware of the fact,
-several days harassing march, and a disastrous accident would have
-been prevented by keeping on the western side of the lake, instead
-of crossing the river. We were informed also, that this river is
-the Anatessy or River of Strangers, and is supposed to fall into
-Bathurst's Inlet; but although the Indians have visited its mouth,
-their description was not sufficient to identify it with any of the
-rivers whose mouths we had seen. It probably falls in that part of
-the coast which was hid from our view by Goulburn's or Elliot's
-Islands.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">September 10.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We had a cold north wind, and the atmosphere
-was foggy. The thermometer 18 deg at five A.M. In the course of
-our march this morning, we passed many small lakes; and the
-ground becoming higher and more hilly as we receded from the
-river, was covered to a much greater depth with snow. This ren-dered
-walking not only extremely laborious, but also hazardous in
-the highest degree;for the sides of the hills, as is usual throughout
-the barren grounds, abounding in accumulations of large angular
-stones, it often happened that the men fell into the interstices
-with their loads on their backs, being deceived by the smooth
-appearance of the drifted snow. If any one had broken a limb
-here, his fate would have been melancholy indeed; we could neither
-have remained with him, nor carried him on. We halted at ten to
-gather tripe de roche,but it was so frozen, that we were quite
-benumbed with cold before a sufficiency could be collected even for
-a scanty meal. On proceeding our men were somewhat cheered, by
-observing on the sandy summit of a hill, from whence the snow had
-been blown, the summer track of a man; and afterwards by seeing
-several deer tracks on the snow. About noon the weather cleared
-up a little, and, to our great joy, we saw a herd of musk-oxen
-grazing in a valley below us. The party instantly halted, and the
-best hunters were sent out; they approached the animals with the
-utmost caution, no less than two hours being consumed before they
-got within gun-shot. In the mean time we beheld their proceed-ings
-with extreme anxiety, and many secret prayers were, doubtless,
-offered up for their success. At length they opened their fire, and
-we had the satisfaction of seeing one of the largest cows fall; another
-was wounded, but escaped. This success infused spirit into our
-starving party. To skin and cut up the animal was the work of a
-few minutes. The contents of its stomach were devoured upon
-the spot, and the raw intestines, which were next attacked, were
-pronounced by the most delicate amongst us to be excellent. A few
-willows, whose tops were seen peeping through the snow in the bottom
-of the valley, were quickly grubbed, the tents pitched, and supper
-cooked, and devoured with avidity. This was the sixth day since we
-had had a good meal. The tripe de roche, even where we got
-enough, only serving to allay the pangs of hunger for a short time.
-After supper, two of the hunters went in pursuit of the herd, but
-could not get near them.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We were detained all the next day by a strong southerly wind,
-and were much incommoded in the tents by the drift snow. The
-temperature was 20 deg. The average for the last ten days about
-24.5 deg. We restricted ourselves to one meal to-day as we were at
-rest, and there was only meat remaining sufficient for the next day.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The gale had not diminished on the 12th, and, as we were
-fearful of its continuance for some time, we determined on going
-forward; our only doubt regarded the preservation of the canoe,
-but the men promised to pay particular attention to it, and the
-most careful persons were appointed to take it in charge. The snow
-was two feet deep, and the ground much broken, which rendered
-the march extremely painful. The whole party complained more of
-faintness and weakness than they had ever done before; their
-strength seemed to have been impaired by the recent supply of
-animal food. In the afternoon the wind abated, and the snow ceased;
-cheered with the change we proceeded forward at a quicker pace,
-and encamped at six P. M., having come eleven miles. Our supper
-consumed the last of our meat.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We set out on the 13th, in thick hazy weather, and, after an hour's
-march, had the extreme mortification to find ourselves on the
-borders of a large lake, which we subsequently learned from the
-Indians was named Contwoy-to, or Rum Lake; neither of its extre-
-mities could be seen, and as the portion which lay to the east
-seemed the widest, we coasted along to the westward portion in
-search of a crossing-place. This lake being bounded by steep and
-lofty hills, our march was very fatiguing. Those sides which were
-exposed to the sun, were free from snow, and we found upon them
-some excellent berries. We encamped at six P. M., having come
-only six miles and a half. Credit was then missing, and he did not
-return during the night. We supped off a single partridge and
-some tripe de roche;this unpalatable weed was now quite nau-seous
-to the whole party, and in several it produced bowel com-plaints.
-Mr. Hood was the greatest sufferer from this cause. This
-evening we were extremely distressed, at discovering that our im-provident
-companions,since we left Hood's River, had thrown
-away three of the fishing-nets, and burnt the floats ; they knew we
-had brought them to procure subsistence for the party, when the
-animals should fail, and we could scarcely believe the fact of their
-having wilfully deprived themselves of this resource, especially
-when we considered that most of them had passed the greater part of
-their servitude in situations where the nets alone had supplied them
-with food. Being thus deprived of our principal resource, that of
-fishing, and the men evidently getting weaker every day, it became
-necessary to lighten their burthens of every thing except ammunition,
-clothing, and the instruments that were required to find our
-way. I, therefore, issued directions to deposit at this encampment
-the dipping needle, azimuth compass, magnet, a large thermometer,
-and a few books we had carried, having torn out of these such parts
-as we should require to work the observations for latitude and
-longitude. I also promised,as an excitement to the efforts in
-hunting, my gun to St. Germain, and an ample compensation to
-Adam, or any of the other men who should kill any animals.
-Mr. Hood, on this occasion, lent his gun to Michel, the Iroquois,
-who was very eager in the chase, and often successful.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">September 14.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-This morning the officers being assembled round
-a small fire, Perrault presented each of us with a small piece of meat
-which he had saved from his allowance. It was received with great
-thankfulness, and such an act of self-denial and kindness, being
-totally unexpected in a Canadian voyager, filled our eyes with tears.
-In directing our course to a river issuing from the lake, we met
-Credit, who communicated the joyful intelligence of his having
-killed two deer in the morning. We instantly halted, and having
-shared the deer that was nearest to us, prepared breakfast. After
-which, the other deer was sent for, and we went down to the river,
-which was about three hundred yards wide, and flowed with
-great velocity through a broken rocky channel. Having searched
-for a part where the current was most smooth, the canoe was
-placed in the water at the head of a rapid, and St. Germain, Solomon
-Belanger, and I, embarked in order to cross. We went from the
-shore very well, but in mid-channel the canoe became difficult to
-manage under our burden as the breeze was fresh. The current
-drove us to the edge of the rapid, when Belanger unfortunately
-applied his paddle to avert the apparent danger of being forced
-down it, and lost his balance. The canoe was overset in con-sequence
-in the middle of the rapid. We fortunately kept hold of
-it, until we touched a rock where the water did not reach higher
-than our waists; here we kept our footing, notwithstanding the
-strength of the current, until the water was emptied out of the
-canoe. Belanger then held the canoe steady whilst St. Germain
-placed me in it, and afterwards embarked himself in a very dexterous
-manner. It was impossible, however, to embark Belanger,
-as the canoe would have been hurried down the rapid, the moment
-he should have raised his foot from the rock on which he stood.
-We were, therefore, compelled to leave him in his perilous situation.
-We had not gone twenty yards before the canoe, striking on a
-sunken rock, went down. The place being shallow, we were again
-enabled to empty it, and the third attempt brought us to the shore.
-In the mean time Belanger was suffering extremely, immersed to
-his middle in the centre of a rapid, the temperature of which was
-very little above the freezing point, and the upper part of his body
-covered with wet clothes, exposed in a temperature not much above
-zero, to a strong breeze. He called piteously for relief, and
-St. Germain on his return endeavoured to embark him, but in vain.
-The canoe was hurried down the rapid, and when he landed he was
-rendered by the cold incapable of further exertion, and Adam at-tempted
-to embark Belanger, but found it impossible. An attempt
-was next made to carry out to him a line, made of the slings of the
-men's loads. This also failed, the current acting so strongly upon
-it, as to prevent the canoe from steering, and it was finally broken
-and carried down the stream. At length, when Belanger's strength
-seemed almost exhausted, the canoe reached him with a small cord
-belonging to one of the nets, and he was dragged perfectly senseless
-through the rapid. By the direction of Dr. Richardson, he was
-instantly stripped, and being rolled up in blankets, two men un-dressed
-themselves and went to bed with him; but it was some
-hours before he recovered his warmth and sensations. As soon as
-Belanger was placed in his bed, the officers immediately sent over
-my blankets, and a person to make a fire. Augustus brought the
-canoe over, and in returning he was obliged to descend both the
-rapids, before he could get across the stream; which hazardous
-service he performed with the greatest coolness and judgment. It
-is impossible to describe my sensations as I witnessed the various
-unsuccessful attempts to relieve Belanger. The distance prevented
-my seeing distinctly what was going on, and I continued pacing up
-and down upon the rock on which I landed, regardless of the
-coldness of my drenched and stiffening garments. The canoe, in
-every attempt to reach him, was hurried down the rapid, and was
-lost to the view amongst the rocky islets, with a rapidity that
-seemed to threaten certain destruction; once, indeed, I fancied that
-I saw it overwhelmed in the waves. Such an event would have
-been fatal to the whole party. Separated as I was from my com-panions,
-without gun, ammunition, hatchet, or the means of making
-a fire, and in wet clothes, my doom would have been speedily sealed.
-My companions too, driven to the necessity of coasting the lake,
-must have sunk under the fatigue of rounding its innumerable arms
-and bays, which, as we have learned from the Indians, are very
-extensive. By the goodness of Providence, however, we were spared
-at that time, and some of us have been permitted to offer up our
-thanksgivings, in a civilized land, for the signal deliverances we then
-and afterwards experienced.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="repeating"
- page-height="21.7cm"
- page-width="16cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
- <fo:region-before extent="2cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
-
- <fo:page-sequence-master master-name="repeating_pm">
- <fo:repeatable-page-master-reference master-name="repeating"/>
- </fo:page-sequence-master>
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="repeating_pm" initial-page-number="1">
-
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="start" font-size="10pt"
- font-family="sans-serif"
- line-height="10pt" >
- John Franklin - Journey to the Shores of the Polar Sea
- </fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-after">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="sans-serif"
- line-height="14pt" >
- p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines local TOC -->
- <fo:block font-size="10pt"
- font-family="serif"
- line-height="12pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="6pt">
-Journey across the barren Grounds - Difficulty and delay in crossing Copper-Mine River -
-Melancholy and fatal Results thereof - Extreme Misery of the whole Party - Murder of
-Mr. Hood - Death of several of the Canadians - Desolate State of Fort Enterprise -
-Distress suffered at that Place - Dr. Richardson's Narrative - Mr. Back's Narrative -
-Conclusion.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">1821. August 17.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-MY original intention, whenever the season should
-compel us to relinquish the survey, had been to return by the way
-of the Copper-Mine River, and in pursuance of my arrangement
-with the Hook to travel to Slave Lake through the line of woods
-extending thither by the Great Bear and Marten Lakes, but our
-scanty stock of provision and the length of the voyage rendered it
-necessary to make for a nearer place. We had already found that
-the country, between Cape Barrow and the Copper-Mine River,
-would not supply our wants, and this it seemed probable would now
-be still more the case ; besides, at this advanced season, we expected
-the frequent recurrence of gales, which would cause great detention,
-if not danger in proceeding along that very rocky part of the coast.
-I determined, therefore, to make at once for Arctic Sound, where
-we had found the animals more numerous than at any other place ;
-and entering Hood's River, to advance up that stream as far as it
-was navigable, and then to construct small canoes out of the
-materials of the larger ones, which could be carried in crossing the
-barren grounds to Fort Enterprise.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 19.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We were almost beaten out of our comfortless abodes
-by rain during the night, and this morning the gale continued
-without diminution. The thermometer fell to 33 deg. Two men were
-sent with Junius to search for the deer which Augustus had killed.
-Junius returned in the evening bringing part of the meat, but owing
-to the thickness of the weather, his companions parted from him
-and did not make their appearance. Divine service was read. On
-the 20th we were presented with the most chilling prospect, the
-small pools of water being frozen over, the ground being covered
-with snow, and the thermometer at the freezing point at mid-day.
-Flights of geese were passing to the southward. The wind however
-was more moderate, having changed to the eastward. Considerable
-anxiety prevailing respecting Belanger and Michel, the two men
-who strayed from Junius yesterday, the rest were sent out to look
-for them. The search was successful, and they all returned in the
-evening. The stragglers were much fatigued, and had suffered
-severely from the cold, one of them having his thighs frozen, and
-what under our present circumstances was most grievous, they had
-thrown away all the meat. The wind during the night returned to
-the north-west quarter, blew more violently than ever, and raised a
-very turbulent sea. The next day did not improve our condition,
-the snow remained on the ground, and the small pools were frozen.
-Our hunters were sent out, but they returned after a fatiguing
-day's march without having seen any animals. We made a scanty
-meal off a handful of pemmican, after which only half a bag
-remained.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The wind abated after midnight, and the surf diminished rapidly,
-which caused us to be on the alert at a very early hour on the 22d,
-but we had to wait until six A.M. for the return of Augustus who
-had continued out all night on an unsuccessful pursuit of deer.
-It appears that he had walked a few miles farther along the coast,
-than the party had done on the 18th, and from a sketch he drew on
-the sand, we were confirmed in our former opinion that the shore
-inclined more to the eastward beyond Point Turnagain. He also
-drew a river of considerable size, that discharges its waters into
-Walker's Bay; on the banks of which stream he saw a piece of
-wood, such as the Esquimaux use in producing fire, and other marks
-so fresh that he supposed they had recently visited the spot. We
-therefore left several iron materials for them. Our men, cheered by
-the prospect of returning, embarked with the utmost alacrity; and,
-paddling with unusual vigour, carried us across Riley's and Walker's
-Bays, a distance of twenty miles before noon, when we landed on
-Slate-Clay Point, as the wind had freshened too much to permit us
-to continue the voyage. The whole party went to hunt, but returned
-without success in the evening, drenched with the heavy rain which
-commenced soon after they had set out. Several deer were seen,
-but could not be approached in this naked country; and as our
-stock of pemmican did not admit of serving out two meals, we went
-dinnerless to bed.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Soon after our departure to-day, a sealed tin-case, sufficiently
-buoyant to float, was thrown overboard, containing a short account of
-our proceedings, and the position of the most conspicuous points.
-The wind blew off the land, the water was smooth, and as the sea
-is in this part more free from islands than in any other, there was
-every probability of its being driven off the shore into the current ;
-which, as I have before mentioned, we suppose, from the circumstance
-of Mackenzie's River being the only known stream that
-brings down the wood we have found along the shores, to set to the
-eastward.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 23.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-A severe frost caused us to pass a comfortless night.
-At two P.M. we set sail, and the men voluntarily launched out to
-make a traverse of fifteen miles across Melville Sound, before a
-strong wind and heavy sea. The privation of food, under which
-our voyagers were then labouring, absorbed every other terror;
-otherwise the most powerful persuasion could not have induced
-them to attempt such a traverse. It was with the utmost difficulty
-that the canoes were kept from turning their broadsides to the
-waves, though we sometimes steered with all the paddles. One of
-them narrowly escaped being overset by this accident, happening
-in mid-channel, where the waves were so high that the mast-head
-of our canoe was often hid from the other, though it was sailing
-within hail. The annexed plate, from Mr. Back's sketch, will convey
-to the reader an accurate idea of the peril of our situation.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The traverse, however, was made;we were then near a high
-rocky lee shore, on which a heavy surf was beating. The wind
-being on the beam, the canoes drifted fast to leeward; and, on
-rounding a point, the recoil of the sea from the rocks was so great
-that they were with difficulty kept from foundering. We looked in
-vain for a sheltered bay to land in ; but, at length, being unable to
-weather another point, we were obliged to put ashore on the open
-beach, which, fortunately, was sandy at this spot. The debarkation
-was effected in the manner represented in the plate; and, fortunately,
-without further injury than the splitting of the head of
-the second canoe, which was easily repaired.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Our encampment being near to the place where we killed the deer
-on the 11th, almost the whole party went out to hunt, but they
-returned in the evening without having seen any game. The
-berries, however, were ripe and plentiful, and, with the addition
-of some country tea, furnished a supper. There were some showers
-in the afternoon,and the weather was cold, the thermometer
-being 42 deg, but the evening and night were calm and fine. It may be
-remarked that the mosquitoes disappeared when the late gales
-commenced.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 25.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Embarking at three A. M., we stretched across
-the eastern entrance of Bathurst's Inlet, and arrived at an island,
-which I have named after Colonel Barry, of Newton Barry. Some
-deer being seen on the beach, the hunters went in pursuit of
-them, and succeeded in killing three females, which enabled us to
-save our last remaining meal of pemmican. They saw also some
-fresh tracks of musk oxen on the banks of a small stream, which
-flowed into a lake in the centre of the island. These animals must
-have crossed a channel, at least, three miles wide, to reach the nearest
-of these islands. Some specimens of variegated pebbles and jasper
-were found here imbedded in the amygdaloidal rock.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Re-embarking at two P.M., and continuing through what was
-supposed to be a channel between two islands, we found our passage
-barred by a gravelly isthmus of only ten yards in width ; the canoes
-and cargoes were carried across it, and we passed into Bathurst's Inlet
-through another similar channel, bounded on both sides by steep
-rocky hills. The wind then changing from S.E. to N.W. brought
-heavy rain, and we encamped at seven P.M., having advanced
-eighteen miles.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Starting this morning with a fresh breeze in our favour,
-we soon reached that part of Barry's Island where the canoes were
-detained on the 2d and 3rd of this month, and contrary to what we
-then experienced, the deer were now plentiful. The hunters killed
-two, and we were relieved from all apprehension of an immediate
-want of food. One would suppose the deer were about to retire to
-the main shore from their assembling at this time in such numbers
-on the islands nearest to the coast. Those we saw were generally
-females with their young, and all of them very lean.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The wind continued in the same direction until we had rounded
-Point Wollaston, and then changed to a quarter, which enabled us
-to steer for Hood's River, which we ascended as high as the first
-rapid and encamped. Here terminated our voyage on the Arctic
-sea, during which we had gone over six hundred and fifty geographical
-miles. Our Canadian voyagers could not restrain their expressions
-of joy at having turned their backs on the sea, and
-they passed the evening talking over their past adventures with
-much humour and no little exaggeration. The consideration that
-the most painful, and certainly the most hazardous, part of the
-journey was yet to come, did not depress their spirits at all. It is
-due to their character to mention that they displayed much courage
-in encountering the dangers of the sea, magnified to them by their
-novelty.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The shores between Cape Barrow and Cape Flinders, including
-the extensive branches of Arctic and Melville Sounds, and Bathurst's
-Inlet, may be comprehended in one great gulf, which I have distinguished
-by the appellation of George IV.'s Coronation Gulf, in
-honour of His Most Gracious Majesty, the latter name being added
-to mark the time of its discovery. The Archipelago of islands which
-fringe the coast from Copper-Mine River to Point Turnagain, I have
-named in honour of His Royal Highness the Duke of York.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-It may be deserving of notice that the extremes in temperature
-of the sea water during our voyage were 53 deg and 35 deg, but its general
-temperature was between 43 deg and 48 deg. Throughout our return from
-Point Turnagain we observed that the sea had risen several feet
-above marks left at our former encampments. This may, perhaps,
-be attributed to the north-west gales.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 26.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Previous to our departure this morning, an assortment
-of iron materials, beads, looking-glasses, and other articles
-were put up in a conspicuous situation for the Esquimaux, and the
-English Union was planted on the loftiest sand-hill, where it might
-be seen by any ships passing in the offing. Here also, was deposited
-in a tin bow a letter containing an outline of our proceedings, the
-latitude and longitude of the principal places, and the course we
-intended to pursue towards Slave Lake.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Embarking at eight A.M. we proceeded up the river, which is full
-of sandy shoals, but sufficiently deep for canoes in the channels. It is
-from one hundred to two hundred yards wide, and is bounded by high
-and steep banks of clay. We encamped at a cascade of eighteen or
-twenty feet high, which is produced by a ridge of rock crossing the
-river, and the nets were set. A mile below this cascade Hood's
-River is joined by a stream half its own size, which I have called
-James' Branch. Bear and deer tracks had been numerous on the
-banks of the river when we were here before, but not a single recent
-one was to be seen at this time. Credit, however, killed a small
-deer at some distance inland, which, with the addition of berries,
-furnished a delightful repast this evening. The weather was remarkably
-fine, and the temperature so mild, that the mosquitoes again
-made their appearance, but not in any great numbers. Our distance
-made to-day was not more than six miles.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The next morning the net furnished us with ten white fish
-and trout. Having made a further deposit of iron work for the
-Esquimaux we pursued our voyage up the river, but the shoals and
-rapids in this part were so frequent, that we walked along the banks
-the whole day, and the crews laboured hard in carrying the canoes
-thus lightened over the shoals or dragging them up the rapids, yet
-our journey in a direct line was only about seven miles. In the
-evening we encamped at the lower end of a narrow chasm through
-which the river flows for upwards of a mile. The walls of this
-chasm are upwards of two hundred feet high, quite perpendicular,
-and in some places only a few yards apart. The river precipitates
-itself into it over a rock, forming two magnificent and picturesque
-falls close to each other. The upper fall is about sixty feet high, and
-the lower one at least one hundred, but perhaps considerably more,
-for the narrowness of the chasm into which it fell prevented us from
-seeing its bottom, and we could merely discern the top of the spray
-far beneath our feet. The lower fall is divided into two, by an
-insulated column of rock which rises about forty feet above it. The
-whole descent of the river at this place probably exceeds two
-hundred and fifty feet. The rock is very fine felspathose sandstone.
-It has a smooth surface and a light red colour. I have named these
-magnificent cascades Wilberforce Falls, as a tribute of my respect
-for that distinguished philanthropist and Christian. Messrs. Back and
-Hood took beautiful sketches of this majestic scene, which are
-combined in the annexed plate.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The river being surveyed from the summit of a hill, above these
-falls, appeared so rapid and shallow, that it seemed useless to
-attempt proceeding any farther in the large canoes. I therefore
-determined on constructing out of their materials two smaller ones
-of sufficient size to contain three persons, for the purpose of crossing
-any river that might obstruct our progress. This operation was
-accordingly commenced, and by the 31st both the canoes being
-finished, we prepared for our departure on the following day.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The leather which had been preserved for making shoes was
-equally divided among the men, two pairs of flannel socks were given
-to each person, and such articles of warm clothing as remained, were
-issued to those who most required them. They were also furnished
-with one of the officers' tents. This being done, I communicated to
-the men my intention of proceeding in as direct a course as possible
-to the part of Point Lake, opposite to our spring encampment
-which was only distant one hundred and forty-nine miles in a
-straight line. They received the communication cheerfully, considered
-the journey to be short, and left me, in high spirits, to
-arrange their own packages. The stores, books, &c., which were not
-absolutely necessary to be carried, were then put up in boxes to be
-left en cache here, in order that the men's burdens might be as light
-as possible.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The next morning was warm, and very fine. Every one was on
-the alert at an early hour, being anxious to commence the journey.
-Our luggage consisted of ammunition, nets, hatchets, ice chisels,
-astronomical instruments, clothing, blankets, three kettles, and
-the two canoes, which were each carried by one man. The
-officers carried such a portion of their own things as their strength
-would permit;the weight carried by each man was about ninety
-pounds, and with this we advanced at the rate of about a mile an
-hour, including rests. In the evening the hunters killed a lean cow,
-out of a large drove of musk-oxen; but the men were too much
-laden to carry more than a small portion of its flesh. The alluvial
-soil, which towards the mouth of the river spreads into plains,
-covered with grass and willows, was now giving place to a more
-barren and hilly country; so that we could but just collect sufficient
-brush wood to cook our suppers. The part of the river we skirted
-to-day was shallow, and flowed over a bed of sand ; its width about
-one hundred and twenty yards. About midnight our tent was blown
-down by a squall, and we were completely drenched with rain before
-it could be re-pitched.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-In the morning of the 1st of September a fall of snow took
-place; the canoes became a cause of delay, by the difficulty of
-carrying them in a high wind, and they sustained much damage
-from the falls of those who had charge of them. The face of the
-country was broken by hills of moderate elevation, but the ground
-was plentifully strewed with small stones, which, to men bearing
-heavy burthens, and whose feet were protected only by soft moose
-skin shoes, occasioned great pain. At the end of eleven miles we
-encamped, and sent for a musk-ox and a deer, which St. Germain
-and Augustus had killed. The day was extremely cold, the ther-mometer
-varying between 34 deg and 36 deg. In the afternoon a heavy
-fall of snow took place, on the wind changing from north-west to
-south-west. We found no wood at the encampment, but made a
-fire of moss to cook the supper, and crept under our blankets for
-warmth. At sun-rise the thermometer was at 31 deg, and the wind
-fresh from north-west; but the weather became mild in the course
-of the forenoon, and the snow disappeared from the gravel. The
-afternoon was remarkably fine, and the thermometer rose to 50 deg.
-One of the hunters killed a musk-ox. The hills in this part are
-lower and more round-backed than those we passed yesterday, and
-exhibited but little naked rock; they were covered with lichens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Having ascertained from the summit of the highest hill near the
-tents, that the river continued to preserve a west course; and fear-ing
-that by pursuing it further we might lose much time, and un-necessarily
-walk over a great deal of ground, I determined on
-quitting its banks the next day, and making as directly as we could for
-Point Lake. We accordingly followed the river on the 3d, only to
-the place where the musk-ox had been killed last evening, and after
-the meat was procured, crossed the river in our two canoes lashed
-together. We now emerged from the valley of the river, and entered
-a level, but very barren, country, varied only by small lakes and
-marshes, the ground being covered with small stones. Many old tracks
-of rein-deer were seen in the clayey soil, and some more recent
-ones of the musk-ox. We encamped on the borders of Wright's
-River, which flows to the eastward; the direct distance walked to-day
-being ten miles and three-quarters. The next morning was
-very fine, and,as the day advanced, the weather became quite
-warm. We set out at six A. M., and, having forded the river,
-walked over a perfectly level country, interspersed with small lakes,
-which communicated with each other, by streams running in various
-directions. No berry-bearing plants were found in this part, the
-surface of the earth being thinly covered in the moister places with
-a few grasses, and on the drier spots with lichens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Having walked twelve miles and a half, we encamped at seven P.M.,
-and distributed our last piece of pemmican, and a little arrow-root
-for supper, which afforded but a scanty meal. This evening was
-warm, but dark clouds overspread the sky. Our men now began to
-find their burdens very oppressive, and were much fatigued by this
-day's march, but did not complain. One of them was lame from an
-inflammation in the knee. Heavy rain commenced at midnight, and
-continued without intermission until five in the morning, when it
-was succeeded by snow on the wind changing to north-west, which
-soon increased to a violent gale. As we had nothing to eat, and
-were destitute of the means of making a fire, we remained in our
-beds all the day ; but the covering of our blankets was insufficient to
-prevent us from feeling the severity of the frost, and suffering in-convenience
-from the drifting of the snow into our tents. There
-was no abatement of the storm next day ; our tents were completely
-frozen, and the snow had drifted around them to a depth of three
-feet, and even in the inside there was a covering of several inches on
-our blankets. Our suffering from cold, in a comfortless canvass tent
-in such weather, with the temperature at 20 deg, and without fire,
-will easily be imagined;it was, however, less than that which we
-felt from hunger.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The morning of the 7th cleared up a little, but the wind was still
-strong, and the weather extremely cold. From the unusual con-tinuance
-of the storm, we feared the winter had set in with all its
-rigour, and that by longer delay we should only be exposed to an
-accumulation of difficulties; we therefore prepared for our journey,
-although we were in a very unfit condition for starting, being weak
-from fasting, and our garments stiffened by the frost. We had no
-means of making a fire to thaw them, the moss, at all times difficult
-to kindle, being now covered with ice and snow. A considerable
-time was consumed in packing up the frozen tents and bed clothes,
-the wind blowing so strong that no one could keep his hands long
-out of his mittens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Just as we were about to commence our march, I was seized with
-a fainting fit, in consequence of exhaustion and sudden exposure to
-the wind; but after eating a morsel of portable soup, I recovered, so
-far as to be able to move on. I was unwilling at first to take this
-morsel of soup, which was diminishing the small and only remaining
-meal for the party; but several of the men urged me to it, with
-much kindness. The ground was covered a foot deep with snow,
-the margin of the lakes was incrusted with ice, and the swamps over
-which we had to pass were entirely frozen; but the ice not being
-sufficiently strong to bear us, we frequently plunged knee-deep in
-water. Those who carried the canoes were repeatedly blown down
-by the violence of the wind, and they often fell, from making an
-insecure step on a slippery stone; on one of these occasions, the
-largest canoe was so much broken as to be rendered utterly unser-viceable.
-This was felt as a serious disaster, as the remaining canoe
-having through mistake been made too small, it was doubtful
-whether it would be sufficient to carry us across a river. Indeed
-we had found it necessary in crossing Hood's River, to lash the two
-canoes together. As there was some suspicion that Benoit, who
-carried the canoe, had broken it intentionally, he having on a former
-occasion been overheard by some of the men to say, that he would
-do so when he got it in charge, we closely examined him on the
-point; he roundly denied having used the expressions attributed to
-him, and insisted that it was broken by his falling accidentally; and
-as he brought men to attest the latter fact, who saw him tumble, we
-did not press the matter further. I may here remark that our
-people had murmured a good deal at having to carry two canoes,
-though they were informed of the necessity of taking both, in case
-it should be deemed advisable to divide the party; which it had
-been thought probable we should be obliged to do, if animals proved
-scarce, in order to give the whole the better chance of procuring
-subsistence, and also for the purpose of sending forward some of the
-best walkers to search for Indians, and to get them to meet us with
-supplies of provision. The power of doing this was now at an end.
-As the accident could not be remedied we turned it to the best
-account by making a fire of the bark and timbers of the broken
-vessel, and cooked the remainder of our portable soup and arrow-root.
-This was a scanty meal after three days' fasting, but it served
-to allay the pangs of hunger, and enabled us to proceed at a quicker
-pace than before. The depth of the snow caused us to march in
-Indian file, that is in each other's steps; the voyagers taking it in
-turn to lead the party. A distant object was pointed out to this
-man in the direction we wished to take, and Mr. Hood followed
-immediately behind him, to renew the bearings, and keep him from
-deviating more than could be helped from the mark. It may be
-here observed, that we proceeded in this manner throughout our
-route across the barren grounds.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-In the afternoon we got into a more hilly country, where the
-ground was strewed with large stones. The surface of these was
-covered with lichens of the genus gyrophora, which the Canadians
-term tripe de roche. A considerable quantity was gathered, and
-with half a partridge each, (which were shot in the course of the
-day,) furnished us with a slender supper, which we cooked with a
-few willows, dug up from beneath the snow. We passed a comfortless
-night in our damp clothes, but took the precaution of sleeping upon
-our socks and shoes to prevent them from freezing. This plan was
-afterwards adopted throughout the journey.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-At half past five in the morning we proceeded; and after walking
-about two miles, came to Cracroft's River, flowing to the westward,
-with a very rapid current over a rocky channel. We had much diffi-culty
-in crossing this, the canoe being useless, not only from the bot-tom
-of the channel being obstructed by large stones, but also from its
-requiring gumming, an operation which, owing to the want of wood
-and the frost, we were unable to perform. However, after following
-the course of the river some way, we effected a passage by means of a
-range of large rocks that crossed a rapid. As the current was strong,
-and many of the rocks were covered with water to the depth of two
-or three feet, the men were exposed to much danger in carrying their
-heavy burthens across, and several of them actually slipped into the
-stream, but were immediately rescued by the others. Junius went
-farther up the river in search of a better crossing place, and did not
-rejoin us to-day. As several of the party were drenched from head to
-foot, and we were all wet to the middle, our clothes became stiff with
-the frost, and we walked with much pain for the remainder of the day.
-The march was continued to a late hour, being anxious to rejoin the
-hunters who had gone before, but we were obliged to encamp at the
-end of ten miles and a quarter, without seeing them. Our only
-meal to-day consisted of a partridge each, (which the hunters shot,)
-mixed with tripe de roche. This repast although scanty for men,
-with appetites such as our daily fatigue created, proved a cheerful
-one, and was received with thankfulness. Most of the men had to
-sleep in the open air, in consequence of the absence of Credit, who
-carried their tent; but we fortunately found an unusual quantity of
-roots to make a fire, which prevented their suffering much from the
-cold, though the thermometer was at 17 deg.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We started at six on the 9th, and at the end of two miles re-gained
-our hunters, who were halting on the borders of a lake amidst
-a clump of stunted willows. This lake stretched to the westward as
-far as we could see, and its waters were discharged by a rapid stream
-one hundred and fifty yards wide. Being entirely ignorant where
-we might be led by pursuing the course of the lake, and dreading
-the idea of going a mile unnecessarily out of the way, we deter-mined
-on crossing the river if possible; and the canoe was gummed
-for the purpose, the willows furnishing us with fire. But we had to
-await the return of Junius before we could make the traverse. In
-the mean time we gathered a little tripe de roche, and breakfasted
-upon it and a few partridges that were killed in the morning.
-St. Germain and Adam were sent upon some recent tracks of deer.
-Junius arrived in the afternoon, and informed us that he had seen
-a large herd of musk-oxen on the banks of Cracroft's River, and had
-wounded one of them, but it had escaped. He brought about four
-pounds of meat, the remains of a deer that had been devoured by
-the wolves. The poor fellow was much fatigued, having walked
-throughout the night, but as the weather was particularly favourable
-for our crossing the river, we could not allow him to rest. After he
-had taken some refreshment we proceeded to the river. The canoe
-being put into the water was found extremely ticklish, but it was
-managed with much dexterity by St. Germain, Adam, and Peltier,
-who ferried over one passenger at a time, causing him to lie flat in its
-bottom, by no means a pleasant position, owing to its leakiness, but
-there was no alternative. The transport of the whole party was
-effected by five o'clock, and we walked about two miles further, and
-encamped, having come five miles and three quarters on a south-west
-course. Two young alpine hares were shot by St. Germain, which,
-with the small piece of meat brought in by Junius, furnished the
-supper of the whole party. There was no tripe de roche here. The
-country had now become decidedly hilly, and was covered with snow.
-The lake preserved its western direction, as far as I could see from
-the summit of the highest mountain near the encampment. We
-subsequently learned from the Copper Indians, that the part at
-which we had crossed the river was the Congecatha-wha-chaga of
-Hearne, of which I had little idea at the time, not only from the
-difference of latitude, but also from its being so much farther east of
-the mouth of the Copper-Mine River, than his track is laid down.
-He only making one degree and three quarters difference of lon-gitude,
-and we, upwards of four. Had I been aware of the fact,
-several days harassing march, and a disastrous accident would have
-been prevented by keeping on the western side of the lake, instead
-of crossing the river. We were informed also, that this river is
-the Anatessy or River of Strangers, and is supposed to fall into
-Bathurst's Inlet; but although the Indians have visited its mouth,
-their description was not sufficient to identify it with any of the
-rivers whose mouths we had seen. It probably falls in that part of
-the coast which was hid from our view by Goulburn's or Elliot's
-Islands.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">September 10.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We had a cold north wind, and the atmosphere
-was foggy. The thermometer 18 deg at five A.M. In the course of
-our march this morning, we passed many small lakes; and the
-ground becoming higher and more hilly as we receded from the
-river, was covered to a much greater depth with snow. This ren-dered
-walking not only extremely laborious, but also hazardous in
-the highest degree;for the sides of the hills, as is usual throughout
-the barren grounds, abounding in accumulations of large angular
-stones, it often happened that the men fell into the interstices
-with their loads on their backs, being deceived by the smooth
-appearance of the drifted snow. If any one had broken a limb
-here, his fate would have been melancholy indeed; we could neither
-have remained with him, nor carried him on. We halted at ten to
-gather tripe de roche,but it was so frozen, that we were quite
-benumbed with cold before a sufficiency could be collected even for
-a scanty meal. On proceeding our men were somewhat cheered, by
-observing on the sandy summit of a hill, from whence the snow had
-been blown, the summer track of a man; and afterwards by seeing
-several deer tracks on the snow. About noon the weather cleared
-up a little, and, to our great joy, we saw a herd of musk-oxen
-grazing in a valley below us. The party instantly halted, and the
-best hunters were sent out; they approached the animals with the
-utmost caution, no less than two hours being consumed before they
-got within gun-shot. In the mean time we beheld their proceed-ings
-with extreme anxiety, and many secret prayers were, doubtless,
-offered up for their success. At length they opened their fire, and
-we had the satisfaction of seeing one of the largest cows fall; another
-was wounded, but escaped. This success infused spirit into our
-starving party. To skin and cut up the animal was the work of a
-few minutes. The contents of its stomach were devoured upon
-the spot, and the raw intestines, which were next attacked, were
-pronounced by the most delicate amongst us to be excellent. A few
-willows, whose tops were seen peeping through the snow in the bottom
-of the valley, were quickly grubbed, the tents pitched, and supper
-cooked, and devoured with avidity. This was the sixth day since we
-had had a good meal. The tripe de roche, even where we got
-enough, only serving to allay the pangs of hunger for a short time.
-After supper, two of the hunters went in pursuit of the herd, but
-could not get near them.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We were detained all the next day by a strong southerly wind,
-and were much incommoded in the tents by the drift snow. The
-temperature was 20 deg. The average for the last ten days about
-24.5 deg. We restricted ourselves to one meal to-day as we were at
-rest, and there was only meat remaining sufficient for the next day.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The gale had not diminished on the 12th, and, as we were
-fearful of its continuance for some time, we determined on going
-forward; our only doubt regarded the preservation of the canoe,
-but the men promised to pay particular attention to it, and the
-most careful persons were appointed to take it in charge. The snow
-was two feet deep, and the ground much broken, which rendered
-the march extremely painful. The whole party complained more of
-faintness and weakness than they had ever done before; their
-strength seemed to have been impaired by the recent supply of
-animal food. In the afternoon the wind abated, and the snow ceased;
-cheered with the change we proceeded forward at a quicker pace,
-and encamped at six P. M., having come eleven miles. Our supper
-consumed the last of our meat.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We set out on the 13th, in thick hazy weather, and, after an hour's
-march, had the extreme mortification to find ourselves on the
-borders of a large lake, which we subsequently learned from the
-Indians was named Contwoy-to, or Rum Lake; neither of its extre-
-mities could be seen, and as the portion which lay to the east
-seemed the widest, we coasted along to the westward portion in
-search of a crossing-place. This lake being bounded by steep and
-lofty hills, our march was very fatiguing. Those sides which were
-exposed to the sun, were free from snow, and we found upon them
-some excellent berries. We encamped at six P. M., having come
-only six miles and a half. Credit was then missing, and he did not
-return during the night. We supped off a single partridge and
-some tripe de roche;this unpalatable weed was now quite nau-seous
-to the whole party, and in several it produced bowel com-plaints.
-Mr. Hood was the greatest sufferer from this cause. This
-evening we were extremely distressed, at discovering that our im-provident
-companions,since we left Hood's River, had thrown
-away three of the fishing-nets, and burnt the floats ; they knew we
-had brought them to procure subsistence for the party, when the
-animals should fail, and we could scarcely believe the fact of their
-having wilfully deprived themselves of this resource, especially
-when we considered that most of them had passed the greater part of
-their servitude in situations where the nets alone had supplied them
-with food. Being thus deprived of our principal resource, that of
-fishing, and the men evidently getting weaker every day, it became
-necessary to lighten their burthens of every thing except ammunition,
-clothing, and the instruments that were required to find our
-way. I, therefore, issued directions to deposit at this encampment
-the dipping needle, azimuth compass, magnet, a large thermometer,
-and a few books we had carried, having torn out of these such parts
-as we should require to work the observations for latitude and
-longitude. I also promised,as an excitement to the efforts in
-hunting, my gun to St. Germain, and an ample compensation to
-Adam, or any of the other men who should kill any animals.
-Mr. Hood, on this occasion, lent his gun to Michel, the Iroquois,
-who was very eager in the chase, and often successful.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">September 14.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-This morning the officers being assembled round
-a small fire, Perrault presented each of us with a small piece of meat
-which he had saved from his allowance. It was received with great
-thankfulness, and such an act of self-denial and kindness, being
-totally unexpected in a Canadian voyager, filled our eyes with tears.
-In directing our course to a river issuing from the lake, we met
-Credit, who communicated the joyful intelligence of his having
-killed two deer in the morning. We instantly halted, and having
-shared the deer that was nearest to us, prepared breakfast. After
-which, the other deer was sent for, and we went down to the river,
-which was about three hundred yards wide, and flowed with
-great velocity through a broken rocky channel. Having searched
-for a part where the current was most smooth, the canoe was
-placed in the water at the head of a rapid, and St. Germain, Solomon
-Belanger, and I, embarked in order to cross. We went from the
-shore very well, but in mid-channel the canoe became difficult to
-manage under our burden as the breeze was fresh. The current
-drove us to the edge of the rapid, when Belanger unfortunately
-applied his paddle to avert the apparent danger of being forced
-down it, and lost his balance. The canoe was overset in con-sequence
-in the middle of the rapid. We fortunately kept hold of
-it, until we touched a rock where the water did not reach higher
-than our waists; here we kept our footing, notwithstanding the
-strength of the current, until the water was emptied out of the
-canoe. Belanger then held the canoe steady whilst St. Germain
-placed me in it, and afterwards embarked himself in a very dexterous
-manner. It was impossible, however, to embark Belanger,
-as the canoe would have been hurried down the rapid, the moment
-he should have raised his foot from the rock on which he stood.
-We were, therefore, compelled to leave him in his perilous situation.
-We had not gone twenty yards before the canoe, striking on a
-sunken rock, went down. The place being shallow, we were again
-enabled to empty it, and the third attempt brought us to the shore.
-In the mean time Belanger was suffering extremely, immersed to
-his middle in the centre of a rapid, the temperature of which was
-very little above the freezing point, and the upper part of his body
-covered with wet clothes, exposed in a temperature not much above
-zero, to a strong breeze. He called piteously for relief, and
-St. Germain on his return endeavoured to embark him, but in vain.
-The canoe was hurried down the rapid, and when he landed he was
-rendered by the cold incapable of further exertion, and Adam at-tempted
-to embark Belanger, but found it impossible. An attempt
-was next made to carry out to him a line, made of the slings of the
-men's loads. This also failed, the current acting so strongly upon
-it, as to prevent the canoe from steering, and it was finally broken
-and carried down the stream. At length, when Belanger's strength
-seemed almost exhausted, the canoe reached him with a small cord
-belonging to one of the nets, and he was dragged perfectly senseless
-through the rapid. By the direction of Dr. Richardson, he was
-instantly stripped, and being rolled up in blankets, two men un-dressed
-themselves and went to bed with him; but it was some
-hours before he recovered his warmth and sensations. As soon as
-Belanger was placed in his bed, the officers immediately sent over
-my blankets, and a person to make a fire. Augustus brought the
-canoe over, and in returning he was obliged to descend both the
-rapids, before he could get across the stream; which hazardous
-service he performed with the greatest coolness and judgment. It
-is impossible to describe my sensations as I witnessed the various
-unsuccessful attempts to relieve Belanger. The distance prevented
-my seeing distinctly what was going on, and I continued pacing up
-and down upon the rock on which I landed, regardless of the
-coldness of my drenched and stiffening garments. The canoe, in
-every attempt to reach him, was hurried down the rapid, and was
-lost to the view amongst the rocky islets, with a rapidity that
-seemed to threaten certain destruction; once, indeed, I fancied that
-I saw it overwhelmed in the waves. Such an event would have
-been fatal to the whole party. Separated as I was from my com-panions,
-without gun, ammunition, hatchet, or the means of making
-a fire, and in wet clothes, my doom would have been speedily sealed.
-My companions too, driven to the necessity of coasting the lake,
-must have sunk under the fatigue of rounding its innumerable arms
-and bays, which, as we have learned from the Indians, are very
-extensive. By the goodness of Providence, however, we were spared
-at that time, and some of us have been permitted to offer up our
-thanksgivings, in a civilized land, for the signal deliverances we then
-and afterwards experienced.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="repeating"
- page-height="21.7cm"
- page-width="16cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
- <fo:region-before extent="2cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
-
- <fo:page-sequence-master master-name="repeating_pm">
- <fo:repeatable-page-master-reference master-name="repeating"
- maximum-repeats="15"/>
- <fo:single-page-master-reference master-name="repeating"/>
- </fo:page-sequence-master>
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="repeating_pm" initial-page-number="1">
-
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="start" font-size="10pt"
- font-family="sans-serif"
- line-height="10pt" >
- John Franklin - Journey to the Shores of the Polar Sea
- </fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-after">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="sans-serif"
- line-height="14pt" >
- p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines local TOC -->
- <fo:block font-size="10pt"
- font-family="serif"
- line-height="12pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="6pt">
-Journey across the barren Grounds - Difficulty and delay in crossing Copper-Mine River -
-Melancholy and fatal Results thereof - Extreme Misery of the whole Party - Murder of
-Mr. Hood - Death of several of the Canadians - Desolate State of Fort Enterprise -
-Distress suffered at that Place - Dr. Richardson's Narrative - Mr. Back's Narrative -
-Conclusion.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">1821. August 17.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-MY original intention, whenever the season should
-compel us to relinquish the survey, had been to return by the way
-of the Copper-Mine River, and in pursuance of my arrangement
-with the Hook to travel to Slave Lake through the line of woods
-extending thither by the Great Bear and Marten Lakes, but our
-scanty stock of provision and the length of the voyage rendered it
-necessary to make for a nearer place. We had already found that
-the country, between Cape Barrow and the Copper-Mine River,
-would not supply our wants, and this it seemed probable would now
-be still more the case ; besides, at this advanced season, we expected
-the frequent recurrence of gales, which would cause great detention,
-if not danger in proceeding along that very rocky part of the coast.
-I determined, therefore, to make at once for Arctic Sound, where
-we had found the animals more numerous than at any other place ;
-and entering Hood's River, to advance up that stream as far as it
-was navigable, and then to construct small canoes out of the
-materials of the larger ones, which could be carried in crossing the
-barren grounds to Fort Enterprise.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 19.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We were almost beaten out of our comfortless abodes
-by rain during the night, and this morning the gale continued
-without diminution. The thermometer fell to 33 deg. Two men were
-sent with Junius to search for the deer which Augustus had killed.
-Junius returned in the evening bringing part of the meat, but owing
-to the thickness of the weather, his companions parted from him
-and did not make their appearance. Divine service was read. On
-the 20th we were presented with the most chilling prospect, the
-small pools of water being frozen over, the ground being covered
-with snow, and the thermometer at the freezing point at mid-day.
-Flights of geese were passing to the southward. The wind however
-was more moderate, having changed to the eastward. Considerable
-anxiety prevailing respecting Belanger and Michel, the two men
-who strayed from Junius yesterday, the rest were sent out to look
-for them. The search was successful, and they all returned in the
-evening. The stragglers were much fatigued, and had suffered
-severely from the cold, one of them having his thighs frozen, and
-what under our present circumstances was most grievous, they had
-thrown away all the meat. The wind during the night returned to
-the north-west quarter, blew more violently than ever, and raised a
-very turbulent sea. The next day did not improve our condition,
-the snow remained on the ground, and the small pools were frozen.
-Our hunters were sent out, but they returned after a fatiguing
-day's march without having seen any animals. We made a scanty
-meal off a handful of pemmican, after which only half a bag
-remained.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The wind abated after midnight, and the surf diminished rapidly,
-which caused us to be on the alert at a very early hour on the 22d,
-but we had to wait until six A.M. for the return of Augustus who
-had continued out all night on an unsuccessful pursuit of deer.
-It appears that he had walked a few miles farther along the coast,
-than the party had done on the 18th, and from a sketch he drew on
-the sand, we were confirmed in our former opinion that the shore
-inclined more to the eastward beyond Point Turnagain. He also
-drew a river of considerable size, that discharges its waters into
-Walker's Bay; on the banks of which stream he saw a piece of
-wood, such as the Esquimaux use in producing fire, and other marks
-so fresh that he supposed they had recently visited the spot. We
-therefore left several iron materials for them. Our men, cheered by
-the prospect of returning, embarked with the utmost alacrity; and,
-paddling with unusual vigour, carried us across Riley's and Walker's
-Bays, a distance of twenty miles before noon, when we landed on
-Slate-Clay Point, as the wind had freshened too much to permit us
-to continue the voyage. The whole party went to hunt, but returned
-without success in the evening, drenched with the heavy rain which
-commenced soon after they had set out. Several deer were seen,
-but could not be approached in this naked country; and as our
-stock of pemmican did not admit of serving out two meals, we went
-dinnerless to bed.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Soon after our departure to-day, a sealed tin-case, sufficiently
-buoyant to float, was thrown overboard, containing a short account of
-our proceedings, and the position of the most conspicuous points.
-The wind blew off the land, the water was smooth, and as the sea
-is in this part more free from islands than in any other, there was
-every probability of its being driven off the shore into the current ;
-which, as I have before mentioned, we suppose, from the circumstance
-of Mackenzie's River being the only known stream that
-brings down the wood we have found along the shores, to set to the
-eastward.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 23.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-A severe frost caused us to pass a comfortless night.
-At two P.M. we set sail, and the men voluntarily launched out to
-make a traverse of fifteen miles across Melville Sound, before a
-strong wind and heavy sea. The privation of food, under which
-our voyagers were then labouring, absorbed every other terror;
-otherwise the most powerful persuasion could not have induced
-them to attempt such a traverse. It was with the utmost difficulty
-that the canoes were kept from turning their broadsides to the
-waves, though we sometimes steered with all the paddles. One of
-them narrowly escaped being overset by this accident, happening
-in mid-channel, where the waves were so high that the mast-head
-of our canoe was often hid from the other, though it was sailing
-within hail. The annexed plate, from Mr. Back's sketch, will convey
-to the reader an accurate idea of the peril of our situation.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The traverse, however, was made;we were then near a high
-rocky lee shore, on which a heavy surf was beating. The wind
-being on the beam, the canoes drifted fast to leeward; and, on
-rounding a point, the recoil of the sea from the rocks was so great
-that they were with difficulty kept from foundering. We looked in
-vain for a sheltered bay to land in ; but, at length, being unable to
-weather another point, we were obliged to put ashore on the open
-beach, which, fortunately, was sandy at this spot. The debarkation
-was effected in the manner represented in the plate; and, fortunately,
-without further injury than the splitting of the head of
-the second canoe, which was easily repaired.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Our encampment being near to the place where we killed the deer
-on the 11th, almost the whole party went out to hunt, but they
-returned in the evening without having seen any game. The
-berries, however, were ripe and plentiful, and, with the addition
-of some country tea, furnished a supper. There were some showers
-in the afternoon,and the weather was cold, the thermometer
-being 42 deg, but the evening and night were calm and fine. It may be
-remarked that the mosquitoes disappeared when the late gales
-commenced.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 25.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Embarking at three A. M., we stretched across
-the eastern entrance of Bathurst's Inlet, and arrived at an island,
-which I have named after Colonel Barry, of Newton Barry. Some
-deer being seen on the beach, the hunters went in pursuit of
-them, and succeeded in killing three females, which enabled us to
-save our last remaining meal of pemmican. They saw also some
-fresh tracks of musk oxen on the banks of a small stream, which
-flowed into a lake in the centre of the island. These animals must
-have crossed a channel, at least, three miles wide, to reach the nearest
-of these islands. Some specimens of variegated pebbles and jasper
-were found here imbedded in the amygdaloidal rock.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Re-embarking at two P.M., and continuing through what was
-supposed to be a channel between two islands, we found our passage
-barred by a gravelly isthmus of only ten yards in width ; the canoes
-and cargoes were carried across it, and we passed into Bathurst's Inlet
-through another similar channel, bounded on both sides by steep
-rocky hills. The wind then changing from S.E. to N.W. brought
-heavy rain, and we encamped at seven P.M., having advanced
-eighteen miles.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Starting this morning with a fresh breeze in our favour,
-we soon reached that part of Barry's Island where the canoes were
-detained on the 2d and 3rd of this month, and contrary to what we
-then experienced, the deer were now plentiful. The hunters killed
-two, and we were relieved from all apprehension of an immediate
-want of food. One would suppose the deer were about to retire to
-the main shore from their assembling at this time in such numbers
-on the islands nearest to the coast. Those we saw were generally
-females with their young, and all of them very lean.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The wind continued in the same direction until we had rounded
-Point Wollaston, and then changed to a quarter, which enabled us
-to steer for Hood's River, which we ascended as high as the first
-rapid and encamped. Here terminated our voyage on the Arctic
-sea, during which we had gone over six hundred and fifty geographical
-miles. Our Canadian voyagers could not restrain their expressions
-of joy at having turned their backs on the sea, and
-they passed the evening talking over their past adventures with
-much humour and no little exaggeration. The consideration that
-the most painful, and certainly the most hazardous, part of the
-journey was yet to come, did not depress their spirits at all. It is
-due to their character to mention that they displayed much courage
-in encountering the dangers of the sea, magnified to them by their
-novelty.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The shores between Cape Barrow and Cape Flinders, including
-the extensive branches of Arctic and Melville Sounds, and Bathurst's
-Inlet, may be comprehended in one great gulf, which I have distinguished
-by the appellation of George IV.'s Coronation Gulf, in
-honour of His Most Gracious Majesty, the latter name being added
-to mark the time of its discovery. The Archipelago of islands which
-fringe the coast from Copper-Mine River to Point Turnagain, I have
-named in honour of His Royal Highness the Duke of York.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-It may be deserving of notice that the extremes in temperature
-of the sea water during our voyage were 53 deg and 35 deg, but its general
-temperature was between 43 deg and 48 deg. Throughout our return from
-Point Turnagain we observed that the sea had risen several feet
-above marks left at our former encampments. This may, perhaps,
-be attributed to the north-west gales.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 26.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Previous to our departure this morning, an assortment
-of iron materials, beads, looking-glasses, and other articles
-were put up in a conspicuous situation for the Esquimaux, and the
-English Union was planted on the loftiest sand-hill, where it might
-be seen by any ships passing in the offing. Here also, was deposited
-in a tin bow a letter containing an outline of our proceedings, the
-latitude and longitude of the principal places, and the course we
-intended to pursue towards Slave Lake.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Embarking at eight A.M. we proceeded up the river, which is full
-of sandy shoals, but sufficiently deep for canoes in the channels. It is
-from one hundred to two hundred yards wide, and is bounded by high
-and steep banks of clay. We encamped at a cascade of eighteen or
-twenty feet high, which is produced by a ridge of rock crossing the
-river, and the nets were set. A mile below this cascade Hood's
-River is joined by a stream half its own size, which I have called
-James' Branch. Bear and deer tracks had been numerous on the
-banks of the river when we were here before, but not a single recent
-one was to be seen at this time. Credit, however, killed a small
-deer at some distance inland, which, with the addition of berries,
-furnished a delightful repast this evening. The weather was remarkably
-fine, and the temperature so mild, that the mosquitoes again
-made their appearance, but not in any great numbers. Our distance
-made to-day was not more than six miles.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The next morning the net furnished us with ten white fish
-and trout. Having made a further deposit of iron work for the
-Esquimaux we pursued our voyage up the river, but the shoals and
-rapids in this part were so frequent, that we walked along the banks
-the whole day, and the crews laboured hard in carrying the canoes
-thus lightened over the shoals or dragging them up the rapids, yet
-our journey in a direct line was only about seven miles. In the
-evening we encamped at the lower end of a narrow chasm through
-which the river flows for upwards of a mile. The walls of this
-chasm are upwards of two hundred feet high, quite perpendicular,
-and in some places only a few yards apart. The river precipitates
-itself into it over a rock, forming two magnificent and picturesque
-falls close to each other. The upper fall is about sixty feet high, and
-the lower one at least one hundred, but perhaps considerably more,
-for the narrowness of the chasm into which it fell prevented us from
-seeing its bottom, and we could merely discern the top of the spray
-far beneath our feet. The lower fall is divided into two, by an
-insulated column of rock which rises about forty feet above it. The
-whole descent of the river at this place probably exceeds two
-hundred and fifty feet. The rock is very fine felspathose sandstone.
-It has a smooth surface and a light red colour. I have named these
-magnificent cascades Wilberforce Falls, as a tribute of my respect
-for that distinguished philanthropist and Christian. Messrs. Back and
-Hood took beautiful sketches of this majestic scene, which are
-combined in the annexed plate.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The river being surveyed from the summit of a hill, above these
-falls, appeared so rapid and shallow, that it seemed useless to
-attempt proceeding any farther in the large canoes. I therefore
-determined on constructing out of their materials two smaller ones
-of sufficient size to contain three persons, for the purpose of crossing
-any river that might obstruct our progress. This operation was
-accordingly commenced, and by the 31st both the canoes being
-finished, we prepared for our departure on the following day.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The leather which had been preserved for making shoes was
-equally divided among the men, two pairs of flannel socks were given
-to each person, and such articles of warm clothing as remained, were
-issued to those who most required them. They were also furnished
-with one of the officers' tents. This being done, I communicated to
-the men my intention of proceeding in as direct a course as possible
-to the part of Point Lake, opposite to our spring encampment
-which was only distant one hundred and forty-nine miles in a
-straight line. They received the communication cheerfully, considered
-the journey to be short, and left me, in high spirits, to
-arrange their own packages. The stores, books, &c., which were not
-absolutely necessary to be carried, were then put up in boxes to be
-left en cache here, in order that the men's burdens might be as light
-as possible.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The next morning was warm, and very fine. Every one was on
-the alert at an early hour, being anxious to commence the journey.
-Our luggage consisted of ammunition, nets, hatchets, ice chisels,
-astronomical instruments, clothing, blankets, three kettles, and
-the two canoes, which were each carried by one man. The
-officers carried such a portion of their own things as their strength
-would permit;the weight carried by each man was about ninety
-pounds, and with this we advanced at the rate of about a mile an
-hour, including rests. In the evening the hunters killed a lean cow,
-out of a large drove of musk-oxen; but the men were too much
-laden to carry more than a small portion of its flesh. The alluvial
-soil, which towards the mouth of the river spreads into plains,
-covered with grass and willows, was now giving place to a more
-barren and hilly country; so that we could but just collect sufficient
-brush wood to cook our suppers. The part of the river we skirted
-to-day was shallow, and flowed over a bed of sand ; its width about
-one hundred and twenty yards. About midnight our tent was blown
-down by a squall, and we were completely drenched with rain before
-it could be re-pitched.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-In the morning of the 1st of September a fall of snow took
-place; the canoes became a cause of delay, by the difficulty of
-carrying them in a high wind, and they sustained much damage
-from the falls of those who had charge of them. The face of the
-country was broken by hills of moderate elevation, but the ground
-was plentifully strewed with small stones, which, to men bearing
-heavy burthens, and whose feet were protected only by soft moose
-skin shoes, occasioned great pain. At the end of eleven miles we
-encamped, and sent for a musk-ox and a deer, which St. Germain
-and Augustus had killed. The day was extremely cold, the ther-mometer
-varying between 34 deg and 36 deg. In the afternoon a heavy
-fall of snow took place, on the wind changing from north-west to
-south-west. We found no wood at the encampment, but made a
-fire of moss to cook the supper, and crept under our blankets for
-warmth. At sun-rise the thermometer was at 31 deg, and the wind
-fresh from north-west; but the weather became mild in the course
-of the forenoon, and the snow disappeared from the gravel. The
-afternoon was remarkably fine, and the thermometer rose to 50 deg.
-One of the hunters killed a musk-ox. The hills in this part are
-lower and more round-backed than those we passed yesterday, and
-exhibited but little naked rock; they were covered with lichens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Having ascertained from the summit of the highest hill near the
-tents, that the river continued to preserve a west course; and fear-ing
-that by pursuing it further we might lose much time, and un-necessarily
-walk over a great deal of ground, I determined on
-quitting its banks the next day, and making as directly as we could for
-Point Lake. We accordingly followed the river on the 3d, only to
-the place where the musk-ox had been killed last evening, and after
-the meat was procured, crossed the river in our two canoes lashed
-together. We now emerged from the valley of the river, and entered
-a level, but very barren, country, varied only by small lakes and
-marshes, the ground being covered with small stones. Many old tracks
-of rein-deer were seen in the clayey soil, and some more recent
-ones of the musk-ox. We encamped on the borders of Wright's
-River, which flows to the eastward; the direct distance walked to-day
-being ten miles and three-quarters. The next morning was
-very fine, and,as the day advanced, the weather became quite
-warm. We set out at six A. M., and, having forded the river,
-walked over a perfectly level country, interspersed with small lakes,
-which communicated with each other, by streams running in various
-directions. No berry-bearing plants were found in this part, the
-surface of the earth being thinly covered in the moister places with
-a few grasses, and on the drier spots with lichens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Having walked twelve miles and a half, we encamped at seven P.M.,
-and distributed our last piece of pemmican, and a little arrow-root
-for supper, which afforded but a scanty meal. This evening was
-warm, but dark clouds overspread the sky. Our men now began to
-find their burdens very oppressive, and were much fatigued by this
-day's march, but did not complain. One of them was lame from an
-inflammation in the knee. Heavy rain commenced at midnight, and
-continued without intermission until five in the morning, when it
-was succeeded by snow on the wind changing to north-west, which
-soon increased to a violent gale. As we had nothing to eat, and
-were destitute of the means of making a fire, we remained in our
-beds all the day ; but the covering of our blankets was insufficient to
-prevent us from feeling the severity of the frost, and suffering in-convenience
-from the drifting of the snow into our tents. There
-was no abatement of the storm next day ; our tents were completely
-frozen, and the snow had drifted around them to a depth of three
-feet, and even in the inside there was a covering of several inches on
-our blankets. Our suffering from cold, in a comfortless canvass tent
-in such weather, with the temperature at 20 deg, and without fire,
-will easily be imagined;it was, however, less than that which we
-felt from hunger.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The morning of the 7th cleared up a little, but the wind was still
-strong, and the weather extremely cold. From the unusual con-tinuance
-of the storm, we feared the winter had set in with all its
-rigour, and that by longer delay we should only be exposed to an
-accumulation of difficulties; we therefore prepared for our journey,
-although we were in a very unfit condition for starting, being weak
-from fasting, and our garments stiffened by the frost. We had no
-means of making a fire to thaw them, the moss, at all times difficult
-to kindle, being now covered with ice and snow. A considerable
-time was consumed in packing up the frozen tents and bed clothes,
-the wind blowing so strong that no one could keep his hands long
-out of his mittens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Just as we were about to commence our march, I was seized with
-a fainting fit, in consequence of exhaustion and sudden exposure to
-the wind; but after eating a morsel of portable soup, I recovered, so
-far as to be able to move on. I was unwilling at first to take this
-morsel of soup, which was diminishing the small and only remaining
-meal for the party; but several of the men urged me to it, with
-much kindness. The ground was covered a foot deep with snow,
-the margin of the lakes was incrusted with ice, and the swamps over
-which we had to pass were entirely frozen; but the ice not being
-sufficiently strong to bear us, we frequently plunged knee-deep in
-water. Those who carried the canoes were repeatedly blown down
-by the violence of the wind, and they often fell, from making an
-insecure step on a slippery stone; on one of these occasions, the
-largest canoe was so much broken as to be rendered utterly unser-viceable.
-This was felt as a serious disaster, as the remaining canoe
-having through mistake been made too small, it was doubtful
-whether it would be sufficient to carry us across a river. Indeed
-we had found it necessary in crossing Hood's River, to lash the two
-canoes together. As there was some suspicion that Benoit, who
-carried the canoe, had broken it intentionally, he having on a former
-occasion been overheard by some of the men to say, that he would
-do so when he got it in charge, we closely examined him on the
-point; he roundly denied having used the expressions attributed to
-him, and insisted that it was broken by his falling accidentally; and
-as he brought men to attest the latter fact, who saw him tumble, we
-did not press the matter further. I may here remark that our
-people had murmured a good deal at having to carry two canoes,
-though they were informed of the necessity of taking both, in case
-it should be deemed advisable to divide the party; which it had
-been thought probable we should be obliged to do, if animals proved
-scarce, in order to give the whole the better chance of procuring
-subsistence, and also for the purpose of sending forward some of the
-best walkers to search for Indians, and to get them to meet us with
-supplies of provision. The power of doing this was now at an end.
-As the accident could not be remedied we turned it to the best
-account by making a fire of the bark and timbers of the broken
-vessel, and cooked the remainder of our portable soup and arrow-root.
-This was a scanty meal after three days' fasting, but it served
-to allay the pangs of hunger, and enabled us to proceed at a quicker
-pace than before. The depth of the snow caused us to march in
-Indian file, that is in each other's steps; the voyagers taking it in
-turn to lead the party. A distant object was pointed out to this
-man in the direction we wished to take, and Mr. Hood followed
-immediately behind him, to renew the bearings, and keep him from
-deviating more than could be helped from the mark. It may be
-here observed, that we proceeded in this manner throughout our
-route across the barren grounds.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-In the afternoon we got into a more hilly country, where the
-ground was strewed with large stones. The surface of these was
-covered with lichens of the genus gyrophora, which the Canadians
-term tripe de roche. A considerable quantity was gathered, and
-with half a partridge each, (which were shot in the course of the
-day,) furnished us with a slender supper, which we cooked with a
-few willows, dug up from beneath the snow. We passed a comfortless
-night in our damp clothes, but took the precaution of sleeping upon
-our socks and shoes to prevent them from freezing. This plan was
-afterwards adopted throughout the journey.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-At half past five in the morning we proceeded; and after walking
-about two miles, came to Cracroft's River, flowing to the westward,
-with a very rapid current over a rocky channel. We had much diffi-culty
-in crossing this, the canoe being useless, not only from the bot-tom
-of the channel being obstructed by large stones, but also from its
-requiring gumming, an operation which, owing to the want of wood
-and the frost, we were unable to perform. However, after following
-the course of the river some way, we effected a passage by means of a
-range of large rocks that crossed a rapid. As the current was strong,
-and many of the rocks were covered with water to the depth of two
-or three feet, the men were exposed to much danger in carrying their
-heavy burthens across, and several of them actually slipped into the
-stream, but were immediately rescued by the others. Junius went
-farther up the river in search of a better crossing place, and did not
-rejoin us to-day. As several of the party were drenched from head to
-foot, and we were all wet to the middle, our clothes became stiff with
-the frost, and we walked with much pain for the remainder of the day.
-The march was continued to a late hour, being anxious to rejoin the
-hunters who had gone before, but we were obliged to encamp at the
-end of ten miles and a quarter, without seeing them. Our only
-meal to-day consisted of a partridge each, (which the hunters shot,)
-mixed with tripe de roche. This repast although scanty for men,
-with appetites such as our daily fatigue created, proved a cheerful
-one, and was received with thankfulness. Most of the men had to
-sleep in the open air, in consequence of the absence of Credit, who
-carried their tent; but we fortunately found an unusual quantity of
-roots to make a fire, which prevented their suffering much from the
-cold, though the thermometer was at 17 deg.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We started at six on the 9th, and at the end of two miles re-gained
-our hunters, who were halting on the borders of a lake amidst
-a clump of stunted willows. This lake stretched to the westward as
-far as we could see, and its waters were discharged by a rapid stream
-one hundred and fifty yards wide. Being entirely ignorant where
-we might be led by pursuing the course of the lake, and dreading
-the idea of going a mile unnecessarily out of the way, we deter-mined
-on crossing the river if possible; and the canoe was gummed
-for the purpose, the willows furnishing us with fire. But we had to
-await the return of Junius before we could make the traverse. In
-the mean time we gathered a little tripe de roche, and breakfasted
-upon it and a few partridges that were killed in the morning.
-St. Germain and Adam were sent upon some recent tracks of deer.
-Junius arrived in the afternoon, and informed us that he had seen
-a large herd of musk-oxen on the banks of Cracroft's River, and had
-wounded one of them, but it had escaped. He brought about four
-pounds of meat, the remains of a deer that had been devoured by
-the wolves. The poor fellow was much fatigued, having walked
-throughout the night, but as the weather was particularly favourable
-for our crossing the river, we could not allow him to rest. After he
-had taken some refreshment we proceeded to the river. The canoe
-being put into the water was found extremely ticklish, but it was
-managed with much dexterity by St. Germain, Adam, and Peltier,
-who ferried over one passenger at a time, causing him to lie flat in its
-bottom, by no means a pleasant position, owing to its leakiness, but
-there was no alternative. The transport of the whole party was
-effected by five o'clock, and we walked about two miles further, and
-encamped, having come five miles and three quarters on a south-west
-course. Two young alpine hares were shot by St. Germain, which,
-with the small piece of meat brought in by Junius, furnished the
-supper of the whole party. There was no tripe de roche here. The
-country had now become decidedly hilly, and was covered with snow.
-The lake preserved its western direction, as far as I could see from
-the summit of the highest mountain near the encampment. We
-subsequently learned from the Copper Indians, that the part at
-which we had crossed the river was the Congecatha-wha-chaga of
-Hearne, of which I had little idea at the time, not only from the
-difference of latitude, but also from its being so much farther east of
-the mouth of the Copper-Mine River, than his track is laid down.
-He only making one degree and three quarters difference of lon-gitude,
-and we, upwards of four. Had I been aware of the fact,
-several days harassing march, and a disastrous accident would have
-been prevented by keeping on the western side of the lake, instead
-of crossing the river. We were informed also, that this river is
-the Anatessy or River of Strangers, and is supposed to fall into
-Bathurst's Inlet; but although the Indians have visited its mouth,
-their description was not sufficient to identify it with any of the
-rivers whose mouths we had seen. It probably falls in that part of
-the coast which was hid from our view by Goulburn's or Elliot's
-Islands.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">September 10.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We had a cold north wind, and the atmosphere
-was foggy. The thermometer 18 deg at five A.M. In the course of
-our march this morning, we passed many small lakes; and the
-ground becoming higher and more hilly as we receded from the
-river, was covered to a much greater depth with snow. This ren-dered
-walking not only extremely laborious, but also hazardous in
-the highest degree;for the sides of the hills, as is usual throughout
-the barren grounds, abounding in accumulations of large angular
-stones, it often happened that the men fell into the interstices
-with their loads on their backs, being deceived by the smooth
-appearance of the drifted snow. If any one had broken a limb
-here, his fate would have been melancholy indeed; we could neither
-have remained with him, nor carried him on. We halted at ten to
-gather tripe de roche,but it was so frozen, that we were quite
-benumbed with cold before a sufficiency could be collected even for
-a scanty meal. On proceeding our men were somewhat cheered, by
-observing on the sandy summit of a hill, from whence the snow had
-been blown, the summer track of a man; and afterwards by seeing
-several deer tracks on the snow. About noon the weather cleared
-up a little, and, to our great joy, we saw a herd of musk-oxen
-grazing in a valley below us. The party instantly halted, and the
-best hunters were sent out; they approached the animals with the
-utmost caution, no less than two hours being consumed before they
-got within gun-shot. In the mean time we beheld their proceed-ings
-with extreme anxiety, and many secret prayers were, doubtless,
-offered up for their success. At length they opened their fire, and
-we had the satisfaction of seeing one of the largest cows fall; another
-was wounded, but escaped. This success infused spirit into our
-starving party. To skin and cut up the animal was the work of a
-few minutes. The contents of its stomach were devoured upon
-the spot, and the raw intestines, which were next attacked, were
-pronounced by the most delicate amongst us to be excellent. A few
-willows, whose tops were seen peeping through the snow in the bottom
-of the valley, were quickly grubbed, the tents pitched, and supper
-cooked, and devoured with avidity. This was the sixth day since we
-had had a good meal. The tripe de roche, even where we got
-enough, only serving to allay the pangs of hunger for a short time.
-After supper, two of the hunters went in pursuit of the herd, but
-could not get near them.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We were detained all the next day by a strong southerly wind,
-and were much incommoded in the tents by the drift snow. The
-temperature was 20 deg. The average for the last ten days about
-24.5 deg. We restricted ourselves to one meal to-day as we were at
-rest, and there was only meat remaining sufficient for the next day.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The gale had not diminished on the 12th, and, as we were
-fearful of its continuance for some time, we determined on going
-forward; our only doubt regarded the preservation of the canoe,
-but the men promised to pay particular attention to it, and the
-most careful persons were appointed to take it in charge. The snow
-was two feet deep, and the ground much broken, which rendered
-the march extremely painful. The whole party complained more of
-faintness and weakness than they had ever done before; their
-strength seemed to have been impaired by the recent supply of
-animal food. In the afternoon the wind abated, and the snow ceased;
-cheered with the change we proceeded forward at a quicker pace,
-and encamped at six P. M., having come eleven miles. Our supper
-consumed the last of our meat.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We set out on the 13th, in thick hazy weather, and, after an hour's
-march, had the extreme mortification to find ourselves on the
-borders of a large lake, which we subsequently learned from the
-Indians was named Contwoy-to, or Rum Lake; neither of its extre-
-mities could be seen, and as the portion which lay to the east
-seemed the widest, we coasted along to the westward portion in
-search of a crossing-place. This lake being bounded by steep and
-lofty hills, our march was very fatiguing. Those sides which were
-exposed to the sun, were free from snow, and we found upon them
-some excellent berries. We encamped at six P. M., having come
-only six miles and a half. Credit was then missing, and he did not
-return during the night. We supped off a single partridge and
-some tripe de roche;this unpalatable weed was now quite nau-seous
-to the whole party, and in several it produced bowel com-plaints.
-Mr. Hood was the greatest sufferer from this cause. This
-evening we were extremely distressed, at discovering that our im-provident
-companions,since we left Hood's River, had thrown
-away three of the fishing-nets, and burnt the floats ; they knew we
-had brought them to procure subsistence for the party, when the
-animals should fail, and we could scarcely believe the fact of their
-having wilfully deprived themselves of this resource, especially
-when we considered that most of them had passed the greater part of
-their servitude in situations where the nets alone had supplied them
-with food. Being thus deprived of our principal resource, that of
-fishing, and the men evidently getting weaker every day, it became
-necessary to lighten their burthens of every thing except ammunition,
-clothing, and the instruments that were required to find our
-way. I, therefore, issued directions to deposit at this encampment
-the dipping needle, azimuth compass, magnet, a large thermometer,
-and a few books we had carried, having torn out of these such parts
-as we should require to work the observations for latitude and
-longitude. I also promised,as an excitement to the efforts in
-hunting, my gun to St. Germain, and an ample compensation to
-Adam, or any of the other men who should kill any animals.
-Mr. Hood, on this occasion, lent his gun to Michel, the Iroquois,
-who was very eager in the chase, and often successful.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">September 14.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-This morning the officers being assembled round
-a small fire, Perrault presented each of us with a small piece of meat
-which he had saved from his allowance. It was received with great
-thankfulness, and such an act of self-denial and kindness, being
-totally unexpected in a Canadian voyager, filled our eyes with tears.
-In directing our course to a river issuing from the lake, we met
-Credit, who communicated the joyful intelligence of his having
-killed two deer in the morning. We instantly halted, and having
-shared the deer that was nearest to us, prepared breakfast. After
-which, the other deer was sent for, and we went down to the river,
-which was about three hundred yards wide, and flowed with
-great velocity through a broken rocky channel. Having searched
-for a part where the current was most smooth, the canoe was
-placed in the water at the head of a rapid, and St. Germain, Solomon
-Belanger, and I, embarked in order to cross. We went from the
-shore very well, but in mid-channel the canoe became difficult to
-manage under our burden as the breeze was fresh. The current
-drove us to the edge of the rapid, when Belanger unfortunately
-applied his paddle to avert the apparent danger of being forced
-down it, and lost his balance. The canoe was overset in con-sequence
-in the middle of the rapid. We fortunately kept hold of
-it, until we touched a rock where the water did not reach higher
-than our waists; here we kept our footing, notwithstanding the
-strength of the current, until the water was emptied out of the
-canoe. Belanger then held the canoe steady whilst St. Germain
-placed me in it, and afterwards embarked himself in a very dexterous
-manner. It was impossible, however, to embark Belanger,
-as the canoe would have been hurried down the rapid, the moment
-he should have raised his foot from the rock on which he stood.
-We were, therefore, compelled to leave him in his perilous situation.
-We had not gone twenty yards before the canoe, striking on a
-sunken rock, went down. The place being shallow, we were again
-enabled to empty it, and the third attempt brought us to the shore.
-In the mean time Belanger was suffering extremely, immersed to
-his middle in the centre of a rapid, the temperature of which was
-very little above the freezing point, and the upper part of his body
-covered with wet clothes, exposed in a temperature not much above
-zero, to a strong breeze. He called piteously for relief, and
-St. Germain on his return endeavoured to embark him, but in vain.
-The canoe was hurried down the rapid, and when he landed he was
-rendered by the cold incapable of further exertion, and Adam at-tempted
-to embark Belanger, but found it impossible. An attempt
-was next made to carry out to him a line, made of the slings of the
-men's loads. This also failed, the current acting so strongly upon
-it, as to prevent the canoe from steering, and it was finally broken
-and carried down the stream. At length, when Belanger's strength
-seemed almost exhausted, the canoe reached him with a small cord
-belonging to one of the nets, and he was dragged perfectly senseless
-through the rapid. By the direction of Dr. Richardson, he was
-instantly stripped, and being rolled up in blankets, two men un-dressed
-themselves and went to bed with him; but it was some
-hours before he recovered his warmth and sensations. As soon as
-Belanger was placed in his bed, the officers immediately sent over
-my blankets, and a person to make a fire. Augustus brought the
-canoe over, and in returning he was obliged to descend both the
-rapids, before he could get across the stream; which hazardous
-service he performed with the greatest coolness and judgment. It
-is impossible to describe my sensations as I witnessed the various
-unsuccessful attempts to relieve Belanger. The distance prevented
-my seeing distinctly what was going on, and I continued pacing up
-and down upon the rock on which I landed, regardless of the
-coldness of my drenched and stiffening garments. The canoe, in
-every attempt to reach him, was hurried down the rapid, and was
-lost to the view amongst the rocky islets, with a rapidity that
-seemed to threaten certain destruction; once, indeed, I fancied that
-I saw it overwhelmed in the waves. Such an event would have
-been fatal to the whole party. Separated as I was from my com-panions,
-without gun, ammunition, hatchet, or the means of making
-a fire, and in wet clothes, my doom would have been speedily sealed.
-My companions too, driven to the necessity of coasting the lake,
-must have sunk under the fatigue of rounding its innumerable arms
-and bays, which, as we have learned from the Indians, are very
-extensive. By the goodness of Providence, however, we were spared
-at that time, and some of us have been permitted to offer up our
-thanksgivings, in a civilized land, for the signal deliverances we then
-and afterwards experienced.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="repeating"
- page-height="21.7cm"
- page-width="16cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
- <fo:region-before extent="2cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
-
- <fo:page-sequence-master master-name="repeating_pm">
- <fo:repeatable-page-master-reference master-name="repeating"
- maximum-repeats="15"/>
- <fo:single-page-master-reference master-name="repeating"/>
- </fo:page-sequence-master>
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="repeating_pm" initial-page-number="1">
-
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="start" font-size="10pt"
- font-family="sans-serif"
- line-height="10pt" >
- John Franklin - Journey to the Shores of the Polar Sea
- </fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-after">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="sans-serif"
- line-height="14pt" >
- p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines local TOC -->
- <fo:block font-size="10pt"
- font-family="serif"
- line-height="12pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="6pt">
-Journey across the barren Grounds - Difficulty and delay in crossing Copper-Mine River -
-Melancholy and fatal Results thereof - Extreme Misery of the whole Party - Murder of
-Mr. Hood - Death of several of the Canadians - Desolate State of Fort Enterprise -
-Distress suffered at that Place - Dr. Richardson's Narrative - Mr. Back's Narrative -
-Conclusion.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">1821. August 17.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-MY original intention, whenever the season should
-compel us to relinquish the survey, had been to return by the way
-of the Copper-Mine River, and in pursuance of my arrangement
-with the Hook to travel to Slave Lake through the line of woods
-extending thither by the Great Bear and Marten Lakes, but our
-scanty stock of provision and the length of the voyage rendered it
-necessary to make for a nearer place. We had already found that
-the country, between Cape Barrow and the Copper-Mine River,
-would not supply our wants, and this it seemed probable would now
-be still more the case ; besides, at this advanced season, we expected
-the frequent recurrence of gales, which would cause great detention,
-if not danger in proceeding along that very rocky part of the coast.
-I determined, therefore, to make at once for Arctic Sound, where
-we had found the animals more numerous than at any other place ;
-and entering Hood's River, to advance up that stream as far as it
-was navigable, and then to construct small canoes out of the
-materials of the larger ones, which could be carried in crossing the
-barren grounds to Fort Enterprise.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 19.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We were almost beaten out of our comfortless abodes
-by rain during the night, and this morning the gale continued
-without diminution. The thermometer fell to 33 deg. Two men were
-sent with Junius to search for the deer which Augustus had killed.
-Junius returned in the evening bringing part of the meat, but owing
-to the thickness of the weather, his companions parted from him
-and did not make their appearance. Divine service was read. On
-the 20th we were presented with the most chilling prospect, the
-small pools of water being frozen over, the ground being covered
-with snow, and the thermometer at the freezing point at mid-day.
-Flights of geese were passing to the southward. The wind however
-was more moderate, having changed to the eastward. Considerable
-anxiety prevailing respecting Belanger and Michel, the two men
-who strayed from Junius yesterday, the rest were sent out to look
-for them. The search was successful, and they all returned in the
-evening. The stragglers were much fatigued, and had suffered
-severely from the cold, one of them having his thighs frozen, and
-what under our present circumstances was most grievous, they had
-thrown away all the meat. The wind during the night returned to
-the north-west quarter, blew more violently than ever, and raised a
-very turbulent sea. The next day did not improve our condition,
-the snow remained on the ground, and the small pools were frozen.
-Our hunters were sent out, but they returned after a fatiguing
-day's march without having seen any animals. We made a scanty
-meal off a handful of pemmican, after which only half a bag
-remained.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The wind abated after midnight, and the surf diminished rapidly,
-which caused us to be on the alert at a very early hour on the 22d,
-but we had to wait until six A.M. for the return of Augustus who
-had continued out all night on an unsuccessful pursuit of deer.
-It appears that he had walked a few miles farther along the coast,
-than the party had done on the 18th, and from a sketch he drew on
-the sand, we were confirmed in our former opinion that the shore
-inclined more to the eastward beyond Point Turnagain. He also
-drew a river of considerable size, that discharges its waters into
-Walker's Bay; on the banks of which stream he saw a piece of
-wood, such as the Esquimaux use in producing fire, and other marks
-so fresh that he supposed they had recently visited the spot. We
-therefore left several iron materials for them. Our men, cheered by
-the prospect of returning, embarked with the utmost alacrity; and,
-paddling with unusual vigour, carried us across Riley's and Walker's
-Bays, a distance of twenty miles before noon, when we landed on
-Slate-Clay Point, as the wind had freshened too much to permit us
-to continue the voyage. The whole party went to hunt, but returned
-without success in the evening, drenched with the heavy rain which
-commenced soon after they had set out. Several deer were seen,
-but could not be approached in this naked country; and as our
-stock of pemmican did not admit of serving out two meals, we went
-dinnerless to bed.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Soon after our departure to-day, a sealed tin-case, sufficiently
-buoyant to float, was thrown overboard, containing a short account of
-our proceedings, and the position of the most conspicuous points.
-The wind blew off the land, the water was smooth, and as the sea
-is in this part more free from islands than in any other, there was
-every probability of its being driven off the shore into the current ;
-which, as I have before mentioned, we suppose, from the circumstance
-of Mackenzie's River being the only known stream that
-brings down the wood we have found along the shores, to set to the
-eastward.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 23.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-A severe frost caused us to pass a comfortless night.
-At two P.M. we set sail, and the men voluntarily launched out to
-make a traverse of fifteen miles across Melville Sound, before a
-strong wind and heavy sea. The privation of food, under which
-our voyagers were then labouring, absorbed every other terror;
-otherwise the most powerful persuasion could not have induced
-them to attempt such a traverse. It was with the utmost difficulty
-that the canoes were kept from turning their broadsides to the
-waves, though we sometimes steered with all the paddles. One of
-them narrowly escaped being overset by this accident, happening
-in mid-channel, where the waves were so high that the mast-head
-of our canoe was often hid from the other, though it was sailing
-within hail. The annexed plate, from Mr. Back's sketch, will convey
-to the reader an accurate idea of the peril of our situation.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The traverse, however, was made;we were then near a high
-rocky lee shore, on which a heavy surf was beating. The wind
-being on the beam, the canoes drifted fast to leeward; and, on
-rounding a point, the recoil of the sea from the rocks was so great
-that they were with difficulty kept from foundering. We looked in
-vain for a sheltered bay to land in ; but, at length, being unable to
-weather another point, we were obliged to put ashore on the open
-beach, which, fortunately, was sandy at this spot. The debarkation
-was effected in the manner represented in the plate; and, fortunately,
-without further injury than the splitting of the head of
-the second canoe, which was easily repaired.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Our encampment being near to the place where we killed the deer
-on the 11th, almost the whole party went out to hunt, but they
-returned in the evening without having seen any game. The
-berries, however, were ripe and plentiful, and, with the addition
-of some country tea, furnished a supper. There were some showers
-in the afternoon,and the weather was cold, the thermometer
-being 42 deg, but the evening and night were calm and fine. It may be
-remarked that the mosquitoes disappeared when the late gales
-commenced.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 25.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Embarking at three A. M., we stretched across
-the eastern entrance of Bathurst's Inlet, and arrived at an island,
-which I have named after Colonel Barry, of Newton Barry. Some
-deer being seen on the beach, the hunters went in pursuit of
-them, and succeeded in killing three females, which enabled us to
-save our last remaining meal of pemmican. They saw also some
-fresh tracks of musk oxen on the banks of a small stream, which
-flowed into a lake in the centre of the island. These animals must
-have crossed a channel, at least, three miles wide, to reach the nearest
-of these islands. Some specimens of variegated pebbles and jasper
-were found here imbedded in the amygdaloidal rock.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Re-embarking at two P.M., and continuing through what was
-supposed to be a channel between two islands, we found our passage
-barred by a gravelly isthmus of only ten yards in width ; the canoes
-and cargoes were carried across it, and we passed into Bathurst's Inlet
-through another similar channel, bounded on both sides by steep
-rocky hills. The wind then changing from S.E. to N.W. brought
-heavy rain, and we encamped at seven P.M., having advanced
-eighteen miles.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Starting this morning with a fresh breeze in our favour,
-we soon reached that part of Barry's Island where the canoes were
-detained on the 2d and 3rd of this month, and contrary to what we
-then experienced, the deer were now plentiful. The hunters killed
-two, and we were relieved from all apprehension of an immediate
-want of food. One would suppose the deer were about to retire to
-the main shore from their assembling at this time in such numbers
-on the islands nearest to the coast. Those we saw were generally
-females with their young, and all of them very lean.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The wind continued in the same direction until we had rounded
-Point Wollaston, and then changed to a quarter, which enabled us
-to steer for Hood's River, which we ascended as high as the first
-rapid and encamped. Here terminated our voyage on the Arctic
-sea, during which we had gone over six hundred and fifty geographical
-miles. Our Canadian voyagers could not restrain their expressions
-of joy at having turned their backs on the sea, and
-they passed the evening talking over their past adventures with
-much humour and no little exaggeration. The consideration that
-the most painful, and certainly the most hazardous, part of the
-journey was yet to come, did not depress their spirits at all. It is
-due to their character to mention that they displayed much courage
-in encountering the dangers of the sea, magnified to them by their
-novelty.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The shores between Cape Barrow and Cape Flinders, including
-the extensive branches of Arctic and Melville Sounds, and Bathurst's
-Inlet, may be comprehended in one great gulf, which I have distinguished
-by the appellation of George IV.'s Coronation Gulf, in
-honour of His Most Gracious Majesty, the latter name being added
-to mark the time of its discovery. The Archipelago of islands which
-fringe the coast from Copper-Mine River to Point Turnagain, I have
-named in honour of His Royal Highness the Duke of York.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-It may be deserving of notice that the extremes in temperature
-of the sea water during our voyage were 53 deg and 35 deg, but its general
-temperature was between 43 deg and 48 deg. Throughout our return from
-Point Turnagain we observed that the sea had risen several feet
-above marks left at our former encampments. This may, perhaps,
-be attributed to the north-west gales.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 26.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Previous to our departure this morning, an assortment
-of iron materials, beads, looking-glasses, and other articles
-were put up in a conspicuous situation for the Esquimaux, and the
-English Union was planted on the loftiest sand-hill, where it might
-be seen by any ships passing in the offing. Here also, was deposited
-in a tin bow a letter containing an outline of our proceedings, the
-latitude and longitude of the principal places, and the course we
-intended to pursue towards Slave Lake.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Embarking at eight A.M. we proceeded up the river, which is full
-of sandy shoals, but sufficiently deep for canoes in the channels. It is
-from one hundred to two hundred yards wide, and is bounded by high
-and steep banks of clay. We encamped at a cascade of eighteen or
-twenty feet high, which is produced by a ridge of rock crossing the
-river, and the nets were set. A mile below this cascade Hood's
-River is joined by a stream half its own size, which I have called
-James' Branch. Bear and deer tracks had been numerous on the
-banks of the river when we were here before, but not a single recent
-one was to be seen at this time. Credit, however, killed a small
-deer at some distance inland, which, with the addition of berries,
-furnished a delightful repast this evening. The weather was remarkably
-fine, and the temperature so mild, that the mosquitoes again
-made their appearance, but not in any great numbers. Our distance
-made to-day was not more than six miles.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The next morning the net furnished us with ten white fish
-and trout. Having made a further deposit of iron work for the
-Esquimaux we pursued our voyage up the river, but the shoals and
-rapids in this part were so frequent, that we walked along the banks
-the whole day, and the crews laboured hard in carrying the canoes
-thus lightened over the shoals or dragging them up the rapids, yet
-our journey in a direct line was only about seven miles. In the
-evening we encamped at the lower end of a narrow chasm through
-which the river flows for upwards of a mile. The walls of this
-chasm are upwards of two hundred feet high, quite perpendicular,
-and in some places only a few yards apart. The river precipitates
-itself into it over a rock, forming two magnificent and picturesque
-falls close to each other. The upper fall is about sixty feet high, and
-the lower one at least one hundred, but perhaps considerably more,
-for the narrowness of the chasm into which it fell prevented us from
-seeing its bottom, and we could merely discern the top of the spray
-far beneath our feet. The lower fall is divided into two, by an
-insulated column of rock which rises about forty feet above it. The
-whole descent of the river at this place probably exceeds two
-hundred and fifty feet. The rock is very fine felspathose sandstone.
-It has a smooth surface and a light red colour. I have named these
-magnificent cascades Wilberforce Falls, as a tribute of my respect
-for that distinguished philanthropist and Christian. Messrs. Back and
-Hood took beautiful sketches of this majestic scene, which are
-combined in the annexed plate.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The river being surveyed from the summit of a hill, above these
-falls, appeared so rapid and shallow, that it seemed useless to
-attempt proceeding any farther in the large canoes. I therefore
-determined on constructing out of their materials two smaller ones
-of sufficient size to contain three persons, for the purpose of crossing
-any river that might obstruct our progress. This operation was
-accordingly commenced, and by the 31st both the canoes being
-finished, we prepared for our departure on the following day.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The leather which had been preserved for making shoes was
-equally divided among the men, two pairs of flannel socks were given
-to each person, and such articles of warm clothing as remained, were
-issued to those who most required them. They were also furnished
-with one of the officers' tents. This being done, I communicated to
-the men my intention of proceeding in as direct a course as possible
-to the part of Point Lake, opposite to our spring encampment
-which was only distant one hundred and forty-nine miles in a
-straight line. They received the communication cheerfully, considered
-the journey to be short, and left me, in high spirits, to
-arrange their own packages. The stores, books, &c., which were not
-absolutely necessary to be carried, were then put up in boxes to be
-left en cache here, in order that the men's burdens might be as light
-as possible.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The next morning was warm, and very fine. Every one was on
-the alert at an early hour, being anxious to commence the journey.
-Our luggage consisted of ammunition, nets, hatchets, ice chisels,
-astronomical instruments, clothing, blankets, three kettles, and
-the two canoes, which were each carried by one man. The
-officers carried such a portion of their own things as their strength
-would permit;the weight carried by each man was about ninety
-pounds, and with this we advanced at the rate of about a mile an
-hour, including rests. In the evening the hunters killed a lean cow,
-out of a large drove of musk-oxen; but the men were too much
-laden to carry more than a small portion of its flesh. The alluvial
-soil, which towards the mouth of the river spreads into plains,
-covered with grass and willows, was now giving place to a more
-barren and hilly country; so that we could but just collect sufficient
-brush wood to cook our suppers. The part of the river we skirted
-to-day was shallow, and flowed over a bed of sand ; its width about
-one hundred and twenty yards. About midnight our tent was blown
-down by a squall, and we were completely drenched with rain before
-it could be re-pitched.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-In the morning of the 1st of September a fall of snow took
-place; the canoes became a cause of delay, by the difficulty of
-carrying them in a high wind, and they sustained much damage
-from the falls of those who had charge of them. The face of the
-country was broken by hills of moderate elevation, but the ground
-was plentifully strewed with small stones, which, to men bearing
-heavy burthens, and whose feet were protected only by soft moose
-skin shoes, occasioned great pain. At the end of eleven miles we
-encamped, and sent for a musk-ox and a deer, which St. Germain
-and Augustus had killed. The day was extremely cold, the ther-mometer
-varying between 34 deg and 36 deg. In the afternoon a heavy
-fall of snow took place, on the wind changing from north-west to
-south-west. We found no wood at the encampment, but made a
-fire of moss to cook the supper, and crept under our blankets for
-warmth. At sun-rise the thermometer was at 31 deg, and the wind
-fresh from north-west; but the weather became mild in the course
-of the forenoon, and the snow disappeared from the gravel. The
-afternoon was remarkably fine, and the thermometer rose to 50 deg.
-One of the hunters killed a musk-ox. The hills in this part are
-lower and more round-backed than those we passed yesterday, and
-exhibited but little naked rock; they were covered with lichens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Having ascertained from the summit of the highest hill near the
-tents, that the river continued to preserve a west course; and fear-ing
-that by pursuing it further we might lose much time, and un-necessarily
-walk over a great deal of ground, I determined on
-quitting its banks the next day, and making as directly as we could for
-Point Lake. We accordingly followed the river on the 3d, only to
-the place where the musk-ox had been killed last evening, and after
-the meat was procured, crossed the river in our two canoes lashed
-together. We now emerged from the valley of the river, and entered
-a level, but very barren, country, varied only by small lakes and
-marshes, the ground being covered with small stones. Many old tracks
-of rein-deer were seen in the clayey soil, and some more recent
-ones of the musk-ox. We encamped on the borders of Wright's
-River, which flows to the eastward; the direct distance walked to-day
-being ten miles and three-quarters. The next morning was
-very fine, and,as the day advanced, the weather became quite
-warm. We set out at six A. M., and, having forded the river,
-walked over a perfectly level country, interspersed with small lakes,
-which communicated with each other, by streams running in various
-directions. No berry-bearing plants were found in this part, the
-surface of the earth being thinly covered in the moister places with
-a few grasses, and on the drier spots with lichens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Having walked twelve miles and a half, we encamped at seven P.M.,
-and distributed our last piece of pemmican, and a little arrow-root
-for supper, which afforded but a scanty meal. This evening was
-warm, but dark clouds overspread the sky. Our men now began to
-find their burdens very oppressive, and were much fatigued by this
-day's march, but did not complain. One of them was lame from an
-inflammation in the knee. Heavy rain commenced at midnight, and
-continued without intermission until five in the morning, when it
-was succeeded by snow on the wind changing to north-west, which
-soon increased to a violent gale. As we had nothing to eat, and
-were destitute of the means of making a fire, we remained in our
-beds all the day ; but the covering of our blankets was insufficient to
-prevent us from feeling the severity of the frost, and suffering in-convenience
-from the drifting of the snow into our tents. There
-was no abatement of the storm next day ; our tents were completely
-frozen, and the snow had drifted around them to a depth of three
-feet, and even in the inside there was a covering of several inches on
-our blankets. Our suffering from cold, in a comfortless canvass tent
-in such weather, with the temperature at 20 deg, and without fire,
-will easily be imagined;it was, however, less than that which we
-felt from hunger.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The morning of the 7th cleared up a little, but the wind was still
-strong, and the weather extremely cold. From the unusual con-tinuance
-of the storm, we feared the winter had set in with all its
-rigour, and that by longer delay we should only be exposed to an
-accumulation of difficulties; we therefore prepared for our journey,
-although we were in a very unfit condition for starting, being weak
-from fasting, and our garments stiffened by the frost. We had no
-means of making a fire to thaw them, the moss, at all times difficult
-to kindle, being now covered with ice and snow. A considerable
-time was consumed in packing up the frozen tents and bed clothes,
-the wind blowing so strong that no one could keep his hands long
-out of his mittens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Just as we were about to commence our march, I was seized with
-a fainting fit, in consequence of exhaustion and sudden exposure to
-the wind; but after eating a morsel of portable soup, I recovered, so
-far as to be able to move on. I was unwilling at first to take this
-morsel of soup, which was diminishing the small and only remaining
-meal for the party; but several of the men urged me to it, with
-much kindness. The ground was covered a foot deep with snow,
-the margin of the lakes was incrusted with ice, and the swamps over
-which we had to pass were entirely frozen; but the ice not being
-sufficiently strong to bear us, we frequently plunged knee-deep in
-water. Those who carried the canoes were repeatedly blown down
-by the violence of the wind, and they often fell, from making an
-insecure step on a slippery stone; on one of these occasions, the
-largest canoe was so much broken as to be rendered utterly unser-viceable.
-This was felt as a serious disaster, as the remaining canoe
-having through mistake been made too small, it was doubtful
-whether it would be sufficient to carry us across a river. Indeed
-we had found it necessary in crossing Hood's River, to lash the two
-canoes together. As there was some suspicion that Benoit, who
-carried the canoe, had broken it intentionally, he having on a former
-occasion been overheard by some of the men to say, that he would
-do so when he got it in charge, we closely examined him on the
-point; he roundly denied having used the expressions attributed to
-him, and insisted that it was broken by his falling accidentally; and
-as he brought men to attest the latter fact, who saw him tumble, we
-did not press the matter further. I may here remark that our
-people had murmured a good deal at having to carry two canoes,
-though they were informed of the necessity of taking both, in case
-it should be deemed advisable to divide the party; which it had
-been thought probable we should be obliged to do, if animals proved
-scarce, in order to give the whole the better chance of procuring
-subsistence, and also for the purpose of sending forward some of the
-best walkers to search for Indians, and to get them to meet us with
-supplies of provision. The power of doing this was now at an end.
-As the accident could not be remedied we turned it to the best
-account by making a fire of the bark and timbers of the broken
-vessel, and cooked the remainder of our portable soup and arrow-root.
-This was a scanty meal after three days' fasting, but it served
-to allay the pangs of hunger, and enabled us to proceed at a quicker
-pace than before. The depth of the snow caused us to march in
-Indian file, that is in each other's steps; the voyagers taking it in
-turn to lead the party. A distant object was pointed out to this
-man in the direction we wished to take, and Mr. Hood followed
-immediately behind him, to renew the bearings, and keep him from
-deviating more than could be helped from the mark. It may be
-here observed, that we proceeded in this manner throughout our
-route across the barren grounds.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-In the afternoon we got into a more hilly country, where the
-ground was strewed with large stones. The surface of these was
-covered with lichens of the genus gyrophora, which the Canadians
-term tripe de roche. A considerable quantity was gathered, and
-with half a partridge each, (which were shot in the course of the
-day,) furnished us with a slender supper, which we cooked with a
-few willows, dug up from beneath the snow. We passed a comfortless
-night in our damp clothes, but took the precaution of sleeping upon
-our socks and shoes to prevent them from freezing. This plan was
-afterwards adopted throughout the journey.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-At half past five in the morning we proceeded; and after walking
-about two miles, came to Cracroft's River, flowing to the westward,
-with a very rapid current over a rocky channel. We had much diffi-culty
-in crossing this, the canoe being useless, not only from the bot-tom
-of the channel being obstructed by large stones, but also from its
-requiring gumming, an operation which, owing to the want of wood
-and the frost, we were unable to perform. However, after following
-the course of the river some way, we effected a passage by means of a
-range of large rocks that crossed a rapid. As the current was strong,
-and many of the rocks were covered with water to the depth of two
-or three feet, the men were exposed to much danger in carrying their
-heavy burthens across, and several of them actually slipped into the
-stream, but were immediately rescued by the others. Junius went
-farther up the river in search of a better crossing place, and did not
-rejoin us to-day. As several of the party were drenched from head to
-foot, and we were all wet to the middle, our clothes became stiff with
-the frost, and we walked with much pain for the remainder of the day.
-The march was continued to a late hour, being anxious to rejoin the
-hunters who had gone before, but we were obliged to encamp at the
-end of ten miles and a quarter, without seeing them. Our only
-meal to-day consisted of a partridge each, (which the hunters shot,)
-mixed with tripe de roche. This repast although scanty for men,
-with appetites such as our daily fatigue created, proved a cheerful
-one, and was received with thankfulness. Most of the men had to
-sleep in the open air, in consequence of the absence of Credit, who
-carried their tent; but we fortunately found an unusual quantity of
-roots to make a fire, which prevented their suffering much from the
-cold, though the thermometer was at 17 deg.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We started at six on the 9th, and at the end of two miles re-gained
-our hunters, who were halting on the borders of a lake amidst
-a clump of stunted willows. This lake stretched to the westward as
-far as we could see, and its waters were discharged by a rapid stream
-one hundred and fifty yards wide. Being entirely ignorant where
-we might be led by pursuing the course of the lake, and dreading
-the idea of going a mile unnecessarily out of the way, we deter-mined
-on crossing the river if possible; and the canoe was gummed
-for the purpose, the willows furnishing us with fire. But we had to
-await the return of Junius before we could make the traverse. In
-the mean time we gathered a little tripe de roche, and breakfasted
-upon it and a few partridges that were killed in the morning.
-St. Germain and Adam were sent upon some recent tracks of deer.
-Junius arrived in the afternoon, and informed us that he had seen
-a large herd of musk-oxen on the banks of Cracroft's River, and had
-wounded one of them, but it had escaped. He brought about four
-pounds of meat, the remains of a deer that had been devoured by
-the wolves. The poor fellow was much fatigued, having walked
-throughout the night, but as the weather was particularly favourable
-for our crossing the river, we could not allow him to rest. After he
-had taken some refreshment we proceeded to the river. The canoe
-being put into the water was found extremely ticklish, but it was
-managed with much dexterity by St. Germain, Adam, and Peltier,
-who ferried over one passenger at a time, causing him to lie flat in its
-bottom, by no means a pleasant position, owing to its leakiness, but
-there was no alternative. The transport of the whole party was
-effected by five o'clock, and we walked about two miles further, and
-encamped, having come five miles and three quarters on a south-west
-course. Two young alpine hares were shot by St. Germain, which,
-with the small piece of meat brought in by Junius, furnished the
-supper of the whole party. There was no tripe de roche here. The
-country had now become decidedly hilly, and was covered with snow.
-The lake preserved its western direction, as far as I could see from
-the summit of the highest mountain near the encampment. We
-subsequently learned from the Copper Indians, that the part at
-which we had crossed the river was the Congecatha-wha-chaga of
-Hearne, of which I had little idea at the time, not only from the
-difference of latitude, but also from its being so much farther east of
-the mouth of the Copper-Mine River, than his track is laid down.
-He only making one degree and three quarters difference of lon-gitude,
-and we, upwards of four. Had I been aware of the fact,
-several days harassing march, and a disastrous accident would have
-been prevented by keeping on the western side of the lake, instead
-of crossing the river. We were informed also, that this river is
-the Anatessy or River of Strangers, and is supposed to fall into
-Bathurst's Inlet; but although the Indians have visited its mouth,
-their description was not sufficient to identify it with any of the
-rivers whose mouths we had seen. It probably falls in that part of
-the coast which was hid from our view by Goulburn's or Elliot's
-Islands.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">September 10.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We had a cold north wind, and the atmosphere
-was foggy. The thermometer 18 deg at five A.M. In the course of
-our march this morning, we passed many small lakes; and the
-ground becoming higher and more hilly as we receded from the
-river, was covered to a much greater depth with snow. This ren-dered
-walking not only extremely laborious, but also hazardous in
-the highest degree;for the sides of the hills, as is usual throughout
-the barren grounds, abounding in accumulations of large angular
-stones, it often happened that the men fell into the interstices
-with their loads on their backs, being deceived by the smooth
-appearance of the drifted snow. If any one had broken a limb
-here, his fate would have been melancholy indeed; we could neither
-have remained with him, nor carried him on. We halted at ten to
-gather tripe de roche,but it was so frozen, that we were quite
-benumbed with cold before a sufficiency could be collected even for
-a scanty meal. On proceeding our men were somewhat cheered, by
-observing on the sandy summit of a hill, from whence the snow had
-been blown, the summer track of a man; and afterwards by seeing
-several deer tracks on the snow. About noon the weather cleared
-up a little, and, to our great joy, we saw a herd of musk-oxen
-grazing in a valley below us. The party instantly halted, and the
-best hunters were sent out; they approached the animals with the
-utmost caution, no less than two hours being consumed before they
-got within gun-shot. In the mean time we beheld their proceed-ings
-with extreme anxiety, and many secret prayers were, doubtless,
-offered up for their success. At length they opened their fire, and
-we had the satisfaction of seeing one of the largest cows fall; another
-was wounded, but escaped. This success infused spirit into our
-starving party. To skin and cut up the animal was the work of a
-few minutes. The contents of its stomach were devoured upon
-the spot, and the raw intestines, which were next attacked, were
-pronounced by the most delicate amongst us to be excellent. A few
-willows, whose tops were seen peeping through the snow in the bottom
-of the valley, were quickly grubbed, the tents pitched, and supper
-cooked, and devoured with avidity. This was the sixth day since we
-had had a good meal. The tripe de roche, even where we got
-enough, only serving to allay the pangs of hunger for a short time.
-After supper, two of the hunters went in pursuit of the herd, but
-could not get near them.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We were detained all the next day by a strong southerly wind,
-and were much incommoded in the tents by the drift snow. The
-temperature was 20 deg. The average for the last ten days about
-24.5 deg. We restricted ourselves to one meal to-day as we were at
-rest, and there was only meat remaining sufficient for the next day.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The gale had not diminished on the 12th, and, as we were
-fearful of its continuance for some time, we determined on going
-forward; our only doubt regarded the preservation of the canoe,
-but the men promised to pay particular attention to it, and the
-most careful persons were appointed to take it in charge. The snow
-was two feet deep, and the ground much broken, which rendered
-the march extremely painful. The whole party complained more of
-faintness and weakness than they had ever done before; their
-strength seemed to have been impaired by the recent supply of
-animal food. In the afternoon the wind abated, and the snow ceased;
-cheered with the change we proceeded forward at a quicker pace,
-and encamped at six P. M., having come eleven miles. Our supper
-consumed the last of our meat.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We set out on the 13th, in thick hazy weather, and, after an hour's
-march, had the extreme mortification to find ourselves on the
-borders of a large lake, which we subsequently learned from the
-Indians was named Contwoy-to, or Rum Lake; neither of its extre-
-mities could be seen, and as the portion which lay to the east
-seemed the widest, we coasted along to the westward portion in
-search of a crossing-place. This lake being bounded by steep and
-lofty hills, our march was very fatiguing. Those sides which were
-exposed to the sun, were free from snow, and we found upon them
-some excellent berries. We encamped at six P. M., having come
-only six miles and a half. Credit was then missing, and he did not
-return during the night. We supped off a single partridge and
-some tripe de roche;this unpalatable weed was now quite nau-seous
-to the whole party, and in several it produced bowel com-plaints.
-Mr. Hood was the greatest sufferer from this cause. This
-evening we were extremely distressed, at discovering that our im-provident
-companions,since we left Hood's River, had thrown
-away three of the fishing-nets, and burnt the floats ; they knew we
-had brought them to procure subsistence for the party, when the
-animals should fail, and we could scarcely believe the fact of their
-having wilfully deprived themselves of this resource, especially
-when we considered that most of them had passed the greater part of
-their servitude in situations where the nets alone had supplied them
-with food. Being thus deprived of our principal resource, that of
-fishing, and the men evidently getting weaker every day, it became
-necessary to lighten their burthens of every thing except ammunition,
-clothing, and the instruments that were required to find our
-way. I, therefore, issued directions to deposit at this encampment
-the dipping needle, azimuth compass, magnet, a large thermometer,
-and a few books we had carried, having torn out of these such parts
-as we should require to work the observations for latitude and
-longitude. I also promised,as an excitement to the efforts in
-hunting, my gun to St. Germain, and an ample compensation to
-Adam, or any of the other men who should kill any animals.
-Mr. Hood, on this occasion, lent his gun to Michel, the Iroquois,
-who was very eager in the chase, and often successful.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">September 14.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-This morning the officers being assembled round
-a small fire, Perrault presented each of us with a small piece of meat
-which he had saved from his allowance. It was received with great
-thankfulness, and such an act of self-denial and kindness, being
-totally unexpected in a Canadian voyager, filled our eyes with tears.
-In directing our course to a river issuing from the lake, we met
-Credit, who communicated the joyful intelligence of his having
-killed two deer in the morning. We instantly halted, and having
-shared the deer that was nearest to us, prepared breakfast. After
-which, the other deer was sent for, and we went down to the river,
-which was about three hundred yards wide, and flowed with
-great velocity through a broken rocky channel. Having searched
-for a part where the current was most smooth, the canoe was
-placed in the water at the head of a rapid, and St. Germain, Solomon
-Belanger, and I, embarked in order to cross. We went from the
-shore very well, but in mid-channel the canoe became difficult to
-manage under our burden as the breeze was fresh. The current
-drove us to the edge of the rapid, when Belanger unfortunately
-applied his paddle to avert the apparent danger of being forced
-down it, and lost his balance. The canoe was overset in con-sequence
-in the middle of the rapid. We fortunately kept hold of
-it, until we touched a rock where the water did not reach higher
-than our waists; here we kept our footing, notwithstanding the
-strength of the current, until the water was emptied out of the
-canoe. Belanger then held the canoe steady whilst St. Germain
-placed me in it, and afterwards embarked himself in a very dexterous
-manner. It was impossible, however, to embark Belanger,
-as the canoe would have been hurried down the rapid, the moment
-he should have raised his foot from the rock on which he stood.
-We were, therefore, compelled to leave him in his perilous situation.
-We had not gone twenty yards before the canoe, striking on a
-sunken rock, went down. The place being shallow, we were again
-enabled to empty it, and the third attempt brought us to the shore.
-In the mean time Belanger was suffering extremely, immersed to
-his middle in the centre of a rapid, the temperature of which was
-very little above the freezing point, and the upper part of his body
-covered with wet clothes, exposed in a temperature not much above
-zero, to a strong breeze. He called piteously for relief, and
-St. Germain on his return endeavoured to embark him, but in vain.
-The canoe was hurried down the rapid, and when he landed he was
-rendered by the cold incapable of further exertion, and Adam at-tempted
-to embark Belanger, but found it impossible. An attempt
-was next made to carry out to him a line, made of the slings of the
-men's loads. This also failed, the current acting so strongly upon
-it, as to prevent the canoe from steering, and it was finally broken
-and carried down the stream. At length, when Belanger's strength
-seemed almost exhausted, the canoe reached him with a small cord
-belonging to one of the nets, and he was dragged perfectly senseless
-through the rapid. By the direction of Dr. Richardson, he was
-instantly stripped, and being rolled up in blankets, two men un-dressed
-themselves and went to bed with him; but it was some
-hours before he recovered his warmth and sensations. As soon as
-Belanger was placed in his bed, the officers immediately sent over
-my blankets, and a person to make a fire. Augustus brought the
-canoe over, and in returning he was obliged to descend both the
-rapids, before he could get across the stream; which hazardous
-service he performed with the greatest coolness and judgment. It
-is impossible to describe my sensations as I witnessed the various
-unsuccessful attempts to relieve Belanger. The distance prevented
-my seeing distinctly what was going on, and I continued pacing up
-and down upon the rock on which I landed, regardless of the
-coldness of my drenched and stiffening garments. The canoe, in
-every attempt to reach him, was hurried down the rapid, and was
-lost to the view amongst the rocky islets, with a rapidity that
-seemed to threaten certain destruction; once, indeed, I fancied that
-I saw it overwhelmed in the waves. Such an event would have
-been fatal to the whole party. Separated as I was from my com-panions,
-without gun, ammunition, hatchet, or the means of making
-a fire, and in wet clothes, my doom would have been speedily sealed.
-My companions too, driven to the necessity of coasting the lake,
-must have sunk under the fatigue of rounding its innumerable arms
-and bays, which, as we have learned from the Indians, are very
-extensive. By the goodness of Providence, however, we were spared
-at that time, and some of us have been permitted to offer up our
-thanksgivings, in a civilized land, for the signal deliverances we then
-and afterwards experienced.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="repeating"
- page-height="21.7cm"
- page-width="16cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="2cm" margin-bottom="2cm"/>
- <fo:region-before extent="2cm"/>
- <fo:region-after extent="2cm"/>
- </fo:simple-page-master>
-
- <fo:page-sequence-master master-name="repeating_pm">
- <fo:repeatable-page-master-reference master-name="repeating"
- maximum-repeats="no-limit"/>
- <fo:single-page-master-reference master-name="repeating"/>
- </fo:page-sequence-master>
- </fo:layout-master-set>
- <!-- end: defines page layout -->
-
- <!-- actual layout -->
- <fo:page-sequence master-name="repeating_pm" initial-page-number="1">
-
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="start" font-size="10pt"
- font-family="sans-serif"
- line-height="10pt" >
- John Franklin - Journey to the Shores of the Polar Sea
- </fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-after">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="sans-serif"
- line-height="14pt" >
- p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- defines local TOC -->
- <fo:block font-size="10pt"
- font-family="serif"
- line-height="12pt"
- space-before.optimum="10pt"
- space-after.optimum="10pt"
- text-align="start"
- padding-top="6pt">
-Journey across the barren Grounds - Difficulty and delay in crossing Copper-Mine River -
-Melancholy and fatal Results thereof - Extreme Misery of the whole Party - Murder of
-Mr. Hood - Death of several of the Canadians - Desolate State of Fort Enterprise -
-Distress suffered at that Place - Dr. Richardson's Narrative - Mr. Back's Narrative -
-Conclusion.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">1821. August 17.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-MY original intention, whenever the season should
-compel us to relinquish the survey, had been to return by the way
-of the Copper-Mine River, and in pursuance of my arrangement
-with the Hook to travel to Slave Lake through the line of woods
-extending thither by the Great Bear and Marten Lakes, but our
-scanty stock of provision and the length of the voyage rendered it
-necessary to make for a nearer place. We had already found that
-the country, between Cape Barrow and the Copper-Mine River,
-would not supply our wants, and this it seemed probable would now
-be still more the case ; besides, at this advanced season, we expected
-the frequent recurrence of gales, which would cause great detention,
-if not danger in proceeding along that very rocky part of the coast.
-I determined, therefore, to make at once for Arctic Sound, where
-we had found the animals more numerous than at any other place ;
-and entering Hood's River, to advance up that stream as far as it
-was navigable, and then to construct small canoes out of the
-materials of the larger ones, which could be carried in crossing the
-barren grounds to Fort Enterprise.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 19.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We were almost beaten out of our comfortless abodes
-by rain during the night, and this morning the gale continued
-without diminution. The thermometer fell to 33 deg. Two men were
-sent with Junius to search for the deer which Augustus had killed.
-Junius returned in the evening bringing part of the meat, but owing
-to the thickness of the weather, his companions parted from him
-and did not make their appearance. Divine service was read. On
-the 20th we were presented with the most chilling prospect, the
-small pools of water being frozen over, the ground being covered
-with snow, and the thermometer at the freezing point at mid-day.
-Flights of geese were passing to the southward. The wind however
-was more moderate, having changed to the eastward. Considerable
-anxiety prevailing respecting Belanger and Michel, the two men
-who strayed from Junius yesterday, the rest were sent out to look
-for them. The search was successful, and they all returned in the
-evening. The stragglers were much fatigued, and had suffered
-severely from the cold, one of them having his thighs frozen, and
-what under our present circumstances was most grievous, they had
-thrown away all the meat. The wind during the night returned to
-the north-west quarter, blew more violently than ever, and raised a
-very turbulent sea. The next day did not improve our condition,
-the snow remained on the ground, and the small pools were frozen.
-Our hunters were sent out, but they returned after a fatiguing
-day's march without having seen any animals. We made a scanty
-meal off a handful of pemmican, after which only half a bag
-remained.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The wind abated after midnight, and the surf diminished rapidly,
-which caused us to be on the alert at a very early hour on the 22d,
-but we had to wait until six A.M. for the return of Augustus who
-had continued out all night on an unsuccessful pursuit of deer.
-It appears that he had walked a few miles farther along the coast,
-than the party had done on the 18th, and from a sketch he drew on
-the sand, we were confirmed in our former opinion that the shore
-inclined more to the eastward beyond Point Turnagain. He also
-drew a river of considerable size, that discharges its waters into
-Walker's Bay; on the banks of which stream he saw a piece of
-wood, such as the Esquimaux use in producing fire, and other marks
-so fresh that he supposed they had recently visited the spot. We
-therefore left several iron materials for them. Our men, cheered by
-the prospect of returning, embarked with the utmost alacrity; and,
-paddling with unusual vigour, carried us across Riley's and Walker's
-Bays, a distance of twenty miles before noon, when we landed on
-Slate-Clay Point, as the wind had freshened too much to permit us
-to continue the voyage. The whole party went to hunt, but returned
-without success in the evening, drenched with the heavy rain which
-commenced soon after they had set out. Several deer were seen,
-but could not be approached in this naked country; and as our
-stock of pemmican did not admit of serving out two meals, we went
-dinnerless to bed.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Soon after our departure to-day, a sealed tin-case, sufficiently
-buoyant to float, was thrown overboard, containing a short account of
-our proceedings, and the position of the most conspicuous points.
-The wind blew off the land, the water was smooth, and as the sea
-is in this part more free from islands than in any other, there was
-every probability of its being driven off the shore into the current ;
-which, as I have before mentioned, we suppose, from the circumstance
-of Mackenzie's River being the only known stream that
-brings down the wood we have found along the shores, to set to the
-eastward.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 23.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-A severe frost caused us to pass a comfortless night.
-At two P.M. we set sail, and the men voluntarily launched out to
-make a traverse of fifteen miles across Melville Sound, before a
-strong wind and heavy sea. The privation of food, under which
-our voyagers were then labouring, absorbed every other terror;
-otherwise the most powerful persuasion could not have induced
-them to attempt such a traverse. It was with the utmost difficulty
-that the canoes were kept from turning their broadsides to the
-waves, though we sometimes steered with all the paddles. One of
-them narrowly escaped being overset by this accident, happening
-in mid-channel, where the waves were so high that the mast-head
-of our canoe was often hid from the other, though it was sailing
-within hail. The annexed plate, from Mr. Back's sketch, will convey
-to the reader an accurate idea of the peril of our situation.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The traverse, however, was made;we were then near a high
-rocky lee shore, on which a heavy surf was beating. The wind
-being on the beam, the canoes drifted fast to leeward; and, on
-rounding a point, the recoil of the sea from the rocks was so great
-that they were with difficulty kept from foundering. We looked in
-vain for a sheltered bay to land in ; but, at length, being unable to
-weather another point, we were obliged to put ashore on the open
-beach, which, fortunately, was sandy at this spot. The debarkation
-was effected in the manner represented in the plate; and, fortunately,
-without further injury than the splitting of the head of
-the second canoe, which was easily repaired.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Our encampment being near to the place where we killed the deer
-on the 11th, almost the whole party went out to hunt, but they
-returned in the evening without having seen any game. The
-berries, however, were ripe and plentiful, and, with the addition
-of some country tea, furnished a supper. There were some showers
-in the afternoon,and the weather was cold, the thermometer
-being 42 deg, but the evening and night were calm and fine. It may be
-remarked that the mosquitoes disappeared when the late gales
-commenced.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 25.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Embarking at three A. M., we stretched across
-the eastern entrance of Bathurst's Inlet, and arrived at an island,
-which I have named after Colonel Barry, of Newton Barry. Some
-deer being seen on the beach, the hunters went in pursuit of
-them, and succeeded in killing three females, which enabled us to
-save our last remaining meal of pemmican. They saw also some
-fresh tracks of musk oxen on the banks of a small stream, which
-flowed into a lake in the centre of the island. These animals must
-have crossed a channel, at least, three miles wide, to reach the nearest
-of these islands. Some specimens of variegated pebbles and jasper
-were found here imbedded in the amygdaloidal rock.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Re-embarking at two P.M., and continuing through what was
-supposed to be a channel between two islands, we found our passage
-barred by a gravelly isthmus of only ten yards in width ; the canoes
-and cargoes were carried across it, and we passed into Bathurst's Inlet
-through another similar channel, bounded on both sides by steep
-rocky hills. The wind then changing from S.E. to N.W. brought
-heavy rain, and we encamped at seven P.M., having advanced
-eighteen miles.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Starting this morning with a fresh breeze in our favour,
-we soon reached that part of Barry's Island where the canoes were
-detained on the 2d and 3rd of this month, and contrary to what we
-then experienced, the deer were now plentiful. The hunters killed
-two, and we were relieved from all apprehension of an immediate
-want of food. One would suppose the deer were about to retire to
-the main shore from their assembling at this time in such numbers
-on the islands nearest to the coast. Those we saw were generally
-females with their young, and all of them very lean.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The wind continued in the same direction until we had rounded
-Point Wollaston, and then changed to a quarter, which enabled us
-to steer for Hood's River, which we ascended as high as the first
-rapid and encamped. Here terminated our voyage on the Arctic
-sea, during which we had gone over six hundred and fifty geographical
-miles. Our Canadian voyagers could not restrain their expressions
-of joy at having turned their backs on the sea, and
-they passed the evening talking over their past adventures with
-much humour and no little exaggeration. The consideration that
-the most painful, and certainly the most hazardous, part of the
-journey was yet to come, did not depress their spirits at all. It is
-due to their character to mention that they displayed much courage
-in encountering the dangers of the sea, magnified to them by their
-novelty.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The shores between Cape Barrow and Cape Flinders, including
-the extensive branches of Arctic and Melville Sounds, and Bathurst's
-Inlet, may be comprehended in one great gulf, which I have distinguished
-by the appellation of George IV.'s Coronation Gulf, in
-honour of His Most Gracious Majesty, the latter name being added
-to mark the time of its discovery. The Archipelago of islands which
-fringe the coast from Copper-Mine River to Point Turnagain, I have
-named in honour of His Royal Highness the Duke of York.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-It may be deserving of notice that the extremes in temperature
-of the sea water during our voyage were 53 deg and 35 deg, but its general
-temperature was between 43 deg and 48 deg. Throughout our return from
-Point Turnagain we observed that the sea had risen several feet
-above marks left at our former encampments. This may, perhaps,
-be attributed to the north-west gales.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">August 26.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Previous to our departure this morning, an assortment
-of iron materials, beads, looking-glasses, and other articles
-were put up in a conspicuous situation for the Esquimaux, and the
-English Union was planted on the loftiest sand-hill, where it might
-be seen by any ships passing in the offing. Here also, was deposited
-in a tin bow a letter containing an outline of our proceedings, the
-latitude and longitude of the principal places, and the course we
-intended to pursue towards Slave Lake.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Embarking at eight A.M. we proceeded up the river, which is full
-of sandy shoals, but sufficiently deep for canoes in the channels. It is
-from one hundred to two hundred yards wide, and is bounded by high
-and steep banks of clay. We encamped at a cascade of eighteen or
-twenty feet high, which is produced by a ridge of rock crossing the
-river, and the nets were set. A mile below this cascade Hood's
-River is joined by a stream half its own size, which I have called
-James' Branch. Bear and deer tracks had been numerous on the
-banks of the river when we were here before, but not a single recent
-one was to be seen at this time. Credit, however, killed a small
-deer at some distance inland, which, with the addition of berries,
-furnished a delightful repast this evening. The weather was remarkably
-fine, and the temperature so mild, that the mosquitoes again
-made their appearance, but not in any great numbers. Our distance
-made to-day was not more than six miles.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The next morning the net furnished us with ten white fish
-and trout. Having made a further deposit of iron work for the
-Esquimaux we pursued our voyage up the river, but the shoals and
-rapids in this part were so frequent, that we walked along the banks
-the whole day, and the crews laboured hard in carrying the canoes
-thus lightened over the shoals or dragging them up the rapids, yet
-our journey in a direct line was only about seven miles. In the
-evening we encamped at the lower end of a narrow chasm through
-which the river flows for upwards of a mile. The walls of this
-chasm are upwards of two hundred feet high, quite perpendicular,
-and in some places only a few yards apart. The river precipitates
-itself into it over a rock, forming two magnificent and picturesque
-falls close to each other. The upper fall is about sixty feet high, and
-the lower one at least one hundred, but perhaps considerably more,
-for the narrowness of the chasm into which it fell prevented us from
-seeing its bottom, and we could merely discern the top of the spray
-far beneath our feet. The lower fall is divided into two, by an
-insulated column of rock which rises about forty feet above it. The
-whole descent of the river at this place probably exceeds two
-hundred and fifty feet. The rock is very fine felspathose sandstone.
-It has a smooth surface and a light red colour. I have named these
-magnificent cascades Wilberforce Falls, as a tribute of my respect
-for that distinguished philanthropist and Christian. Messrs. Back and
-Hood took beautiful sketches of this majestic scene, which are
-combined in the annexed plate.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The river being surveyed from the summit of a hill, above these
-falls, appeared so rapid and shallow, that it seemed useless to
-attempt proceeding any farther in the large canoes. I therefore
-determined on constructing out of their materials two smaller ones
-of sufficient size to contain three persons, for the purpose of crossing
-any river that might obstruct our progress. This operation was
-accordingly commenced, and by the 31st both the canoes being
-finished, we prepared for our departure on the following day.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The leather which had been preserved for making shoes was
-equally divided among the men, two pairs of flannel socks were given
-to each person, and such articles of warm clothing as remained, were
-issued to those who most required them. They were also furnished
-with one of the officers' tents. This being done, I communicated to
-the men my intention of proceeding in as direct a course as possible
-to the part of Point Lake, opposite to our spring encampment
-which was only distant one hundred and forty-nine miles in a
-straight line. They received the communication cheerfully, considered
-the journey to be short, and left me, in high spirits, to
-arrange their own packages. The stores, books, &c., which were not
-absolutely necessary to be carried, were then put up in boxes to be
-left en cache here, in order that the men's burdens might be as light
-as possible.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The next morning was warm, and very fine. Every one was on
-the alert at an early hour, being anxious to commence the journey.
-Our luggage consisted of ammunition, nets, hatchets, ice chisels,
-astronomical instruments, clothing, blankets, three kettles, and
-the two canoes, which were each carried by one man. The
-officers carried such a portion of their own things as their strength
-would permit;the weight carried by each man was about ninety
-pounds, and with this we advanced at the rate of about a mile an
-hour, including rests. In the evening the hunters killed a lean cow,
-out of a large drove of musk-oxen; but the men were too much
-laden to carry more than a small portion of its flesh. The alluvial
-soil, which towards the mouth of the river spreads into plains,
-covered with grass and willows, was now giving place to a more
-barren and hilly country; so that we could but just collect sufficient
-brush wood to cook our suppers. The part of the river we skirted
-to-day was shallow, and flowed over a bed of sand ; its width about
-one hundred and twenty yards. About midnight our tent was blown
-down by a squall, and we were completely drenched with rain before
-it could be re-pitched.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-In the morning of the 1st of September a fall of snow took
-place; the canoes became a cause of delay, by the difficulty of
-carrying them in a high wind, and they sustained much damage
-from the falls of those who had charge of them. The face of the
-country was broken by hills of moderate elevation, but the ground
-was plentifully strewed with small stones, which, to men bearing
-heavy burthens, and whose feet were protected only by soft moose
-skin shoes, occasioned great pain. At the end of eleven miles we
-encamped, and sent for a musk-ox and a deer, which St. Germain
-and Augustus had killed. The day was extremely cold, the ther-mometer
-varying between 34 deg and 36 deg. In the afternoon a heavy
-fall of snow took place, on the wind changing from north-west to
-south-west. We found no wood at the encampment, but made a
-fire of moss to cook the supper, and crept under our blankets for
-warmth. At sun-rise the thermometer was at 31 deg, and the wind
-fresh from north-west; but the weather became mild in the course
-of the forenoon, and the snow disappeared from the gravel. The
-afternoon was remarkably fine, and the thermometer rose to 50 deg.
-One of the hunters killed a musk-ox. The hills in this part are
-lower and more round-backed than those we passed yesterday, and
-exhibited but little naked rock; they were covered with lichens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Having ascertained from the summit of the highest hill near the
-tents, that the river continued to preserve a west course; and fear-ing
-that by pursuing it further we might lose much time, and un-necessarily
-walk over a great deal of ground, I determined on
-quitting its banks the next day, and making as directly as we could for
-Point Lake. We accordingly followed the river on the 3d, only to
-the place where the musk-ox had been killed last evening, and after
-the meat was procured, crossed the river in our two canoes lashed
-together. We now emerged from the valley of the river, and entered
-a level, but very barren, country, varied only by small lakes and
-marshes, the ground being covered with small stones. Many old tracks
-of rein-deer were seen in the clayey soil, and some more recent
-ones of the musk-ox. We encamped on the borders of Wright's
-River, which flows to the eastward; the direct distance walked to-day
-being ten miles and three-quarters. The next morning was
-very fine, and,as the day advanced, the weather became quite
-warm. We set out at six A. M., and, having forded the river,
-walked over a perfectly level country, interspersed with small lakes,
-which communicated with each other, by streams running in various
-directions. No berry-bearing plants were found in this part, the
-surface of the earth being thinly covered in the moister places with
-a few grasses, and on the drier spots with lichens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Having walked twelve miles and a half, we encamped at seven P.M.,
-and distributed our last piece of pemmican, and a little arrow-root
-for supper, which afforded but a scanty meal. This evening was
-warm, but dark clouds overspread the sky. Our men now began to
-find their burdens very oppressive, and were much fatigued by this
-day's march, but did not complain. One of them was lame from an
-inflammation in the knee. Heavy rain commenced at midnight, and
-continued without intermission until five in the morning, when it
-was succeeded by snow on the wind changing to north-west, which
-soon increased to a violent gale. As we had nothing to eat, and
-were destitute of the means of making a fire, we remained in our
-beds all the day ; but the covering of our blankets was insufficient to
-prevent us from feeling the severity of the frost, and suffering in-convenience
-from the drifting of the snow into our tents. There
-was no abatement of the storm next day ; our tents were completely
-frozen, and the snow had drifted around them to a depth of three
-feet, and even in the inside there was a covering of several inches on
-our blankets. Our suffering from cold, in a comfortless canvass tent
-in such weather, with the temperature at 20 deg, and without fire,
-will easily be imagined;it was, however, less than that which we
-felt from hunger.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The morning of the 7th cleared up a little, but the wind was still
-strong, and the weather extremely cold. From the unusual con-tinuance
-of the storm, we feared the winter had set in with all its
-rigour, and that by longer delay we should only be exposed to an
-accumulation of difficulties; we therefore prepared for our journey,
-although we were in a very unfit condition for starting, being weak
-from fasting, and our garments stiffened by the frost. We had no
-means of making a fire to thaw them, the moss, at all times difficult
-to kindle, being now covered with ice and snow. A considerable
-time was consumed in packing up the frozen tents and bed clothes,
-the wind blowing so strong that no one could keep his hands long
-out of his mittens.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-Just as we were about to commence our march, I was seized with
-a fainting fit, in consequence of exhaustion and sudden exposure to
-the wind; but after eating a morsel of portable soup, I recovered, so
-far as to be able to move on. I was unwilling at first to take this
-morsel of soup, which was diminishing the small and only remaining
-meal for the party; but several of the men urged me to it, with
-much kindness. The ground was covered a foot deep with snow,
-the margin of the lakes was incrusted with ice, and the swamps over
-which we had to pass were entirely frozen; but the ice not being
-sufficiently strong to bear us, we frequently plunged knee-deep in
-water. Those who carried the canoes were repeatedly blown down
-by the violence of the wind, and they often fell, from making an
-insecure step on a slippery stone; on one of these occasions, the
-largest canoe was so much broken as to be rendered utterly unser-viceable.
-This was felt as a serious disaster, as the remaining canoe
-having through mistake been made too small, it was doubtful
-whether it would be sufficient to carry us across a river. Indeed
-we had found it necessary in crossing Hood's River, to lash the two
-canoes together. As there was some suspicion that Benoit, who
-carried the canoe, had broken it intentionally, he having on a former
-occasion been overheard by some of the men to say, that he would
-do so when he got it in charge, we closely examined him on the
-point; he roundly denied having used the expressions attributed to
-him, and insisted that it was broken by his falling accidentally; and
-as he brought men to attest the latter fact, who saw him tumble, we
-did not press the matter further. I may here remark that our
-people had murmured a good deal at having to carry two canoes,
-though they were informed of the necessity of taking both, in case
-it should be deemed advisable to divide the party; which it had
-been thought probable we should be obliged to do, if animals proved
-scarce, in order to give the whole the better chance of procuring
-subsistence, and also for the purpose of sending forward some of the
-best walkers to search for Indians, and to get them to meet us with
-supplies of provision. The power of doing this was now at an end.
-As the accident could not be remedied we turned it to the best
-account by making a fire of the bark and timbers of the broken
-vessel, and cooked the remainder of our portable soup and arrow-root.
-This was a scanty meal after three days' fasting, but it served
-to allay the pangs of hunger, and enabled us to proceed at a quicker
-pace than before. The depth of the snow caused us to march in
-Indian file, that is in each other's steps; the voyagers taking it in
-turn to lead the party. A distant object was pointed out to this
-man in the direction we wished to take, and Mr. Hood followed
-immediately behind him, to renew the bearings, and keep him from
-deviating more than could be helped from the mark. It may be
-here observed, that we proceeded in this manner throughout our
-route across the barren grounds.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-In the afternoon we got into a more hilly country, where the
-ground was strewed with large stones. The surface of these was
-covered with lichens of the genus gyrophora, which the Canadians
-term tripe de roche. A considerable quantity was gathered, and
-with half a partridge each, (which were shot in the course of the
-day,) furnished us with a slender supper, which we cooked with a
-few willows, dug up from beneath the snow. We passed a comfortless
-night in our damp clothes, but took the precaution of sleeping upon
-our socks and shoes to prevent them from freezing. This plan was
-afterwards adopted throughout the journey.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-At half past five in the morning we proceeded; and after walking
-about two miles, came to Cracroft's River, flowing to the westward,
-with a very rapid current over a rocky channel. We had much diffi-culty
-in crossing this, the canoe being useless, not only from the bot-tom
-of the channel being obstructed by large stones, but also from its
-requiring gumming, an operation which, owing to the want of wood
-and the frost, we were unable to perform. However, after following
-the course of the river some way, we effected a passage by means of a
-range of large rocks that crossed a rapid. As the current was strong,
-and many of the rocks were covered with water to the depth of two
-or three feet, the men were exposed to much danger in carrying their
-heavy burthens across, and several of them actually slipped into the
-stream, but were immediately rescued by the others. Junius went
-farther up the river in search of a better crossing place, and did not
-rejoin us to-day. As several of the party were drenched from head to
-foot, and we were all wet to the middle, our clothes became stiff with
-the frost, and we walked with much pain for the remainder of the day.
-The march was continued to a late hour, being anxious to rejoin the
-hunters who had gone before, but we were obliged to encamp at the
-end of ten miles and a quarter, without seeing them. Our only
-meal to-day consisted of a partridge each, (which the hunters shot,)
-mixed with tripe de roche. This repast although scanty for men,
-with appetites such as our daily fatigue created, proved a cheerful
-one, and was received with thankfulness. Most of the men had to
-sleep in the open air, in consequence of the absence of Credit, who
-carried their tent; but we fortunately found an unusual quantity of
-roots to make a fire, which prevented their suffering much from the
-cold, though the thermometer was at 17 deg.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We started at six on the 9th, and at the end of two miles re-gained
-our hunters, who were halting on the borders of a lake amidst
-a clump of stunted willows. This lake stretched to the westward as
-far as we could see, and its waters were discharged by a rapid stream
-one hundred and fifty yards wide. Being entirely ignorant where
-we might be led by pursuing the course of the lake, and dreading
-the idea of going a mile unnecessarily out of the way, we deter-mined
-on crossing the river if possible; and the canoe was gummed
-for the purpose, the willows furnishing us with fire. But we had to
-await the return of Junius before we could make the traverse. In
-the mean time we gathered a little tripe de roche, and breakfasted
-upon it and a few partridges that were killed in the morning.
-St. Germain and Adam were sent upon some recent tracks of deer.
-Junius arrived in the afternoon, and informed us that he had seen
-a large herd of musk-oxen on the banks of Cracroft's River, and had
-wounded one of them, but it had escaped. He brought about four
-pounds of meat, the remains of a deer that had been devoured by
-the wolves. The poor fellow was much fatigued, having walked
-throughout the night, but as the weather was particularly favourable
-for our crossing the river, we could not allow him to rest. After he
-had taken some refreshment we proceeded to the river. The canoe
-being put into the water was found extremely ticklish, but it was
-managed with much dexterity by St. Germain, Adam, and Peltier,
-who ferried over one passenger at a time, causing him to lie flat in its
-bottom, by no means a pleasant position, owing to its leakiness, but
-there was no alternative. The transport of the whole party was
-effected by five o'clock, and we walked about two miles further, and
-encamped, having come five miles and three quarters on a south-west
-course. Two young alpine hares were shot by St. Germain, which,
-with the small piece of meat brought in by Junius, furnished the
-supper of the whole party. There was no tripe de roche here. The
-country had now become decidedly hilly, and was covered with snow.
-The lake preserved its western direction, as far as I could see from
-the summit of the highest mountain near the encampment. We
-subsequently learned from the Copper Indians, that the part at
-which we had crossed the river was the Congecatha-wha-chaga of
-Hearne, of which I had little idea at the time, not only from the
-difference of latitude, but also from its being so much farther east of
-the mouth of the Copper-Mine River, than his track is laid down.
-He only making one degree and three quarters difference of lon-gitude,
-and we, upwards of four. Had I been aware of the fact,
-several days harassing march, and a disastrous accident would have
-been prevented by keeping on the western side of the lake, instead
-of crossing the river. We were informed also, that this river is
-the Anatessy or River of Strangers, and is supposed to fall into
-Bathurst's Inlet; but although the Indians have visited its mouth,
-their description was not sufficient to identify it with any of the
-rivers whose mouths we had seen. It probably falls in that part of
-the coast which was hid from our view by Goulburn's or Elliot's
-Islands.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">September 10.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We had a cold north wind, and the atmosphere
-was foggy. The thermometer 18 deg at five A.M. In the course of
-our march this morning, we passed many small lakes; and the
-ground becoming higher and more hilly as we receded from the
-river, was covered to a much greater depth with snow. This ren-dered
-walking not only extremely laborious, but also hazardous in
-the highest degree;for the sides of the hills, as is usual throughout
-the barren grounds, abounding in accumulations of large angular
-stones, it often happened that the men fell into the interstices
-with their loads on their backs, being deceived by the smooth
-appearance of the drifted snow. If any one had broken a limb
-here, his fate would have been melancholy indeed; we could neither
-have remained with him, nor carried him on. We halted at ten to
-gather tripe de roche,but it was so frozen, that we were quite
-benumbed with cold before a sufficiency could be collected even for
-a scanty meal. On proceeding our men were somewhat cheered, by
-observing on the sandy summit of a hill, from whence the snow had
-been blown, the summer track of a man; and afterwards by seeing
-several deer tracks on the snow. About noon the weather cleared
-up a little, and, to our great joy, we saw a herd of musk-oxen
-grazing in a valley below us. The party instantly halted, and the
-best hunters were sent out; they approached the animals with the
-utmost caution, no less than two hours being consumed before they
-got within gun-shot. In the mean time we beheld their proceed-ings
-with extreme anxiety, and many secret prayers were, doubtless,
-offered up for their success. At length they opened their fire, and
-we had the satisfaction of seeing one of the largest cows fall; another
-was wounded, but escaped. This success infused spirit into our
-starving party. To skin and cut up the animal was the work of a
-few minutes. The contents of its stomach were devoured upon
-the spot, and the raw intestines, which were next attacked, were
-pronounced by the most delicate amongst us to be excellent. A few
-willows, whose tops were seen peeping through the snow in the bottom
-of the valley, were quickly grubbed, the tents pitched, and supper
-cooked, and devoured with avidity. This was the sixth day since we
-had had a good meal. The tripe de roche, even where we got
-enough, only serving to allay the pangs of hunger for a short time.
-After supper, two of the hunters went in pursuit of the herd, but
-could not get near them.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We were detained all the next day by a strong southerly wind,
-and were much incommoded in the tents by the drift snow. The
-temperature was 20 deg. The average for the last ten days about
-24.5 deg. We restricted ourselves to one meal to-day as we were at
-rest, and there was only meat remaining sufficient for the next day.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-The gale had not diminished on the 12th, and, as we were
-fearful of its continuance for some time, we determined on going
-forward; our only doubt regarded the preservation of the canoe,
-but the men promised to pay particular attention to it, and the
-most careful persons were appointed to take it in charge. The snow
-was two feet deep, and the ground much broken, which rendered
-the march extremely painful. The whole party complained more of
-faintness and weakness than they had ever done before; their
-strength seemed to have been impaired by the recent supply of
-animal food. In the afternoon the wind abated, and the snow ceased;
-cheered with the change we proceeded forward at a quicker pace,
-and encamped at six P. M., having come eleven miles. Our supper
-consumed the last of our meat.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-We set out on the 13th, in thick hazy weather, and, after an hour's
-march, had the extreme mortification to find ourselves on the
-borders of a large lake, which we subsequently learned from the
-Indians was named Contwoy-to, or Rum Lake; neither of its extre-
-mities could be seen, and as the portion which lay to the east
-seemed the widest, we coasted along to the westward portion in
-search of a crossing-place. This lake being bounded by steep and
-lofty hills, our march was very fatiguing. Those sides which were
-exposed to the sun, were free from snow, and we found upon them
-some excellent berries. We encamped at six P. M., having come
-only six miles and a half. Credit was then missing, and he did not
-return during the night. We supped off a single partridge and
-some tripe de roche;this unpalatable weed was now quite nau-seous
-to the whole party, and in several it produced bowel com-plaints.
-Mr. Hood was the greatest sufferer from this cause. This
-evening we were extremely distressed, at discovering that our im-provident
-companions,since we left Hood's River, had thrown
-away three of the fishing-nets, and burnt the floats ; they knew we
-had brought them to procure subsistence for the party, when the
-animals should fail, and we could scarcely believe the fact of their
-having wilfully deprived themselves of this resource, especially
-when we considered that most of them had passed the greater part of
-their servitude in situations where the nets alone had supplied them
-with food. Being thus deprived of our principal resource, that of
-fishing, and the men evidently getting weaker every day, it became
-necessary to lighten their burthens of every thing except ammunition,
-clothing, and the instruments that were required to find our
-way. I, therefore, issued directions to deposit at this encampment
-the dipping needle, azimuth compass, magnet, a large thermometer,
-and a few books we had carried, having torn out of these such parts
-as we should require to work the observations for latitude and
-longitude. I also promised,as an excitement to the efforts in
-hunting, my gun to St. Germain, and an ample compensation to
-Adam, or any of the other men who should kill any animals.
-Mr. Hood, on this occasion, lent his gun to Michel, the Iroquois,
-who was very eager in the chase, and often successful.
- </fo:block>
-
- <fo:block font-size="8pt"
- font-family="serif"
- font-style="italic"
- line-height="10pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="start">September 14.
- </fo:block>
-
- <!-- Normal text -->
- <fo:block font-size="11pt"
- font-family="serif"
- line-height="12pt"
- space-after.optimum="0pt"
- text-align="start">
-This morning the officers being assembled round
-a small fire, Perrault presented each of us with a small piece of meat
-which he had saved from his allowance. It was received with great
-thankfulness, and such an act of self-denial and kindness, being
-totally unexpected in a Canadian voyager, filled our eyes with tears.
-In directing our course to a river issuing from the lake, we met
-Credit, who communicated the joyful intelligence of his having
-killed two deer in the morning. We instantly halted, and having
-shared the deer that was nearest to us, prepared breakfast. After
-which, the other deer was sent for, and we went down to the river,
-which was about three hundred yards wide, and flowed with
-great velocity through a broken rocky channel. Having searched
-for a part where the current was most smooth, the canoe was
-placed in the water at the head of a rapid, and St. Germain, Solomon
-Belanger, and I, embarked in order to cross. We went from the
-shore very well, but in mid-channel the canoe became difficult to
-manage under our burden as the breeze was fresh. The current
-drove us to the edge of the rapid, when Belanger unfortunately
-applied his paddle to avert the apparent danger of being forced
-down it, and lost his balance. The canoe was overset in con-sequence
-in the middle of the rapid. We fortunately kept hold of
-it, until we touched a rock where the water did not reach higher
-than our waists; here we kept our footing, notwithstanding the
-strength of the current, until the water was emptied out of the
-canoe. Belanger then held the canoe steady whilst St. Germain
-placed me in it, and afterwards embarked himself in a very dexterous
-manner. It was impossible, however, to embark Belanger,
-as the canoe would have been hurried down the rapid, the moment
-he should have raised his foot from the rock on which he stood.
-We were, therefore, compelled to leave him in his perilous situation.
-We had not gone twenty yards before the canoe, striking on a
-sunken rock, went down. The place being shallow, we were again
-enabled to empty it, and the third attempt brought us to the shore.
-In the mean time Belanger was suffering extremely, immersed to
-his middle in the centre of a rapid, the temperature of which was
-very little above the freezing point, and the upper part of his body
-covered with wet clothes, exposed in a temperature not much above
-zero, to a strong breeze. He called piteously for relief, and
-St. Germain on his return endeavoured to embark him, but in vain.
-The canoe was hurried down the rapid, and when he landed he was
-rendered by the cold incapable of further exertion, and Adam at-tempted
-to embark Belanger, but found it impossible. An attempt
-was next made to carry out to him a line, made of the slings of the
-men's loads. This also failed, the current acting so strongly upon
-it, as to prevent the canoe from steering, and it was finally broken
-and carried down the stream. At length, when Belanger's strength
-seemed almost exhausted, the canoe reached him with a small cord
-belonging to one of the nets, and he was dragged perfectly senseless
-through the rapid. By the direction of Dr. Richardson, he was
-instantly stripped, and being rolled up in blankets, two men un-dressed
-themselves and went to bed with him; but it was some
-hours before he recovered his warmth and sensations. As soon as
-Belanger was placed in his bed, the officers immediately sent over
-my blankets, and a person to make a fire. Augustus brought the
-canoe over, and in returning he was obliged to descend both the
-rapids, before he could get across the stream; which hazardous
-service he performed with the greatest coolness and judgment. It
-is impossible to describe my sensations as I witnessed the various
-unsuccessful attempts to relieve Belanger. The distance prevented
-my seeing distinctly what was going on, and I continued pacing up
-and down upon the rock on which I landed, regardless of the
-coldness of my drenched and stiffening garments. The canoe, in
-every attempt to reach him, was hurried down the rapid, and was
-lost to the view amongst the rocky islets, with a rapidity that
-seemed to threaten certain destruction; once, indeed, I fancied that
-I saw it overwhelmed in the waves. Such an event would have
-been fatal to the whole party. Separated as I was from my com-panions,
-without gun, ammunition, hatchet, or the means of making
-a fire, and in wet clothes, my doom would have been speedily sealed.
-My companions too, driven to the necessity of coasting the lake,
-must have sunk under the fatigue of rounding its innumerable arms
-and bays, which, as we have learned from the Indians, are very
-extensive. By the goodness of Providence, however, we were spared
-at that time, and some of us have been permitted to offer up our
-thanksgivings, in a civilized land, for the signal deliverances we then
-and afterwards experienced.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="only"
- page-height="11in"
- page-width="8.5in"
- margin-top="1in"
- margin-bottom="1in"
- margin-left="0.75in"
- margin-right="0.75in">
- <fo:region-body
- margin-top="1in" margin-bottom="1in"
- column-count="2" column-gap="0.25in"/>
- <fo:region-before extent="1in"/>
- <fo:region-after extent="1in"/>
- </fo:simple-page-master>
-
- </fo:layout-master-set>
-
- <!-- actual layout -->
- <fo:page-sequence master-name="only">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="normal"
- text-align="start"
- color="blue">Columns in FOP</fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-after">
- <fo:block font-size="10pt"
- font-family="sans-serif"
- line-height="12pt"
- space-before.optimum="6pt"
- text-align="end"
- color="blue">Page #</fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
- <!-- Block 0 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 0:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 1 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 1:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 2 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 2:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 3 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 3:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 4 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="all">
- <fo:inline color="red">Block 4:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 5 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 5:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 6 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 6:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" >
-
- <!-- defines page layout -->
- <fo:layout-master-set >
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="only"
- page-height="11in"
- page-width="8.5in"
- margin-top="1in"
- margin-bottom="1in"
- margin-left="0.75in"
- margin-right="0.75in">
- <fo:region-body
- margin-top="1in" margin-bottom="1in"
- column-count="2" column-gap="0.25in"/>
- <fo:region-before extent="1in" />
- <fo:region-after extent="1in" />
- </fo:simple-page-master>
-
- </fo:layout-master-set>
-
- <!-- actual layout -->
- <fo:page-sequence master-name="only" >
- <fo:static-content flow-name="xsl-region-before" >
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="normal"
- text-align="start"
- color="blue">Columns in FOP</fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-after" >
- <fo:block font-size="10pt"
- font-family="sans-serif"
- line-height="12pt"
- space-before.optimum="6pt"
- text-align="end"
- color="blue">Page #</fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body" >
- <!-- Block 0 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green" >Block 0:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf. XML has associated with it a great number of other standards, most of them under W3C (World-Wide
- Web Consortium) auspices. Among these are XML Namespaces, XML Pointer, XPath, XSLT, XHTML, SVG, RELAX, SOAP, and any
- number of others. This file has been prepared using formatting objects, an XML vocabulary described in the XSL
- specification of October 18, 2000. Formatting objects are used to specify pagination and composition, and are
- intended for high-quality, precision layout-driven formatting.
- </fo:block>
-
- <!-- Block 1 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green" >Block 1:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf. XML has associated with it a great number of other standards, most of them under W3C (World-Wide
- Web Consortium) auspices. Among these are XML Namespaces, XML Pointer, XPath, XSLT, XHTML, SVG, RELAX, SOAP, and any
- number of others. This file has been prepared using formatting objects, an XML vocabulary described in the XSL
- specification of October 18, 2000. Formatting objects are used to specify pagination and composition, and are
- intended for high-quality, precision layout-driven formatting.
- </fo:block>
-
- <!-- Block 2 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green" >Block 2:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 3 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green" >Block 3:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 4 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="all">
- <fo:inline color="red" >Block 4:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 5 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green" >Block 5:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 6 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green" >Block 6:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf. XML has associated with it a great number of other standards, most of them under W3C (World-Wide
- Web Consortium) auspices. Among these are XML Namespaces, XML Pointer, XPath, XSLT, XHTML, SVG, RELAX, SOAP, and any
- number of others. This file has been prepared using formatting objects, an XML vocabulary described in the XSL
- specification of October 18, 2000. Formatting objects are used to specify pagination and composition, and are
- intended for high-quality, precision layout-driven formatting.
- </fo:block>
-
- <!-- Block 7 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="all">
- <fo:inline color="red" >Block 7:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf. XML has associated with it a great number of other standards, most of them under W3C (World-Wide
- Web Consortium) auspices. Among these are XML Namespaces, XML Pointer, XPath, XSLT, XHTML, SVG, RELAX, SOAP, and any
- number of others. This file has been prepared using formatting objects, an XML vocabulary described in the XSL
- specification of October 18, 2000. Formatting objects are used to specify pagination and composition, and are
- intended for high-quality, precision layout-driven formatting.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="only"
- page-height="11in"
- page-width="8.5in"
- margin-top="1in"
- margin-bottom="1in"
- margin-left="0.75in"
- margin-right="0.75in">
- <fo:region-body
- margin-top="1in" margin-bottom="1in"
- column-count="2" column-gap="0.25in"/>
- <fo:region-before extent="1in"/>
- <fo:region-after extent="1in"/>
- </fo:simple-page-master>
-
- </fo:layout-master-set>
-
- <!-- actual layout -->
- <fo:page-sequence master-name="only">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="normal"
- text-align="start"
- color="blue">Columns in FOP</fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-after">
- <fo:block font-size="10pt"
- font-family="sans-serif"
- line-height="12pt"
- space-before.optimum="6pt"
- text-align="end"
- color="blue">Page #</fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
- <!-- Block 0 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 0:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 1 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 1:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 2 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 2:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 3 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 3:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 4 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="all">
- <fo:inline color="red">Block 4:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 5 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 5:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 6 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 6:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 7 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 7:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 8 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 8:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 9 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="all">
- <fo:inline color="red">Block 9:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <!-- layout for the first page -->
- <fo:simple-page-master master-name="only"
- page-height="11in"
- page-width="8.5in"
- margin-top="1in"
- margin-bottom="1in"
- margin-left="0.75in"
- margin-right="0.75in">
- <fo:region-body
- margin-top="1in" margin-bottom="1in"
- column-count="3" column-gap="0.15in"/>
- <fo:region-before extent="1in"/>
- <fo:region-after extent="1in"/>
- </fo:simple-page-master>
-
- </fo:layout-master-set>
-
- <!-- actual layout -->
- <fo:page-sequence master-name="only">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="normal"
- text-align="start"
- color="blue">Columns in FOP</fo:block>
- </fo:static-content>
-
- <fo:static-content flow-name="xsl-region-after">
- <fo:block font-size="10pt"
- font-family="sans-serif"
- line-height="12pt"
- space-before.optimum="6pt"
- text-align="end"
- color="blue">Page #</fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
- <!-- Block 0 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 0:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 1 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 1:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 2 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 2:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 3 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 3:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 4 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="all">
- <fo:inline color="red">Block 4:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 5 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 5:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 6 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 6:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 7 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 7:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 8 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="none">
- <fo:inline color="green">Block 8:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- <!-- Block 9 -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt"
- text-align="start"
- background-color="yellow"
- span="all">
- <fo:inline color="red">Block 9:</fo:inline>
- The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
- enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
- has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
- read normal.pdf.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<html><head><title>Test Results</title></head><body>
-
-<h2>Compare Results<br>
-<font size='1'>created Jan 16, 2001 1:40:19 AM</font></h2>
-<table cellpadding='10' border='2'><thead><th align='center'>reference file</th><th align='center'>test file</th><th align='center'>identical?</th></thead>
-</table></html>
+++ /dev/null
-@echo off
-
-echo Fop Test
-echo ----------------
-
-if "%JAVA_HOME%" == "" goto error
-
-
-set LIBDIR=..\..\lib
-set LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip;%LIBDIR%\ant.jar;%LIBDIR%\batik.jar;%LIBDIR%\buildtools.jar;%LIBDIR%\xerces-1.2.3.jar;%LIBDIR%\xalan-2.0.0.jar;%LIBDIR%\xalanj1compat.jar;%LIBDIR%\bsf.jar;%LIBDIR%\jimi-1.0.jar;%LIBDIR%\..\build\fop.jar
-set ANT_HOME=%LIBDIR%
-
-echo Starting Tests ...
-
-%JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5
-
-goto end
-
-:error
-
-echo ERROR: JAVA_HOME not found in your environment.
-echo Please, set the JAVA_HOME variable in your environment to match the
-echo location of the Java Virtual Machine you want to use.
-
-:end
-
-rem set LOCALCLASSPATH=
-
+++ /dev/null
-#!/bin/sh
-
-echo
-echo "Fop Test"
-echo "----------------"
-echo
-
-if [ "$JAVA_HOME" = "" ] ; then
- echo "ERROR: JAVA_HOME not found in your environment."
- echo
- echo "Please, set the JAVA_HOME variable in your environment to match the"
- echo "location of the Java Virtual Machine you want to use."
- exit 1
-fi
-LIBDIR=../../lib
-LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:$LIBDIR/ant.jar:$LIBDIR/batik.jar:$LIBDIR/buildtools.jar:$LIBDIR/xerces-1.2.3.jar:$LIBDIR/xalan-2.0.0.jar:$LIBDIR/xalanj1compat.jar:$LIBDIR/bsf.jar:$LIBDIR/jimi-1.0.jar:$LIBDIR/../build/fop.jar
-ANT_HOME=$LIBDIR
-
-echo Building with classpath $CLASSPATH:$LOCALCLASSPATH
-echo
-
-echo Starting Tests...
-echo
-
-$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath "$LOCALCLASSPATH:$CLASSPATH" org.apache.tools.ant.Main $*
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
-"http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
-
-<svg width="20" height="20" xml:space="preserve">
- <g style="fill:red; stroke:#000000">
- <rect x="0" y="0" width="15" height="15"/>
- <rect x="5" y="5" width="15" height="15"/>
- </g>
-</svg>
-
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master
- margin-right="1.5cm"
- margin-left="1.5cm"
- margin-bottom="2cm"
- margin-top="1cm"
- page-width="21cm"
- page-height="29.7cm"
- master-name="first">
- <fo:region-before extent="1cm"/>
- <fo:region-body margin-top="1cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="first">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">Embedding SVG examples</fo:block>
- </fo:static-content>
- <fo:static-content flow-name="xsl-region-after">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">Page <fo:page-number/></fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <fo:block text-align="center" font-weight="bold" font-size="14pt" space-before.optimum="3pt" space-after.optimum="15pt">
- Embedding SVG
- </fo:block>
-
- <fo:block space-before.optimum="3pt" space-after.optimum="20pt">
-
-<fo:instream-foreign-object>
-<svg:svg xmlns:svg="http://www.w3.org/2000/svg" width = "542px" height="505px">
-<svg:title>A less cute tiger
-</svg:title>
-<svg:g transform="translate(190, 170)">
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
- <svg:path d="M-122.304 84.285C-122.304 84.285 -122.203 86.179 -123.027 86.16C-123.851 86.141 -140.305 38.066 -160.833 40.309C-160.833 40.309 -143.05 32.956 -122.304 84.285z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
- <svg:path d="M-118.774 81.262C-118.774 81.262 -119.323 83.078 -120.092 82.779C-120.86 82.481 -119.977 31.675 -140.043 26.801C-140.043 26.801 -120.82 25.937 -118.774 81.262z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
- <svg:path d="M-91.284 123.59C-91.284 123.59 -89.648 124.55 -90.118 125.227C-90.589 125.904 -139.763 113.102 -149.218 131.459C-149.218 131.459 -145.539 112.572 -91.284 123.59z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
- <svg:path d="M-94.093 133.801C-94.093 133.801 -92.237 134.197 -92.471 134.988C-92.704 135.779 -143.407 139.121 -146.597 159.522C-146.597 159.522 -149.055 140.437 -94.093 133.801z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
- <svg:path d="M-98.304 128.276C-98.304 128.276 -96.526 128.939 -96.872 129.687C-97.218 130.435 -147.866 126.346 -153.998 146.064C-153.998 146.064 -153.646 126.825 -98.304 128.276z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
- <svg:path d="M-109.009 110.072C-109.009 110.072 -107.701 111.446 -108.34 111.967C-108.979 112.488 -152.722 86.634 -166.869 101.676C-166.869 101.676 -158.128 84.533 -109.009 110.072z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
- <svg:path d="M-116.554 114.263C-116.554 114.263 -115.098 115.48 -115.674 116.071C-116.25 116.661 -162.638 95.922 -174.992 112.469C-174.992 112.469 -168.247 94.447 -116.554 114.263z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
- <svg:path d="M-119.154 118.335C-119.154 118.335 -117.546 119.343 -118.036 120.006C-118.526 120.669 -167.308 106.446 -177.291 124.522C-177.291 124.522 -173.066 105.749 -119.154 118.335z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
- <svg:path d="M-108.42 118.949C-108.42 118.949 -107.298 120.48 -107.999 120.915C-108.7 121.35 -148.769 90.102 -164.727 103.207C-164.727 103.207 -153.862 87.326 -108.42 118.949z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
- <svg:path d="M-128.2 90C-128.2 90 -127.6 91.8 -128.4 92C-129.2 92.2 -157.8 50.2 -177.001 57.8C-177.001 57.8 -161.8 46 -128.2 90z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
- <svg:path d="M-127.505 96.979C-127.505 96.979 -126.53 98.608 -127.269 98.975C-128.007 99.343 -164.992 64.499 -182.101 76.061C-182.101 76.061 -169.804 61.261 -127.505 96.979z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
- <svg:path d="M-127.62 101.349C-127.62 101.349 -126.498 102.88 -127.199 103.315C-127.9 103.749 -167.969 72.502 -183.927 85.607C-183.927 85.607 -173.062 69.726 -127.62 101.349z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000">
- <svg:path d="M-129.83 103.065C-129.327 109.113 -128.339 115.682 -126.6 118.801C-126.6 118.801 -130.2 131.201 -121.4 144.401C-121.4 144.401 -121.8 151.601 -120.2 154.801C-120.2 154.801 -116.2 163.201 -111.4 164.001C-107.516 164.648 -98.793 167.717 -88.932 169.121C-88.932 169.121 -71.8 183.201 -75 196.001C-75 196.001 -75.4 212.401 -79 214.001C-79 214.001 -67.4 202.801 -77 219.601L-81.4 238.401C-81.4 238.401 -55.8 216.801 -71.4 235.201L-81.4 261.201C-81.4 261.201 -61.8 242.801 -69 251.201L-72.2 260.001C-72.2 260.001 -29 232.801 -59.8 262.401C-59.8 262.401 -51.8 258.801 -47.4 261.601C-47.4 261.601 -40.6 260.401 -41.4 262.001C-41.4 262.001 -62.2 272.401 -65.8 290.801C-65.8 290.801 -57.4 280.801 -60.6 291.601L-60.2 303.201C-60.2 303.201 -56.2 281.601 -56.6 319.201C-56.6 319.201 -37.4 301.201 -49 322.001L-49 338.801C-49 338.801 -33.8 322.401 -40.2 335.201C-40.2 335.201 -30.2 326.401 -34.2 341.601C-34.2 341.601 -35 352.001 -30.6 340.801C-30.6 340.801 -14.6 310.201 -20.6 336.401C-20.6 336.401 -21.4 355.601 -16.6 340.801C-16.6 340.801 -16.2 351.201 -7 358.401C-7 358.401 -8.2 307.601 4.6 343.601L8.6 360.001C8.6 360.001 11.4 350.801 11 345.601C11 345.601 25.8 329.201 19 353.601C19 353.601 34.2 330.801 31 344.001C31 344.001 23.4 360.001 25 364.801C25 364.801 41.8 330.001 43 328.401C43 328.401 41 370.802 51.8 334.801C51.8 334.801 57.4 346.801 54.6 351.201C54.6 351.201 62.6 343.201 61.8 340.001C61.8 340.001 66.4 331.801 69.2 345.401C69.2 345.401 71 354.801 72.6 351.601C72.6 351.601 76.6 375.602 77.8 352.801C77.8 352.801 79.4 339.201 72.2 327.601C72.2 327.601 73 324.401 70.2 320.401C70.2 320.401 83.8 342.001 76.6 313.201C76.6 313.201 87.801 321.201 89.001 321.201C89.001 321.201 75.4 298.001 84.2 302.801C84.2 302.801 79 292.401 97.001 304.401C97.001 304.401 81 288.401 98.601 298.001C98.601 298.001 106.601 304.401 99.001 294.401C99.001 294.401 84.6 278.401 106.601 296.401C106.601 296.401 118.201 312.801 119.001 315.601C119.001 315.601 109.001 286.401 104.601 283.601C104.601 283.601 113.001 247.201 154.201 262.801C154.201 262.801 161.001 280.001 165.401 261.601C165.401 261.601 178.201 255.201 189.401 282.801C189.401 282.801 193.401 269.201 192.601 266.401C192.601 266.401 199.401 267.601 198.601 266.401C198.601 266.401 211.801 270.801 213.001 270.001C213.001 270.001 219.801 276.801 220.201 273.201C220.201 273.201 229.401 276.001 227.401 272.401C227.401 272.401 236.201 288.001 236.601 291.601L239.001 277.601L241.001 280.401C241.001 280.401 242.601 272.801 241.801 271.601C241.001 270.401 261.801 278.401 266.601 299.201L268.601 307.601C268.601 307.601 274.601 292.801 273.001 288.801C273.001 288.801 278.201 289.601 278.601 294.001C278.601 294.001 282.601 270.801 277.801 264.801C277.801 264.801 282.201 264.001 283.401 267.601L283.401 260.401C283.401 260.401 290.601 261.201 290.601 258.801C290.601 258.801 295.001 254.801 297.001 259.601C297.001 259.601 284.601 224.401 303.001 243.601C303.001 243.601 310.201 254.401 306.601 235.601C303.001 216.801 299.001 215.201 303.801 214.801C303.801 214.801 304.601 211.201 302.601 209.601C300.601 208.001 303.801 209.601 303.801 209.601C303.801 209.601 308.601 213.601 303.401 191.601C303.401 191.601 309.801 193.201 297.801 164.001C297.801 164.001 300.601 161.601 296.601 153.201C296.601 153.201 304.601 157.601 307.401 156.001C307.401 156.001 307.001 154.401 303.801 150.401C303.801 150.401 282.201 95.6 302.601 117.601C302.601 117.601 314.451 131.151 308.051 108.351C308.051 108.351 298.94 84.341 299.717 80.045L-129.83 103.065z"/>
- </svg:g>
- <svg:g style="fill: #cc7226; stroke:#000000">
- <svg:path d="M299.717 80.245C300.345 80.426 302.551 81.55 303.801 83.2C303.801 83.2 310.601 94 305.401 75.6C305.401 75.6 296.201 46.8 305.001 58C305.001 58 311.001 65.2 307.801 51.6C303.936 35.173 301.401 28.8 301.401 28.8C301.401 28.8 313.001 33.6 286.201 -6L295.001 -2.4C295.001 -2.4 275.401 -42 253.801 -47.2L245.801 -53.2C245.801 -53.2 284.201 -91.2 271.401 -128C271.401 -128 264.601 -133.2 255.001 -124C255.001 -124 248.601 -119.2 242.601 -120.8C242.601 -120.8 211.801 -119.6 209.801 -119.6C207.801 -119.6 173.001 -156.8 107.401 -139.2C107.401 -139.2 102.201 -137.2 97.801 -138.4C97.801 -138.4 79.4 -154.4 30.6 -131.6C30.6 -131.6 20.6 -129.6 19 -129.6C17.4 -129.6 14.6 -129.6 6.6 -123.2C-1.4 -116.8 -1.8 -116 -3.8 -114.4C-3.8 -114.4 -20.2 -103.2 -25 -102.4C-25 -102.4 -36.6 -96 -41 -86L-44.6 -84.8C-44.6 -84.8 -46.2 -77.6 -46.6 -76.4C-46.6 -76.4 -51.4 -72.8 -52.2 -67.2C-52.2 -67.2 -61 -61.2 -60.6 -56.8C-60.6 -56.8 -62.2 -51.6 -63 -46.8C-63 -46.8 -70.2 -42 -69.4 -39.2C-69.4 -39.2 -77 -25.2 -75.8 -18.4C-75.8 -18.4 -82.2 -18.8 -85 -16.4C-85 -16.4 -85.8 -11.6 -87.4 -11.2C-87.4 -11.2 -90.2 -10 -87.8 -6C-87.8 -6 -89.4 -3.2 -89.8 -1.6C-89.8 -1.6 -89 1.2 -93.4 6.8C-93.4 6.8 -99.8 25.6 -97.8 30.8C-97.8 30.8 -97.4 35.6 -100.2 37.2C-100.2 37.2 -103.8 36.8 -95.4 48.8C-95.4 48.8 -94.6 50 -97.8 52.4C-97.8 52.4 -115 56 -117.4 72.4C-117.4 72.4 -131 87.2 -131 92.4C-131 94.705 -130.729 97.852 -130.03 102.465C-130.03 102.465 -130.6 110.801 -103 111.601C-75.4 112.401 299.717 80.245 299.717 80.245z"/>
- </svg:g>
- <svg:g style="fill: #cc7226">
- <svg:path d="M-115.6 102.6C-140.6 63.2 -126.2 119.601 -126.2 119.601C-117.4 154.001 12.2 116.401 12.2 116.401C12.2 116.401 181.001 86 192.201 82C203.401 78 298.601 84.4 298.601 84.4L293.001 67.6C228.201 21.2 209.001 44.4 195.401 40.4C181.801 36.4 184.201 46 181.001 46.8C177.801 47.6 138.601 22.8 132.201 23.6C125.801 24.4 100.459 0.649 115.401 32.4C131.401 66.4 57 71.6 40.2 60.4C23.4 49.2 47.4 78.8 47.4 78.8C65.8 98.8 31.4 82 31.4 82C-3 69.2 -27 94.8 -30.2 95.6C-33.4 96.4 -38.2 99.6 -39 93.2C-39.8 86.8 -47.31 70.099 -79 96.4C-99 113.001 -112.8 91 -112.8 91L-115.6 102.6z"/>
- </svg:g>
- <svg:g style="fill: #e87f3a">
- <svg:path d="M133.51 25.346C127.11 26.146 101.743 2.407 116.71 34.146C133.31 69.346 58.31 73.346 41.51 62.146C24.709 50.946 48.71 80.546 48.71 80.546C67.11 100.546 32.709 83.746 32.709 83.746C-1.691 70.946 -25.691 96.546 -28.891 97.346C-32.091 98.146 -36.891 101.346 -37.691 94.946C-38.491 88.546 -45.87 72.012 -77.691 98.146C-98.927 115.492 -112.418 94.037 -112.418 94.037L-115.618 104.146C-140.618 64.346 -125.546 122.655 -125.546 122.655C-116.745 157.056 13.509 118.146 13.509 118.146C13.509 118.146 182.31 87.746 193.51 83.746C204.71 79.746 299.038 86.073 299.038 86.073L293.51 68.764C228.71 22.364 210.31 46.146 196.71 42.146C183.11 38.146 185.51 47.746 182.31 48.546C179.11 49.346 139.91 24.546 133.51 25.346z"/>
- </svg:g>
- <svg:g style="fill: #ea8c4d">
- <svg:path d="M134.819 27.091C128.419 27.891 103.685 3.862 118.019 35.891C134.219 72.092 59.619 75.092 42.819 63.892C26.019 52.692 50.019 82.292 50.019 82.292C68.419 102.292 34.019 85.492 34.019 85.492C-0.381 72.692 -24.382 98.292 -27.582 99.092C-30.782 99.892 -35.582 103.092 -36.382 96.692C-37.182 90.292 -44.43 73.925 -76.382 99.892C-98.855 117.983 -112.036 97.074 -112.036 97.074L-115.636 105.692C-139.436 66.692 -124.891 125.71 -124.891 125.71C-116.091 160.11 14.819 119.892 14.819 119.892C14.819 119.892 183.619 89.492 194.819 85.492C206.019 81.492 299.474 87.746 299.474 87.746L294.02 69.928C229.219 23.528 211.619 47.891 198.019 43.891C184.419 39.891 186.819 49.491 183.619 50.292C180.419 51.092 141.219 26.291 134.819 27.091z"/>
- </svg:g>
- <svg:g style="fill: #ec9961">
- <svg:path d="M136.128 28.837C129.728 29.637 104.999 5.605 119.328 37.637C136.128 75.193 60.394 76.482 44.128 65.637C27.328 54.437 51.328 84.037 51.328 84.037C69.728 104.037 35.328 87.237 35.328 87.237C0.928 74.437 -23.072 100.037 -26.272 100.837C-29.472 101.637 -34.272 104.837 -35.072 98.437C-35.872 92.037 -42.989 75.839 -75.073 101.637C-98.782 120.474 -111.655 100.11 -111.655 100.11L-115.655 107.237C-137.455 70.437 -124.236 128.765 -124.236 128.765C-115.436 163.165 16.128 121.637 16.128 121.637C16.128 121.637 184.928 91.237 196.129 87.237C207.329 83.237 299.911 89.419 299.911 89.419L294.529 71.092C229.729 24.691 212.929 49.637 199.329 45.637C185.728 41.637 188.128 51.237 184.928 52.037C181.728 52.837 142.528 28.037 136.128 28.837z"/>
- </svg:g>
- <svg:g style="fill: #eea575">
- <svg:path d="M137.438 30.583C131.037 31.383 106.814 7.129 120.637 39.383C137.438 78.583 62.237 78.583 45.437 67.383C28.637 56.183 52.637 85.783 52.637 85.783C71.037 105.783 36.637 88.983 36.637 88.983C2.237 76.183 -21.763 101.783 -24.963 102.583C-28.163 103.383 -32.963 106.583 -33.763 100.183C-34.563 93.783 -41.548 77.752 -73.763 103.383C-98.709 122.965 -111.273 103.146 -111.273 103.146L-115.673 108.783C-135.473 73.982 -123.582 131.819 -123.582 131.819C-114.782 166.22 17.437 123.383 17.437 123.383C17.437 123.383 186.238 92.983 197.438 88.983C208.638 84.983 300.347 91.092 300.347 91.092L295.038 72.255C230.238 25.855 214.238 51.383 200.638 47.383C187.038 43.383 189.438 52.983 186.238 53.783C183.038 54.583 143.838 29.783 137.438 30.583z"/>
- </svg:g>
- <svg:g style="fill: #f1b288">
- <svg:path d="M138.747 32.328C132.347 33.128 106.383 9.677 121.947 41.128C141.147 79.928 63.546 80.328 46.746 69.128C29.946 57.928 53.946 87.528 53.946 87.528C72.346 107.528 37.946 90.728 37.946 90.728C3.546 77.928 -20.454 103.528 -23.654 104.328C-26.854 105.128 -31.654 108.328 -32.454 101.928C-33.254 95.528 -40.108 79.665 -72.454 105.128C-98.636 125.456 -110.891 106.183 -110.891 106.183L-115.691 110.328C-133.691 77.128 -122.927 134.874 -122.927 134.874C-114.127 169.274 18.746 125.128 18.746 125.128C18.746 125.128 187.547 94.728 198.747 90.728C209.947 86.728 300.783 92.764 300.783 92.764L295.547 73.419C230.747 27.019 215.547 53.128 201.947 49.128C188.347 45.128 190.747 54.728 187.547 55.528C184.347 56.328 145.147 31.528 138.747 32.328z"/>
- </svg:g>
- <svg:g style="fill: #f3bf9c">
- <svg:path d="M140.056 34.073C133.655 34.873 107.313 11.613 123.255 42.873C143.656 82.874 64.855 82.074 48.055 70.874C31.255 59.674 55.255 89.274 55.255 89.274C73.655 109.274 39.255 92.474 39.255 92.474C4.855 79.674 -19.145 105.274 -22.345 106.074C-25.545 106.874 -30.345 110.074 -31.145 103.674C-31.945 97.274 -38.668 81.578 -71.145 106.874C-98.564 127.947 -110.509 109.219 -110.509 109.219L-115.709 111.874C-131.709 81.674 -122.273 137.929 -122.273 137.929C-113.473 172.329 20.055 126.874 20.055 126.874C20.055 126.874 188.856 96.474 200.056 92.474C211.256 88.474 301.22 94.437 301.22 94.437L296.056 74.583C231.256 28.183 216.856 54.874 203.256 50.874C189.656 46.873 192.056 56.474 188.856 57.274C185.656 58.074 146.456 33.273 140.056 34.073z"/>
- </svg:g>
- <svg:g style="fill: #f5ccb0">
- <svg:path d="M141.365 35.819C134.965 36.619 107.523 13.944 124.565 44.619C146.565 84.219 66.164 83.819 49.364 72.619C32.564 61.419 56.564 91.019 56.564 91.019C74.964 111.019 40.564 94.219 40.564 94.219C6.164 81.419 -17.836 107.019 -21.036 107.819C-24.236 108.619 -29.036 111.819 -29.836 105.419C-30.636 99.019 -37.227 83.492 -69.836 108.619C-98.491 130.438 -110.127 112.256 -110.127 112.256L-115.727 113.419C-130.128 85.019 -121.618 140.983 -121.618 140.983C-112.818 175.384 21.364 128.619 21.364 128.619C21.364 128.619 190.165 98.219 201.365 94.219C212.565 90.219 301.656 96.11 301.656 96.11L296.565 75.746C231.765 29.346 218.165 56.619 204.565 52.619C190.965 48.619 193.365 58.219 190.165 59.019C186.965 59.819 147.765 35.019 141.365 35.819z"/>
- </svg:g>
- <svg:g style="fill: #f8d8c4">
- <svg:path d="M142.674 37.565C136.274 38.365 108.832 15.689 125.874 46.365C147.874 85.965 67.474 85.565 50.674 74.365C33.874 63.165 57.874 92.765 57.874 92.765C76.274 112.765 41.874 95.965 41.874 95.965C7.473 83.165 -16.527 108.765 -19.727 109.565C-22.927 110.365 -27.727 113.565 -28.527 107.165C-29.327 100.765 -35.786 85.405 -68.527 110.365C-98.418 132.929 -109.745 115.293 -109.745 115.293L-115.745 114.965C-129.346 88.564 -120.963 144.038 -120.963 144.038C-112.163 178.438 22.673 130.365 22.673 130.365C22.673 130.365 191.474 99.965 202.674 95.965C213.874 91.965 302.093 97.783 302.093 97.783L297.075 76.91C232.274 30.51 219.474 58.365 205.874 54.365C192.274 50.365 194.674 59.965 191.474 60.765C188.274 61.565 149.074 36.765 142.674 37.565z"/>
- </svg:g>
- <svg:g style="fill: #fae5d7">
- <svg:path d="M143.983 39.31C137.583 40.11 110.529 17.223 127.183 48.11C149.183 88.91 68.783 87.31 51.983 76.11C35.183 64.91 59.183 94.51 59.183 94.51C77.583 114.51 43.183 97.71 43.183 97.71C8.783 84.91 -15.217 110.51 -18.417 111.31C-21.618 112.11 -26.418 115.31 -27.218 108.91C-28.018 102.51 -34.346 87.318 -67.218 112.11C-98.345 135.42 -109.363 118.329 -109.363 118.329L-115.764 116.51C-128.764 92.51 -120.309 147.093 -120.309 147.093C-111.509 181.493 23.983 132.11 23.983 132.11C23.983 132.11 192.783 101.71 203.983 97.71C215.183 93.71 302.529 99.456 302.529 99.456L297.583 78.074C232.783 31.673 220.783 60.11 207.183 56.11C193.583 52.11 195.983 61.71 192.783 62.51C189.583 63.31 150.383 38.51 143.983 39.31z"/>
- </svg:g>
- <svg:g style="fill: #fcf2eb">
- <svg:path d="M145.292 41.055C138.892 41.855 112.917 18.411 128.492 49.855C149.692 92.656 70.092 89.056 53.292 77.856C36.492 66.656 60.492 96.256 60.492 96.256C78.892 116.256 44.492 99.456 44.492 99.456C10.092 86.656 -13.908 112.256 -17.108 113.056C-20.308 113.856 -25.108 117.056 -25.908 110.656C-26.708 104.256 -32.905 89.232 -65.908 113.856C-98.273 137.911 -108.982 121.365 -108.982 121.365L-115.782 118.056C-128.582 94.856 -119.654 150.147 -119.654 150.147C-110.854 184.547 25.292 133.856 25.292 133.856C25.292 133.856 194.093 103.456 205.293 99.456C216.493 95.456 302.965 101.128 302.965 101.128L298.093 79.237C233.292 32.837 222.093 61.856 208.493 57.856C194.893 53.855 197.293 63.456 194.093 64.256C190.892 65.056 151.692 40.255 145.292 41.055z"/>
- </svg:g>
- <svg:g style="fill: #ffffff">
- <svg:path d="M-115.8 119.601C-128.6 97.6 -119 153.201 -119 153.201C-110.2 187.601 26.6 135.601 26.6 135.601C26.6 135.601 195.401 105.2 206.601 101.2C217.801 97.2 303.401 102.8 303.401 102.8L298.601 80.4C233.801 34 223.401 63.6 209.801 59.6C196.201 55.6 198.601 65.2 195.401 66C192.201 66.8 153.001 42 146.601 42.8C140.201 43.6 114.981 19.793 129.801 51.6C152.028 99.307 69.041 89.227 54.6 79.6C37.8 68.4 61.8 98 61.8 98C80.2 118.001 45.8 101.2 45.8 101.2C11.4 88.4 -12.6 114.001 -15.8 114.801C-19 115.601 -23.8 118.801 -24.6 112.401C-25.4 106 -31.465 91.144 -64.6 115.601C-98.2 140.401 -108.6 124.401 -108.6 124.401L-115.8 119.601z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-74.2 149.601C-74.2 149.601 -81.4 161.201 -60.6 174.401C-60.6 174.401 -59.2 175.801 -77.2 171.601C-77.2 171.601 -83.4 169.601 -85 159.201C-85 159.201 -89.8 154.801 -94.6 149.201C-99.4 143.601 -74.2 149.601 -74.2 149.601z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M65.8 102C65.8 102 83.498 128.821 82.9 133.601C81.6 144.001 81.4 153.601 84.6 157.601C87.801 161.601 96.601 194.801 96.601 194.801C96.601 194.801 96.201 196.001 108.601 158.001C108.601 158.001 120.201 142.001 100.201 123.601C100.201 123.601 65 94.8 65.8 102z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-54.2 176.401C-54.2 176.401 -43 183.601 -57.4 214.801L-51 212.401C-51 212.401 -51.8 223.601 -55 226.001L-47.8 222.801C-47.8 222.801 -43 230.801 -47 235.601C-47 235.601 -30.2 243.601 -31 250.001C-31 250.001 -24.6 242.001 -28.6 235.601C-32.6 229.201 -39.8 233.201 -39 214.801L-47.8 218.001C-47.8 218.001 -42.2 209.201 -42.2 202.801L-50.2 205.201C-50.2 205.201 -34.731 178.623 -45.4 177.201C-51.4 176.401 -54.2 176.401 -54.2 176.401z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-21.8 193.201C-21.8 193.201 -19 188.801 -21.8 189.601C-24.6 190.401 -55.8 205.201 -61.8 214.801C-61.8 214.801 -27.4 190.401 -21.8 193.201z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-11.4 201.201C-11.4 201.201 -8.6 196.801 -11.4 197.601C-14.2 198.401 -45.4 213.201 -51.4 222.801C-51.4 222.801 -17 198.401 -11.4 201.201z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M1.8 186.001C1.8 186.001 4.6 181.601 1.8 182.401C-1 183.201 -32.2 198.001 -38.2 207.601C-38.2 207.601 -3.8 183.201 1.8 186.001z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-21.4 229.601C-21.4 229.601 -21.4 223.601 -24.2 224.401C-27 225.201 -63 242.801 -69 252.401C-69 252.401 -27 226.801 -21.4 229.601z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-20.2 218.801C-20.2 218.801 -19 214.001 -21.8 214.801C-23.8 214.801 -50.2 226.401 -56.2 236.001C-56.2 236.001 -26.6 214.401 -20.2 218.801z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-34.6 266.401L-44.6 274.001C-44.6 274.001 -34.2 266.401 -30.6 267.601C-30.6 267.601 -37.4 278.801 -38.2 284.001C-38.2 284.001 -27.8 271.201 -22.2 271.601C-22.2 271.601 -14.6 272.001 -14.6 282.801C-14.6 282.801 -9 272.401 -5.8 272.801C-5.8 272.801 -4.6 279.201 -5.8 286.001C-5.8 286.001 -1.8 278.401 2.2 280.001C2.2 280.001 8.6 278.001 7.8 289.601C7.8 289.601 7.8 300.001 7 302.801C7 302.801 12.6 276.401 15 276.001C15 276.001 23 274.801 27.8 283.601C27.8 283.601 23.8 276.001 28.6 278.001C28.6 278.001 39.4 279.601 42.6 286.401C42.6 286.401 35.8 274.401 41.4 277.601C41.4 277.601 48.2 277.601 49.4 284.001C49.4 284.001 57.8 305.201 59.8 306.801C59.8 306.801 52.2 285.201 53.8 285.201C53.8 285.201 51.8 273.201 57 288.001C57 288.001 53.8 274.001 59.4 274.801C65 275.601 69.4 285.601 77.8 283.201C77.8 283.201 87.401 288.801 89.401 219.601L-34.6 266.401z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-29.8 173.601C-29.8 173.601 -15 167.601 25 173.601C25 173.601 32.2 174.001 39 165.201C45.8 156.401 72.6 149.201 79 151.201L88.601 157.601L89.401 158.801C89.401 158.801 101.801 169.201 102.201 176.801C102.601 184.401 87.801 232.401 78.2 248.401C68.6 264.401 59 276.801 39.8 274.401C39.8 274.401 19 270.401 -6.6 274.401C-6.6 274.401 -35.8 272.801 -38.6 264.801C-41.4 256.801 -27.4 241.601 -27.4 241.601C-27.4 241.601 -23 233.201 -24.2 218.801C-25.4 204.401 -25 176.401 -29.8 173.601z"/>
- </svg:g>
- <svg:g style="fill: #e5668c">
- <svg:path d="M-7.8 175.601C0.6 194.001 -29 259.201 -29 259.201C-31 260.801 -16.34 266.846 -6.2 264.401C4.746 261.763 45 266.001 45 266.001C68.6 250.401 81.4 206.001 81.4 206.001C81.4 206.001 91.801 182.001 74.2 178.801C56.6 175.601 -7.8 175.601 -7.8 175.601z"/>
- </svg:g>
- <svg:g style="fill: #b23259">
- <svg:path d="M-9.831 206.497C-6.505 193.707 -4.921 181.906 -7.8 175.601C-7.8 175.601 54.6 182.001 65.8 161.201C70.041 153.326 84.801 184.001 84.4 193.601C84.4 193.601 21.4 208.001 6.6 196.801L-9.831 206.497z"/>
- </svg:g>
- <svg:g style="fill: #a5264c">
- <svg:path d="M-5.4 222.801C-5.4 222.801 -3.4 230.001 -5.8 234.001C-5.8 234.001 -7.4 234.801 -8.6 235.201C-8.6 235.201 -7.4 238.801 -1.4 240.401C-1.4 240.401 0.6 244.801 3 245.201C5.4 245.601 10.2 251.201 14.2 250.001C18.2 248.801 29.4 244.801 29.4 244.801C29.4 244.801 35 241.601 43.8 245.201C43.8 245.201 46.175 244.399 46.6 240.401C47.1 235.701 50.2 232.001 52.2 230.001C54.2 228.001 63.8 215.201 62.6 214.801C61.4 214.401 -5.4 222.801 -5.4 222.801z"/>
- </svg:g>
- <svg:g style="fill: #ff727f; stroke:#000000">
- <svg:path d="M-9.8 174.401C-9.8 174.401 -12.6 196.801 -9.4 205.201C-6.2 213.601 -7 215.601 -7.8 219.601C-8.6 223.601 -4.2 233.601 1.4 239.601L13.4 241.201C13.4 241.201 28.6 237.601 37.8 240.401C37.8 240.401 46.794 241.744 50.2 226.801C50.2 226.801 55 220.401 62.2 217.601C69.4 214.801 76.6 173.201 72.6 165.201C68.6 157.201 54.2 152.801 38.2 168.401C22.2 184.001 20.2 167.201 -9.8 174.401z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M-8.2 249.201C-8.2 249.201 -9 247.201 -13.4 246.801C-13.4 246.801 -35.8 243.201 -44.2 230.801C-44.2 230.801 -51 225.201 -46.6 236.801C-46.6 236.801 -36.2 257.201 -29.4 260.001C-29.4 260.001 -13 264.001 -8.2 249.201z"/>
- </svg:g>
- <svg:g style="fill: #cc3f4c">
- <svg:path d="M71.742 185.229C72.401 177.323 74.354 168.709 72.6 165.201C66.154 152.307 49.181 157.695 38.2 168.401C22.2 184.001 20.2 167.201 -9.8 174.401C-9.8 174.401 -11.545 188.364 -10.705 198.376C-10.705 198.376 26.6 186.801 27.4 192.401C27.4 192.401 29 189.201 38.2 189.201C47.4 189.201 70.142 188.029 71.742 185.229z"/>
- </svg:g>
- <svg:g style="stroke:#a51926; stroke-width:2">
- <svg:path d="M28.6 175.201C28.6 175.201 33.4 180.001 29.8 189.601C29.8 189.601 15.4 205.601 17.4 219.601"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M-19.4 260.001C-19.4 260.001 -23.8 247.201 -15 254.001C-15 254.001 -10.2 256.001 -11.4 257.601C-12.6 259.201 -18.2 263.201 -19.4 260.001z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M-14.36 261.201C-14.36 261.201 -17.88 250.961 -10.84 256.401C-10.84 256.401 -6.419 258.849 -7.96 259.281C-12.52 260.561 -7.96 263.121 -14.36 261.201z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M-9.56 261.201C-9.56 261.201 -13.08 250.961 -6.04 256.401C-6.04 256.401 -1.665 258.711 -3.16 259.281C-6.52 260.561 -3.16 263.121 -9.56 261.201z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M-2.96 261.401C-2.96 261.401 -6.48 251.161 0.56 256.601C0.56 256.601 4.943 258.933 3.441 259.481C0.48 260.561 3.441 263.321 -2.96 261.401z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M3.52 261.321C3.52 261.321 0 251.081 7.041 256.521C7.041 256.521 10.881 258.121 9.921 259.401C8.961 260.681 9.921 263.241 3.52 261.321z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M10.2 262.001C10.2 262.001 5.4 249.601 14.6 256.001C14.6 256.001 19.4 258.001 18.2 259.601C17 261.201 18.2 264.401 10.2 262.001z"/>
- </svg:g>
- <svg:g style="stroke:#a5264c; stroke-width:2">
- <svg:path d="M-18.2 244.801C-18.2 244.801 -5 242.001 1 245.201C1 245.201 7 246.401 8.2 246.001C9.4 245.601 12.6 245.201 12.6 245.201"/>
- </svg:g>
- <svg:g style="stroke:#a5264c; stroke-width:2">
- <svg:path d="M15.8 253.601C15.8 253.601 27.8 240.001 39.8 244.401C46.816 246.974 45.8 243.601 46.6 240.801C47.4 238.001 47.6 233.801 52.6 230.801"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M33 237.601C33 237.601 29 226.801 26.2 239.601C23.4 252.401 20.2 256.001 18.6 258.801C18.6 258.801 18.6 264.001 27 263.601C27 263.601 37.8 263.201 38.2 260.401C38.6 257.601 37 246.001 33 237.601z"/>
- </svg:g>
- <svg:g style="stroke:#a5264c; stroke-width:2">
- <svg:path d="M47 244.801C47 244.801 50.6 242.401 53 243.601"/>
- </svg:g>
- <svg:g style="stroke:#a5264c; stroke-width:2">
- <svg:path d="M53.5 228.401C53.5 228.401 56.4 223.501 61.2 222.701"/>
- </svg:g>
- <svg:g style="fill: #b2b2b2">
- <svg:path d="M-25.8 265.201C-25.8 265.201 -7.8 268.401 -3.4 266.801C-3.4 266.801 5.4 266.801 -3 268.801C-3 268.801 -15.8 268.801 -23.8 267.601C-23.8 267.601 -35.4 262.001 -25.8 265.201z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M-11.8 172.001C-11.8 172.001 5.8 172.001 7.8 172.801C7.8 172.801 15 203.601 11.4 211.201C11.4 211.201 10.2 214.001 7.4 208.401C7.4 208.401 -11 175.601 -14.2 173.601C-17.4 171.601 -13 172.001 -11.8 172.001z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M-88.9 169.301C-88.9 169.301 -80 171.001 -67.4 173.601C-67.4 173.601 -62.6 196.001 -59.4 200.801C-56.2 205.601 -59.8 205.601 -63.4 202.801C-67 200.001 -81.8 186.001 -83.8 181.601C-85.8 177.201 -88.9 169.301 -88.9 169.301z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M-67.039 173.818C-67.039 173.818 -61.239 175.366 -60.23 177.581C-59.222 179.795 -61.432 183.092 -61.432 183.092C-61.432 183.092 -62.432 186.397 -63.634 184.235C-64.836 182.072 -67.708 174.412 -67.039 173.818z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-67 173.601C-67 173.601 -63.4 178.801 -59.8 178.801C-56.2 178.801 -55.818 178.388 -53 179.001C-48.4 180.001 -48.8 178.001 -42.2 179.201C-39.56 179.681 -37 178.801 -34.2 180.001C-31.4 181.201 -28.2 180.401 -27 178.401C-25.8 176.401 -21 172.201 -21 172.201C-21 172.201 -33.8 174.001 -36.6 174.801C-36.6 174.801 -59 176.001 -67 173.601z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M-22.4 173.801C-22.4 173.801 -28.85 177.301 -29.25 179.701C-29.65 182.101 -24 185.801 -24 185.801C-24 185.801 -21.25 190.401 -20.65 188.001C-20.05 185.601 -21.6 174.201 -22.4 173.801z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M-59.885 179.265C-59.885 179.265 -52.878 190.453 -52.661 179.242C-52.661 179.242 -52.104 177.984 -53.864 177.962C-59.939 177.886 -58.418 173.784 -59.885 179.265z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M-52.707 179.514C-52.707 179.514 -44.786 190.701 -45.422 179.421C-45.422 179.421 -45.415 179.089 -47.168 178.936C-51.915 178.522 -51.57 174.004 -52.707 179.514z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M-45.494 179.522C-45.494 179.522 -37.534 190.15 -38.203 180.484C-38.203 180.484 -38.084 179.251 -39.738 178.95C-43.63 178.244 -43.841 174.995 -45.494 179.522z"/>
- </svg:g>
- <svg:g style="fill: #ffffcc; stroke:#000000; stroke-width:0.5">
- <svg:path d="M-38.618 179.602C-38.618 179.602 -30.718 191.163 -30.37 181.382C-30.37 181.382 -28.726 180.004 -30.472 179.782C-36.29 179.042 -35.492 174.588 -38.618 179.602z"/>
- </svg:g>
- <svg:g style="fill: #e5e5b2">
- <svg:path d="M-74.792 183.132L-82.45 181.601C-85.05 176.601 -87.15 170.451 -87.15 170.451C-87.15 170.451 -80.8 171.451 -68.3 174.251C-68.3 174.251 -67.424 177.569 -65.952 183.364L-74.792 183.132z"/>
- </svg:g>
- <svg:g style="fill: #e5e5b2">
- <svg:path d="M-9.724 178.47C-11.39 175.964 -12.707 174.206 -13.357 173.8C-16.37 171.917 -12.227 172.294 -11.098 172.294C-11.098 172.294 5.473 172.294 7.356 173.047C7.356 173.047 7.88 175.289 8.564 178.68C8.564 178.68 -1.524 176.67 -9.724 178.47z"/>
- </svg:g>
- <svg:g style="fill: #cc7226">
- <svg:path d="M43.88 40.321C71.601 44.281 97.121 8.641 98.881 -1.04C100.641 -10.72 90.521 -22.6 90.521 -22.6C91.841 -25.68 87.001 -39.76 81.721 -49C76.441 -58.24 60.54 -57.266 43 -58.24C27.16 -59.12 8.68 -35.8 7.36 -34.04C6.04 -32.28 12.2 6.001 13.52 11.721C14.84 17.441 12.2 43.841 12.2 43.841C46.44 34.741 16.16 36.361 43.88 40.321z"/>
- </svg:g>
- <svg:g style="fill: #ea8e51">
- <svg:path d="M8.088 -33.392C6.792 -31.664 12.84 5.921 14.136 11.537C15.432 17.153 12.84 43.073 12.84 43.073C45.512 34.193 16.728 35.729 43.944 39.617C71.161 43.505 96.217 8.513 97.945 -0.992C99.673 -10.496 89.737 -22.16 89.737 -22.16C91.033 -25.184 86.281 -39.008 81.097 -48.08C75.913 -57.152 60.302 -56.195 43.08 -57.152C27.528 -58.016 9.384 -35.12 8.088 -33.392z"/>
- </svg:g>
- <svg:g style="fill: #efaa7c">
- <svg:path d="M8.816 -32.744C7.544 -31.048 13.48 5.841 14.752 11.353C16.024 16.865 13.48 42.305 13.48 42.305C44.884 33.145 17.296 35.097 44.008 38.913C70.721 42.729 95.313 8.385 97.009 -0.944C98.705 -10.272 88.953 -21.72 88.953 -21.72C90.225 -24.688 85.561 -38.256 80.473 -47.16C75.385 -56.064 60.063 -55.125 43.16 -56.064C27.896 -56.912 10.088 -34.44 8.816 -32.744z"/>
- </svg:g>
- <svg:g style="fill: #f4c6a8">
- <svg:path d="M9.544 -32.096C8.296 -30.432 14.12 5.761 15.368 11.169C16.616 16.577 14.12 41.537 14.12 41.537C43.556 32.497 17.864 34.465 44.072 38.209C70.281 41.953 94.409 8.257 96.073 -0.895C97.737 -10.048 88.169 -21.28 88.169 -21.28C89.417 -24.192 84.841 -37.504 79.849 -46.24C74.857 -54.976 59.824 -54.055 43.24 -54.976C28.264 -55.808 10.792 -33.76 9.544 -32.096z"/>
- </svg:g>
- <svg:g style="fill: #f9e2d3">
- <svg:path d="M10.272 -31.448C9.048 -29.816 14.76 5.681 15.984 10.985C17.208 16.289 14.76 40.769 14.76 40.769C42.628 31.849 18.432 33.833 44.136 37.505C69.841 41.177 93.505 8.129 95.137 -0.848C96.769 -9.824 87.385 -20.84 87.385 -20.84C88.609 -23.696 84.121 -36.752 79.225 -45.32C74.329 -53.888 59.585 -52.985 43.32 -53.888C28.632 -54.704 11.496 -33.08 10.272 -31.448z"/>
- </svg:g>
- <svg:g style="fill: #ffffff">
- <svg:path d="M44.2 36.8C69.4 40.4 92.601 8 94.201 -0.8C95.801 -9.6 86.601 -20.4 86.601 -20.4C87.801 -23.2 83.4 -36 78.6 -44.4C73.8 -52.8 59.346 -51.914 43.4 -52.8C29 -53.6 12.2 -32.4 11 -30.8C9.8 -29.2 15.4 5.6 16.6 10.8C17.8 16 15.4 40 15.4 40C40.9 31.4 19 33.2 44.2 36.8z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M90.601 2.8C90.601 2.8 62.8 10.4 51.2 8.8C51.2 8.8 35.4 2.2 26.6 24C26.6 24 23 31.2 21 33.2C19 35.2 90.601 2.8 90.601 2.8z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M94.401 0.6C94.401 0.6 65.4 12.8 55.4 12.4C55.4 12.4 39 7.8 30.6 22.4C30.6 22.4 22.2 31.6 19 33.2C19 33.2 18.6 34.8 25 30.8L35.4 36C35.4 36 50.2 45.6 59.8 29.6C59.8 29.6 63.8 18.4 63.8 16.4C63.8 14.4 85 8.8 86.601 8.4C88.201 8 94.801 3.8 94.401 0.6z"/>
- </svg:g>
- <svg:g style="fill: #99cc32">
- <svg:path d="M47 36.514C40.128 36.514 31.755 32.649 31.755 26.4C31.755 20.152 40.128 13.887 47 13.887C53.874 13.887 59.446 18.952 59.446 25.2C59.446 31.449 53.874 36.514 47 36.514z"/>
- </svg:g>
- <svg:g style="fill: #659900">
- <svg:path d="M43.377 19.83C38.531 20.552 33.442 22.055 33.514 21.839C35.054 17.22 41.415 13.887 47 13.887C51.296 13.887 55.084 15.865 57.32 18.875C57.32 18.875 52.004 18.545 43.377 19.83z"/>
- </svg:g>
- <svg:g style="fill: #ffffff">
- <svg:path d="M55.4 19.6C55.4 19.6 51 16.4 51 18.6C51 18.6 54.6 23 55.4 19.6z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M45.4 27.726C42.901 27.726 40.875 25.7 40.875 23.2C40.875 20.701 42.901 18.675 45.4 18.675C47.9 18.675 49.926 20.701 49.926 23.2C49.926 25.7 47.9 27.726 45.4 27.726z"/>
- </svg:g>
- <svg:g style="fill: #cc7226">
- <svg:path d="M-58.6 14.4C-58.6 14.4 -61.8 -6.8 -59.4 -11.2C-59.4 -11.2 -48.6 -21.2 -49 -24.8C-49 -24.8 -49.4 -42.8 -50.6 -43.6C-51.8 -44.4 -59.4 -50.4 -65.4 -44C-65.4 -44 -75.8 -26 -75 -19.6L-75 -17.6C-75 -17.6 -82.6 -18 -84.2 -16C-84.2 -16 -85.4 -10.8 -86.6 -10.4C-86.6 -10.4 -89.4 -8 -87.4 -5.2C-87.4 -5.2 -89.4 -2.8 -89 1.2L-81.4 5.2C-81.4 5.2 -79.4 19.6 -68.6 24.8C-63.764 27.129 -60.6 20.4 -58.6 14.4z"/>
- </svg:g>
- <svg:g style="fill: #ffffff">
- <svg:path d="M-59.6 12.56C-59.6 12.56 -62.48 -6.52 -60.32 -10.48C-60.32 -10.48 -50.6 -19.48 -50.96 -22.72C-50.96 -22.72 -51.32 -38.92 -52.4 -39.64C-53.48 -40.36 -60.32 -45.76 -65.72 -40C-65.72 -40 -75.08 -23.8 -74.36 -18.04L-74.36 -16.24C-74.36 -16.24 -81.2 -16.6 -82.64 -14.8C-82.64 -14.8 -83.72 -10.12 -84.8 -9.76C-84.8 -9.76 -87.32 -7.6 -85.52 -5.08C-85.52 -5.08 -87.32 -2.92 -86.96 0.68L-80.12 4.28C-80.12 4.28 -78.32 17.24 -68.6 21.92C-64.248 24.015 -61.4 17.96 -59.6 12.56z"/>
- </svg:g>
- <svg:g style="fill: #eb955c">
- <svg:path d="M-51.05 -42.61C-52.14 -43.47 -59.63 -49.24 -65.48 -43C-65.48 -43 -75.62 -25.45 -74.84 -19.21L-74.84 -17.26C-74.84 -17.26 -82.25 -17.65 -83.81 -15.7C-83.81 -15.7 -84.98 -10.63 -86.15 -10.24C-86.15 -10.24 -88.88 -7.9 -86.93 -5.17C-86.93 -5.17 -88.88 -2.83 -88.49 1.07L-81.08 4.97C-81.08 4.97 -79.13 19.01 -68.6 24.08C-63.886 26.35 -60.8 19.79 -58.85 13.94C-58.85 13.94 -61.97 -6.73 -59.63 -11.02C-59.63 -11.02 -49.1 -20.77 -49.49 -24.28C-49.49 -24.28 -49.88 -41.83 -51.05 -42.61z"/>
- </svg:g>
- <svg:g style="fill: #f2b892">
- <svg:path d="M-51.5 -41.62C-52.48 -42.54 -59.86 -48.08 -65.56 -42C-65.56 -42 -75.44 -24.9 -74.68 -18.82L-74.68 -16.92C-74.68 -16.92 -81.9 -17.3 -83.42 -15.4C-83.42 -15.4 -84.56 -10.46 -85.7 -10.08C-85.7 -10.08 -88.36 -7.8 -86.46 -5.14C-86.46 -5.14 -88.36 -2.86 -87.98 0.94L-80.76 4.74C-80.76 4.74 -78.86 18.42 -68.6 23.36C-64.006 25.572 -61 19.18 -59.1 13.48C-59.1 13.48 -62.14 -6.66 -59.86 -10.84C-59.86 -10.84 -49.6 -20.34 -49.98 -23.76C-49.98 -23.76 -50.36 -40.86 -51.5 -41.62z"/>
- </svg:g>
- <svg:g style="fill: #f8dcc8">
- <svg:path d="M-51.95 -40.63C-52.82 -41.61 -60.09 -46.92 -65.64 -41C-65.64 -41 -75.26 -24.35 -74.52 -18.43L-74.52 -16.58C-74.52 -16.58 -81.55 -16.95 -83.03 -15.1C-83.03 -15.1 -84.14 -10.29 -85.25 -9.92C-85.25 -9.92 -87.84 -7.7 -85.99 -5.11C-85.99 -5.11 -87.84 -2.89 -87.47 0.81L-80.44 4.51C-80.44 4.51 -78.59 17.83 -68.6 22.64C-64.127 24.794 -61.2 18.57 -59.35 13.02C-59.35 13.02 -62.31 -6.59 -60.09 -10.66C-60.09 -10.66 -50.1 -19.91 -50.47 -23.24C-50.47 -23.24 -50.84 -39.89 -51.95 -40.63z"/>
- </svg:g>
- <svg:g style="fill: #ffffff">
- <svg:path d="M-59.6 12.46C-59.6 12.46 -62.48 -6.52 -60.32 -10.48C-60.32 -10.48 -50.6 -19.48 -50.96 -22.72C-50.96 -22.72 -51.32 -38.92 -52.4 -39.64C-53.16 -40.68 -60.32 -45.76 -65.72 -40C-65.72 -40 -75.08 -23.8 -74.36 -18.04L-74.36 -16.24C-74.36 -16.24 -81.2 -16.6 -82.64 -14.8C-82.64 -14.8 -83.72 -10.12 -84.8 -9.76C-84.8 -9.76 -87.32 -7.6 -85.52 -5.08C-85.52 -5.08 -87.32 -2.92 -86.96 0.68L-80.12 4.28C-80.12 4.28 -78.32 17.24 -68.6 21.92C-64.248 24.015 -61.4 17.86 -59.6 12.46z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-62.7 6.2C-62.7 6.2 -84.3 -4 -85.2 -4.8C-85.2 -4.8 -76.1 3.4 -75.3 3.4C-74.5 3.4 -62.7 6.2 -62.7 6.2z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-79.8 0C-79.8 0 -61.4 3.6 -61.4 8C-61.4 10.912 -61.643 24.331 -67 22.8C-75.4 20.4 -71.8 6 -79.8 0z"/>
- </svg:g>
- <svg:g style="fill: #99cc32">
- <svg:path d="M-71.4 3.8C-71.4 3.8 -62.422 5.274 -61.4 8C-60.8 9.6 -60.137 17.908 -65.6 19C-70.152 19.911 -72.382 9.69 -71.4 3.8z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M14.595 46.349C14.098 44.607 15.409 44.738 17.2 44.2C19.2 43.6 31.4 39.8 32.2 37.2C33 34.6 46.2 39 46.2 39C48 39.8 52.4 42.4 52.4 42.4C57.2 43.6 63.8 44 63.8 44C66.2 45 69.6 47.8 69.6 47.8C84.2 58 96.601 50.8 96.601 50.8C116.601 44.2 110.601 27 110.601 27C107.601 18 110.801 14.6 110.801 14.6C111.001 10.8 118.201 17.2 118.201 17.2C120.801 21.4 121.601 26.4 121.601 26.4C129.601 37.6 126.201 19.8 126.201 19.8C126.401 18.8 123.601 15.2 123.601 14C123.601 12.8 121.801 9.4 121.801 9.4C118.801 6 121.201 -1 121.201 -1C123.001 -14.8 120.801 -13 120.801 -13C119.601 -14.8 110.401 -4.8 110.401 -4.8C108.201 -1.4 102.201 0.2 102.201 0.2C99.401 2 96.001 0.6 96.001 0.6C93.401 0.2 87.801 7.2 87.801 7.2C90.601 7 93.001 11.4 95.401 11.6C97.801 11.8 99.601 9.2 101.201 8.6C102.801 8 105.601 13.8 105.601 13.8C106.001 16.4 100.401 21.2 100.401 21.2C100.001 25.8 98.401 24.2 98.401 24.2C95.401 23.6 94.201 27.4 93.201 32C92.201 36.6 88.001 37 88.001 37C86.401 44.4 85.2 41.4 85.2 41.4C85 35.8 79 41.6 79 41.6C77.8 43.6 73.2 41.4 73.2 41.4C66.4 39.4 68.8 37.4 68.8 37.4C70.6 35.2 81.8 37.4 81.8 37.4C84 35.8 76 31.8 76 31.8C75.4 30 76.4 25.6 76.4 25.6C77.6 22.4 84.4 16.8 84.4 16.8C93.801 15.6 91.001 14 91.001 14C84.801 8.8 79 16.4 79 16.4C76.8 22.6 59.4 37.6 59.4 37.6C54.6 41 57.2 34.2 53.2 37.6C49.2 41 28.6 32 28.6 32C17.038 30.807 14.306 46.549 10.777 43.429C10.777 43.429 16.195 51.949 14.595 46.349z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M209.401 -120C209.401 -120 183.801 -112 181.001 -93.2C181.001 -93.2 178.601 -70.4 199.001 -52.8C199.001 -52.8 199.401 -46.4 201.401 -43.2C201.401 -43.2 199.801 -38.4 218.601 -46L245.801 -54.4C245.801 -54.4 252.201 -56.8 257.401 -65.6C262.601 -74.4 277.801 -93.2 274.201 -118.4C274.201 -118.4 275.401 -129.6 269.401 -130C269.401 -130 261.001 -131.6 253.801 -124C253.801 -124 247.001 -120.8 244.601 -121.2L209.401 -120z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M264.022 -120.99C264.022 -120.99 266.122 -129.92 261.282 -125.08C261.282 -125.08 254.242 -119.36 246.761 -119.36C246.761 -119.36 232.241 -117.16 227.841 -103.96C227.841 -103.96 223.881 -77.12 231.801 -71.4C231.801 -71.4 236.641 -63.92 243.681 -70.52C250.722 -77.12 266.222 -107.35 264.022 -120.99z"/>
- </svg:g>
- <svg:g style="fill: #323232">
- <svg:path d="M263.648 -120.632C263.648 -120.632 265.738 -129.376 260.986 -124.624C260.986 -124.624 254.074 -119.008 246.729 -119.008C246.729 -119.008 232.473 -116.848 228.153 -103.888C228.153 -103.888 224.265 -77.536 232.041 -71.92C232.041 -71.92 236.793 -64.576 243.705 -71.056C250.618 -77.536 265.808 -107.24 263.648 -120.632z"/>
- </svg:g>
- <svg:g style="fill: #666666">
- <svg:path d="M263.274 -120.274C263.274 -120.274 265.354 -128.832 260.69 -124.168C260.69 -124.168 253.906 -118.656 246.697 -118.656C246.697 -118.656 232.705 -116.536 228.465 -103.816C228.465 -103.816 224.649 -77.952 232.281 -72.44C232.281 -72.44 236.945 -65.232 243.729 -71.592C250.514 -77.952 265.394 -107.13 263.274 -120.274z"/>
- </svg:g>
- <svg:g style="fill: #999999">
- <svg:path d="M262.9 -119.916C262.9 -119.916 264.97 -128.288 260.394 -123.712C260.394 -123.712 253.738 -118.304 246.665 -118.304C246.665 -118.304 232.937 -116.224 228.777 -103.744C228.777 -103.744 225.033 -78.368 232.521 -72.96C232.521 -72.96 237.097 -65.888 243.753 -72.128C250.41 -78.368 264.98 -107.02 262.9 -119.916z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M262.526 -119.558C262.526 -119.558 264.586 -127.744 260.098 -123.256C260.098 -123.256 253.569 -117.952 246.633 -117.952C246.633 -117.952 233.169 -115.912 229.089 -103.672C229.089 -103.672 225.417 -78.784 232.761 -73.48C232.761 -73.48 237.249 -66.544 243.777 -72.664C250.305 -78.784 264.566 -106.91 262.526 -119.558z"/>
- </svg:g>
- <svg:g style="fill: #ffffff">
- <svg:path d="M262.151 -119.2C262.151 -119.2 264.201 -127.2 259.801 -122.8C259.801 -122.8 253.401 -117.6 246.601 -117.6C246.601 -117.6 233.401 -115.6 229.401 -103.6C229.401 -103.6 225.801 -79.2 233.001 -74C233.001 -74 237.401 -67.2 243.801 -73.2C250.201 -79.2 264.151 -106.8 262.151 -119.2z"/>
- </svg:g>
- <svg:g style="fill: #992600">
- <svg:path d="M50.6 84C50.6 84 30.2 64.8 22.2 64C22.2 64 -12.2 60 -27 78C-27 78 -9.4 57.6 18.2 63.2C18.2 63.2 -3.4 58.8 -15.8 62C-15.8 62 -32.6 62 -42.2 76L-45 80.8C-45 80.8 -41 66 -22.6 60C-22.6 60 0.2 55.2 11 60C11 60 -10.6 53.2 -20.6 55.2C-20.6 55.2 -51 52.8 -63.8 79.2C-63.8 79.2 -59.8 64.8 -45 57.6C-45 57.6 -31.4 48.8 -11 51.6C-11 51.6 3.4 54.8 8.6 57.2C13.8 59.6 12.6 56.8 4.2 52C4.2 52 -1.4 42 -15.4 42.4C-15.4 42.4 -58.2 46 -68.6 58C-68.6 58 -55 46.8 -44.6 44C-44.6 44 -22.2 36 -13.8 36.8C-13.8 36.8 11 37.8 18.6 33.8C18.6 33.8 7.4 38.8 10.6 42C13.8 45.2 20.6 52.8 20.6 54C20.6 55.2 44.8 77.3 48.4 81.7L50.6 84z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M189 278C189 278 173.5 241.5 161 232C161 232 187 248 190.5 266C190.5 266 190.5 276 189 278z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M236 285.5C236 285.5 209.5 230.5 191 206.5C191 206.5 234.5 244 239.5 270.5L240 276L237 273.5C237 273.5 236.5 282.5 236 285.5z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M292.5 237C292.5 237 230 177.5 228.5 175C228.5 175 289 241 292 248.5C292 248.5 290 239.5 292.5 237z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M104 280.5C104 280.5 123.5 228.5 142.5 251C142.5 251 157.5 261 157 264C157 264 153 257.5 135 258C135 258 116 255 104 280.5z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M294.5 153C294.5 153 249.5 124.5 242 123C230.193 120.639 291.5 152 296.5 162.5C296.5 162.5 298.5 160 294.5 153z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M143.801 259.601C143.801 259.601 164.201 257.601 171.001 250.801L175.401 254.401L193.001 216.001L196.601 221.201C196.601 221.201 211.001 206.401 210.201 198.401C209.401 190.401 223.001 204.401 223.001 204.401C223.001 204.401 222.201 192.801 229.401 199.601C229.401 199.601 227.001 184.001 235.401 192.001C235.401 192.001 224.864 161.844 247.401 187.601C253.001 194.001 248.601 187.201 248.601 187.201C248.601 187.201 222.601 139.201 244.201 153.601C244.201 153.601 246.201 130.801 245.001 126.401C243.801 122.001 241.801 99.6 237.001 94.4C232.201 89.2 237.401 87.6 243.001 92.8C243.001 92.8 231.801 68.8 245.001 80.8C245.001 80.8 241.401 65.6 237.001 62.8C237.001 62.8 231.401 45.6 246.601 56.4C246.601 56.4 242.201 44 239.001 40.8C239.001 40.8 227.401 13.2 234.601 18L239.001 21.6C239.001 21.6 232.201 7.6 238.601 12C245.001 16.4 245.001 16 245.001 16C245.001 16 223.801 -17.2 244.201 0.4C244.201 0.4 236.042 -13.518 232.601 -20.4C232.601 -20.4 213.801 -40.8 228.201 -34.4L233.001 -32.8C233.001 -32.8 224.201 -42.8 216.201 -44.4C208.201 -46 218.601 -52.4 225.001 -50.4C231.401 -48.4 247.001 -40.8 247.001 -40.8C247.001 -40.8 259.801 -22 263.801 -21.6C263.801 -21.6 243.801 -29.2 249.801 -21.2C249.801 -21.2 264.201 -7.2 257.001 -7.6C257.001 -7.6 251.001 -0.4 255.801 8.4C255.801 8.4 237.342 -9.991 252.201 15.6L259.001 32C259.001 32 234.601 7.2 245.801 29.2C245.801 29.2 263.001 52.8 265.001 53.2C267.001 53.6 271.401 62.4 271.401 62.4L267.001 60.4L272.201 69.2C272.201 69.2 261.001 57.2 267.001 70.4L272.601 84.8C272.601 84.8 252.201 62.8 265.801 92.4C265.801 92.4 249.401 87.2 258.201 104.4C258.201 104.4 256.601 120.401 257.001 125.601C257.401 130.801 258.601 159.201 254.201 167.201C249.801 175.201 260.201 194.401 262.201 198.401C264.201 202.401 267.801 213.201 259.001 204.001C250.201 194.801 254.601 200.401 256.601 209.201C258.601 218.001 264.601 233.601 263.801 239.201C263.801 239.201 262.601 240.401 259.401 236.801C259.401 236.801 244.601 214.001 246.201 228.401C246.201 228.401 245.001 236.401 241.801 245.201C241.801 245.201 238.601 256.001 238.601 247.201C238.601 247.201 235.401 230.401 232.601 238.001C229.801 245.601 226.201 251.601 223.401 254.001C220.601 256.401 215.401 233.601 214.201 244.001C214.201 244.001 202.201 231.601 197.401 248.001L185.801 264.401C185.801 264.401 185.401 252.001 184.201 258.001C184.201 258.001 154.201 264.001 143.801 259.601z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M109.401 -97.2C109.401 -97.2 97.801 -105.2 93.801 -104.8C89.801 -104.4 121.401 -113.6 162.601 -86C162.601 -86 167.401 -83.2 171.001 -83.6C171.001 -83.6 174.201 -81.2 171.401 -77.6C171.401 -77.6 162.601 -68 173.801 -56.8C173.801 -56.8 192.201 -50 186.601 -58.8C186.601 -58.8 197.401 -54.8 199.801 -50.8C202.201 -46.8 201.001 -50.8 201.001 -50.8C201.001 -50.8 194.601 -58 188.601 -63.2C188.601 -63.2 183.401 -65.2 180.601 -73.6C177.801 -82 175.401 -92 179.801 -95.2C179.801 -95.2 175.801 -90.8 176.601 -94.8C177.401 -98.8 181.001 -102.4 182.601 -102.8C184.201 -103.2 200.601 -119 207.401 -119.4C207.401 -119.4 198.201 -118 195.201 -119C192.201 -120 165.601 -131.4 159.601 -132.6C159.601 -132.6 142.801 -139.2 154.801 -137.2C154.801 -137.2 190.601 -133.4 208.801 -120.2C208.801 -120.2 201.601 -128.6 183.201 -135.6C183.201 -135.6 161.001 -148.2 125.801 -143.2C125.801 -143.2 108.001 -140 100.201 -138.2C100.201 -138.2 97.601 -138.8 97.001 -139.2C96.401 -139.6 84.6 -148.6 57 -141.6C57 -141.6 40 -137 31.4 -132.2C31.4 -132.2 16.2 -131 12.6 -127.8C12.6 -127.8 -6 -113.2 -8 -112.4C-10 -111.6 -21.4 -104 -22.2 -103.6C-22.2 -103.6 2.4 -110.2 4.8 -112.6C7.2 -115 24.6 -117.6 27 -116.2C29.4 -114.8 37.8 -115.4 28.2 -114.8C28.2 -114.8 103.801 -100 104.601 -98C105.401 -96 109.401 -97.2 109.401 -97.2z"/>
- </svg:g>
- <svg:g style="fill: #cc7226">
- <svg:path d="M180.801 -106.4C180.801 -106.4 170.601 -113.8 168.601 -113.8C166.601 -113.8 154.201 -124 150.001 -123.6C145.801 -123.2 133.601 -133.2 106.201 -125C106.201 -125 105.601 -127 109.201 -127.8C109.201 -127.8 115.601 -130 116.001 -130.6C116.001 -130.6 136.201 -134.8 143.401 -131.2C143.401 -131.2 152.601 -128.6 158.801 -122.4C158.801 -122.4 170.001 -119.2 173.201 -120.2C173.201 -120.2 182.001 -118 182.401 -116.2C182.401 -116.2 188.201 -113.2 186.401 -110.6C186.401 -110.6 186.801 -109 180.801 -106.4z"/>
- </svg:g>
- <svg:g style="fill: #cc7226">
- <svg:path d="M168.33 -108.509C169.137 -107.877 170.156 -107.779 170.761 -106.97C170.995 -106.656 170.706 -106.33 170.391 -106.233C169.348 -105.916 168.292 -106.486 167.15 -105.898C166.748 -105.691 166.106 -105.873 165.553 -106.022C163.921 -106.463 162.092 -106.488 160.401 -105.8C158.416 -106.929 156.056 -106.345 153.975 -107.346C153.917 -107.373 153.695 -107.027 153.621 -107.054C150.575 -108.199 146.832 -107.916 144.401 -110.2C141.973 -110.612 139.616 -111.074 137.188 -111.754C135.37 -112.263 133.961 -113.252 132.341 -114.084C130.964 -114.792 129.507 -115.314 127.973 -115.686C126.11 -116.138 124.279 -116.026 122.386 -116.546C122.293 -116.571 122.101 -116.227 122.019 -116.254C121.695 -116.362 121.405 -116.945 121.234 -116.892C119.553 -116.37 118.065 -117.342 116.401 -117C115.223 -118.224 113.495 -117.979 111.949 -118.421C108.985 -119.269 105.831 -117.999 102.801 -119C106.914 -120.842 111.601 -119.61 115.663 -121.679C117.991 -122.865 120.653 -121.763 123.223 -122.523C123.71 -122.667 124.401 -122.869 124.801 -122.2C124.935 -122.335 125.117 -122.574 125.175 -122.546C127.625 -121.389 129.94 -120.115 132.422 -119.049C132.763 -118.903 133.295 -119.135 133.547 -118.933C135.067 -117.717 137.01 -117.82 138.401 -116.6C140.099 -117.102 141.892 -116.722 143.621 -117.346C143.698 -117.373 143.932 -117.032 143.965 -117.054C145.095 -117.802 146.25 -117.531 147.142 -117.227C147.48 -117.112 148.143 -116.865 148.448 -116.791C149.574 -116.515 150.43 -116.035 151.609 -115.852C151.723 -115.834 151.908 -116.174 151.98 -116.146C153.103 -115.708 154.145 -115.764 154.801 -114.6C154.936 -114.735 155.101 -114.973 155.183 -114.946C156.21 -114.608 156.859 -113.853 157.96 -113.612C158.445 -113.506 159.057 -112.88 159.633 -112.704C162.025 -111.973 163.868 -110.444 166.062 -109.549C166.821 -109.239 167.697 -109.005 168.33 -108.509z"/>
- </svg:g>
- <svg:g style="fill: #cc7226">
- <svg:path d="M91.696 -122.739C89.178 -124.464 86.81 -125.57 84.368 -127.356C84.187 -127.489 83.827 -127.319 83.625 -127.441C82.618 -128.05 81.73 -128.631 80.748 -129.327C80.209 -129.709 79.388 -129.698 78.88 -129.956C76.336 -131.248 73.707 -131.806 71.2 -133C71.882 -133.638 73.004 -133.394 73.6 -134.2C73.795 -133.92 74.033 -133.636 74.386 -133.827C76.064 -134.731 77.914 -134.884 79.59 -134.794C81.294 -134.702 83.014 -134.397 84.789 -134.125C85.096 -134.078 85.295 -133.555 85.618 -133.458C87.846 -132.795 90.235 -133.32 92.354 -132.482C93.945 -131.853 95.515 -131.03 96.754 -129.755C97.006 -129.495 96.681 -129.194 96.401 -129C96.789 -129.109 97.062 -128.903 97.173 -128.59C97.257 -128.351 97.257 -128.049 97.173 -127.81C97.061 -127.498 96.782 -127.397 96.408 -127.346C95.001 -127.156 96.773 -128.536 96.073 -128.088C94.8 -127.274 95.546 -125.868 94.801 -124.6C94.521 -124.794 94.291 -125.012 94.401 -125.4C94.635 -124.878 94.033 -124.588 93.865 -124.272C93.48 -123.547 92.581 -122.132 91.696 -122.739z"/>
- </svg:g>
- <svg:g style="fill: #cc7226">
- <svg:path d="M59.198 -115.391C56.044 -116.185 52.994 -116.07 49.978 -117.346C49.911 -117.374 49.688 -117.027 49.624 -117.054C48.258 -117.648 47.34 -118.614 46.264 -119.66C45.351 -120.548 43.693 -120.161 42.419 -120.648C42.095 -120.772 41.892 -121.284 41.591 -121.323C40.372 -121.48 39.445 -122.429 38.4 -123C40.736 -123.795 43.147 -123.764 45.609 -124.148C45.722 -124.166 45.867 -123.845 46 -123.845C46.136 -123.845 46.266 -124.066 46.4 -124.2C46.595 -123.92 46.897 -123.594 47.154 -123.848C47.702 -124.388 48.258 -124.198 48.798 -124.158C48.942 -124.148 49.067 -123.845 49.2 -123.845C49.336 -123.845 49.467 -124.156 49.6 -124.156C49.736 -124.155 49.867 -123.845 50 -123.845C50.136 -123.845 50.266 -124.066 50.4 -124.2C51.092 -123.418 51.977 -123.972 52.799 -123.793C53.837 -123.566 54.104 -122.418 55.178 -122.12C59.893 -120.816 64.03 -118.671 68.393 -116.584C68.7 -116.437 68.91 -116.189 68.8 -115.8C69.067 -115.8 69.38 -115.888 69.57 -115.756C70.628 -115.024 71.669 -114.476 72.366 -113.378C72.582 -113.039 72.253 -112.632 72.02 -112.684C67.591 -113.679 63.585 -114.287 59.198 -115.391z"/>
- </svg:g>
- <svg:g style="fill: #cc7226">
- <svg:path d="M45.338 -71.179C43.746 -72.398 43.162 -74.429 42.034 -76.221C41.82 -76.561 42.094 -76.875 42.411 -76.964C42.971 -77.123 43.514 -76.645 43.923 -76.443C45.668 -75.581 47.203 -74.339 49.2 -74.2C51.19 -71.966 55.45 -71.581 55.457 -68.2C55.458 -67.341 54.03 -68.259 53.6 -67.4C51.149 -68.403 48.76 -68.3 46.38 -69.767C45.763 -70.148 46.093 -70.601 45.338 -71.179z"/>
- </svg:g>
- <svg:g style="fill: #cc7226">
- <svg:path d="M17.8 -123.756C17.935 -123.755 24.966 -123.522 24.949 -123.408C24.904 -123.099 17.174 -122.05 16.81 -122.22C16.646 -122.296 9.134 -119.866 9 -120C9.268 -120.135 17.534 -123.756 17.8 -123.756z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M33.2 -114C33.2 -114 18.4 -112.2 14 -111C9.6 -109.8 -9 -102.2 -12 -100.2C-12 -100.2 -25.4 -94.8 -42.4 -74.8C-42.4 -74.8 -34.8 -78.2 -32.6 -81C-32.6 -81 -19 -93.6 -19.2 -91C-19.2 -91 -7 -99.6 -7.6 -97.4C-7.6 -97.4 16.8 -108.6 14.8 -105.4C14.8 -105.4 36.4 -110 35.4 -108C35.4 -108 54.2 -103.6 51.4 -103.4C51.4 -103.4 45.6 -102.2 52 -98.6C52 -98.6 48.6 -94.2 43.2 -98.2C37.8 -102.2 40.8 -100 35.8 -99C35.8 -99 33.2 -98.2 28.6 -102.2C28.6 -102.2 23 -106.8 14.2 -103.2C14.2 -103.2 -16.4 -90.6 -18.4 -90C-18.4 -90 -22 -87.2 -24.4 -83.6C-24.4 -83.6 -30.2 -79.2 -33.2 -77.8C-33.2 -77.8 -46 -66.2 -47.2 -64.8C-47.2 -64.8 -50.6 -59.6 -51.4 -59.2C-51.4 -59.2 -45 -63 -43 -65C-43 -65 -29 -75 -23.6 -75.8C-23.6 -75.8 -19.2 -78.8 -18.4 -80.2C-18.4 -80.2 -4 -89.4 0.2 -89.4C0.2 -89.4 9.4 -84.2 11.8 -91.2C11.8 -91.2 17.6 -93 23.2 -91.8C23.2 -91.8 26.4 -94.4 25.6 -96.6C25.6 -96.6 27.2 -98.4 28.2 -94.6C28.2 -94.6 31.6 -91 36.4 -93C36.4 -93 40.4 -93.2 38.4 -90.8C38.4 -90.8 34 -87 22.2 -86.8C22.2 -86.8 9.8 -86.2 -6.6 -78.6C-6.6 -78.6 -36.4 -68.2 -45.6 -57.8C-45.6 -57.8 -52 -49 -57.4 -47.8C-57.4 -47.8 -63.2 -47 -69.2 -39.6C-69.2 -39.6 -59.4 -45.4 -50.4 -45.4C-50.4 -45.4 -46.4 -47.8 -50.2 -44.2C-50.2 -44.2 -53.8 -36.6 -52.2 -31.2C-52.2 -31.2 -52.8 -26 -53.6 -24.4C-53.6 -24.4 -61.4 -11.6 -61.4 -9.2C-61.4 -6.8 -60.2 3 -59.8 3.6C-59.4 4.2 -60.8 2 -57 4.4C-53.2 6.8 -50.4 8.4 -49.6 11.2C-48.8 14 -51.6 5.8 -51.8 4C-52 2.2 -56.2 -5 -55.4 -7.4C-55.4 -7.4 -54.4 -6.4 -53.6 -5C-53.6 -5 -54.2 -5.6 -53.6 -9.2C-53.6 -9.2 -52.8 -14.4 -51.4 -17.6C-50 -20.8 -48 -24.6 -47.6 -25.4C-47.2 -26.2 -47.2 -32 -45.8 -29.4L-42.4 -26.8C-42.4 -26.8 -45.2 -29.4 -43 -31.6C-43 -31.6 -44 -37.2 -42.2 -39.8C-42.2 -39.8 -35.2 -48.2 -33.6 -49.2C-32 -50.2 -33.4 -49.8 -33.4 -49.8C-33.4 -49.8 -27.4 -54 -33.2 -52.4C-33.2 -52.4 -37.2 -50.8 -40.2 -50.8C-40.2 -50.8 -47.8 -48.8 -43.8 -53C-39.8 -57.2 -29.8 -62.6 -26 -62.4L-25.2 -60.8L-14 -63.2L-15.2 -62.4C-15.2 -62.4 -15.4 -62.6 -11.2 -63C-7 -63.4 -1.2 -62 0.2 -63.8C1.6 -65.6 5 -66.6 4.6 -65.2C4.2 -63.8 4 -61.8 4 -61.8C4 -61.8 9 -67.6 8.4 -65.4C7.8 -63.2 -0.4 -58 -1.8 -51.8L8.6 -60L12.2 -63C12.2 -63 15.8 -60.8 16 -62.4C16.2 -64 20.8 -69.8 22 -69.6C23.2 -69.4 25.2 -72.2 25 -69.6C24.8 -67 32.4 -61.6 32.4 -61.6C32.4 -61.6 35.6 -63.4 37 -62C38.4 -60.6 42.6 -81.8 42.6 -81.8L67.6 -92.4L111.201 -95.8L94.201 -102.6L33.2 -114z"/>
- </svg:g>
- <svg:g style="stroke:#4c0000; stroke-width:2">
- <svg:path d="M51.4 85C51.4 85 36.4 68.2 28 65.6C28 65.6 14.6 58.8 -10 66.6"/>
- </svg:g>
- <svg:g style="stroke:#4c0000; stroke-width:2">
- <svg:path d="M24.8 64.2C24.8 64.2 -0.4 56.2 -15.8 60.4C-15.8 60.4 -34.2 62.4 -42.6 76.2"/>
- </svg:g>
- <svg:g style="stroke:#4c0000; stroke-width:2">
- <svg:path d="M21.2 63C21.2 63 4.2 55.8 -10.6 53.6C-10.6 53.6 -27.2 51 -43.8 58.2C-43.8 58.2 -56 64.2 -61.4 74.4"/>
- </svg:g>
- <svg:g style="stroke:#4c0000; stroke-width:2">
- <svg:path d="M22.2 63.4C22.2 63.4 6.8 52.4 5.8 51C5.8 51 -1.2 40 -14.2 39.6C-14.2 39.6 -35.6 40.4 -52.8 48.4"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M20.895 54.407C22.437 55.87 49.4 84.8 49.4 84.8C84.6 121.401 56.6 87.2 56.6 87.2C49 82.4 39.8 63.6 39.8 63.6C38.6 60.8 53.8 70.8 53.8 70.8C57.8 71.6 71.4 90.8 71.4 90.8C64.6 88.4 69.4 95.6 69.4 95.6C72.2 97.6 92.601 113.201 92.601 113.201C96.201 117.201 100.201 118.801 100.201 118.801C114.201 113.601 107.801 126.801 107.801 126.801C110.201 133.601 115.801 122.001 115.801 122.001C127.001 105.2 110.601 107.601 110.601 107.601C80.6 110.401 73.8 94.4 73.8 94.4C71.4 92 80.2 94.4 80.2 94.4C88.601 96.4 73 82 73 82C75.4 82 84.6 88.8 84.6 88.8C95.001 98 97.001 96 97.001 96C115.001 87.2 125.401 94.8 125.401 94.8C127.401 96.4 121.801 103.2 123.401 108.401C125.001 113.601 129.801 126.001 129.801 126.001C127.401 127.601 127.801 138.401 127.801 138.401C144.601 161.601 135.001 159.601 135.001 159.601C119.401 159.201 134.201 166.801 134.201 166.801C137.401 168.801 146.201 176.001 146.201 176.001C143.401 174.801 141.801 180.001 141.801 180.001C146.601 184.001 143.801 188.801 143.801 188.801C137.801 190.001 136.601 194.001 136.601 194.001C143.401 202.001 133.401 202.401 133.401 202.401C137.001 206.801 132.201 218.801 132.201 218.801C127.401 218.801 121.001 224.401 121.001 224.401C123.401 229.201 113.001 234.801 113.001 234.801C104.601 236.401 107.401 243.201 107.401 243.201C99.401 249.201 97.001 265.201 97.001 265.201C96.201 275.601 93.801 278.801 99.001 276.801C104.201 274.801 103.401 262.401 103.401 262.401C98.601 246.801 141.401 230.801 141.401 230.801C145.401 229.201 146.201 224.001 146.201 224.001C148.201 224.401 157.001 232.001 157.001 232.001C164.601 243.201 165.001 234.001 165.001 234.001C166.201 230.401 164.601 224.401 164.601 224.401C170.601 202.801 156.601 196.401 156.601 196.401C146.601 162.801 160.601 171.201 160.601 171.201C163.401 176.801 174.201 182.001 174.201 182.001L177.801 179.601C176.201 174.801 184.601 168.801 184.601 168.801C187.401 175.201 193.401 167.201 193.401 167.201C197.001 142.801 209.401 157.201 209.401 157.201C213.401 158.401 214.601 151.601 214.601 151.601C218.201 141.201 214.601 127.601 214.601 127.601C218.201 127.201 227.801 133.201 227.801 133.201C230.601 129.601 221.401 112.801 225.401 115.201C229.401 117.601 233.801 119.201 233.801 119.201C234.601 117.201 224.601 104.801 224.601 104.801C220.201 102 215.001 81.6 215.001 81.6C222.201 85.2 212.201 70 212.201 70C212.201 66.8 218.201 55.6 218.201 55.6C217.401 48.8 218.201 49.2 218.201 49.2C221.001 50.4 229.001 52 222.201 45.6C215.401 39.2 223.001 34.4 223.001 34.4C227.401 31.6 213.801 32 213.801 32C208.601 27.6 209.001 23.6 209.001 23.6C217.001 25.6 202.601 11.2 200.201 7.6C197.801 4 207.401 -1.2 207.401 -1.2C220.601 -4.8 209.001 -8 209.001 -8C189.401 -7.6 200.201 -18.4 200.201 -18.4C206.201 -18 204.601 -20.4 204.601 -20.4C199.401 -21.6 189.801 -28 189.801 -28C185.801 -31.6 189.401 -30.8 189.401 -30.8C206.201 -29.6 177.401 -40.8 177.401 -40.8C185.401 -40.8 167.401 -51.2 167.401 -51.2C165.401 -52.8 162.201 -60.4 162.201 -60.4C156.201 -65.6 151.401 -72.4 151.401 -72.4C151.001 -76.8 146.201 -81.6 146.201 -81.6C134.601 -95.2 129.001 -94.8 129.001 -94.8C114.201 -98.4 109.001 -97.6 109.001 -97.6L56.2 -93.2C29.8 -80.4 37.6 -59.4 37.6 -59.4C44 -51 53.2 -54.8 53.2 -54.8C57.8 -61 69.4 -58.8 69.4 -58.8C89.801 -55.6 87.201 -59.2 87.201 -59.2C84.801 -63.8 68.6 -70 68.4 -70.6C68.2 -71.2 59.4 -74.6 59.4 -74.6C56.4 -75.8 52 -85 52 -85C48.8 -88.4 64.6 -82.6 64.6 -82.6C63.4 -81.6 70.8 -77.6 70.8 -77.6C88.201 -78.6 98.801 -67.8 98.801 -67.8C109.601 -51.2 109.801 -59.4 109.801 -59.4C112.601 -68.8 100.801 -90 100.801 -90C101.201 -92 109.401 -85.4 109.401 -85.4C110.801 -87.4 111.601 -81.6 111.601 -81.6C111.801 -79.2 115.601 -71.2 115.601 -71.2C118.401 -58.2 122.001 -65.6 122.001 -65.6L126.601 -56.2C128.001 -53.6 122.001 -46 122.001 -46C121.801 -43.2 122.601 -43.4 117.001 -35.8C111.401 -28.2 114.801 -23.8 114.801 -23.8C113.401 -17.2 122.201 -17.6 122.201 -17.6C124.801 -15.4 128.201 -15.4 128.201 -15.4C130.001 -13.4 132.401 -14 132.401 -14C134.001 -17.8 140.201 -15.8 140.201 -15.8C141.601 -18.2 149.801 -18.6 149.801 -18.6C150.801 -21.2 151.201 -22.8 154.601 -23.4C158.001 -24 133.401 -67 133.401 -67C139.801 -67.8 131.601 -80.2 131.601 -80.2C129.401 -86.8 140.801 -72.2 143.001 -70.8C145.201 -69.4 146.201 -67.2 144.601 -67.4C143.001 -67.6 141.201 -65.4 142.601 -65.2C144.001 -65 157.001 -50 160.401 -39.8C163.801 -29.6 169.801 -25.6 176.001 -19.6C182.201 -13.6 181.401 10.6 181.401 10.6C181.001 19.4 187.001 30 187.001 30C189.001 33.8 184.801 52 184.801 52C182.801 54.2 184.201 55 184.201 55C185.201 56.2 192.001 69.4 192.001 69.4C190.201 69.2 193.801 72.8 193.801 72.8C199.001 78.8 192.601 75.8 192.601 75.8C186.601 74.2 193.601 84 193.601 84C194.801 85.8 185.801 81.2 185.801 81.2C176.601 80.6 188.201 87.8 188.201 87.8C196.801 95 185.401 90.6 185.401 90.6C180.801 88.8 184.001 95.6 184.001 95.6C187.201 97.2 204.401 104.2 204.401 104.2C204.801 108.001 201.801 113.001 201.801 113.001C202.201 117.001 200.001 120.401 200.001 120.401C198.801 128.601 198.201 129.401 198.201 129.401C194.001 129.601 186.601 143.401 186.601 143.401C184.801 146.001 174.601 158.001 174.601 158.001C172.601 165.001 154.601 157.801 154.601 157.801C148.001 161.201 150.001 157.801 150.001 157.801C149.601 155.601 154.401 149.601 154.401 149.601C161.401 147.001 158.801 136.201 158.801 136.201C162.801 134.801 151.601 132.001 151.801 130.801C152.001 129.601 157.801 128.201 157.801 128.201C165.801 126.201 161.401 123.801 161.401 123.801C160.801 119.801 163.801 114.201 163.801 114.201C175.401 113.401 163.801 97.2 163.801 97.2C153.001 89.6 152.001 83.8 152.001 83.8C164.601 75.6 156.401 63.2 156.601 59.6C156.801 56 158.001 34.4 158.001 34.4C156.001 28.2 153.001 14.6 153.001 14.6C155.201 9.4 162.601 -3.2 162.601 -3.2C165.401 -7.4 174.201 -12.2 172.001 -15.2C169.801 -18.2 162.001 -16.4 162.001 -16.4C154.201 -17.8 154.801 -12.6 154.801 -12.6C153.201 -11.6 152.401 -6.6 152.401 -6.6C151.68 1.333 142.801 7.6 142.801 7.6C131.601 13.8 140.801 17.8 140.801 17.8C146.801 24.4 137.001 24.6 137.001 24.6C126.001 22.8 134.201 33 134.201 33C145.001 45.8 142.001 48.6 142.001 48.6C131.801 49.6 144.401 58.8 144.401 58.8C144.401 58.8 143.601 56.8 143.801 58.6C144.001 60.4 147.001 64.6 147.801 66.6C148.601 68.6 144.601 68.8 144.601 68.8C145.201 78.4 129.801 74.2 129.801 74.2C129.801 74.2 129.801 74.2 128.201 74.4C126.601 74.6 115.401 73.8 109.601 71.6C103.801 69.4 97.001 69.4 97.001 69.4C97.001 69.4 93.001 71.2 85.4 71C77.8 70.8 69.8 73.6 69.8 73.6C65.4 73.2 74 68.8 74.2 69C74.4 69.2 80 63.6 72 64.2C50.203 65.835 39.4 55.6 39.4 55.6C37.4 54.2 34.8 51.4 34.8 51.4C24.8 49.4 36.2 63.8 36.2 63.8C37.4 65.2 36 66.2 36 66.2C35.2 64.6 27.4 59.2 27.4 59.2C24.589 58.227 23.226 56.893 20.895 54.407z"/>
- </svg:g>
- <svg:g style="fill: #4c0000">
- <svg:path d="M-3 42.8C-3 42.8 8.6 48.4 11.2 51.2C13.8 54 27.8 65.4 27.8 65.4C27.8 65.4 22.4 63.4 19.8 61.6C17.2 59.8 6.4 51.6 6.4 51.6C6.4 51.6 2.6 45.6 -3 42.8z"/>
- </svg:g>
- <svg:g style="fill: #99cc32">
- <svg:path d="M-61.009 11.603C-60.672 11.455 -61.196 8.743 -61.4 8.2C-62.422 5.474 -71.4 4 -71.4 4C-71.627 5.365 -71.682 6.961 -71.576 8.599C-71.576 8.599 -66.708 14.118 -61.009 11.603z"/>
- </svg:g>
- <svg:g style="fill: #659900">
- <svg:path d="M-61.009 11.403C-61.458 11.561 -61.024 8.669 -61.2 8.2C-62.222 5.474 -71.4 3.9 -71.4 3.9C-71.627 5.265 -71.682 6.861 -71.576 8.499C-71.576 8.499 -67.308 13.618 -61.009 11.403z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-65.4 11.546C-66.025 11.546 -66.531 10.406 -66.531 9C-66.531 7.595 -66.025 6.455 -65.4 6.455C-64.775 6.455 -64.268 7.595 -64.268 9C-64.268 10.406 -64.775 11.546 -65.4 11.546z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-65.4 9z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-111 109.601C-111 109.601 -116.6 119.601 -91.8 113.601C-91.8 113.601 -77.8 112.401 -75.4 110.001C-74.2 110.801 -65.834 113.734 -63 114.401C-56.2 116.001 -47.8 106 -47.8 106C-47.8 106 -43.2 95.5 -40.4 95.5C-37.6 95.5 -40.8 97.1 -40.8 97.1C-40.8 97.1 -47.4 107.201 -47 108.801C-47 108.801 -52.2 128.801 -68.2 129.601C-68.2 129.601 -84.35 130.551 -83 136.401C-83 136.401 -74.2 134.001 -71.8 136.401C-71.8 136.401 -61 136.001 -69 142.401L-75.8 154.001C-75.8 154.001 -75.66 157.919 -85.8 154.401C-95.6 151.001 -105.9 138.101 -105.9 138.101C-105.9 138.101 -121.85 123.551 -111 109.601z"/>
- </svg:g>
- <svg:g style="fill: #e59999">
- <svg:path d="M-112.2 113.601C-112.2 113.601 -114.2 123.201 -77.4 112.801C-77.4 112.801 -73 112.801 -70.6 113.601C-68.2 114.401 -56.2 117.201 -54.2 116.001C-54.2 116.001 -61.4 129.601 -73 128.001C-73 128.001 -86.2 129.601 -85.8 134.401C-85.8 134.401 -81.8 141.601 -77 144.001C-77 144.001 -74.2 146.401 -74.6 149.601C-75 152.801 -77.8 154.401 -79.8 155.201C-81.8 156.001 -85 152.801 -86.6 152.801C-88.2 152.801 -96.6 146.401 -101 141.601C-105.4 136.801 -113.8 124.801 -113.4 122.001C-113 119.201 -112.2 113.601 -112.2 113.601z"/>
- </svg:g>
- <svg:g style="fill: #b26565">
- <svg:path d="M-109 131.051C-106.4 135.001 -103.2 139.201 -101 141.601C-96.6 146.401 -88.2 152.801 -86.6 152.801C-85 152.801 -81.8 156.001 -79.8 155.201C-77.8 154.401 -75 152.801 -74.6 149.601C-74.2 146.401 -77 144.001 -77 144.001C-80.066 142.468 -82.806 138.976 -84.385 136.653C-84.385 136.653 -84.2 139.201 -89.4 138.401C-94.6 137.601 -99.8 134.801 -101.4 131.601C-103 128.401 -105.4 126.001 -103.8 129.601C-102.2 133.201 -99.8 136.801 -98.2 137.201C-96.6 137.601 -97 138.801 -99.4 138.401C-101.8 138.001 -104.6 137.601 -109 132.401z"/>
- </svg:g>
- <svg:g style="fill: #992600">
- <svg:path d="M-111.6 110.001C-111.6 110.001 -109.8 96.4 -108.6 92.4C-108.6 92.4 -109.4 85.6 -107 81.4C-104.6 77.2 -102.6 71 -99.6 65.6C-96.6 60.2 -96.4 56.2 -92.4 54.6C-88.4 53 -82.4 44.4 -79.6 43.4C-76.8 42.4 -77 43.2 -77 43.2C-77 43.2 -70.2 28.4 -56.6 32.4C-56.6 32.4 -72.8 29.6 -57 20.2C-57 20.2 -61.8 21.3 -58.5 14.3C-56.299 9.632 -56.8 16.4 -67.8 28.2C-67.8 28.2 -72.8 36.8 -78 39.8C-83.2 42.8 -95.2 49.8 -96.4 53.6C-97.6 57.4 -100.8 63.2 -102.8 64.8C-104.8 66.4 -107.6 70.6 -108 74C-108 74 -109.2 78 -110.6 79.2C-112 80.4 -112.2 83.6 -112.2 85.6C-112.2 87.6 -114.2 90.4 -114 92.8C-114 92.8 -113.2 111.801 -113.6 113.801L-111.6 110.001z"/>
- </svg:g>
- <svg:g style="fill: #ffffff">
- <svg:path d="M-120.2 114.601C-120.2 114.601 -122.2 113.201 -126.6 119.201C-126.6 119.201 -119.3 152.201 -119.3 153.601C-119.3 153.601 -118.2 151.501 -119.5 144.301C-120.8 137.101 -121.7 124.401 -121.7 124.401L-120.2 114.601z"/>
- </svg:g>
- <svg:g style="fill: #992600">
- <svg:path d="M-98.6 54C-98.6 54 -116.2 57.2 -115.8 86.4L-116.6 111.201C-116.6 111.201 -117.8 85.6 -119 84C-120.2 82.4 -116.2 71.2 -119.4 77.2C-119.4 77.2 -133.4 91.2 -125.4 112.401C-125.4 112.401 -123.9 115.701 -126.9 111.101C-126.9 111.101 -131.5 98.5 -130.4 92.1C-130.4 92.1 -130.2 89.9 -128.3 87.1C-128.3 87.1 -119.7 75.4 -117 73.1C-117 73.1 -115.2 58.7 -99.8 53.5C-99.8 53.5 -94.1 51.2 -98.6 54z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M40.8 -12.2C41.46 -12.554 41.451 -13.524 42.031 -13.697C43.18 -14.041 43.344 -15.108 43.862 -15.892C44.735 -17.211 44.928 -18.744 45.51 -20.235C45.782 -20.935 45.809 -21.89 45.496 -22.55C44.322 -25.031 43.62 -27.48 42.178 -29.906C41.91 -30.356 41.648 -31.15 41.447 -31.748C40.984 -33.132 39.727 -34.123 38.867 -35.443C38.579 -35.884 39.104 -36.809 38.388 -36.893C37.491 -36.998 36.042 -37.578 35.809 -36.552C35.221 -33.965 36.232 -31.442 37.2 -29C36.418 -28.308 36.752 -27.387 36.904 -26.62C37.614 -23.014 36.416 -19.662 35.655 -16.188C35.632 -16.084 35.974 -15.886 35.946 -15.824C34.724 -13.138 33.272 -10.693 31.453 -8.312C30.695 -7.32 29.823 -6.404 29.326 -5.341C28.958 -4.554 28.55 -3.588 28.8 -2.6C25.365 0.18 23.115 4.025 20.504 7.871C20.042 8.551 20.333 9.76 20.884 10.029C21.697 10.427 22.653 9.403 23.123 8.557C23.512 7.859 23.865 7.209 24.356 6.566C24.489 6.391 24.31 5.972 24.445 5.851C27.078 3.504 28.747 0.568 31.2 -1.8C33.15 -2.129 34.687 -3.127 36.435 -4.14C36.743 -4.319 37.267 -4.07 37.557 -4.265C39.31 -5.442 39.308 -7.478 39.414 -9.388C39.464 -10.272 39.66 -11.589 40.8 -12.2z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M31.959 -16.666C32.083 -16.743 31.928 -17.166 32.037 -17.382C32.199 -17.706 32.602 -17.894 32.764 -18.218C32.873 -18.434 32.71 -18.814 32.846 -18.956C35.179 -21.403 35.436 -24.427 34.4 -27.4C35.424 -28.02 35.485 -29.282 35.06 -30.129C34.207 -31.829 34.014 -33.755 33.039 -35.298C32.237 -36.567 30.659 -37.811 29.288 -36.508C28.867 -36.108 28.546 -35.321 28.824 -34.609C28.888 -34.446 29.173 -34.3 29.146 -34.218C29.039 -33.894 28.493 -33.67 28.487 -33.398C28.457 -31.902 27.503 -30.391 28.133 -29.062C28.905 -27.433 29.724 -25.576 30.4 -23.8C29.166 -21.684 30.199 -19.235 28.446 -17.358C28.31 -17.212 28.319 -16.826 28.441 -16.624C28.733 -16.138 29.139 -15.732 29.625 -15.44C29.827 -15.319 30.175 -15.317 30.375 -15.441C30.953 -15.803 31.351 -16.29 31.959 -16.666z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M94.771 -26.977C96.16 -25.185 96.45 -22.39 94.401 -21C94.951 -17.691 98.302 -19.67 100.401 -20.2C100.292 -20.588 100.519 -20.932 100.802 -20.937C101.859 -20.952 102.539 -21.984 103.601 -21.8C104.035 -23.357 105.673 -24.059 106.317 -25.439C108.043 -29.134 107.452 -33.407 104.868 -36.653C104.666 -36.907 104.883 -37.424 104.759 -37.786C104.003 -39.997 101.935 -40.312 100.001 -41C98.824 -44.875 98.163 -48.906 96.401 -52.6C94.787 -52.85 94.089 -54.589 92.752 -55.309C91.419 -56.028 90.851 -54.449 90.892 -53.403C90.899 -53.198 91.351 -52.974 91.181 -52.609C91.105 -52.445 90.845 -52.334 90.845 -52.2C90.846 -52.065 91.067 -51.934 91.201 -51.8C90.283 -50.98 88.86 -50.503 88.565 -49.358C87.611 -45.648 90.184 -42.523 91.852 -39.322C92.443 -38.187 91.707 -36.916 90.947 -35.708C90.509 -35.013 90.617 -33.886 90.893 -33.03C91.645 -30.699 93.236 -28.96 94.771 -26.977z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M57.611 -8.591C56.124 -6.74 52.712 -4.171 55.629 -2.243C55.823 -2.114 56.193 -2.11 56.366 -2.244C58.387 -3.809 60.39 -4.712 62.826 -5.294C62.95 -5.323 63.224 -4.856 63.593 -5.017C65.206 -5.72 67.216 -5.662 68.4 -7C72.167 -6.776 75.732 -7.892 79.123 -9.2C80.284 -9.648 81.554 -10.207 82.755 -10.709C84.131 -11.285 85.335 -12.213 86.447 -13.354C86.58 -13.49 86.934 -13.4 87.201 -13.4C87.161 -14.263 88.123 -14.39 88.37 -15.012C88.462 -15.244 88.312 -15.64 88.445 -15.742C90.583 -17.372 91.503 -19.39 90.334 -21.767C90.049 -22.345 89.8 -22.963 89.234 -23.439C88.149 -24.35 87.047 -23.496 86 -23.8C85.841 -23.172 85.112 -23.344 84.726 -23.146C83.867 -22.707 82.534 -23.292 81.675 -22.854C80.313 -22.159 79.072 -21.99 77.65 -21.613C77.338 -21.531 76.56 -21.627 76.4 -21C76.266 -21.134 76.118 -21.368 76.012 -21.346C74.104 -20.95 72.844 -20.736 71.543 -19.044C71.44 -18.911 70.998 -19.09 70.839 -18.955C69.882 -18.147 69.477 -16.913 68.376 -16.241C68.175 -16.118 67.823 -16.286 67.629 -16.157C66.983 -15.726 66.616 -15.085 65.974 -14.638C65.645 -14.409 65.245 -14.734 65.277 -14.99C65.522 -16.937 66.175 -18.724 65.6 -20.6C67.677 -23.12 70.194 -25.069 72 -27.8C72.015 -29.966 72.707 -32.112 72.594 -34.189C72.584 -34.382 72.296 -35.115 72.17 -35.462C71.858 -36.316 72.764 -37.382 71.92 -38.106C70.516 -39.309 69.224 -38.433 68.4 -37C66.562 -36.61 64.496 -35.917 62.918 -37.151C61.911 -37.938 61.333 -38.844 60.534 -39.9C59.549 -41.202 59.884 -42.638 59.954 -44.202C59.96 -44.33 59.645 -44.466 59.645 -44.6C59.646 -44.735 59.866 -44.866 60 -45C59.294 -45.626 59.019 -46.684 58 -47C58.305 -48.092 57.629 -48.976 56.758 -49.278C54.763 -49.969 53.086 -48.057 51.194 -47.984C50.68 -47.965 50.213 -49.003 49.564 -49.328C49.132 -49.544 48.428 -49.577 48.066 -49.311C47.378 -48.807 46.789 -48.693 46.031 -48.488C44.414 -48.052 43.136 -46.958 41.656 -46.103C40.171 -45.246 39.216 -43.809 38.136 -42.489C37.195 -41.337 37.059 -38.923 38.479 -38.423C40.322 -37.773 41.626 -40.476 43.592 -40.15C43.904 -40.099 44.11 -39.788 44 -39.4C44.389 -39.291 44.607 -39.52 44.8 -39.8C45.658 -38.781 46.822 -38.444 47.76 -37.571C48.73 -36.667 50.476 -37.085 51.491 -36.088C53.02 -34.586 52.461 -31.905 54.4 -30.6C53.814 -29.287 53.207 -28.01 52.872 -26.583C52.59 -25.377 53.584 -24.18 54.795 -24.271C56.053 -24.365 56.315 -25.124 56.8 -26.2C57.067 -25.933 57.536 -25.636 57.495 -25.42C57.038 -23.033 56.011 -21.04 55.553 -18.609C55.494 -18.292 55.189 -18.09 54.8 -18.2C54.332 -14.051 50.28 -11.657 47.735 -8.492C47.332 -7.99 47.328 -6.741 47.737 -6.338C49.14 -4.951 51.1 -6.497 52.8 -7C53.013 -8.206 53.872 -9.148 55.204 -9.092C55.46 -9.082 55.695 -9.624 56.019 -9.754C56.367 -9.892 56.869 -9.668 57.155 -9.866C58.884 -11.061 60.292 -12.167 62.03 -13.356C62.222 -13.487 62.566 -13.328 62.782 -13.436C63.107 -13.598 63.294 -13.985 63.617 -14.17C63.965 -14.37 64.207 -14.08 64.4 -13.8C63.754 -13.451 63.75 -12.494 63.168 -12.292C62.393 -12.024 61.832 -11.511 61.158 -11.064C60.866 -10.871 60.207 -11.119 60.103 -10.94C59.505 -9.912 58.321 -9.474 57.611 -8.591z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M2.2 -58C2.2 -58 -7.038 -60.872 -18.2 -35.2C-18.2 -35.2 -20.6 -30 -23 -28C-25.4 -26 -36.6 -22.4 -38.6 -18.4L-49 -2.4C-49 -2.4 -34.2 -18.4 -31 -20.8C-31 -20.8 -23 -29.2 -26.2 -22.4C-26.2 -22.4 -40.2 -11.6 -39 -2.4C-39 -2.4 -44.6 12 -45.4 14C-45.4 14 -29.4 -18 -27 -19.2C-24.6 -20.4 -23.4 -20.4 -24.6 -16.8C-25.8 -13.2 -26.2 3.2 -29 5.2C-29 5.2 -21 -15.2 -21.8 -18.4C-21.8 -18.4 -18.6 -22 -16.2 -16.8L-17.4 -0.8L-13 11.2C-13 11.2 -15.4 0 -13.8 -15.6C-13.8 -15.6 -15.8 -26 -11.8 -20.4C-7.8 -14.8 1.8 -8.8 1.8 -4C1.8 -4 -3.4 -21.6 -12.6 -26.4L-16.6 -20.4L-17.8 -22.4C-17.8 -22.4 -21.4 -23.2 -17 -30C-12.6 -36.8 -13 -37.6 -13 -37.6C-13 -37.6 -6.6 -30.4 -5 -30.4C-5 -30.4 8.2 -38 9.4 -13.6C9.4 -13.6 16.2 -28 7 -34.8C7 -34.8 -7.8 -36.8 -6.6 -42L0.6 -54.4C4.2 -59.6 2.6 -56.8 2.6 -56.8z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-17.8 -41.6C-17.8 -41.6 -30.6 -41.6 -33.8 -36.4L-41 -26.8C-41 -26.8 -23.8 -36.8 -19.8 -38C-15.8 -39.2 -17.8 -41.6 -17.8 -41.6z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-57.8 -35.2C-57.8 -35.2 -59.8 -34 -60.2 -31.2C-60.6 -28.4 -63 -28 -62.2 -25.2C-61.4 -22.4 -59.4 -20 -59.4 -24C-59.4 -28 -57.8 -30 -57 -31.2C-56.2 -32.4 -54.6 -36.8 -57.8 -35.2z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-66.6 26C-66.6 26 -75 22 -78.2 18.4C-81.4 14.8 -80.948 19.966 -85.8 19.6C-91.647 19.159 -90.6 3.2 -90.6 3.2L-94.6 10.8C-94.6 10.8 -95.8 25.2 -87.8 22.8C-83.893 21.628 -82.6 23.2 -84.2 24C-85.8 24.8 -78.6 25.2 -81.4 26.8C-84.2 28.4 -69.8 23.2 -72.2 33.6L-66.6 26z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-79.2 40.4C-79.2 40.4 -94.6 44.8 -98.2 35.2C-98.2 35.2 -103 37.6 -100.8 40.6C-98.6 43.6 -97.4 44 -97.4 44C-97.4 44 -92 45.2 -92.6 46C-93.2 46.8 -95.6 50.2 -95.6 50.2C-95.6 50.2 -85.4 44.2 -79.2 40.4z"/>
- </svg:g>
- <svg:g style="fill: #ffffff">
- <svg:path d="M149.201 118.601C148.774 120.735 147.103 121.536 145.201 122.201C143.284 121.243 140.686 118.137 138.801 120.201C138.327 119.721 137.548 119.661 137.204 118.999C136.739 118.101 137.011 117.055 136.669 116.257C136.124 114.985 135.415 113.619 135.601 112.201C137.407 111.489 138.002 109.583 137.528 107.82C137.459 107.563 137.03 107.366 137.23 107.017C137.416 106.694 137.734 106.467 138.001 106.2C137.866 106.335 137.721 106.568 137.61 106.548C137 106.442 137.124 105.805 137.254 105.418C137.839 103.672 139.853 103.408 141.201 104.6C141.457 104.035 141.966 104.229 142.401 104.2C142.351 103.621 142.759 103.094 142.957 102.674C143.475 101.576 145.104 102.682 145.901 102.07C146.977 101.245 148.04 100.546 149.118 101.149C150.927 102.162 152.636 103.374 153.835 105.115C154.41 105.949 154.65 107.23 154.592 108.188C154.554 108.835 153.173 108.483 152.83 109.412C152.185 111.16 154.016 111.679 154.772 113.017C154.97 113.366 154.706 113.67 154.391 113.768C153.98 113.896 153.196 113.707 153.334 114.16C154.306 117.353 151.55 118.031 149.201 118.601z"/>
- </svg:g>
- <svg:g style="fill: #ffffff">
- <svg:path d="M139.6 138.201C139.593 136.463 137.992 134.707 139.201 133.001C139.336 133.135 139.467 133.356 139.601 133.356C139.736 133.356 139.867 133.135 140.001 133.001C141.496 135.217 145.148 136.145 145.006 138.991C144.984 139.438 143.897 140.356 144.801 141.001C142.988 142.349 142.933 144.719 142.001 146.601C140.763 146.315 139.551 145.952 138.401 145.401C138.753 143.915 138.636 142.231 139.456 140.911C139.89 140.213 139.603 139.134 139.6 138.201z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-26.6 129.201C-26.6 129.201 -43.458 139.337 -29.4 124.001C-20.6 114.401 -10.6 108.801 -10.6 108.801C-10.6 108.801 -0.2 104.4 3.4 103.2C7 102 22.2 96.8 25.4 96.4C28.6 96 38.2 92 45 96C51.8 100 59.8 104.4 59.8 104.4C59.8 104.4 43.4 96 39.8 98.4C36.2 100.8 29 100.4 23 103.6C23 103.6 8.2 108.001 5 110.001C1.8 112.001 -8.6 123.601 -10.2 122.801C-11.8 122.001 -9.8 121.601 -8.6 118.801C-7.4 116.001 -9.4 114.401 -17.4 120.801C-25.4 127.201 -26.6 129.201 -26.6 129.201z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-19.195 123.234C-19.195 123.234 -17.785 110.194 -9.307 111.859C-9.307 111.859 -1.081 107.689 1.641 105.721C1.641 105.721 9.78 104.019 11.09 103.402C29.569 94.702 44.288 99.221 44.835 98.101C45.381 96.982 65.006 104.099 68.615 108.185C69.006 108.628 58.384 102.588 48.686 100.697C40.413 99.083 18.811 100.944 7.905 106.48C4.932 107.989 -4.013 113.773 -6.544 113.662C-9.075 113.55 -19.195 123.234 -19.195 123.234z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-23 148.801C-23 148.801 -38.2 146.401 -21.4 144.801C-21.4 144.801 -3.4 142.801 0.6 137.601C0.6 137.601 14.2 128.401 17 128.001C19.8 127.601 49.8 120.401 50.2 118.001C50.6 115.601 56.2 115.601 57.8 116.401C59.4 117.201 58.6 118.401 55.8 119.201C53 120.001 21.8 136.401 15.4 137.601C9 138.801 -2.6 146.401 -7.4 147.601C-12.2 148.801 -23 148.801 -23 148.801z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-3.48 141.403C-3.48 141.403 -12.062 140.574 -3.461 139.755C-3.461 139.755 5.355 136.331 7.403 133.668C7.403 133.668 14.367 128.957 15.8 128.753C17.234 128.548 31.194 124.861 31.399 123.633C31.604 122.404 65.67 109.823 70.09 113.013C73.001 115.114 63.1 113.437 53.466 117.847C52.111 118.467 18.258 133.054 14.981 133.668C11.704 134.283 5.765 138.174 3.307 138.788C0.85 139.403 -3.48 141.403 -3.48 141.403z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-11.4 143.601C-11.4 143.601 -6.2 143.201 -7.4 144.801C-8.6 146.401 -11 145.601 -11 145.601L-11.4 143.601z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-18.6 145.201C-18.6 145.201 -13.4 144.801 -14.6 146.401C-15.8 148.001 -18.2 147.201 -18.2 147.201L-18.6 145.201z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-29 146.801C-29 146.801 -23.8 146.401 -25 148.001C-26.2 149.601 -28.6 148.801 -28.6 148.801L-29 146.801z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-36.6 147.601C-36.6 147.601 -31.4 147.201 -32.6 148.801C-33.8 150.401 -36.2 149.601 -36.2 149.601L-36.6 147.601z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M1.8 108.001C1.8 108.001 6.2 108.001 5 109.601C3.8 111.201 0.6 110.801 0.6 110.801L1.8 108.001z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-8.2 113.601C-8.2 113.601 -1.694 111.46 -4.2 114.801C-5.4 116.401 -7.8 115.601 -7.8 115.601L-8.2 113.601z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-19.4 118.401C-19.4 118.401 -14.2 118.001 -15.4 119.601C-16.6 121.201 -19 120.401 -19 120.401L-19.4 118.401z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-27 124.401C-27 124.401 -21.8 124.001 -23 125.601C-24.2 127.201 -26.6 126.401 -26.6 126.401L-27 124.401z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-33.8 129.201C-33.8 129.201 -28.6 128.801 -29.8 130.401C-31 132.001 -33.4 131.201 -33.4 131.201L-33.8 129.201z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M5.282 135.598C5.282 135.598 12.203 135.066 10.606 137.195C9.009 139.325 5.814 138.26 5.814 138.26L5.282 135.598z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M15.682 130.798C15.682 130.798 22.603 130.266 21.006 132.395C19.409 134.525 16.214 133.46 16.214 133.46L15.682 130.798z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M26.482 126.398C26.482 126.398 33.403 125.866 31.806 127.995C30.209 130.125 27.014 129.06 27.014 129.06L26.482 126.398z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M36.882 121.598C36.882 121.598 43.803 121.066 42.206 123.195C40.609 125.325 37.414 124.26 37.414 124.26L36.882 121.598z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M9.282 103.598C9.282 103.598 16.203 103.066 14.606 105.195C13.009 107.325 9.014 107.06 9.014 107.06L9.282 103.598z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M19.282 100.398C19.282 100.398 26.203 99.866 24.606 101.995C23.009 104.125 18.614 103.86 18.614 103.86L19.282 100.398z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-3.4 140.401C-3.4 140.401 1.8 140.001 0.6 141.601C-0.6 143.201 -3 142.401 -3 142.401L-3.4 140.401z"/>
- </svg:g>
- <svg:g style="fill: #992600">
- <svg:path d="M-76.6 41.2C-76.6 41.2 -81 50 -81.4 53.2C-81.4 53.2 -80.6 44.4 -79.4 42.4C-78.2 40.4 -76.6 41.2 -76.6 41.2z"/>
- </svg:g>
- <svg:g style="fill: #992600">
- <svg:path d="M-95 55.2C-95 55.2 -98.2 69.6 -97.8 72.4C-97.8 72.4 -99 60.8 -98.6 59.6C-98.2 58.4 -95 55.2 -95 55.2z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-74.2 -19.4L-74.4 -16.2L-76.6 -16C-76.6 -16 -62.4 -3.4 -61.8 4.2C-61.8 4.2 -61 -4 -74.2 -19.4z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-70.216 -18.135C-70.647 -18.551 -70.428 -19.296 -70.836 -19.556C-71.645 -20.072 -69.538 -20.129 -69.766 -20.845C-70.149 -22.051 -69.962 -22.072 -70.084 -23.348C-70.141 -23.946 -69.553 -25.486 -69.168 -25.926C-67.722 -27.578 -69.046 -30.51 -67.406 -32.061C-67.102 -32.35 -66.726 -32.902 -66.441 -33.32C-65.782 -34.283 -64.598 -34.771 -63.648 -35.599C-63.33 -35.875 -63.531 -36.702 -62.962 -36.61C-62.248 -36.495 -61.007 -36.625 -61.052 -35.784C-61.165 -33.664 -62.494 -31.944 -63.774 -30.276C-63.323 -29.572 -63.781 -28.937 -64.065 -28.38C-65.4 -25.76 -65.211 -22.919 -65.385 -20.079C-65.39 -19.994 -65.697 -19.916 -65.689 -19.863C-65.336 -17.528 -64.752 -15.329 -63.873 -13.1C-63.507 -12.17 -63.036 -11.275 -62.886 -10.348C-62.775 -9.662 -62.672 -8.829 -63.08 -8.124C-61.045 -5.234 -62.354 -2.583 -61.185 0.948C-60.978 1.573 -59.286 3.487 -59.749 3.326C-62.262 2.455 -62.374 2.057 -62.551 1.304C-62.697 0.681 -63.027 -0.696 -63.264 -1.298C-63.328 -1.462 -63.499 -3.346 -63.577 -3.468C-65.09 -5.85 -63.732 -5.674 -65.102 -8.032C-66.53 -8.712 -67.496 -9.816 -68.619 -10.978C-68.817 -11.182 -67.674 -11.906 -67.855 -12.119C-68.947 -13.408 -70.1 -14.175 -69.764 -15.668C-69.609 -16.358 -69.472 -17.415 -70.216 -18.135z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-73.8 -16.4C-73.8 -16.4 -73.4 -9.6 -71 -8C-68.6 -6.4 -69.8 -7.2 -73 -8.4C-76.2 -9.6 -75 -10.4 -75 -10.4C-75 -10.4 -77.8 -10 -75.4 -8C-73 -6 -69.4 -3.6 -71 -3.6C-72.6 -3.6 -80.2 -7.6 -80.2 -10.4C-80.2 -13.2 -81.2 -17.3 -81.2 -17.3C-81.2 -17.3 -80.1 -18.1 -75.3 -18C-75.3 -18 -73.9 -17.3 -73.8 -16.4z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M-74.6 2.2C-74.6 2.2 -83.12 -0.591 -101.6 2.8C-101.6 2.8 -92.569 0.722 -73.8 3C-63.5 4.25 -74.6 2.2 -74.6 2.2z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M-72.502 2.129C-72.502 2.129 -80.748 -1.389 -99.453 0.392C-99.453 0.392 -90.275 -0.897 -71.774 2.995C-61.62 5.131 -72.502 2.129 -72.502 2.129z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M-70.714 2.222C-70.714 2.222 -78.676 -1.899 -97.461 -1.514C-97.461 -1.514 -88.213 -2.118 -70.052 3.14C-60.086 6.025 -70.714 2.222 -70.714 2.222z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M-69.444 2.445C-69.444 2.445 -76.268 -1.862 -93.142 -2.96C-93.142 -2.96 -84.803 -2.79 -68.922 3.319C-60.206 6.672 -69.444 2.445 -69.444 2.445z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M45.84 12.961C45.84 12.961 44.91 13.605 45.124 12.424C45.339 11.243 73.547 -1.927 77.161 -1.677C77.161 -1.677 46.913 11.529 45.84 12.961z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M42.446 13.6C42.446 13.6 41.57 14.315 41.691 13.121C41.812 11.927 68.899 -3.418 72.521 -3.452C72.521 -3.452 43.404 12.089 42.446 13.6z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M39.16 14.975C39.16 14.975 38.332 15.747 38.374 14.547C38.416 13.348 58.233 -2.149 68.045 -4.023C68.045 -4.023 50.015 4.104 39.16 14.975z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M36.284 16.838C36.284 16.838 35.539 17.532 35.577 16.453C35.615 15.373 53.449 1.426 62.28 -0.26C62.28 -0.26 46.054 7.054 36.284 16.838z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M4.6 164.801C4.6 164.801 -10.6 162.401 6.2 160.801C6.2 160.801 24.2 158.801 28.2 153.601C28.2 153.601 41.8 144.401 44.6 144.001C47.4 143.601 63.8 140.001 64.2 137.601C64.6 135.201 70.6 132.801 72.2 133.601C73.8 134.401 73.8 143.601 71 144.401C68.2 145.201 49.4 152.401 43 153.601C36.6 154.801 25 162.401 20.2 163.601C15.4 164.801 4.6 164.801 4.6 164.801z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M77.6 127.401C77.6 127.401 74.6 129.001 73.4 131.601C73.4 131.601 67 142.201 52.8 145.401C52.8 145.401 29.8 154.401 22 156.401C22 156.401 8.6 161.401 1.2 160.601C1.2 160.601 -5.8 160.801 0.4 162.401C0.4 162.401 20.6 160.401 24 158.601C24 158.601 39.6 153.401 42.6 150.801C45.6 148.201 63.8 143.201 66 141.201C68.2 139.201 78 130.801 77.6 127.401z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M18.882 158.911C18.882 158.911 24.111 158.685 22.958 160.234C21.805 161.784 19.357 160.91 19.357 160.91L18.882 158.911z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M11.68 160.263C11.68 160.263 16.908 160.037 15.756 161.586C14.603 163.136 12.155 162.263 12.155 162.263L11.68 160.263z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M1.251 161.511C1.251 161.511 6.48 161.284 5.327 162.834C4.174 164.383 1.726 163.51 1.726 163.51L1.251 161.511z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-6.383 162.055C-6.383 162.055 -1.154 161.829 -2.307 163.378C-3.46 164.928 -5.908 164.054 -5.908 164.054L-6.383 162.055z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M35.415 151.513C35.415 151.513 42.375 151.212 40.84 153.274C39.306 155.336 36.047 154.174 36.047 154.174L35.415 151.513z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M45.73 147.088C45.73 147.088 51.689 143.787 51.155 148.849C50.885 151.405 46.362 149.749 46.362 149.749L45.73 147.088z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M54.862 144.274C54.862 144.274 62.021 140.573 60.287 146.035C59.509 148.485 55.493 146.935 55.493 146.935L54.862 144.274z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M64.376 139.449C64.376 139.449 68.735 134.548 69.801 141.21C70.207 143.748 65.008 142.11 65.008 142.11L64.376 139.449z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M26.834 155.997C26.834 155.997 32.062 155.77 30.91 157.32C29.757 158.869 27.308 157.996 27.308 157.996L26.834 155.997z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M62.434 34.603C62.434 34.603 61.708 35.268 61.707 34.197C61.707 33.127 79.191 19.863 88.034 18.479C88.034 18.479 71.935 25.208 62.434 34.603z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M65.4 98.4C65.4 98.4 87.401 120.801 96.601 124.401C96.601 124.401 105.801 135.601 101.801 161.601C101.801 161.601 98.601 169.201 95.401 148.401C95.401 148.401 98.601 123.201 87.401 139.201C87.401 139.201 79 129.301 85.4 129.601C85.4 129.601 88.601 131.601 89.001 130.001C89.401 128.401 81.4 114.801 64.2 100.4C47 86 65.4 98.4 65.4 98.4z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M7 137.201C7 137.201 6.8 135.401 8.6 136.201C10.4 137.001 104.601 143.201 136.201 167.201C136.201 167.201 91.001 144.001 7 137.201z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M17.4 132.801C17.4 132.801 17.2 131.001 19 131.801C20.8 132.601 157.401 131.601 181.001 164.001C181.001 164.001 159.001 138.801 17.4 132.801z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M29 128.801C29 128.801 28.8 127.001 30.6 127.801C32.4 128.601 205.801 115.601 229.401 148.001C229.401 148.001 219.801 122.401 29 128.801z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M39 124.001C39 124.001 38.8 122.201 40.6 123.001C42.4 123.801 164.601 85.2 188.201 117.601C188.201 117.601 174.801 93 39 124.001z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M-19 146.801C-19 146.801 -19.2 145.001 -17.4 145.801C-15.6 146.601 2.2 148.801 4.2 187.601C4.2 187.601 -3 145.601 -19 146.801z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M-27.8 148.401C-27.8 148.401 -28 146.601 -26.2 147.401C-24.4 148.201 -10.2 143.601 -13 182.401C-13 182.401 -11.8 147.201 -27.8 148.401z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M-35.8 148.801C-35.8 148.801 -36 147.001 -34.2 147.801C-32.4 148.601 -17 149.201 -29.4 171.601C-29.4 171.601 -19.8 147.601 -35.8 148.801z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M11.526 104.465C11.526 104.465 11.082 106.464 12.631 105.247C28.699 92.622 61.141 33.72 116.826 28.086C116.826 28.086 78.518 15.976 11.526 104.465z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M22.726 102.665C22.726 102.665 21.363 101.472 23.231 100.847C25.099 100.222 137.541 27.72 176.826 35.686C176.826 35.686 149.719 28.176 22.726 102.665z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M1.885 108.767C1.885 108.767 1.376 110.366 3.087 109.39C12.062 104.27 15.677 47.059 59.254 45.804C59.254 45.804 26.843 31.09 1.885 108.767z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M-18.038 119.793C-18.038 119.793 -19.115 121.079 -17.162 120.825C-6.916 119.493 14.489 78.222 58.928 83.301C58.928 83.301 26.962 68.955 -18.038 119.793z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M-6.8 113.667C-6.8 113.667 -7.611 115.136 -5.742 114.511C4.057 111.237 17.141 66.625 61.729 63.078C61.729 63.078 27.603 55.135 -6.8 113.667z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M-25.078 124.912C-25.078 124.912 -25.951 125.954 -24.369 125.748C-16.07 124.669 1.268 91.24 37.264 95.354C37.264 95.354 11.371 83.734 -25.078 124.912z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M-32.677 130.821C-32.677 130.821 -33.682 131.866 -32.091 131.748C-27.923 131.439 2.715 98.36 21.183 113.862C21.183 113.862 9.168 95.139 -32.677 130.821z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M36.855 98.898C36.855 98.898 35.654 97.543 37.586 97.158C39.518 96.774 160.221 39.061 198.184 51.927C198.184 51.927 172.243 41.053 36.855 98.898z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M3.4 163.201C3.4 163.201 3.2 161.401 5 162.201C6.8 163.001 22.2 163.601 9.8 186.001C9.8 186.001 19.4 162.001 3.4 163.201z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M13.8 161.601C13.8 161.601 13.6 159.801 15.4 160.601C17.2 161.401 35 163.601 37 202.401C37 202.401 29.8 160.401 13.8 161.601z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M20.6 160.001C20.6 160.001 20.4 158.201 22.2 159.001C24 159.801 48.6 163.201 72.2 195.601C72.2 195.601 36.6 158.801 20.6 160.001z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M28.225 157.972C28.225 157.972 27.788 156.214 29.678 156.768C31.568 157.322 52.002 155.423 90.099 189.599C90.099 189.599 43.924 154.656 28.225 157.972z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M38.625 153.572C38.625 153.572 38.188 151.814 40.078 152.368C41.968 152.922 76.802 157.423 128.499 192.399C128.499 192.399 54.324 150.256 38.625 153.572z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M-1.8 142.001C-1.8 142.001 -2 140.201 -0.2 141.001C1.6 141.801 55 144.401 85.4 171.201C85.4 171.201 50.499 146.426 -1.8 142.001z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M-11.8 146.001C-11.8 146.001 -12 144.201 -10.2 145.001C-8.4 145.801 16.2 149.201 39.8 181.601C39.8 181.601 4.2 144.801 -11.8 146.001z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M49.503 148.962C49.503 148.962 48.938 147.241 50.864 147.655C52.79 148.068 87.86 150.004 141.981 181.098C141.981 181.098 64.317 146.704 49.503 148.962z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M57.903 146.562C57.903 146.562 57.338 144.841 59.264 145.255C61.19 145.668 96.26 147.604 150.381 178.698C150.381 178.698 73.317 143.904 57.903 146.562z"/>
- </svg:g>
- <svg:g style="fill: #ffffff; stroke:#000000; stroke-width:0.1">
- <svg:path d="M67.503 141.562C67.503 141.562 66.938 139.841 68.864 140.255C70.79 140.668 113.86 145.004 203.582 179.298C203.582 179.298 82.917 138.904 67.503 141.562z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-43.8 148.401C-43.8 148.401 -38.6 148.001 -39.8 149.601C-41 151.201 -43.4 150.401 -43.4 150.401L-43.8 148.401z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-13 162.401C-13 162.401 -7.8 162.001 -9 163.601C-10.2 165.201 -12.6 164.401 -12.6 164.401L-13 162.401z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-21.8 162.001C-21.8 162.001 -16.6 161.601 -17.8 163.201C-19 164.801 -21.4 164.001 -21.4 164.001L-21.8 162.001z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-117.169 150.182C-117.169 150.182 -112.124 151.505 -113.782 152.624C-115.439 153.744 -117.446 152.202 -117.446 152.202L-117.169 150.182z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-115.169 140.582C-115.169 140.582 -110.124 141.905 -111.782 143.024C-113.439 144.144 -115.446 142.602 -115.446 142.602L-115.169 140.582z"/>
- </svg:g>
- <svg:g style="fill: #000000">
- <svg:path d="M-122.369 136.182C-122.369 136.182 -117.324 137.505 -118.982 138.624C-120.639 139.744 -122.646 138.202 -122.646 138.202L-122.369 136.182z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-42.6 211.201C-42.6 211.201 -44.2 211.201 -48.2 213.201C-50.2 213.201 -61.4 216.801 -67 226.801C-67 226.801 -54.6 217.201 -42.6 211.201z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M45.116 303.847C45.257 304.105 45.312 304.525 45.604 304.542C46.262 304.582 47.495 304.883 47.37 304.247C46.522 299.941 45.648 295.004 41.515 293.197C40.876 292.918 39.434 293.331 39.36 294.215C39.233 295.739 39.116 297.088 39.425 298.554C39.725 299.975 41.883 299.985 42.8 298.601C43.736 300.273 44.168 302.116 45.116 303.847z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M34.038 308.581C34.786 309.994 34.659 311.853 36.074 312.416C36.814 312.71 38.664 311.735 38.246 310.661C37.444 308.6 37.056 306.361 35.667 304.55C35.467 304.288 35.707 303.755 35.547 303.427C34.953 302.207 33.808 301.472 32.4 301.801C31.285 304.004 32.433 306.133 33.955 307.842C34.091 307.994 33.925 308.37 34.038 308.581z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-5.564 303.391C-5.672 303.014 -5.71 302.551 -5.545 302.23C-5.014 301.197 -4.221 300.075 -4.558 299.053C-4.906 297.997 -6.022 298.179 -6.672 298.748C-7.807 299.742 -7.856 301.568 -8.547 302.927C-8.743 303.313 -8.692 303.886 -9.133 304.277C-9.607 304.698 -10.047 306.222 -9.951 306.793C-9.898 307.106 -10.081 317.014 -9.859 316.751C-9.24 316.018 -6.19 306.284 -6.121 305.392C-6.064 304.661 -5.332 304.196 -5.564 303.391z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-31.202 296.599C-28.568 294.1 -25.778 291.139 -26.22 287.427C-26.336 286.451 -28.111 286.978 -28.298 287.824C-29.1 291.449 -31.139 294.11 -33.707 296.502C-35.903 298.549 -37.765 304.893 -38 305.401C-34.303 300.145 -32.046 297.399 -31.202 296.599z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-44.776 290.635C-44.253 290.265 -44.555 289.774 -44.338 289.442C-43.385 287.984 -42.084 286.738 -42.066 285C-42.063 284.723 -42.441 284.414 -42.776 284.638C-43.053 284.822 -43.395 284.952 -43.503 285.082C-45.533 287.531 -46.933 290.202 -48.376 293.014C-48.559 293.371 -49.703 297.862 -49.39 297.973C-49.151 298.058 -47.431 293.877 -47.221 293.763C-45.958 293.077 -45.946 291.462 -44.776 290.635z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-28.043 310.179C-27.599 309.31 -26.023 308.108 -26.136 307.219C-26.254 306.291 -25.786 304.848 -26.698 305.536C-27.955 306.484 -31.404 307.833 -31.674 313.641C-31.7 314.212 -28.726 311.519 -28.043 310.179z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-13.6 293.001C-13.2 292.333 -12.492 292.806 -12.033 292.543C-11.385 292.171 -10.774 291.613 -10.482 290.964C-9.512 288.815 -7.743 286.995 -7.6 284.601C-9.091 283.196 -9.77 285.236 -10.4 286.201C-11.723 284.554 -12.722 286.428 -14.022 286.947C-14.092 286.975 -14.305 286.628 -14.38 286.655C-15.557 287.095 -16.237 288.176 -17.235 288.957C-17.406 289.091 -17.811 288.911 -17.958 289.047C-18.61 289.65 -19.583 289.975 -19.863 290.657C-20.973 293.364 -24.113 295.459 -26 303.001C-25.619 303.91 -21.488 296.359 -21.001 295.661C-20.165 294.465 -20.047 297.322 -18.771 296.656C-18.72 296.629 -18.534 296.867 -18.4 297.001C-18.206 296.721 -17.988 296.492 -17.6 296.601C-17.6 296.201 -17.734 295.645 -17.533 295.486C-16.296 294.509 -16.38 293.441 -15.6 292.201C-15.142 292.99 -14.081 292.271 -13.6 293.001z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M46.2 347.401C46.2 347.401 53.6 327.001 49.2 315.801C49.2 315.801 60.6 337.401 56 348.601C56 348.601 55.6 338.201 51.6 333.201C51.6 333.201 47.6 346.001 46.2 347.401z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M31.4 344.801C31.4 344.801 36.8 336.001 28.8 317.601C28.8 317.601 28 338.001 21.2 349.001C21.2 349.001 35.4 328.801 31.4 344.801z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M21.4 342.801C21.4 342.801 21.2 322.801 21.6 319.801C21.6 319.801 17.8 336.401 7.6 346.001C7.6 346.001 22 334.001 21.4 342.801z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M11.8 310.801C11.8 310.801 17.8 324.401 7.8 342.801C7.8 342.801 14.2 330.601 9.4 323.601C9.4 323.601 12 320.201 11.8 310.801z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-7.4 342.401C-7.4 342.401 -8.4 326.801 -6.6 324.601C-6.6 324.601 -6.4 318.201 -6.8 317.201C-6.8 317.201 -2.8 311.001 -2.6 318.401C-2.6 318.401 -1.2 326.201 1.6 330.801C1.6 330.801 5.2 336.201 5 342.601C5 342.601 -5 312.401 -7.4 342.401z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-11 314.801C-11 314.801 -17.6 325.601 -19.4 344.601C-19.4 344.601 -20.8 338.401 -17 324.001C-17 324.001 -12.8 308.601 -11 314.801z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-32.8 334.601C-32.8 334.601 -27.8 329.201 -26.4 324.201C-26.4 324.201 -22.8 308.401 -29.2 317.001C-29.2 317.001 -29 325.001 -37.2 332.401C-37.2 332.401 -32.4 330.001 -32.8 334.601z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-38.6 329.601C-38.6 329.601 -35.2 312.201 -34.4 311.401C-34.4 311.401 -32.6 308.001 -35.4 311.201C-35.4 311.201 -44.2 330.401 -48.2 337.001C-48.2 337.001 -40.2 327.801 -38.6 329.601z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-44.4 313.001C-44.4 313.001 -32.8 290.601 -54.6 316.401C-54.6 316.401 -43.6 306.601 -44.4 313.001z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M-59.8 298.401C-59.8 298.401 -55 279.601 -52.4 279.801C-52.4 279.801 -44.2 270.801 -50.8 281.401C-50.8 281.401 -56.8 291.001 -56.2 300.801C-56.2 300.801 -56.8 291.201 -59.8 298.401z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M270.5 287C270.5 287 258.5 277 256 273.5C256 273.5 269.5 292 269.5 299C269.5 299 272 291.5 270.5 287z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M276 265C276 265 255 250 251.5 242.5C251.5 242.5 278 272 278 276.5C278 276.5 278.5 267.5 276 265z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M293 111C293 111 281 103 279.5 105C279.5 105 290 111.5 292.5 120C292.5 120 291 111 293 111z"/>
- </svg:g>
- <svg:g style="fill: #cccccc">
- <svg:path d="M301.5 191.5L284 179.5C284 179.5 303 196.5 303.5 200.5L301.5 191.5z"/>
- </svg:g>
- <svg:g style="stroke:#000000">
- <svg:path d="M-89.25 169L-67.25 173.75"/>
- </svg:g>
- <svg:g style="stroke:#000000">
- <svg:path d="M-39 331C-39 331 -39.5 327.5 -48.5 338"/>
- </svg:g>
- <svg:g style="stroke:#000000">
- <svg:path d="M-33.5 336C-33.5 336 -31.5 329.5 -38 334"/>
- </svg:g>
- <svg:g style="stroke:#000000">
- <svg:path d="M20.5 344.5C20.5 344.5 22 333.5 10.5 346.5"/>
- </svg:g>
-</svg:g>
-</svg:svg>
-
-</fo:instream-foreign-object>
-
- </fo:block>
-
- <fo:block text-align="center">
-Some examples of how to embed an SVG image inside your FO documents
- </fo:block>
-
- <fo:block break-before="page" space-after.optimum="10pt" font-weight="bold" font-size="12pt">
-Introduction
- </fo:block>
-
- <fo:block>
-This document shows some examples of how an SVG document can be embedded directly in
-an fo document and how FOP will render it.
- </fo:block>
-
- <fo:block>
-There are a couple of ways to specify the XML for embedding.
-There are a number of factors which specify exactly how the SVG image will be rendered, such as size, clipping etc.
- </fo:block>
-
- <fo:block>
-Note: if you want to know about SVG itself you should consult the appropriate SVG resource. The <fo:inline color="blue"><fo:basic-link external-destination="http://xml.apache.org/batik">Batik Project</fo:basic-link></fo:inline> is a good resource for information about SVG and samples etc.
- </fo:block>
-
- <fo:block space-before.optimum="5pt" space-after.optimum="5pt" font-weight="bold" font-size="12pt">
-XML Syntax
- </fo:block>
-
- <fo:block>
-Here we have some examples of how the XML can be specified in the fo document.
- <fo:block>
- <fo:table>
- <fo:table-column column-width="350pt"/>
- <fo:table-column column-width="150pt"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell number-columns-spanned="2">
- <fo:block space-before.optimum="5pt">
-This first example specifies the name space on the instream-foreign-object using the xmlns:svg attribute.
-Then all the svg elements start with the svg: namespace prefix. It can be specified on any element
-above where the svg:svg tag appears (eg. fo:root).
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-size="8pt" white-space-collapse="false" space-before.optimum="5pt">
-<![CDATA[
-<fo:instream-foreign-object xmlns:svg="http://www.w3.org/2000/svg">
-<svg:svg width="20" height="20">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
-</svg:svg>
-</fo:instream-foreign-object>
-]]>
-
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block space-before.optimum="15pt">
-<fo:instream-foreign-object xmlns:svg="http://www.w3.org/2000/svg">
-<svg:svg width="20" height="20">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
-</svg:svg>
-</fo:instream-foreign-object>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell number-columns-spanned="2">
- <fo:block space-before.optimum="5pt">
-This example specifies the name space on the svg:svg element using the xmlns:svg attribute.
-Then all the svg elements start with the svg: namespace prefix.
-It is able to determine the namespace for the current element.
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-size="8pt" white-space-collapse="false" space-before.optimum="5pt">
-<![CDATA[
-<fo:instream-foreign-object>
-<svg:svg xmlns:svg="http://www.w3.org/2000/svg" width="20" height="20">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
-</svg:svg>
-</fo:instream-foreign-object>
-]]>
-
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block space-before.optimum="15pt">
-<fo:instream-foreign-object>
-<svg:svg xmlns:svg="http://www.w3.org/2000/svg" width="20" height="20">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
-</svg:svg>
-</fo:instream-foreign-object>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell number-columns-spanned="2">
- <fo:block space-before.optimum="5pt">
-This example specifies the namespace for the current element, rather than for the svg: prefix.
-This means that all elements under this one are assumed to have the same namespace.
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-size="8pt" white-space-collapse="false" space-before.optimum="5pt">
-<![CDATA[
-<fo:instream-foreign-object>
-<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20">
- <g style="fill:red; stroke:#000000">
- <rect x="0" y="0" width="15" height="15"/>
- <rect x="5" y="5" width="15" height="15"/>
- </g>
-</svg>
-</fo:instream-foreign-object>
-]]>
-
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block space-before.optimum="15pt">
-<fo:instream-foreign-object>
-<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20">
- <g style="fill:red; stroke:#000000">
- <rect x="0" y="0" width="15" height="15"/>
- <rect x="5" y="5" width="15" height="15"/>
- </g>
-</svg>
-</fo:instream-foreign-object>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- </fo:table-body>
-
- </fo:table>
- </fo:block>
-
- </fo:block>
-
- <fo:block space-before.optimum="5pt" space-after.optimum="5pt" font-weight="bold" font-size="12pt">
-Sizing
- </fo:block>
-
- <fo:block>
- The size of the instream-foreign-object is obtained in a number of ways.
-
- <fo:block>
- <fo:table xmlns:svg="http://www.w3.org/2000/svg">
- <fo:table-column column-width="350pt"/>
- <fo:table-column column-width="150pt"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell number-columns-spanned="2">
- <fo:block space-before.optimum="5pt">
-Specify the size on the instream-foreign-object element. <fo:inline color="red">Note: currently not functional, bug.</fo:inline>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-size="8pt" white-space-collapse="false" space-before.optimum="5pt">
-<![CDATA[
-<fo:instream-foreign-object width="20pt" height="20pt">
-<svg:svg>
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
-</svg:svg>
-</fo:instream-foreign-object>
-]]>
-
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block space-before.optimum="15pt">
-<!--
-<fo:instream-foreign-object width="20pt" height="20pt">
-<svg:svg>
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
-</svg:svg>
-</fo:instream-foreign-object>
--->
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row keep-with-next="always">
- <fo:table-cell number-columns-spanned="2">
- <fo:block space-before.optimum="5pt">
-Specify the size on the svg document element.
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-size="8pt" white-space-collapse="false" space-before.optimum="5pt">
-<![CDATA[
-<fo:instream-foreign-object>
-<svg:svg width="20pt" height="20pt">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
-</svg:svg>
-</fo:instream-foreign-object>
-]]>
-
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block space-before.optimum="15pt">
-<fo:instream-foreign-object>
-<svg:svg width="20pt" height="20pt">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
-</svg:svg>
-</fo:instream-foreign-object>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row keep-with-next="always">
- <fo:table-cell number-columns-spanned="2">
- <fo:block space-before.optimum="5pt">
-Specify the size on the svg document element and for the content size on the instream-foreign-object.
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-size="8pt" white-space-collapse="false" space-before.optimum="5pt">
-<![CDATA[
-<fo:instream-foreign-object content-width="40pt" content-height="40pt">
-<svg:svg width="20pt" height="20pt">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
-</svg:svg>
-</fo:instream-foreign-object>
-]]>
-
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block space-before.optimum="15pt">
-<fo:instream-foreign-object content-width="40pt" content-height="40pt">
-<svg:svg width="20pt" height="20pt">
- <svg:g style="fill:red; stroke:#000000">
- <svg:rect x="0" y="0" width="15" height="15"/>
- <svg:rect x="5" y="5" width="15" height="15"/>
- </svg:g>
-</svg:svg>
-</fo:instream-foreign-object>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
-
-
- </fo:table-body>
-
- </fo:table>
- </fo:block>
-
- </fo:block>
-
- <fo:block space-before.optimum="5pt" space-after.optimum="5pt" font-weight="bold" font-size="12pt">
-Clipping
- </fo:block>
-
- <fo:block>
-
- </fo:block>
-
- <fo:block space-before.optimum="5pt" space-after.optimum="5pt" font-weight="bold" font-size="12pt">
-Interesting Functionality
- </fo:block>
-
- <fo:block>
-
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
-
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master
- margin-right="1.5cm"
- margin-left="1.5cm"
- margin-bottom="2cm"
- margin-top="1cm"
- page-width="21cm"
- page-height="29.7cm"
- master-name="first">
- <fo:region-before extent="1cm"/>
- <fo:region-body margin-top="1cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="first">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">External SVG examples</fo:block>
- </fo:static-content>
- <fo:static-content flow-name="xsl-region-after">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">Page <fo:page-number/></fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <fo:block text-align="center" font-weight="bold" font-size="14pt" space-before.optimum="3pt" space-after.optimum="15pt">
- External SVG
- </fo:block>
-
- <fo:block space-before.optimum="3pt" space-after.optimum="20pt">
-
-
- </fo:block>
-
- <fo:block text-align="center">
-Some examples of how to reference external SVG images in your FO documents
- </fo:block>
-
- <fo:block break-before="page" space-after.optimum="10pt" font-weight="bold" font-size="12pt">
-Introduction
- </fo:block>
-
- <fo:block>
-This document shows some examples of how an SVG document can be in an external svg file
-which is referenced using the fo:external-graphic.
- </fo:block>
-
- <fo:block>
- </fo:block>
-
- <fo:block space-after.optimum="10pt" font-weight="bold" font-size="12pt">
-Examples
- </fo:block>
-
- <fo:block>
-The following svg document is obtained from an external file using the fo:external-graphic.
- </fo:block>
-
- <fo:block>
-<fo:external-graphic src="file:boxes.svg"/>
- </fo:block>
-
- <fo:block>
-This svg document (<fo:external-graphic src="file:multi.svg"/>) is also obtained from
-an external file using the fo:external-graphic. It has another svg image inside and references
-part of another svg image.
- </fo:block>
-
- <fo:block>
-This inline svg document (
-<fo:instream-foreign-object>
-<svg xmlns="http://www.w3.org/2000/svg" width="60" height="40" xml:space="preserve">
- <g style="fill:none;stroke:yellow">
- <rect x="0" y="0" width="25" height="25"/>
- <image xlink:href="file:boxes.svg" x="10" y="10" width="20" height="20"/>
- </g>
- <g>
- <use xlink:href="file:ref.svg#FOP" transform="scale(1.5)" x="18" y="40"/>
- </g>
-</svg>
-</fo:instream-foreign-object>
-) has an external svg image inside and references part of another svg image.
- </fo:block>
-
- <fo:block>
-Apart from this external svg images should behave in the same way that other types of
-external graphics do.
- </fo:block>
-
- <fo:block space-before.optimum="10pt">
-The following example shows how you could scale an external svg file.
- </fo:block>
-
- <fo:block>
-<fo:instream-foreign-object>
-<svg xmlns="http://www.w3.org/2000/svg" width="20mm" height="20mm" xml:space="preserve">
- <svg viewBox="0 0 20 20" preserveAspectRatio="none">
- <image xlink:href="file:boxes.svg" x="0" y="0" width="20mm" height="20mm"/>
- </svg>
-</svg>
-</fo:instream-foreign-object>
-and
-<fo:instream-foreign-object>
-<svg xmlns="http://www.w3.org/2000/svg" width="20mm" height="20mm" xml:space="preserve">
- <g transform="scale(3.7)">
- <image xlink:href="file:boxes.svg" x="0" y="0" width="20mm" height="20mm"/>
- </g>
-</svg>
-</fo:instream-foreign-object>
-and
-<fo:instream-foreign-object>
-<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" width="20mm" height="20mm" xml:space="preserve">
- <image preserveAspectRatio="xMidYMid" xlink:href="file:boxes.svg" x="0" y="0" width="10mm" height="10mm"/>
-</svg>
-</fo:instream-foreign-object>
-
- </fo:block>
-
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
-"http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
-
-<svg width="60" height="40" xml:space="preserve">
- <g style="fill:none;stroke:yellow">
- <rect x="0" y="0" width="25" height="25"/>
- <image xlink:href="file:boxes.svg" x="10" y="10" width="20" height="20"/>
- </g>
- <g>
- <use xlink:href="file:ref.svg#FOP" transform="scale(1.5)" x="18" y="40"/>
- </g>
-</svg>
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
-"http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
-
-<svg width="20" height="20" xml:space="preserve">
- <g id="FOP">
- <text x="0" y="0" style="fill:black;font-weight:bold;font-size:14"><tspan style="fill:red">F</tspan><tspan style="fill:purple">O</tspan><tspan style="fill:blue">P</tspan></text>
- </g>
-</svg>
-
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master
- margin-right="1.5cm"
- margin-left="1.5cm"
- margin-bottom="2cm"
- margin-top="1cm"
- page-width="21cm"
- page-height="29.7cm"
- master-name="first">
- <fo:region-before extent="1cm"/>
- <fo:region-body margin-top="1cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="first">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">table examples</fo:block>
- </fo:static-content>
- <fo:static-content flow-name="xsl-region-after">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">Page <fo:page-number/></fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <fo:block space-before.optimum="3pt" space-after.optimum="15pt">
- Table 1: cell background
- </fo:block>
-
- <fo:table>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell background-color="green">
- <fo:block text-align="center">
- green cell
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="red">
- <fo:block text-align="center">
- red cell
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="blue">
- <fo:block text-align="center">
- blue cell
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="yellow">
- <fo:block text-align="center">
- yellow cell
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15pt" space-after.optimum="15pt">
- Table 1: row background
- </fo:block>
-
- <fo:table>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row background-color="green">
- <fo:table-cell>
- <fo:block text-align="center">
- row with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- green
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- background
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row background-color="red">
- <fo:table-cell>
- <fo:block text-align="center">
- row with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- red
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- background
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row background-color="blue">
- <fo:table-cell>
- <fo:block text-align="center">
- row with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- blue
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- background
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15pt" space-after.optimum="15pt">
- Table 1: column background
- </fo:block>
-
- <fo:table>
- <fo:table-column column-width="3cm" background-color="green"/>
- <fo:table-column column-width="3cm" background-color="red"/>
- <fo:table-column column-width="3cm" background-color="blue"/>
- <fo:table-column column-width="3cm" background-color="yellow"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table columns
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- different
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- backgrounds
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- extra
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- table row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="260pt" space-after.optimum="15pt">
- Table 1: column backgrounds over page
- </fo:block>
-
- <fo:table>
- <fo:table-column column-width="3cm" background-color="green"/>
- <fo:table-column column-width="3cm" background-color="red"/>
- <fo:table-column column-width="3cm" background-color="blue"/>
- <fo:table-column column-width="3cm" background-color="orange"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table columns
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- different
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- backgrounds
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- extra
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- table row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15pt" space-after.optimum="15pt">
- Table 1: body background
- </fo:block>
-
- <fo:table>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body background-color="green" border-left-width="0.5pt">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- green
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- background
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:table>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body background-color="red">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- red
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- background
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:table>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body background-color="blue">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- blue
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- background
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:table>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body background-color="yellow">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- yellow
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- background
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15pt" space-after.optimum="15pt">
- Table 1: table background
- </fo:block>
-
- <fo:table background-color="green">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- green
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- background
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:table background-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- red
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- background
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15pt" space-after.optimum="15pt">
- Table 1: combinations
- </fo:block>
-
- <fo:table background-color="green">
- <fo:table-column column-width="2.5cm"/>
- <fo:table-column column-width="2.5cm" background-color="green"/>
- <fo:table-column column-width="2.5cm" background-color="red"/>
- <fo:table-column column-width="2.5cm" background-color="blue"/>
- <fo:table-column column-width="2.5cm" background-color="yellow"/>
- <fo:table-column column-width="2.5cm"/>
-
- <fo:table-body background-color="aqua">
- <fo:table-row background-color="green">
- <fo:table-cell background-color="green">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="red">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="blue">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="yellow">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row background-color="red">
- <fo:table-cell>
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="red">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="blue">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="yellow">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="orange">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row background-color="blue">
- <fo:table-cell background-color="green">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="blue">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="yellow">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="orange">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row background-color="yellow">
- <fo:table-cell background-color="green">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="red">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="yellow">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="orange">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row background-color="orange">
- <fo:table-cell background-color="green">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="red">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="blue">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="yellow">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="orange">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell background-color="green">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="red">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="blue">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="yellow">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell background-color="orange">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
-
- <fo:table-body space-before.optimum="10pt" space-after.optimum="10pt">
- <fo:table-row background-color="blue">
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- blue
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master
- margin-right="1.5cm"
- margin-left="1.5cm"
- margin-bottom="2cm"
- margin-top="1cm"
- page-width="21cm"
- page-height="29.7cm"
- master-name="first">
- <fo:region-before extent="1cm"/>
- <fo:region-body margin-top="1cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="first">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">table examples</fo:block>
- </fo:static-content>
- <fo:static-content flow-name="xsl-region-after">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">Page <fo:page-number/></fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <fo:block space-before.optimum="3pt" space-after.optimum="15pt">
- Table 1: cell borders
- </fo:block>
-
- <fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- green left
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- red top
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- blue right
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- yellow bottom
- </fo:block>
- </fo:table-cell>
- <fo:table-cell
- border-left-color="green" border-left-width="0.5pt" border-left-style="solid"
- border-top-color="red" border-top-width="0.5pt" border-top-style="solid"
- border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"
- border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- all
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-color="green" border-left-width="2pt" border-style="solid">
- <fo:block text-align="center">
- 2pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="2pt" border-top-style="dashed">
- <fo:block text-align="center">
- 2pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="2pt" border-right-style="dotted">
- <fo:block text-align="center">
- 2pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="2pt" border-bottom-style="double">
- <fo:block text-align="center">
- 2pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell
- border-left-color="green" border-left-width="2pt" border-left-style="solid"
- border-top-color="red" border-top-width="2pt" border-top-style="dashed"
- border-right-color="blue" border-right-width="2pt" border-right-style="double"
- border-bottom-color="yellow" border-bottom-width="2pt" border-bottom-style="dotted">
- <fo:block text-align="center">
- 2pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-left-color="green" border-left-width="10pt" border-left-style="solid">
- <fo:block text-align="center">
- 10pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="10pt" border-top-style="solid">
- <fo:block text-align="center">
- 10pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="10pt" border-right-style="solid">
- <fo:block text-align="center">
- 10pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="10pt" border-bottom-style="solid">
- <fo:block text-align="center">
- 10pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell
- border-left-color="green" border-left-width="2pt" border-left-style="solid"
- border-top-color="red" border-top-width="4pt" border-top-style="solid"
- border-right-color="blue" border-right-width="8pt" border-right-style="solid"
- border-bottom-color="yellow" border-bottom-width="10pt" border-bottom-style="solid">
- <fo:block text-align="center">
- 2pt - 10pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-color="green" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- 0.5pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="red" border-width="1pt" border-style="solid">
- <fo:block text-align="center">
- 1pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="blue" border-width="2pt" border-style="solid">
- <fo:block text-align="center">
- 2pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="yellow" border-width="10pt" border-style="solid">
- <fo:block text-align="center">
- 10pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="yellow" border-width="20pt" border-style="solid">
- <fo:block text-align="center">
- 20pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15pt" space-after.optimum="15pt">
- Table 1: row borders
- </fo:block>
-
- <fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:table-cell>
- <fo:block text-align="center">
- row with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- green left
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:table-cell>
- <fo:block text-align="center">
- row with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- red top
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:table-cell>
- <fo:block text-align="center">
- row with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- blue right
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:table-cell>
- <fo:block text-align="center">
- row with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- yellow bottom
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-color="purple" border-width="0.5pt" border-style="solid">
- <fo:table-cell>
- <fo:block text-align="center">
- row with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- all
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15pt" space-after.optimum="15pt">
- Table 1: column borders
- </fo:block>
-
- <fo:table border-collapse="separate">
- <fo:table-column column-width="3cm" border-left-color="green" border-left-width="0.5pt" border-left-style="solid"/>
- <fo:table-column column-width="3cm" border-top-color="red" border-top-width="0.5pt" border-top-style="solid"/>
- <fo:table-column column-width="3cm" border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"/>
- <fo:table-column column-width="3cm" border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid"/>
- <fo:table-column column-width="3cm" border-color="orange" border-width="0.5pt" border-style="solid"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table columns
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- different
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- borders
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- extra
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- table row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15pt" space-after.optimum="15pt">
- Table 1: column borders over page
- </fo:block>
-
- <fo:table border-collapse="separate">
- <fo:table-column column-width="3cm" border-left-color="green" border-left-width="0.5pt" border-left-style="solid"/>
- <fo:table-column column-width="3cm" border-top-color="red" border-top-width="0.5pt" border-top-style="solid"/>
- <fo:table-column column-width="3cm" border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"/>
- <fo:table-column column-width="3cm" border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid"/>
- <fo:table-column column-width="3cm" border-color="orange" border-width="0.5pt" border-style="solid"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table columns
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- different
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- borders
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- extra
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- table row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15pt" space-after.optimum="15pt">
- Table 1: body borders
- </fo:block>
-
- <fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- left border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- top border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- right border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- bottom border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:table border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- body with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- all border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15pt" space-after.optimum="15pt">
- Table 1: table borders
- </fo:block>
-
- <fo:table border-left-color="green" border-left-width="0.5pt" border-left-style="solid"
- border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- left border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:table border-top-color="red" border-top-width="0.5pt" border-top-style="solid" border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- top border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:table border-right-color="blue" border-right-width="0.5pt" border-right-style="solid" border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- right border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:table border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid" border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- bottom border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:table border-color="orange" border-width="0.5pt" border-style="solid" border-collapse="separate">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- all border
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15pt" space-after.optimum="15pt">
- Table 1: combinations
- </fo:block>
-
- <fo:table border-left-color="green" border-left-width="0.5pt" border-left-style="solid" border-collapse="separate">
- <fo:table-column column-width="2.5cm"/>
- <fo:table-column column-width="2.5cm" border-left-color="green" border-left-width="0.5pt" border-left-style="solid"/>
- <fo:table-column column-width="2.5cm" border-top-color="red" border-top-width="0.5pt" border-top-style="solid"/>
- <fo:table-column column-width="2.5cm" border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"/>
- <fo:table-column column-width="2.5cm" border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid"/>
- <fo:table-column column-width="2.5cm" border-color="orange" border-width="0.5pt" border-style="solid"/>
-
- <fo:table-body border-color="aqua" border-width="0.5pt" border-style="solid">
- <fo:table-row border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-left-color="green" border-left-width="0.5pt" border-left-style="solid">
- <fo:block text-align="center">
- a
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-top-color="red" border-top-width="0.5pt" border-top-style="solid">
- <fo:block text-align="center">
- b
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-right-color="blue" border-right-width="0.5pt" border-right-style="solid">
- <fo:block text-align="center">
- c
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-bottom-color="yellow" border-bottom-width="0.5pt" border-bottom-style="solid">
- <fo:block text-align="center">
- d
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-color="orange" border-width="0.5pt" border-style="solid">
- <fo:block text-align="center">
- e
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- text for an extra line in the table row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master
- margin-right="1.5cm"
- margin-left="1.5cm"
- margin-bottom="2cm"
- margin-top="1cm"
- page-width="21cm"
- page-height="17cm"
- master-name="first">
- <fo:region-before extent="1cm"/>
- <fo:region-body margin-top="1cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="first">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">table examples</fo:block>
- </fo:static-content>
- <fo:static-content flow-name="xsl-region-after">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">Page <fo:page-number/></fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <fo:block space-before.optimum="3pt" space-after.optimum="15pt">
- Tests for breaks on table rows.
- </fo:block>
-
- <fo:block space-before.optimum="80pt" space-after.optimum="15pt">
- Table 1: basic break after with next
- </fo:block>
-
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt" break-after="page">
- <fo:table-cell>
- <fo:block text-align="center">
- first row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- new page
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- for next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- second row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="80pt" space-after.optimum="15pt">
- Table 2: basic break before with next
- </fo:block>
-
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- first row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- new page
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- for next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" break-before="page">
- <fo:table-cell>
- <fo:block text-align="center">
- second row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- break before
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="80pt" space-after.optimum="15pt">
- Table 3: basic break before a keep with next
- </fo:block>
-
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- first row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- new page
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- for next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" break-before="page">
- <fo:table-cell>
- <fo:block text-align="center">
- second row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- break before
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="80pt" space-after.optimum="15pt">
- Table 4: basic break after a keep with previous
- </fo:block>
-
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt" break-after="page">
- <fo:table-cell>
- <fo:block text-align="center">
- first row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- new page
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- for next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-previous="always">
- <fo:table-cell>
- <fo:block text-align="center">
- second row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- break before
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="80pt" space-after.optimum="15pt">
- Table 5: basic break after a keep with previous
- </fo:block>
-
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- with text
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- with text
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- with text
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-next="always" break-after="page">
- <fo:table-cell>
- <fo:block text-align="center">
- break after
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- and
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- keep
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master
- margin-right="1.5cm"
- margin-left="1.5cm"
- margin-bottom="2cm"
- margin-top="1cm"
- page-width="21cm"
- page-height="29.7cm"
- master-name="first">
- <fo:region-before extent="7cm"/>
- <fo:region-body margin-top="7cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="first">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">table examples</fo:block>
- </fo:static-content>
- <fo:static-content flow-name="xsl-region-after">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">Page <fo:page-number/></fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <fo:block space-before.optimum="15cm">
- Table 1: with header
- </fo:block>
-
- <fo:table>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-header>
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-header>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15cm">
- Table 2: with footer
- </fo:block>
-
- <fo:table>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-footer>
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-footer>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15cm">
- Table 3: with header and footer and keeps
- </fo:block>
-
- <fo:table>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-header>
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-header>
-
- <fo:table-footer>
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-footer>
-
- <fo:table-body>
- <fo:table-row keep-with-next="always">
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- Row 1:
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- keep
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- together
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- row 2:
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- always
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- Row 2:
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- is always
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- kept
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- together
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- row 1
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
- line-height="16cm">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
- line-height="16cm">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
- line-height="16cm">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
- line-height="16cm">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
- line-height="16cm">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle"
- line-height="16cm">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="2cm">
- Table 4: cells spanning columns
- </fo:block>
-
- <fo:table>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- number-columns-spanned="1" background-color="#FF6AC0">
- <fo:block> 1 to 1</fo:block>
- </fo:table-cell>
- <fo:table-cell
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- number-columns-spanned="5" background-color="#9BF2E9">
- <fo:block> 2 to 6</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- number-columns-spanned="2" background-color="#FF6AC0">
- <fo:block> 1 to 2</fo:block>
- </fo:table-cell>
- <fo:table-cell
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- number-columns-spanned="4" background-color="#9BF2E9">
- <fo:block> 3 to 6</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
-
- <fo:block space-before.optimum="2cm">
- Table 5: cells spanning rows
- </fo:block>
-
- <fo:table>
- <fo:table-column column-width="48pt"/>
- <fo:table-column column-width="48pt"/>
- <fo:table-column column-width="48pt"/>
- <fo:table-column column-width="48pt"/>
- <fo:table-column column-width="48pt"/>
- <fo:table-column column-width="48pt"/>
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell><fo:block>1</fo:block></fo:table-cell>
- <fo:table-cell number-rows-spanned="1"
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- background-color="#FF6AC0">
- <fo:block> 1 - 1</fo:block>
- </fo:table-cell>
- <fo:table-cell number-rows-spanned="2"
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- background-color="#FF6AC0">
- <fo:block> 1 - 2</fo:block>
- </fo:table-cell>
- <fo:table-cell number-rows-spanned="3"
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- background-color="#FF6AC0"><fo:block> 1 - 3</fo:block>
- </fo:table-cell>
-
- <fo:table-cell number-rows-spanned="4"
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- background-color="#FF6AC0"><fo:block> 1 - 4</fo:block>
- </fo:table-cell>
-
- <fo:table-cell number-rows-spanned="5"
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- background-color="#FF6AC0"><fo:block> 1 - 5</fo:block>
- </fo:table-cell>
- </fo:table-row>
-
-
- <fo:table-row>
- <fo:table-cell><fo:block>2</fo:block></fo:table-cell>
- <fo:table-cell number-rows-spanned="5"
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- background-color="#9BF2E9"><fo:block> 2 - 6</fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell><fo:block>3</fo:block></fo:table-cell>
- <fo:table-cell number-rows-spanned="4"
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- background-color="#9BF2E9"><fo:block> 3 - 6</fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell><fo:block>4</fo:block></fo:table-cell>
- <fo:table-cell number-rows-spanned="3"
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- background-color="#9BF2E9"><fo:block> 4 - 6</fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell><fo:block>5</fo:block></fo:table-cell>
- <fo:table-cell number-rows-spanned="2"
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- background-color="#9BF2E9"><fo:block> 5 - 6</fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- <fo:table-row>
- <fo:table-cell><fo:block>6</fo:block></fo:table-cell>
- <fo:table-cell number-rows-spanned="1"
- border-width="0.5pt"
- border-style="solid"
- border-color="black"
- text-align="center" vertical-align="middle"
- background-color="#9BF2E9"><fo:block> 6 - 6</fo:block>
- </fo:table-cell>
- </fo:table-row>
-
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="2cm">
- Table 6: table with header and multiple body's
- </fo:block>
-
- <fo:table>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-header>
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-header>
-
- <fo:table-body space-after.optimum="10pt">
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="2cm">
- Table 6: table with footer and multiple body's
- </fo:block>
-
- <fo:table>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-footer>
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-footer>
-
- <fo:table-body space-after.optimum="10pt">
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master
- margin-right="1.5cm"
- margin-left="1.5cm"
- margin-bottom="2cm"
- margin-top="1cm"
- page-width="21cm"
- page-height="17cm"
- master-name="first">
- <fo:region-before extent="1cm"/>
- <fo:region-body margin-top="1cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="first">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">table examples</fo:block>
- </fo:static-content>
- <fo:static-content flow-name="xsl-region-after">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">Page <fo:page-number/></fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <fo:block space-before.optimum="3pt" space-after.optimum="15pt">
- Tests for keeps on table rows and the occurance of page breaks.
- </fo:block>
-
- <fo:block space-before.optimum="280pt" space-after.optimum="15pt">
- Table 1: basic keep with next
- </fo:block>
-
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- first row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- second row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="280pt" space-after.optimum="15pt">
- Table 1: basic keep with previous
- </fo:block>
-
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- first row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-previous="always">
- <fo:table-cell>
- <fo:block text-align="center">
- second row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- previous
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="270pt" space-after.optimum="15pt">
- Table 1: basic keep with next and keep with previous
- </fo:block>
-
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- first row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- second row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-previous="always">
- <fo:table-cell>
- <fo:block text-align="center">
- third row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- previous
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="200pt" space-after.optimum="15pt">
- Table 1: basic multiple keep with next after normal row
- </fo:block>
-
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="160pt" space-after.optimum="15pt">
- Table 1: basic multiple keep (next and previous) after normal row
- </fo:block>
-
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="6cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-next="always" keep-with-previous="always">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- next and previous
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="160pt" space-after.optimum="15pt">
- Table 1: basic multiple keep with next after normal row with normal row in middle
- </fo:block>
-
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="6cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt" keep-with-next="always">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- keep with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- next
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- normal
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master
- margin-right="1.5cm"
- margin-left="1.5cm"
- margin-bottom="2cm"
- margin-top="1cm"
- page-width="21cm"
- page-height="29.7cm"
- master-name="first">
- <fo:region-before extent="7cm"/>
- <fo:region-body margin-top="7cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="first">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">table examples</fo:block>
- </fo:static-content>
- <fo:static-content flow-name="xsl-region-after">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">Page <fo:page-number/></fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <fo:block space-before.optimum="15cm">
- Table 1: with header
- </fo:block>
-
- <fo:table table-omit-header-at-break="true">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-header>
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-header>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15cm">
- Table 2: with footer
- </fo:block>
-
- <fo:table table-omit-footer-at-break="true">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-footer>
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-footer>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="15cm">
- Table 3: with header and footer and keeps
- </fo:block>
-
- <fo:table table-omit-header-at-break="true" table-omit-footer-at-break="true">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-header>
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-header>
-
- <fo:table-footer>
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-footer>
-
- <fo:table-body>
- <fo:table-row keep-with-next="always">
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- Row 1:
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- keep
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- together
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- row 2:
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- always
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- Row 2:
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- is always
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- kept
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- together
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- with
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- row 1
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
- line-height="16cm">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
- line-height="16cm">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
- line-height="16cm">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
- line-height="16cm">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
- line-height="16cm">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle"
- line-height="16cm">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block break-before="page" space-before.optimum="490pt">
- Table 6: table with multiple body's
- </fo:block>
-
- <fo:table table-omit-header-at-break="true">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-header>
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-header>
-
- <fo:table-body space-after.optimum="10pt">
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="460pt">
- Table 6: table with multiple body's
- </fo:block>
-
- <fo:table table-omit-footer-at-break="true">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-footer>
- <fo:table-row>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block font-weight="bold" text-align="center" vertical-align="middle"
- border-width="1pt" border-color="black" background-color="#F7F24D">
- Col.6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-footer>
-
- <fo:table-body space-after.optimum="10pt">
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 1
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 2
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 3
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 4
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
- 5
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center" vertical-align="middle">
- 6
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master
- margin-right="1.5cm"
- margin-left="1.5cm"
- margin-bottom="2cm"
- margin-top="1cm"
- page-width="21cm"
- page-height="29.7cm"
- master-name="first">
- <fo:region-before extent="1cm"/>
- <fo:region-body margin-top="1cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="first">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">table examples</fo:block>
- </fo:static-content>
- <fo:static-content flow-name="xsl-region-after">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">Page <fo:page-number/></fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <fo:block space-before.optimum="3pt" space-after.optimum="15pt">
- Table 1: spaces around cells
- </fo:block>
-
- <fo:table border-style="solid" border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell border-style="solid" border-width="0.5pt">
- <fo:block text-align="center">
- first
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-style="solid" border-width="0.5pt">
- <fo:block text-align="center">
- table
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-style="solid" border-width="0.5pt">
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-style="solid" border-width="0.5pt">
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- <fo:table-cell padding-left="5pt" border-style="solid" border-width="0.5pt">
- <fo:block text-align="center">
- left 5pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-style="solid" border-width="0.5pt">
- <fo:block text-align="center">
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell space-before.optimum="5pt" border-style="solid" border-width="0.5pt">
- <fo:block text-align="center">
- before 5pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell padding-right="5pt" border-style="solid" border-width="0.5pt">
- <fo:block text-align="center">
- right 5pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell space-after.optimum="5pt" border-style="solid" border-width="0.5pt">
- <fo:block text-align="center">
- after 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell border-style="solid" border-width="0.5pt">
- <fo:block text-align="center">
- last
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-style="solid" border-width="0.5pt">
- <fo:block text-align="center">
- table
- </fo:block>
- </fo:table-cell>
- <fo:table-cell border-style="solid" border-width="0.5pt">
- <fo:block text-align="center">
- row
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="3pt" space-after.optimum="15pt">
- Table 2: spaces around rows
- </fo:block>
-
- <fo:table border-style="solid" border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row border-style="solid" border-width="0.5pt" padding-left="5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- padding
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- left
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-style="solid" border-width="0.5pt" space-before.optimum="5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- space
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- before
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-style="solid" border-width="0.5pt" space-after.optimum="5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- space
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- after
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-style="solid" border-width="0.5pt" padding-right="5pt">
- <fo:table-cell>
- <fo:block text-align="center">
- padding
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- right
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="3pt" space-after.optimum="15pt">
- Table 3: spaces around body
- </fo:block>
-
- <fo:table border-style="solid" border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body border-style="solid" border-width="0.5pt" padding-left="5pt">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- padding
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- left
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
-
- <fo:table-body border-style="solid" border-width="0.5pt" space-before.optimum="5pt">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- space
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- before
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
-
- <fo:table-body border-style="solid" border-width="0.5pt" space-after.optimum="5pt">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- space
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- after
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
-
- <fo:table-body border-style="solid" border-width="0.5pt" padding-right="5pt">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- padding
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- right
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
-
- <fo:block space-before.optimum="3pt" space-after.optimum="15pt">
- Table 4: spaces around table
- </fo:block>
-
- <fo:block border-style="solid" border-width="0.5pt">
- <fo:table space-before.optimum="5pt" border-style="solid" border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- space before
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block border-style="solid" border-width="0.5pt">
- <fo:table padding-left="5pt" border-style="solid" border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- padding left
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block border-style="solid" border-width="0.5pt">
- <fo:table padding-right="5pt" border-style="solid" border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- padding right
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block border-style="solid" border-width="0.5pt">
- <fo:table space-after.optimum="5pt" border-style="solid" border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- table
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- space after
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block space-before.optimum="3pt" space-after.optimum="15pt">
- Table 5: combinations
- </fo:block>
-
- <fo:block border-style="solid" border-width="0.5pt">
- <fo:table space-after.optimum="20pt" border-style="solid" border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body space-after.optimum="15pt" border-style="solid" border-width="0.5pt" border-color="green">
- <fo:table-row space-after.optimum="10pt" border-style="solid" border-width="0.5pt" border-color="blue">
- <fo:table-cell space-after.optimum="5pt" border-style="solid" border-width="0.5pt" border-color="yellow">
- <fo:block text-align="center">
- after 5pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- and row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- after 10pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- and
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- body
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- after 15pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- and
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- table
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- after 20pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block border-style="solid" border-width="0.5pt">
- <fo:table space-after.optimum="5pt" border-style="solid" border-width="0.5pt" border-color="red">
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
- <fo:table-column column-width="3cm"/>
-
- <fo:table-body space-after.optimum="10pt" border-style="solid" border-width="0.5pt" border-color="green">
- <fo:table-row space-after.optimum="15pt" border-style="solid" border-width="0.5pt" border-color="blue">
- <fo:table-cell space-after.optimum="20pt" border-style="solid" border-width="0.5pt" border-color="yellow">
- <fo:block text-align="center">
- after 20pt
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- and row
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- after 15pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- and
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- body
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- after 10pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
-
- <fo:table-body>
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="center">
- and
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- table
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">
- after 5pt
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master
- margin-right="1.5cm"
- margin-left="1.5cm"
- margin-bottom="2cm"
- margin-top="1cm"
- page-width="21cm"
- page-height="17cm"
- master-name="first">
- <fo:region-before extent="1cm"/>
- <fo:region-body column-count="3" margin-top="1cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="first">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">table examples</fo:block>
- </fo:static-content>
- <fo:static-content flow-name="xsl-region-after">
- <fo:block line-height="14pt" font-size="10pt"
- text-align="end">Page <fo:page-number/></fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <fo:block space-before.optimum="3pt" space-after.optimum="15pt">
- Tests for widows and orphans on a table.
- </fo:block>
-
- <fo:block space-before.optimum="240pt" space-after.optimum="15pt">
- Table 1: normal table with widows of 1
- </fo:block>
-
- <fo:block widows="1">
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block space-before.optimum="225pt" space-after.optimum="15pt">
- Table 2: normal table with widows of 3
- </fo:block>
-
- <fo:block widows="3">
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block break-before="page" space-before.optimum="240pt" space-after.optimum="15pt">
- Table 3: normal table with orphans of 1
- </fo:block>
-
- <fo:block orphans="1">
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block space-before.optimum="225pt" space-after.optimum="15pt">
- Table 4: normal table with orphans of 3
- </fo:block>
-
- <fo:block orphans="3">
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block break-before="page" space-before.optimum="240pt" space-after.optimum="15pt">
- Table 3: normal table with widows 4 orphans of 3
- </fo:block>
-
- <fo:block widows="4" orphans="3">
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- <fo:block space-before.optimum="180pt" space-after.optimum="15pt">
- Table 4: normal table with orphans of 4 (and default widows 2)
- </fo:block>
-
- <fo:block orphans="4">
- <fo:table border-width="0.5pt" border-color="red">
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
- <fo:table-column column-width="2cm"/>
-
- <fo:table-body>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- <fo:table-row border-width="0.5pt">
- <fo:table-cell>
- <fo:block text-align="center">A</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">B</fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="center">C</fo:block>
- </fo:table-cell>
- </fo:table-row>
- </fo:table-body>
- </fo:table>
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>FOP Mechanics</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/architecture-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="Architecture" border="0" height="12" hspace="0" src="graphics/architecture-label-1.jpg" vspace="0" width="120"><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
-
-<TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Introduction</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
-
-<P>
-The overall process is controlled by <B>org.apache.fop.apps.Driver</B>. In
-this class, a typical sequence is:</P>
-
-<DIV align="right"><TABLE border="0" cellpadding="0" cellspacing="4" width="464"><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#ffffff" width="462"><FONT size="-1"><PRE>Driver driver = new Driver();<BR>
-driver.setRenderer("org.apache.fop.render.pdf.PDFRenderer", version);<BR>
-driver.addElementMapping("org.apache.fop.fo.StandardElementMapping");<BR>
-driver.addElementMapping("org.apache.fop.svg.SVGElementMapping");<BR>
-driver.addPropertyList("org.apache.fop.fo.StandardPropertyListMapping");<BR>
-driver.addPropertyList("org.apache.fop.svg.SVGPropertyListMapping");<BR>
-driver.setOutputStream(new FileOutputStream(args[1]));<BR>
-driver.buildFOTree(parser, fileInputSource(args[0]));<BR>
-driver.format();<BR>
-driver.render();</PRE></FONT></TD><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></DIV>
-</FONT></TD></TR></TABLE><BR>
-
-<TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Formatting Object Tree</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
-<P>The class <B>org.apache.fop.fo.FOTreeBuilder</B> is responsible for actually
-constructing the FO tree. The key SAX events used are </P>
-<P><CODE><FONT face="courier, monospaced">startElement()</FONT></CODE>,</P>
-<P><CODE><FONT face="courier, monospaced">endElement()</FONT></CODE> and <CODE><FONT face="courier, monospaced">characters()</FONT></CODE>.</P>
-
-<P>All formatting objects derive from abstract class
-<B>org.apache.fop.fo.FONode</B>. The other FO classes inherit from
-<B>FONode</B> as follows:</P>
-
-<P><CODE><FONT face="courier, monospaced"> FONode</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> |</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> __________|________</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> | |</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> FObj FOText</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> |</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> |___________________</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> | |</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> FObjMixed SequenceSpecifier
-</FONT></CODE></P>
-
-<P>FO's extending FObj:</P>
-
-<P>Package org.apache.fop.fo.pagination:</P>
-
-
-<P><CODE><FONT face="courier, monospaced"> LayoutMasterSet</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> PageSequence</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> RegionAfter</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> RegionBefore</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> RegionBody</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> Root</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> SequenceSpecification</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> SimplePageMaster</FONT></CODE></P>
-
-
- <P>Package org.apache.fop.fo.flow:</P>
-
-
-<P><CODE><FONT face="courier, monospaced">BlockContainer</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">DisplayGraphic</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">DisplayRule</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">DisplaySequence</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">Flow</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">InlineGraphic</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">ListBlock</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">ListItem</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">ListItemBody</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">ListItemLabel</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">PageNumber</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">StaticContent</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">Table</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">TableBody</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">TableCell</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">TableColumn</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">TableRow</FONT></CODE></P>
-
-<P>FO's extending SequenceSpecifier:</P>
-
- <P>Package org.apache.fop.fo.pagination:</P>
-
-
-<P><CODE><FONT face="courier, monospaced">SequenceSpecifierAlternating</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">SequenceSpecifierRepeating</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">SequenceSpecifierSingle</FONT></CODE></P>
-
-<P>FO's extending FObjMixed:</P>
-
- <P>Package org.apache.fop.fo.flow:</P>
-
-
-<P><CODE><FONT face="courier, monospaced">Block</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">Inline</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">BasicLink</FONT></CODE></P>
-
-</FONT></TD></TR></TABLE><BR>
-
-<TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>FONode</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
-<P>
-The class inheritance described above only describes the nature of the
-content. Every FO in FOP also has a parent, and a Vector of children. The
-parent attribute (in the Java sense), in particular, is used to enforce
-constraints required by the FO hierarchy.
-</P>
-
-<P>
-FONode, among other things, ensures that FO's have a parent, that they
-have children, that they maintain a marker of where the layout was up to
-(for FObj's it is the child number, and for FOText's it is the character
-number), and that they have a <CODE><FONT face="courier, monospaced">layout()</FONT></CODE> method.
-</P>
-</FONT></TD></TR></TABLE><BR>
-
-<TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Making FO's</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
-
-<P>
-Every FO class has code that looks something like this:
-</P>
-
-<P><CODE><FONT face="courier, monospaced">public static class Maker extends FObj.Maker {</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> public FObj make(FObj parent, PropertyList propertyList)</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> throws FOPException</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> {</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> return new SimplePageMaster(parent, propertyList);</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> }</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced">}</FONT></CODE></P>
-
-
-<P>
-The class also has a static method that resembles
-</P>
-
-<P><CODE><FONT face="courier, monospaced">public static FObj.Maker maker()</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> {</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> return new PageSequence.Maker();</FONT></CODE></P>
-<P><CODE><FONT face="courier, monospaced"> }</FONT></CODE></P>
-
-<P>
-A hash 'fobjTable' exists in <B>FOTreeBuilder</B>, and maps the FO names (such as
-'fo:table') to object references to the appropriate factories
-(such as <B>Table.Maker</B>).
-</P>
-
-<P>
-Properties (recall that FO's have properties, areas have traits, and XML
-nodes have attributes) are also a concern of <B>FOTreeBuilder</B>. It
-accomplishes this by using a <B>PropertyListBuilder</B>. There is a
-separate <B>PropertyListBuilder</B> for each namespace encountered
-while building the FO tree. Each Builder object contains a hash of
-property names and <I>their</I> respective makers. It may also
-contain element-specific property maker hashes; these are based on the
-<B>local name</B> of the flow object, ie. <B>table-row</B>, not
-<B>fo:table-row</B>. If an element-specific property mapping exists,
-it is preferred to the generic mapping.</P>
-<P>The base class for all
-properties is <B>Property</B>, and all the property makers extend
-<B>Property.Maker</B>. A more complete discussion of the property
-architecture may be found in <A href="properties.html">Properties</A>.
-</P>
-</FONT></TD></TR></TABLE><BR>
-<TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>FO Formatting</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
-
-<P>
-<B>FOTreeBuilder</B> calls <CODE><FONT face="courier, monospaced">format()</FONT></CODE> on the root FO, passing
-it the <B>AreaTree</B>
-reference. In turn, <B>Root</B> calls <CODE><FONT face="courier, monospaced">format()</FONT></CODE> on each
-<B>PageSequence</B>, passing <I>it</I>
-the <B>AreaTree</B> reference.
-</P>
-
-<P>
-The <B>PageSequence</B> <CODE><FONT face="courier, monospaced">format()</FONT></CODE> method does the following things:
-</P>
-
-<OL>
-<LI>Makes a <B>Page</B>, using <B>PageMasterFactory</B> to produce a
-<B>PageMaster</B>, and
-using <CODE><FONT face="courier, monospaced">makePage()</FONT></CODE> in the latter class. In the simplest picture,
-a <B>Page</B> has
-5 areas represented by <B>AreaContainers</B>;</LI>
-
-<LI>Handles layout for <B>StaticContent</B> objects in the 'before' and 'after'
-regions, if set. This uses the <CODE><FONT face="courier, monospaced">layout()</FONT></CODE> method in
-<B>StaticContent</B>;</LI>
-
-<LI>If a page break is not forced, it will continue to layout the flow into
-the body area (<B>AreaContainer</B>) of the current page;</LI>
-
-<LI>It continues with (1) when layout into the current page is done, but
-the flow is not empty.</LI>
-</OL>
-</FONT></TD></TR></TABLE><BR>
-
-<TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Area Layout</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
-
-<P>
-FO's that represent actual areas, starting with <B>Flow</B> and
-<B>StaticContent</B>, have
-a <CODE><FONT face="courier, monospaced">layout()</FONT></CODE> method, with the following signature:
-</P>
-
-<P>
-<CODE><FONT face="courier, monospaced">
- public Status layout(Area area)
-</FONT></CODE>
-</P>
-
-<P>
-The fundamental role of the <CODE><FONT face="courier, monospaced">layout()</FONT></CODE> method is to manage the layout of
-children and/or to generate new areas.
-</P>
-
-<P>
-<B>Example</B>: the <CODE><FONT face="courier, monospaced">layout()</FONT></CODE> method for <B>Flow</B> generates no new areas - it manages the
-layout of the flow children.
-</P>
-
-<P>
-<B>Example</B>: the <CODE><FONT face="courier, monospaced">layout()</FONT></CODE> method for <B>Block</B>
-generates a new <B>BlockArea</B> in and of
-itself, and also manages the layout of the block children, which are added
-to the <B>BlockArea</B> before that is itself added to its parent
-<B>Area</B>.
-</P>
-
-<P>
-<CODE><FONT face="courier, monospaced">Layout()</FONT></CODE> methods are subject to the general constraint that possibly not
-all of their children can be accommodated, and they report back accordingly
-with an appropriate <B>Status</B>.
-</P>
-</FONT></TD></TR></TABLE><BR>
-
-<TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Rendering</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
-
-<P>
-This is a separate process. The <CODE><FONT face="courier, monospaced">render()</FONT></CODE> method in
-<B>Driver</B> is invoked (say,
-by <B>CommandLine</B>) with the laid-out <B>AreaTree</B> and a
-<B>PrintWriter</B> as arguments.
-This actually calls the <CODE><FONT face="courier, monospaced">render()</FONT></CODE> method in a specific implementation of
-the <B>Renderer</B> interface, typically <B>PDFRenderer</B> or
-<B>AWTRenderer</B>.
-</P>
-
-<P>
-At the highest level <B>PDFRenderer</B>, for example, begins by rendering each
-<B>Page</B>. The <CODE><FONT face="courier, monospaced">render()</FONT></CODE> method in <B>Page</B> (as is the case for other areas),
-invokes a particular method in the renderer of choice, e.g.
-<CODE><FONT face="courier, monospaced">renderPage()</FONT></CODE>.
-<B>NOTE</B>: this system is bypassed for <B>Page</B>, incidentally.
-</P>
-
-</FONT></TD></TR></TABLE><BR>
-
-
-
-<TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Renderers</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>PrintRenderer</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <P>The PrintRenderer is an abstract base class for print type renderers. Currently the PCL, PDF, and TXT renderers extend from this. This allows as much common functionality to be contained in one place as possible (at least as much as I could consolidate fairly quickly). Unfortunately I have not yet been able to make the renderPage and renderWordArea methods common. This is unfortunate because these methods seem to experience the most activity. Maybe soneone else will have a clever solution to this (without breaking them into a bunch of little bits).</P>
- <P>It is my hope that this base class will be useful for other renderers as well.</P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>PCLRenderer</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <P>The PCLRenderer is a FOP renderer that should produce output as close to identical as possible to the printed output of the PDFRenderer within the limitations of the renderer, and output device.</P>
-
- <P>The output created by the PCLRenderer is generic PCL 5 as documented in the "HP PCL 5 Printer Language Technical Reference Manual" (copyright 1990). This should allow any device fully supporting PCL 5 to be able to print the output generated by the PCLRenderer.</P>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="474"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="474"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="472"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="472"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="472"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="-1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Limitations</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="472"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="472"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="464"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <UL>
- <LI>Text or graphics outside the left or top of the printable area are not rendered properly. In general things that should print to the left of the printable area are shifted to the right so that they start at the left edge of the printable area and an error message is generated.</LI>
- <LI>The Helvetica and Times fonts are not well supported among PCL printers so Helvetica is mapped to Arial and Times is mapped to Times New. This is done in the PCLRenderer, no changes are required in the FO's. The metrics and appearance for Helvetica/Arial and Times/Times New are nearly identical, so this has not been a problem so far.</LI>
- <LI>Only the original fonts built into FOP are supported.</LI>
- <LI>For the non-symbol fonts, the ISO 8859/1 symbol set is used (PCL set "0N").</LI>
- <LI>Multibyte characters are not supported.</LI>
- <LI>SVG support is limited. Currently only lines, rectangles (may be rounded), circles, ellipses, text, simple paths, and images are supported. Colors are supported (dithered black and white) but not gradients.</LI>
- <LI>Images print black and white only (not dithered). When the renderer prints a color image it uses a threshold value, colors above the threshold are printed as white and below are black. If you need to print a non-monochrome image you should dither it first.</LI>
- <LI>Image scaling is accomplished by modifying the effective resolution of the image data. The available resolutions are 75, 100, 150, 300, and 600 DPI.</LI>
- <LI>Color printing is not supported. Colors are rendered by mapping the color intensity to one of the PCL fill shades (from white to black in 9 steps).</LI>
- <LI>SVG clipping is not supported.</LI>
- </UL>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="474"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="474"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="472"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="472"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="472"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="-1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Additional Features</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="472"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="472"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="464"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <P>There are some special features that are controlled by some public variables on the PCLRenderer class.</P>
-
-
- orientation
- <P>The logical page orientation is controlled by the public orientation variable. Legal values are:</P>
- <UL>
- <LI>0 Portrait</LI>
- <LI>1 Landscape</LI>
- <LI>2 Reverse Portrait</LI>
- <LI>3 Reverse Landscape</LI>
- </UL>
-
- curdiv, paperheight
- The curdiv and paperheight variables allow multiple virtual pages to be printed on a piece of paper. This allows a standard laser printer to use perforated paper where every perforation will represent an individual page. The paperheight sets the height of a piece of paper in decipoints. This will be divided by the page.getHeight() to determine the number of equal sized divisions (pages) that will fit on the paper. The curdiv variable may be read/written to get/set the current division on the page (to set the starting division and read the ending division for multiple invocations).
- topmargin, leftmargin
- The topmargin and leftmargin may be used to increase the top and left margins for printing.
-
- </FONT></TD></TR></TABLE><BR>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>TXTRenderer</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <P>The TXTRenderer is a FOP renderer that produces plain ASCII text output that attempts to match the output of the PDFRenderer as closely as possible. This was originally developed to accommodate an archive system that could only accept plain text files. Of course when limited to plain fixed pitch text the output does not always look very good.</P>
- <P>The TXTRenderer works with a fixed size page buffer. The size of this buffer is controlled with the textCPI and textLPI public variables. The textCPI is the effective horizontal characters per inch to use. The textLPI is the vertical lines per inch to use. From these values and the page width and height the size of the buffer is calculated. The formatting objects to be rendered are then mapped to this grid. Graphic elements (lines, borders, etc) are assigned a lower priority than text, so text will overwrite any graphic element representations.</P>
- </FONT></TD></TR></TABLE><BR>
-</FONT></TD></TR></TABLE><BR>
-
-
-<TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>UML Diagrams</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
-<P>
-You can find UML diagramms for all Fop packages (latest release version)
-<A href="http://xml.apache.org/dist/fop/fop-uml.zip">here</A>.</P>
-</FONT></TD></TR></TABLE><BR>
-
-<TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>SVG</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
-
-<P>
-FOP supports some svg rendering. SVG is supported as an instream-foreign-object
-embedded in an FO document. FOP also supports rendering of an external SVG image.
-</P>
-
-<P>
-Since the intream object that contains the SVG returns a single fo area then
-the construction of the SVG document is handled differently. The SVG is created
-by calling the <CODE><FONT face="courier, monospaced">createGraphic()</FONT></CODE> on each SVG element. The element is then
-responsible for loading the necessary information and child elements and creating
-the corresponding SVG DOM element. When the FO tree is being layed out the
-SVG tree is turned into the SVG DOM document which is stored for later rendering.
-</P>
-
-<P>
-The SVG document is then held as a DOM tree which is then rendered by going through
-the elements of the tree and rendering then in turn.
-</P>
-
-<P>
-For more information see the SVG documentation.
-</P>
-</FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>Bugs</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/bugs-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <IMG alt="Bugs" border="0" height="12" hspace="0" src="graphics/bugs-label-1.jpg" vspace="0" width="120"><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>How to report bugs</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>Please report bugs to <A href="http://nagoya.apache.org/bugzilla/">bugzilla</A>, the Apache bug
- database. A copy of your bug report is sent automatically to the discussion list fop-dev@xml.apache.org. </P>
- <P>Please make sure, before you report a bug, that it is not mentioned in the FAQ or
- in the list of open bugs at bugzilla.</P>
- <P>Please make your description as concise as possible and add an example fo
- file with your report, which just demonstrates the problem. Thanks for your help!</P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Known bugs</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>A list of known bugs can be found at <A href="http://nagoya.apache.org/bugzilla/">bugzilla</A>.</P>
- </FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>Compiling FOP</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/compiling-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <IMG alt="Compiling" border="0" height="12" hspace="0" src="graphics/compiling-label-1.jpg" vspace="0" width="120"><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <P>Compilation is started by executing build, either as a batch file on win32 (build.bat) or as a shell script on unix. Before you
- can start one of these scripts, you have to setup your classpath and the environment variable JAVA_HOME (see below).</P>
- <P> The compilation uses Ant,
- a replacement of make (you can find more information about Ant at
- <A href="http://jakarta.apache.org/ant/">jakarte.apache.org</A>).
- build.xml is the replacement of makefile. Look there for detailed information on the build
- process and different targets. </P>
- <P>A help screen is shown by calling "build usage".</P>
- <P>If you only want to use Fop, you don't need to build it. A fop.jar comes with the distribution.</P>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Setting up your classpath</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P><TABLE border="0" cellpadding="0" cellspacing="3" width="100%"><TR><TD valign="top" width="20"><IMG alt="Note" border="0" height="24" hspace="0" src="resources/note.gif" vspace="0" width="20"></TD><TD valign="top"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1"><I>You don't have to setup your classpath; all libraries needed to compile Fop are coming with
- the distribution and are referenced by the build script, so you only need to care about them,
- if you build Fop in any other way. See build.bat/build.sh for details. </I></FONT></TD></TR></TABLE></P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Setting of JAVA_HOME</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>You have to set the enviroment variable JAVA_HOME. It must point to your local JDK
- root directory. This is true, even if you use JDK 1.2 or above, which normally don't need this
- setting. It is used by Ant, the compilation software.</P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Problems</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>If you have problems compiling Fop, please try this first: </P>
- <UL>
- <LI>delete the build directory completely and try a new build from scratch</LI>
- <LI>check, whether you have an older version of xerces.jar, xalan.jar, w3c.jar somewhere in
- you classpath.</LI>
- </UL>
- <P>If you still have problems, please look at the
- page <A href="bugs.html">bugs</A>, for further help.</P>
- </FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>Configuration</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/config-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="Configuration" border="0" height="12" hspace="0" src="graphics/config-label-1.jpg" vspace="0" width="120"><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>How to configure Fop</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>In the directory xml-fop/conf you will find two configuration files. One of them,
- config.xml, is only intended for Fop developers, who want to add new default values
- to some Fop feature. Don't change this file. For user configuration there is a file called
- userconfig.xml. It contains templates for all settings a user can change. Most of them are
- commented out. Uncomment the entry you want to set and change the value according to
- your wishes. Please regard any comments which specify the value range. And, well, the
- configuration files are xml files, so keep them at least well-formed ;-)
- </P>
- <P>The file userconfig.xml is not read automatically, but the user must specify its use on
- the command line. See <A href="running.html">Running Fop</A> for details.
- </P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>setting up hyphenation</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>Fop comes already with some hyphenation pattern. If you need a hyphenation pattern
- which isn't included in the distribution, do the following:
- </P>
- <P>1. get the TeX hyphenation pattern file and turn it into an xml file which conforms
- to the hyphenation.dtd in the sub directory /hyph
- </P>
- <P>2. name this new file following this schema: languageCode_countryCode.xml. If you don't need
- a country code, leave it away, p.e. the file name for an American english hyphenation pattern
- would look like this: en_US.xml. For an Italian file: it.xml. Language and country codes must be
- the same as in xsl:fo, that is follow
- <A href="http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt">ISO 639</A>
- and <A href="http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt">ISO 3166</A>
- respectively. NOTE: The ISO 639/ISO 3166 convention is that language names are
- written in lower case, while country codes are written in upper case.
- </P>
- <P>3. If you have build your new hyphenation pattern file successfully there are
- two ways to make it accessible to Fop.
- </P>
- <P> a) Put this new file into the directory /hyph and rebuild Fop. The file will
- be picked up and added to the fop.jar.
- </P>
- <P> b) Put the file into a directory of your choice and specify this directory
- in the userconfig.xml in the entry <hyphenation-dir>.
- </P>
- </FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>Downloading FOP</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/download-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="Download" border="0" height="12" hspace="0" src="graphics/download-label-1.jpg" vspace="0" width="120"><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B></B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>You can download the latest release version from the <A href="http://xml.apache.org/dist/fop/">distribution directory</A>. </P>
- <P>The file contains also the documentation (including some example fo files) and the source. </P>
- <P>If you want to work with the latest and nicest code, you can use the cvs version. See the section
- on AnonCVS in the <A href="http://xml.apache.org/cvs.html">xml.apache.org documentation</A> for details.
- Sometimes people have difficulties to access the cvs server; in this case you can download
- a snapshot from the cvs files <A href="http://xml.apache.org/from-cvs/xml-fop/">here</A>.
- In both cases you have to build Fop yourself - see <A href="compiling.html">Compiling Fop</A> for details.
- </P>
- <P>To run FOP from the command line, see <A href="running.html">Running FOP</A>. If you are
- interested in embedding FOP in a Java application of your own, see
- <A href="embedding.html">Embedding FOP</A>.
- </P>
- </FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>Embedding FOP </TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/embedding-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="Embedding" border="0" height="12" hspace="0" src="graphics/embedding-label-1.jpg" vspace="0" width="120"><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Overview</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>Instantiate org.apache.fop.apps.Driver. Once this class is
- instantiated, methods are called to set the
- Renderer to use, the (possibly multiple) ElementMapping(s) to
- use and the OutputStream to use to output the results of the
- rendering (where applicable). In the case of the Renderer and
- ElementMapping(s), the Driver may be supplied either with the
- object itself, or the name of the class, in which case Driver will
- instantiate the class itself. The advantage of the latter is it
- enables runtime determination of Renderer and ElementMapping(s).
- </P>
- <P>The simplest way to use Driver is to instantiate it with the
- InputSource and OutputStream, then set the renderer desired and
- call the run method.
- </P>
- <P>Here is an example use of Driver which outputs PDF:
- </P>
- <DIV align="right"><TABLE border="0" cellpadding="0" cellspacing="4" width="464"><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#ffffff" width="462"><FONT size="-1"><PRE>
- Driver driver = new Driver(new InputSource (args[0]),
- new FileOutputStream(args[1]));
- driver.setRenderer(RENDER_PDF);
- driver.run();
-</PRE></FONT></TD><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></DIV>
-
-
- <P>Once the Driver is set up, the buildFOTree method
- is called. Depending on whether DOM or SAX is being used, the
- invocation of the method is either buildFOTree(Document) or
- buildFOTree(Parser, InputSource) respectively.
- </P>
- <P>A third possibility may be used to build the FO Tree, namely
- calling getContentHandler() and firing the SAX events yourself.
- </P>
- <P>Once the FO Tree is built, the format() and render() methods may be
- called in that order.
- </P>
- <P>Here is an example use of Driver:</P>
- <DIV align="right"><TABLE border="0" cellpadding="0" cellspacing="4" width="464"><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#ffffff" width="462"><FONT size="-1"><PRE>
- Driver driver = new Driver();
- driver.setRenderer(Driver.RENDER_PDF);
- driver.buildFOTree(parser, fileInputSource(args[0]));
- driver.format();
- driver.setOutputStream(new FileOutputStream(args[1]));
- driver.render();
-</PRE></FONT></TD><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></DIV>
- <P>Have a look at the classes CommandLineStarter or FopServlet for complete examples.</P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Using Fop in a servlet</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>In the directory xml-fop/docs/examples/embedding you can find a working example how to use
- Fop in a servlet. You can drop the fop.war into the webapps directory of Tomcat, then
- go to a URL like this:
- </P>
- <P>http://localhost:8080/fop/fop?fo=/home/path/to/fofile.fo</P>
- <P>You can also find the source code there in the file FopServlet.java</P>
- </FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>Examples</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/examples-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="Examples" border="0" height="12" hspace="0" src="graphics/examples-label-1.jpg" vspace="0" width="120"><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <P>Examples for the use of xsl:fo can be found in the Fop distribution in
- the subdirectory xml-fop/docs/examples/fo. You can start transformation of all fo files into pdf
- files by starting xml-fop/docs/examples/runtests. The resulting test files can be found in
- xml-fop/docs/examples/tests
- </P>
- <P>At the moment the following files are part of the distribution:</P>
- <UL>
- <LI>simple.fo - a very simple file which gives use a first impression of the structure of an fo file
- </LI>
- <LI>normal.fo - a simple file showing the use of a 2 level of headings, normal text and a header.
- </LI>
- <LI>table.fo - some table examples
- </LI>
- <LI>list.fo - a short tutorial how to use list fo's and properties
- </LI>
- <LI>images.fo - shows how to embed gif and jpg images into the xsl:fo file using external-graphic.
- </LI>
- <LI>border.fo - a not so simple example how to use borders in tables
- </LI>
- <LI>extensive.fo - a longer test file containing a lot of different flow objects and properties.
- A good candidate to test your bugfix or new Fop code.
- </LI>
- <LI>leader.fo - shows different uses of fo:leader, p.e. as rule or in a table of content
- </LI>
- <LI>normalex.fo - shows the use of computed property values
- </LI>
- <LI>inhprop.fo - shows the use of inherited property values
- </LI>
- <LI>instream.fo - shows the use of fo:instream-foreign-object together with svg
- </LI>
- <LI>textdeko.fo - shows the use of the property textdecoration
- </LI>
- <LI>readme.fo - uses an old version of Fop documentation for a longer example
- </LI>
-
- <LI>Look also into the directory examples/svg. There you find some very extensive svg examples.
- Just start makedoc.
- </LI>
- <LI>In the directory examples/pagination you find a suite of examples showing the use
- of xsl:fo pagination.
- </LI>
- <LI>If you are interested in using svg, you may want to look into the
- <A href="http://xml.apache.org/dist/fop/svgtestsuite.jar">svg test suite</A>, which
- must be downloaded separately (ca. 2.1 MB).
- </LI>
- </UL>
- <P>Developers will find the first steps to a test suite for all implemented formatting objects and
- properties in xml-fop/docs/bugtests.</P>
-
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>FOP extensions to xsl:fo</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/extensions-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="Extensions" border="0" height="12" hspace="0" src="graphics/extensions-label-1.jpg" vspace="0" width="120"><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <P>Sometimes it is desirable to have extensions to xsl:fo in order to support some feature of the
- output format which isn't covered by the xsl:fo specification.
- To use the Fop extensions, you need to add a namespace entry for
- http://xml.apache.org/fop/extensions on the root element. </P>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Bookmarks</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>You can provide outlines inside the root object (but outside any page-sequences or
- other formatting objects). Here's an example of an outline entry:</P>
- <DIV align="right"><TABLE border="0" cellpadding="0" cellspacing="4" width="464"><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#ffffff" width="462"><FONT size="-1"><PRE>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:fox="http://xml.apache.org/fop/extensions">
- <fox:outline internal-destination="sec3">
- <fox:label>Running FOP</fox:label>
-
- <fox:outline internal-destination="sec3-1">
- <fox:label>Prerequisites</fox:label>
- </fox:outline>
- <fox:outline>
-</fo:root>
-</PRE></FONT></TD><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></DIV>
- <P>It works similarly to a basic-link. There is also an external-destination
- property, but it isn't supported currently. See the pdfoutline.fo file in
- docs/examples/fo for a more complete example.</P>
- </FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>FAQ Running FOP</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/faq-running-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="faqs.html" onMouseOut="rolloverOff('side-faqs');" onMouseOver="rolloverOn('side-faqs');"><IMG alt="FAQs" border="0" height="12" hspace="0" name="side-faqs" onLoad="rolloverLoad('side-faqs','graphics/faqs-label-2.jpg','graphics/faqs-label-3.jpg');" src="graphics/faqs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="specs.html" onMouseOut="rolloverOff('side-specs');" onMouseOver="rolloverOn('side-specs');"><IMG alt="Specifications" border="0" height="12" hspace="0" name="side-specs" onLoad="rolloverLoad('side-specs','graphics/specs-label-2.jpg','graphics/specs-label-3.jpg');" src="graphics/specs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Questions</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"><UL><LI><A href="#faq-1">Source files for the formatting properties are missing</A></LI><LI><A href="#faq-2">Formatting object xxx doesn't work as expected</A></LI><LI><A href="#faq-3">Supporting the latest XSL working draft</A></LI><LI><A href="#faq-4">Fatal error: Root element must be root</A></LI><LI><A href="#faq-5">Char '>' inserted into page number</A></LI><LI><A href="#faq-6">Are font properties allowed here</A></LI><LI><A href="#faq-7">Supported fonts</A></LI></UL></FONT></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Answers</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"><BR><A name="faq-1"><!--anchor--></A><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Q: I can't find the source files for the formatting properties. The directories
- where they should be are empty. Where can I find them?</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1"><P>A: They are generated during the build process. So you should use the build script coming
- with Fop at least once to generate these files.
- </P>
- </FONT></TD></TR></TABLE><BR><A name="faq-2"><!--anchor--></A><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Q: Feature xxx of the XSL Working Draft 27 March 2000 does not work as it should. Why?</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1"><P>A: First: Only a small subset of formatting objects and properties is
- implemented at the moment. Please have a look at the section "Features",
- which lists the supported fo and properties. Second: At the moment only
- Working Draft 21 Apr 1999 is supported.
- </P>
- </FONT></TD></TR></TABLE><BR><A name="faq-3"><!--anchor--></A><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Q: When will the latest version of the XSL working draft be supported?</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1"><P>Basic conformance to the latest XSL working draft is scheduled for fall 2000.
- </P>
- </FONT></TD></TR></TABLE><BR><A name="faq-4"><!--anchor--></A><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Q: Running FOP I get the following messages or something similar:
- "WARNING: Unknown formatting object http://www.w3.org/XSL/Format/1.0^root"
- and then a FATAL Error "Root element must be root, not default FO".</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <P>A: Make sure that you have specified as the namespace for fo the
- following string: "http://www.w3.org/1999/XSL/Format". It is analogous
- to the xslt namespace "http://www.w3.org/1999/XSL/Transform"
- </P>
- </FONT></TD></TR></TABLE><BR><A name="faq-5"><!--anchor--></A><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Q: The char ">" is inserted into the page number display like this
- "formatting FOs into areas [1] [2] [3>>>>]". Is this a bug?</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1"><P>A: No, a feature. It simply means that on that page an area
- overflowed (ie there was not enough room to fit the text in).</P></FONT></TD></TR></TABLE><BR><A name="faq-6"><!--anchor--></A><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Q: It looks like FOP must be honoring font properties when it shouldn't be?
- Example: According to the dtd coming with the xsl-fo spec inline-sequence
- shouldn't have any attributes, but FOP doesn't reject them.
- </B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <P>A: Font properties are inherited down to individual characters. You can
- specify font properties on any formatting object you like and any textual content
- will inherit those properties (unless overriden by a closer ancestor).
- </P>
- <P>The dtd coming with the xsl-fo spec isn't correct in this respect.
- </P>
- </FONT></TD></TR></TABLE><BR><A name="faq-7"><!--anchor--></A><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Q: I need some additional fonts in FOP. How I can set embedding fonts?
- </B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <P>A: At present, FOP does not support any fonts other than the built-in fonts
- Times, Helvetica, Courier, Symbol and ZapfDingbats.
- </P>
- </FONT></TD></TR></TABLE><BR></FONT></TD></TR></TABLE><BR></TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>Frequently Asked Questions</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/faq-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="FAQ" border="0" height="12" hspace="0" src="graphics/faq-label-1.jpg" vspace="0" width="120"><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <P>The Fop faq has an own site. Please look here:
- <A href="http://www.owal.co.uk:8090/asf/servlet/asf/screen/DisplayTopics/action/SetAll/project_id/18/faq_id/276">http://www.OWAL.co.uk:8090/</A>
- </P>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>FAQs</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/faqs-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <IMG alt="FAQs" border="0" height="12" hspace="0" src="graphics/faqs-label-1.jpg" vspace="0" width="120"><BR>
- <A href="specs.html" onMouseOut="rolloverOff('side-specs');" onMouseOver="rolloverOn('side-specs');"><IMG alt="Specifications" border="0" height="12" hspace="0" name="side-specs" onLoad="rolloverLoad('side-specs','graphics/specs-label-2.jpg','graphics/specs-label-3.jpg');" src="graphics/specs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>FAQ Running FOP</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"><P>
- Read the <A href="faq-running.html">FAQ Running FOP</A>
- document or jump directly to:
- </P><UL><LI><A href="faq-running.html#faq-1">Source files for the formatting properties are missing</A></LI><LI><A href="faq-running.html#faq-2">Formatting object xxx doesn't work as expected</A></LI><LI><A href="faq-running.html#faq-3">Supporting the latest XSL working draft</A></LI><LI><A href="faq-running.html#faq-4">Fatal error: Root element must be root</A></LI><LI><A href="faq-running.html#faq-5">Char '>' inserted into page number</A></LI><LI><A href="faq-running.html#faq-6">Are font properties allowed here</A></LI><LI><A href="faq-running.html#faq-7">Supported fonts</A></LI></UL></FONT></TD></TR></TABLE><BR></TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>Font Support </TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/fonts-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="Fonts" border="0" height="12" hspace="0" src="graphics/fonts-label-1.jpg" vspace="0" width="120"><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Status</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>FOP (building PDF files) normally supports only the base 14 font package defined in the Adobe PDF specification.
- That includes the following fonts: Helvetica, Times, Courier, Symbol and ZapfDingbats.
- </P>
- <P>Font support in FOP can be extended by the addition of font metric files (written in XML) created from Adobe
- Type 1 fonts and Truetype fonts. No other font types (Type 3, etc.) are supported at this time.
- </P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Adding additional Type 1 fonts</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>As mentioned above you need an XML file containing font metrics to be able to use an additional font. FOP
- contains a tool that can generate such a font metrics file from a PFM file, which normally comes with the font file.
- </P>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Generating a font metrics file</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <P> Run the class org.apache.fop.fonts.apps.PFMReader to generate the XML file.
- </P>
- <P>
- <CODE><FONT face="courier, monospaced">java -cp fop.jar;xerces.jar;xalan.jar;w3c.jar</FONT></CODE>
- </P>
- <P>
- <CODE><FONT face="courier, monospaced">org.apache.fop.fonts.apps.PFMReader pfm-file xml-file</FONT></CODE>
- </P>
- <P>Note: The tool will construct some values (FontBBox, StemV and ItalicAngle) based on assumptions and
- calculations which are only an approximation to the real values. FontBBox and Italic Angle can be found in
- the human-readable part of the PFB file. The PFMReader tool does not yet interpret PFB files, so if you want
- to be correct, you may have to adjust the values in the XML file manually. The constructed values however
- appear to have no visible influence.
- </P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Register the fonts within FOP</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <P>
- Edit conf/userconfig.xml and add entries for the font
- if the fonts section,
- ie:
- </P>
- <P>
- <CODE><FONT face="courier, monospaced">
-<font metrics-file="cyberbit.xml" kerning="yes" embed-file="C:\WINNT\Fonts\Cyberbit.ttf">
- <font-triplet name="Cyberbit" style="normal" weight="normal">
-</font>
-</FONT></CODE>
-</P>
- </FONT></TD></TR></TABLE><BR>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Adding additional TrueType</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>Adding Truetype fonts is almost identical to the process of
- adding type 1 fonts. The main difference is in the first
- step.</P>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Generating a font metrics file</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <P>As mentioned above you need an XML file containing font
- metrics to be able to use an additional font. FOP contains
- a tool that can generate such a font metrics file from
- your truetype font file.
- </P>
- <P>
- Create metrics for the fontfile (we assume the file has
- the name cmr10.ttf and exists in c:\myfonts\):
- </P>
- <P>
- <CODE><FONT face="courier, monospaced">java org.apache.fop.fonts.apps.TTFReader C:\myfonts\cmr10.ttf C:\myfonts\cmr10.ttf ttfcm.xml</FONT></CODE></P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>TrueType collections</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <P>
- TrueType collections (.ttc files) contains more than one
- font. To create metrics for a ttc file you must specify
- the font in the collection with the -ttcname option to
- TTFReader.
- </P>
- <P>
- To get a list of the fonts in a collection, just start the
- TTFReader as if it were a normal truetype file (without
- the -ttcname option). It will then display all the font
- names and exit with an Exception...
- </P>
- <P>
- Example on generating metrics for a .ttc file:
- </P>
- <P>
- <CODE><FONT face="courier, monospaced">
- java org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho" msmincho.ttc msminch.xml
- </FONT></CODE>
- </P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Register the fonts within FOP</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <P>
- Same as for Type 1 fonts.
- </P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Embedding fonts</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <P>
- Font embedding is enabled in the userconfig.xml file.
- </P>
- </FONT></TD></TR></TABLE><BR>
- </FONT></TD></TR></TABLE><BR>
- <P>
- Remember to start fop with -c conf/userconfig.xml
- </P>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>Features</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/implemented-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="Features" border="0" height="12" hspace="0" src="graphics/implemented-label-1.jpg" vspace="0" width="120"><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>What's Implemented?</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>The following formatting objects and properties of the xsl-fo
- candidate recommendation are implemented.Please have also a look at the
- section on <A href="limitations.html">limitations</A>
- </P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>1) Formatting Objects</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>This section follows the table "B Formatting Object Summary" in the xsl:fo specification. At the
- end of each sub-section you find listed what is not implemented.</P>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>B.1 Declaration and Pagination and Layout Formatting Objects</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <UL>
- <LI>root</LI>
- <LI>page-sequence </LI>
- <LI>page-sequence-master</LI>
- <LI>single-page-master-reference</LI>
- <LI>repeatable-page-master-reference</LI>
- <LI>repeatable-page-master-alternatives</LI>
- <LI>conditional-page-master-reference</LI>
- <LI>layout-master-set </LI>
- <LI>simple-page-master </LI>
- <LI>region-body </LI>
- <LI>region-before </LI>
- <LI>region-after </LI>
- <LI>region-start</LI>
- <LI>region-end</LI>
- <LI>flow</LI>
- <LI>static-content </LI>
- </UL>
- <P>Not implemented: declarations, color-profile, title</P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>B.2 Block Formatting Objects</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <UL>
- <LI>block </LI>
- </UL>
- <P>Not implemented: block-container</P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>B.3 Inline Formatting Objects</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <UL>
- <LI>character</LI>
- <LI>external-graphic</LI>
- <LI>inline</LI>
- <LI>instream-foreign-object</LI>
- <LI>leader</LI>
- <LI>page-number </LI>
- <LI>page-number-citation, see <A href="limitations.html">limitations</A></LI>
- </UL>
- <P>Not implemented: bidi-override, initial-property-set, inline-container</P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>B.4 Table Formatting Objects</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <UL>
- <LI>table </LI>
- <LI>table-body</LI>
- <LI>table-cell</LI>
- <LI>table-column</LI>
- <LI>table-footer</LI>
- <LI>table-header</LI>
- <LI>table-row</LI>
- </UL>
- <P>Not implemented: table-and-caption, table-caption </P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>B.5 List Formatting Objects</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <UL>
- <LI>list-block </LI>
- <LI>list-item </LI>
- <LI>list-item-body </LI>
- <LI>list-item-label </LI>
- </UL>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>B.6 Link and Multi Formatting Objects</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <UL>
- <LI>basic-link (internal and external)</LI>
- </UL>
- <P>Not implemented: multi-switch, multi-case, multi-toggle,
- multi-properties, multi-property-set</P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>B.7 Out-of-line Formatting Objects</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <UL>
- <LI>footnote</LI>
- <LI>footnote-body</LI>
- </UL>
- <P>Not implemented: float</P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="666699" colspan="2" width="484"><TABLE border="0" cellpadding="0" cellspacing="0" width="484"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="482"><FONT color="#ffffff" face="arial,helvetica,sanserif"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>B.8 Other Formatting Objects</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="482"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="482"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="474"><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
- <UL>
- <LI>wrapper</LI>
- </UL>
- <P>Not implemented: marker, retrieve-marker</P>
- </FONT></TD></TR></TABLE><BR>
- </FONT></TD></TR></TABLE><BR>
-
-
-border and padding shorthand properties
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>2) Properties</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>Property values can be computed. Compound properties are also understood by Fop.</P>
- <UL>
- <LI>background-color </LI>
- <LI>blank-or-not-blank</LI>
- <LI>border-after-color</LI>
- <LI>border-after-style</LI>
- <LI>border-after-width</LI>
- <LI>border-before-color</LI>
- <LI>border-before-style</LI>
- <LI>border-before-width</LI>
- <LI>border-bottom</LI>
- <LI>border-bottom-color</LI>
- <LI>border-bottom-style</LI>
- <LI>border-bottom-width</LI>
- <LI>border-color (only one value allowed) </LI>
- <LI>border-end-color</LI>
- <LI>border-end-style</LI>
- <LI>border-end-width</LI>
- <LI>border-left</LI>
- <LI>border-left-color</LI>
- <LI>border-left-style</LI>
- <LI>border-left-width</LI>
- <LI>border-right</LI>
- <LI>border-right-color</LI>
- <LI>border-right-style</LI>
- <LI>border-right-width</LI>
- <LI>border-start-color</LI>
- <LI>border-start-style</LI>
- <LI>border-start-width</LI>
- <LI>border-style</LI>
- <LI>border-top</LI>
- <LI>border-top-color</LI>
- <LI>border-top-style</LI>
- <LI>border-top-width</LI>
- <LI>border-width</LI>
- <LI>bottom</LI>
- <LI>break-after </LI>
- <LI>break-before </LI>
- <LI>character</LI>
- <LI>color </LI>
- <LI>column-count</LI>
- <LI>column-gap</LI>
- <LI>column-width </LI>
- <LI>country</LI>
- <LI>end-indent </LI>
- <LI>extent </LI>
- <LI>external-destination</LI>
- <LI>flow-name </LI>
- <LI>font-family </LI>
- <LI>font-size </LI>
- <LI>font-style </LI>
- <LI>font-weight </LI>
- <LI>height</LI>
- <LI>hyphenate</LI>
- <LI>hyphenation-character</LI>
- <LI>hyphenation-push-character-count</LI>
- <LI>hyphenation-remain-character-count</LI>
- <LI>id</LI>
- <LI>initial-page-number</LI>
- <LI>internal-destination</LI>
- <LI>keep-with-next (broken)</LI>
- <LI>language</LI>
- <LI>leader-alignment (not value "page")</LI>
- <LI>leader-length (see limitations)</LI>
- <LI>leader-pattern (not value "use-content")</LI>
- <LI>leader-pattern-width</LI>
- <LI>left</LI>
- <LI>line-height </LI>
- <LI>margin-bottom (only on pages and regions) </LI>
- <LI>margin-left (only on pages and regions) </LI>
- <LI>margin-right (only on pages and regions) </LI>
- <LI>margin-top (only on pages and regions) </LI>
- <LI>master-name </LI>
- <LI>maximum-repeats</LI>
- <LI>number-columns-spanned</LI>
- <LI>odd-or-even</LI>
- <LI>padding (only one value allowed) </LI>
- <LI>padding-after</LI>
- <LI>padding-before</LI>
- <LI>padding-bottom </LI>
- <LI>padding-end</LI>
- <LI>padding-left </LI>
- <LI>padding-right </LI>
- <LI>padding-start</LI>
- <LI>padding-top </LI>
- <LI>page-height </LI>
- <LI>page-position</LI>
- <LI>page-width </LI>
- <LI>position (allowed values: "static" (default),"relative", "absolute", fixed ) </LI>
- <LI>provisional-distance-between-starts </LI>
- <LI>provisional-label-separation </LI>
- <LI>ref-id </LI>
- <LI>region-name</LI>
- <LI>right</LI>
- <LI>rule-style</LI>
- <LI>rule-thickness </LI>
- <LI>space-after.optimum </LI>
- <LI>space-before.optimum </LI>
- <LI>span</LI>
- <LI>src </LI>
- <LI>start-indent </LI>
- <LI>table-omit-footer-at-break</LI>
- <LI>table-omit-header-at-break</LI>
- <LI>text-align </LI>
- <LI>text-align-last </LI>
- <LI>text-decoration</LI>
- <LI>text-indent </LI>
- <LI>top</LI>
- <LI>white-space-collapse</LI>
- <LI>width</LI>
- <LI>wrap-option</LI>
- </UL>
- <P>All other properties are not implemented.</P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>3) SVG elements supported</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <UL>
- <LI>rect</LI>
- <LI>circle</LI>
- <LI>line</LI>
- <LI>text - tref, tspan</LI>
- <LI>path</LI>
- <LI>polygon</LI>
- <LI>ellipse</LI>
- <LI>g</LI>
- <LI>svg (inside)</LI>
- <LI>image</LI>
- <LI>use</LI>
- <LI>defs (including referenced items not in defs element)</LI>
- <LI>linearGradient</LI>
- <LI>radialGradient</LI>
- <LI>stop</LI>
- </UL>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>4) SVG properties supported</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <UL>
- <LI>style</LI>
- <LI>fill (style)</LI>
- <LI>stroke (style)</LI>
- <LI>stroke-width (style)</LI>
- <LI>stroke-dasharray (style)</LI>
- <LI>stroke-offset (style)</LI>
- <LI>stroke-linecap (style)</LI>
- <LI>stroke-linejoin (style)</LI>
- <LI>stroke-miterlimit (style)</LI>
- <LI>stop-color (style)</LI>
- <LI>color (style)</LI>
- <LI>font (style)</LI>
- <LI>font-size (style)</LI>
- <LI>font-family (style)</LI>
- <LI>font-weight (style)</LI>
- <LI>font-style (style)</LI>
- <LI>x</LI>
- <LI>y</LI>
- <LI>x1</LI>
- <LI>y1</LI>
- <LI>x2</LI>
- <LI>y2</LI>
- <LI>r</LI>
- <LI>cx</LI>
- <LI>cy</LI>
- <LI>x (list)</LI>
- <LI>y (list)</LI>
- <LI>dx</LI>
- <LI>dy</LI>
- <LI>transform</LI>
- <LI>rotate (transform)</LI>
- <LI>translate (transform)</LI>
- <LI>scale (transform)</LI>
- <LI>matrix (transform)</LI>
- <LI>skewX (transform)</LI>
- <LI>skewY (transform)</LI>
- <LI>d</LI>
- <LI>id</LI>
- <LI>width</LI>
- <LI>height</LI>
- <LI>xlink:href</LI>
- <LI>refX</LI>
- <LI>refY</LI>
- <LI>offset</LI>
- <LI>points</LI>
- <LI>fx</LI>
- <LI>fy</LI>
- </UL>
- </FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>Fop</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/index-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <IMG alt="Readme" border="0" height="12" hspace="0" src="graphics/index-label-1.jpg" vspace="0" width="120"><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>What is FOP?</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>FOP is the world's first print formatter driven by XSL formatting
- objects. It is a Java application that reads a formatting object
- tree and then turns it into a PDF document. The formatting object
- tree, can be in the form of an XML document (output by an XSLT engine
- like XT or Xalan) or can be passed in memory as a DOM Document or (in
- the case of XT) SAX events.
- </P>
- <P>The latest version of Fop is 0.18 and it supports the xsl:fo candidate release.
- You can <A href="download.html">download</A>
- Fop including a precompiled version, the source code and many example files to
- get you started. Pointers to introductions into xsl:fo can be found in the
- section <A href="specs.html">specifications</A>. Please be aware, that
- Fop is at the moment not a full implementation of the basic conformance level
- of the xsl:fo standard. You can find a list of supported flow objects and properties
- in the section <A href="implemented.html">Features</A> and in section
- <A href="limitations.html">Limitations</A> in what way this support is
- limited.
- </P>
- <P>FOP is part of Apache's XML project. The homepage of FOP is
- <A href="http://xml.apache.org/fop">http://xml.apache.org/fop</A>. A list
- of known bugs, the committers to this project and the tasks they are working on can be found
- in the file <A href="http://xml.apache.org/websrc/cvsweb.cgi/xml-fop/">Status</A> in the
- root of your Fop distribution. A history of the latest changes to the project can be found in CHANGES.
- </P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>FOP Objectives</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>The goals of the Apache XML FOP Project are to deliver an XSL FO->PDF formatter that is compliant to at least the Basic
- conformance level described in the W3C Candidate Recommendation 21 November 2000, and that complies with the 11 March 1999 Portable Document
- Format Specification (Version 1.3) from Adobe Systems.
- </P>
-
- <P>Conformance to the XML 1.0 Recommendation, XSLT 1.0 Recommendation and the XML Namespaces Recommendation is
- understood. Other relevant documents, such as the XPath and XLink Working Drafts, are referenced as necessary. The FOP
- Project will attempt to use the latest version of evolving specifications.
- </P>
-
- <P>Secondary goals of the FOP Project (also, "FOP") are desirable requirements that also have a high priority.
- </P>
-
- <P>One secondary goal of the FOP Project is to deliver a follow-on version of the formatter that is compliant to the Extended
- conformance level described in the XSL FO. Any formatting objects that cannot be translated into PDF will be explicitly
- identified as such.
- </P>
-
- <P>Another secondary goal is to promote the conversion of SVG into PDF. The most natural mechanism for doing so is within
- fo:instream-foreign-object FO's. The powerful graphics offered by both SVG and PDF are a natural fit, and it is
- desirable that FOP natively supports an SVG content processor for the fo:instream-foreign-object.
- </P>
-
- <P>A final secondary goal is the continued refinement of the FOP design and implementation. In particular, maintaining the
- separation between formatting and rendering, continuing to support the AWT Viewer renderer (backend), and providing
- new renderers, are all desirable objectives.
- </P>
- </FONT></TD></TR></TABLE><BR>
-
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>Getting involved</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/involved-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="Getting involved" border="0" height="12" hspace="0" src="graphics/involved-label-1.jpg" vspace="0" width="120"><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Read the Status file</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>The Status file contains the list of features people are working on at the moment.
- And an outline what steps are next.</P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Subscribe to the fop discussion list</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>You can subscribe to fop-dev@xml.apache.org by sending an email
- to <A href="mailto:fop-dev-subscribe@xml.apache.org">fop-dev-subscribe@xml.apache.org</A></P>
- <P>Sending bug reports and feature requests to the list is a welcome and important contribution to
- developing Fop. </P>
- <P>Read also the <A href="http://marc.theaimsgroup.com/?l=fop-dev&r=1&w=2">archive</A>
- of the discussion list fop-dev to get an idea of the issues being discussed. </P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Look at the developer's code using cvs</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>Between releases the newest code can be accessed via cvs. To do this you need to install a cvs
- client on your computer, if it is not already there. An explanation how to connect to the
- Fop source repository can be found at <A href="http://xml.apache.org/cvs.html">http://xml.apache.org/cvs.html</A>.
- An introduction into cvs and the cvs manual can be found in the
- <A href="http://xml.apache.org/library.html">reference library</A>.</P>
- <P>All changes to the code repository are annonced in a special discussion group. You can subscribe
- to fop-cvs@xml.apache.org by sending an email to <A href="mailto:fop-cvs-subscribe@xml.apache.org">
- fop-cvs-subscribe@xml.apache.org</A>. If you want to contribute to the development of Fop you should subscribe,
- because it is important that you follow changes being made. </P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Contributing code and documentation</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>If you want to contribute code (p.e. a bugfix) or documentation (p.e. an additional example), please do the following: </P>
- <P>1) Make sure your code doesn't break the existing one and that Fop still compiles.</P>
- <P>2) Create a file which shows the differences to the existing code.</P>
- <P>3) Send this file to fop-dev@xml.apache.org.</P>
- <P>One of the committers will test your code and commit it to the code repository.</P>
- <P>BTW: The Apache project knows different roles for contributors, namely 'users', 'developers', 'committers' and the 'Project
- Management Committee' (An explanation of these roles can be found <A href="http://xml.apache.org/roles.html">here</A>).</P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Get familiar with the Fop related standards</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>At the moment Fop is mainly a tool to render XSL:FO files to pdf. Therefore if you want to contribute to Fop you should become
- familiar with these standards. You can find their internet addresses on our <A href="specs.html">website</A>.</P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Fop's architecture</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>A bird's eye view on the way Fop operates can be found in the document <A href="architecture.html">FOP Mechanics</A></P>
- <P>If you want to extend the functionality of FOP by adding new formatting objects, you should do the following: </P>
- <P>1. FO Object: Write a class which contains the description of your formatting object and put it into the package fop.fo.flow, fop.fo.pagination (if it is a property it goes to fop.fo.properties. The classes in this package are generated via an xslt stylesheet located in codegen/properties.xml)</P>
- <P>2. Element Mapping: Add it to the list in fop.fo.StandardElementMapping (if it is a property you need to add it to fop.fo.PropertyListBuilder)</P>
- <P>3. Area: Either your need can be fulfilled within one of the existing classes in fop.layout, then just add the code to handle the new fo/property or you must write a new one.</P>
- <P>4. Renderer: Choose the renderer you are interested in. If you worked on an existing layout class you must add code to handle the new features to the already existing area specific method in the renderer class. Otherwise you have to add a new method. </P>
- </FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>License</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/license-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="License" border="0" height="12" hspace="0" src="graphics/license-label-1.jpg" vspace="0" width="120"><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>The Apache Software License, Version 1.1</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P> Copyright (C) 1999 The Apache Software Foundation. All rights reserved.</P>
- <P> Redistribution and use in source and binary forms, with or without modification,
- are permitted provided that the following conditions are met:</P>
- <P>1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- </P>
-
- <P>2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- </P>
-
- <P>3. The end-user documentation included with the redistribution, if any, must
- include the following acknowledgment: "This product includes software
- developed by the Apache Software Foundation (http://www.apache.org/)."
- Alternately, this acknowledgment may appear in the software itself, if
- and wherever such third-party acknowledgments normally appear.
- </P>
-
- <P>4. The names "FOP" and "Apache Software Foundation" must not be used to
- endorse or promote products derived from this software without prior
- written permission. For written permission, please contact
- apache@apache.org.
- </P>
-
- <P>5. Products derived from this software may not be called "Apache", nor may
- "Apache" appear in their name, without prior written permission of the
- Apache Software Foundation.
- </P>
- <P>THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
- DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- </P>
-
- <P>
- This software consists of voluntary contributions made by many individuals
- on behalf of the Apache Software Foundation and was originally created by
- James Tauber <jtauber@jtauber.com>. For more information on the Apache
- Software Foundation, please see <A href="http://www.apache.org/">http://www.apache.org/</A>.
- </P>
- </FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>Limitations</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/limitations-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="Limitations" border="0" height="12" hspace="0" src="graphics/limitations-label-1.jpg" vspace="0" width="120"><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <P>FOP implements the fo objects and properties listed
- in <A href="implemented.html">features</A>, sometimes it does so only in a limited way.
- </P>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>fo:leader</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>leader-length.minimum is not used at all</P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>page-number-citation</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>Only works for table of contents without any problems. The case where the page number doesn't
- fit on a line isn't handled, and any text on the same line and after the page-number might not
- appear exactly where you want it to.
- </P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Padding</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>Padding works in conjunction with indents and spaces. It is only implemented
- for blocks. At the moment padding can't be used to make extra space (indents+spaces
- must be used), but only to control how much the background-color extends beyond
- the content rectangle.
- </P>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Tables</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>There two limitations for tables: 1) FOP needs you to explicitly specify column widths
- 2) Cells have to contain block-level FOs. They can't contain straight character data.
- </P>
- <P>A working basic example of a table looks like this: </P>
- <P><CODE><FONT face="courier, monospaced"><fo:table></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:table-column column-width="150pt"/></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:table-column column-width="150pt"/></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:table-body font-size="10pt" font-family="sans-serif"></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:table-row></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:table-cell></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:block>text</fo:block></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> </fo:table-cell></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:table-cell></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:block>text</fo:block></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> </fo:table-cell></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> </fo:table-row></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:table-row></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:table-cell></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:block>text</fo:block></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> </fo:table-cell></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:table-cell></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:block>text</fo:block></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> </fo:table-cell></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> </fo:table-row></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:table-row></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:table-cell></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:block>text</fo:block></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> </fo:table-cell></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:table-cell></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> <fo:block>text</fo:block></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> </fo:table-cell></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> </fo:table-row></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"> </fo:table-body></FONT></CODE></P>
- <P><CODE><FONT face="courier, monospaced"></fo:table></FONT></CODE></P>
- </FONT></TD></TR></TABLE><BR>
-
-
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>FOP Relevant Specifications and Links</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/resources-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="running.html" onMouseOut="rolloverOff('side-running');" onMouseOver="rolloverOn('side-running');"><IMG alt="Running FOP" border="0" height="12" hspace="0" name="side-running" onLoad="rolloverLoad('side-running','graphics/running-label-2.jpg','graphics/running-label-3.jpg');" src="graphics/running-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="Resources" border="0" height="12" hspace="0" src="graphics/resources-label-1.jpg" vspace="0" width="120"><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Specifications</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <UL>
- <LI><A href="http://www.w3.org/TR/2000/CR-xsl-20001121/">XSL-FO Candidate Recommendation (21 November 2000)</A></LI>
- <LI><A href="http://www.renderx.com/Tests/validator/fo2000.dtd.html">A dtd for the XSL-FO CR from November provided by N. Grigoriev from RenderX</A></LI>
- <LI><A href="http://www.w3.org/TR/2000/CR-SVG-20001102/">Supported SVG Candidate Recommendation (02 November 2000)</A></LI>
- <LI><A href="http://www.w3.org/TR/REC-xml">XML Recommendation</A></LI>
- <LI><A href="http://www.w3.org/TR/xslt">XSLT Recommendation</A></LI>
- <LI><A href="http://partners.adobe.com/asn/developer/acrosdk/DOCS/pdfspec.pdf">Portable Document Format (PDF) 1.3 Reference Manual </A></LI>
- <LI><A href="http://www.megginson.com/SAX/">Simple API for XML (SAX)</A></LI>
- <LI><A href="http://www.w3.org/TR/REC-DOM-Level-1">Document Object Model (DOM)</A></LI>
- <LI><A href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML Recommendation</A></LI>
- <LI><A href="http://java.sun.com/products/jdk/1.1/docs/index.html">Java JDK 1.1 Documentation</A></LI>
- </UL>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Tutorials/Articles</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <UL>
- <LI><A href="http://www.ibiblio.org/xml/books/bible/updates/15.html">Elliotte Rusty Harold: Chapter 15 on xsl:fo from his excellent xml book</A></LI>
- <LI><A href="http://www.sun.com/software/xml/developers/slides-dtd/">Paul Sandoz: Using formatting objects with the slides dtd</A></LI>
- <LI><A href="http://www.xml.com/pub/a/2001/01/17/xsl-fo/index.html">J. David Eisenberg: Using XSL Formatting Objects</A></LI>
- <LI><A href="http://zvon.org/xxl/xslfoReference/Output/index.html">Miloslav Nic: XSL FO reference</A></LI>
- </UL>
- </FONT></TD></TR></TABLE><BR>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Other resources</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <UL>
- <LI><A href="http://xml.apache.org/mail/fop-dev/">Apache archive of fop-dev@apache.org</A></LI>
- <LI><A href="http://marc.theaimsgroup.com/">External, but easier to browse archive fop-dev@apache.org</A></LI>
- <LI>There is an xsl:fo mailing list: www-xsl-fo@w3.org. Subscription info can be found here: <A href="http://www.w3.org/Mail/Request">
- http://www.w3.org/Mail/Request</A>. And the archive can be found here:
- <A href="http://lists.w3.org/Archives/Public/www-xsl-fo/">http://lists.w3.org/Archives/Public/www-xsl-fo/</A></LI>
- </UL>
- </FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-rolloverImagesOn=new Array();\r
-rolloverImagesOff=new Array();\r
-\r
-function rolloverOn(name) {\r
- if(rolloverImagesOn[name]){\r
- document.images[name].src=rolloverImagesOn[name].src;\r
- }\r
-}\r
-\r
-function rolloverOff(name) {\r
- if(rolloverImagesOff[name]){\r
- document.images[name].src=rolloverImagesOff[name].src;\r
- }\r
-}\r
-\r
-function rolloverLoad(name,on,off) {\r
- rolloverImagesOn[name]=new Image();\r
- rolloverImagesOn[name].src=on;\r
- rolloverImagesOff[name]=new Image();\r
- rolloverImagesOff[name].src=off;\r
-}\r
+++ /dev/null
-<HTML><HEAD><META content="text/html; charset=utf8" http-equiv="Content-Type"><SCRIPT language="JavaScript" src="resources/script.js" type="text/javascript"></SCRIPT><TITLE>Running FOP</TITLE></HEAD><BODY alink="#ff0000" bgcolor="#ffffff" leftmargin="4" link="#0000ff" marginheight="4" marginwidth="4" text="#000000" topmargin="4" vlink="#0000aa"><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" height="60" rowspan="3" valign="top" width="135"><IMG border="0" height="60" hspace="0" src="resources/logo.gif" vspace="0" width="135"></TD><TD align="left" colspan="4" height="5" valign="top" width="456"><IMG border="0" height="5" hspace="0" src="resources/line.gif" vspace="0" width="456"></TD><TD align="left" height="60" rowspan="3" valign="top" width="29"><IMG border="0" height="60" hspace="0" src="resources/right.gif" vspace="0" width="29"></TD></TR><TR><TD align="left" bgcolor="#0086b2" colspan="4" height="35" valign="top" width="456"><IMG alt="" border="0" height="35" hspace="0" src="graphics/running-header.jpg" vspace="0" width="456"></TD></TR><TR><TD align="left" height="20" valign="top" width="168"><IMG border="0" height="20" hspace="0" src="resources/bottom.gif" vspace="0" width="168"></TD><TD align="left" height="20" valign="top" width="96"><A href="http://xml.apache.org/" onMouseOut="rolloverOff('xml');" onMouseOver="rolloverOn('xml');" target="new"><IMG alt="http://xml.apache.org/" border="0" height="20" hspace="0" name="xml" onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');" src="resources/button-xml-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.apache.org/" onMouseOut="rolloverOff('asf');" onMouseOver="rolloverOn('asf');" target="new"><IMG alt="http://www.apache.org/" border="0" height="20" hspace="0" name="asf" onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');" src="resources/button-asf-lo.gif" vspace="0" width="96"></A></TD><TD align="left" height="20" valign="top" width="96"><A href="http://www.w3.org/" onMouseOut="rolloverOff('w3c');" onMouseOver="rolloverOn('w3c');" target="new"><IMG alt="http://www.w3.org/" border="0" height="20" hspace="0" name="w3c" onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');" src="resources/button-w3c-lo.gif" vspace="0" width="96"></A></TD></TR></TABLE><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD align="left" valign="top" width="120"><IMG border="0" height="14" hspace="0" src="resources/join.gif" vspace="0" width="120"><BR>
- <A href="../index.html" onMouseOut="rolloverOff('side-ext-2');" onMouseOver="rolloverOn('side-ext-2');"><IMG alt="Home" border="0" height="12" hspace="0" name="side-ext-2" onLoad="rolloverLoad('side-ext-2','graphics/ext-2-label-2.jpg','graphics/ext-2-label-3.jpg');" src="graphics/ext-2-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="index.html" onMouseOut="rolloverOff('side-index');" onMouseOver="rolloverOn('side-index');"><IMG alt="Readme" border="0" height="12" hspace="0" name="side-index" onLoad="rolloverLoad('side-index','graphics/index-label-2.jpg','graphics/index-label-3.jpg');" src="graphics/index-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="download.html" onMouseOut="rolloverOff('side-download');" onMouseOver="rolloverOn('side-download');"><IMG alt="Download" border="0" height="12" hspace="0" name="side-download" onLoad="rolloverLoad('side-download','graphics/download-label-2.jpg','graphics/download-label-3.jpg');" src="graphics/download-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG alt="Running FOP" border="0" height="12" hspace="0" src="graphics/running-label-1.jpg" vspace="0" width="120"><BR>
- <A href="implemented.html" onMouseOut="rolloverOff('side-implemented');" onMouseOver="rolloverOn('side-implemented');"><IMG alt="Features" border="0" height="12" hspace="0" name="side-implemented" onLoad="rolloverLoad('side-implemented','graphics/implemented-label-2.jpg','graphics/implemented-label-3.jpg');" src="graphics/implemented-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="limitations.html" onMouseOut="rolloverOff('side-limitations');" onMouseOver="rolloverOn('side-limitations');"><IMG alt="Limitations" border="0" height="12" hspace="0" name="side-limitations" onLoad="rolloverLoad('side-limitations','graphics/limitations-label-2.jpg','graphics/limitations-label-3.jpg');" src="graphics/limitations-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="examples.html" onMouseOut="rolloverOff('side-examples');" onMouseOver="rolloverOn('side-examples');"><IMG alt="Examples" border="0" height="12" hspace="0" name="side-examples" onLoad="rolloverLoad('side-examples','graphics/examples-label-2.jpg','graphics/examples-label-3.jpg');" src="graphics/examples-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="config.html" onMouseOut="rolloverOff('side-config');" onMouseOver="rolloverOn('side-config');"><IMG alt="Configuration" border="0" height="12" hspace="0" name="side-config" onLoad="rolloverLoad('side-config','graphics/config-label-2.jpg','graphics/config-label-3.jpg');" src="graphics/config-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="fonts.html" onMouseOut="rolloverOff('side-fonts');" onMouseOver="rolloverOn('side-fonts');"><IMG alt="Fonts" border="0" height="12" hspace="0" name="side-fonts" onLoad="rolloverLoad('side-fonts','graphics/fonts-label-2.jpg','graphics/fonts-label-3.jpg');" src="graphics/fonts-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="extensions.html" onMouseOut="rolloverOff('side-extensions');" onMouseOver="rolloverOn('side-extensions');"><IMG alt="Extensions" border="0" height="12" hspace="0" name="side-extensions" onLoad="rolloverLoad('side-extensions','graphics/extensions-label-2.jpg','graphics/extensions-label-3.jpg');" src="graphics/extensions-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="compiling.html" onMouseOut="rolloverOff('side-compiling');" onMouseOver="rolloverOn('side-compiling');"><IMG alt="Compiling" border="0" height="12" hspace="0" name="side-compiling" onLoad="rolloverLoad('side-compiling','graphics/compiling-label-2.jpg','graphics/compiling-label-3.jpg');" src="graphics/compiling-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="embedding.html" onMouseOut="rolloverOff('side-embedding');" onMouseOver="rolloverOn('side-embedding');"><IMG alt="Embedding" border="0" height="12" hspace="0" name="side-embedding" onLoad="rolloverLoad('side-embedding','graphics/embedding-label-2.jpg','graphics/embedding-label-3.jpg');" src="graphics/embedding-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="involved.html" onMouseOut="rolloverOff('side-involved');" onMouseOver="rolloverOn('side-involved');"><IMG alt="Getting involved" border="0" height="12" hspace="0" name="side-involved" onLoad="rolloverLoad('side-involved','graphics/involved-label-2.jpg','graphics/involved-label-3.jpg');" src="graphics/involved-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="architecture.html" onMouseOut="rolloverOff('side-architecture');" onMouseOver="rolloverOn('side-architecture');"><IMG alt="Architecture" border="0" height="12" hspace="0" name="side-architecture" onLoad="rolloverLoad('side-architecture','graphics/architecture-label-2.jpg','graphics/architecture-label-3.jpg');" src="graphics/architecture-label-3.jpg" vspace="0" width="120"></A><BR>
- <IMG border="0" height="6" hspace="0" src="resources/separator.gif" vspace="0" width="120"><BR>
- <A href="bugs.html" onMouseOut="rolloverOff('side-bugs');" onMouseOver="rolloverOn('side-bugs');"><IMG alt="Bugs" border="0" height="12" hspace="0" name="side-bugs" onLoad="rolloverLoad('side-bugs','graphics/bugs-label-2.jpg','graphics/bugs-label-3.jpg');" src="graphics/bugs-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="faq.html" onMouseOut="rolloverOff('side-faq');" onMouseOver="rolloverOn('side-faq');"><IMG alt="FAQ" border="0" height="12" hspace="0" name="side-faq" onLoad="rolloverLoad('side-faq','graphics/faq-label-2.jpg','graphics/faq-label-3.jpg');" src="graphics/faq-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="resources.html" onMouseOut="rolloverOff('side-resources');" onMouseOver="rolloverOn('side-resources');"><IMG alt="Resources" border="0" height="12" hspace="0" name="side-resources" onLoad="rolloverLoad('side-resources','graphics/resources-label-2.jpg','graphics/resources-label-3.jpg');" src="graphics/resources-label-3.jpg" vspace="0" width="120"></A><BR>
- <A href="license.html" onMouseOut="rolloverOff('side-license');" onMouseOver="rolloverOn('side-license');"><IMG alt="License" border="0" height="12" hspace="0" name="side-license" onLoad="rolloverLoad('side-license','graphics/license-label-2.jpg','graphics/license-label-3.jpg');" src="graphics/license-label-3.jpg" vspace="0" width="120"></A><BR>
-
-<IMG border="0" height="14" hspace="0" src="resources/close.gif" vspace="0" width="120"><BR></TD><TD align="left" valign="top" width="500"><TABLE border="0" cellpadding="3" cellspacing="0"><TR><TD>
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Prerequisites</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>Following software must be installed:</P>
- <P>a) Java 1.1.x or later (If you want to use the previewer (option -awt), you need Swing or Java 2)</P>
- <P>b) All libraries you need are part of the Fop distribution and
- can be found in the xml-fop/lib directory. Look at the batch/shell script fop.bat/fop.sh
- to see, how Fop can be invoked easily. These libraries are included:
- <UL>
- <LI>An XML parser which supports SAX and DOM like
- <A href="http://xml.apache.org/xerces-j/index.html">Xerces-J</A>.
- (Xerces is the default xml parser)
- </LI>
- <LI>An XSLT processor
- </LI>
- <LI>The SVG library w3c.jar corresponding to the SVG Candidate Recommendation (02 November 2000).
- </LI>
- <LI>The imaging library Jimi from Sun
- </LI>
- </UL>
- </P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Starting FOP as an standalone application</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P><CODE><FONT face="courier, monospaced">Fop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-pcl|-txt|-print] <outfile></FONT></CODE></P>
- <P>[OPTIONS]<BR>
- <DIV align="right"><TABLE border="0" cellpadding="0" cellspacing="4" width="464"><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#ffffff" width="462"><FONT size="-1"><PRE>
- -d debug mode<BR>
- -x dump configuration settings<BR>
- -q quiet mode<BR>
- -c cfg.xml use additional configuration file cfg.xml<BR>
- -l lang the language to use for user information<BR>
- </PRE></FONT></TD><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></DIV>
- </P>
- <P>[INPUT]<BR>
- <DIV align="right"><TABLE border="0" cellpadding="0" cellspacing="4" width="464"><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#ffffff" width="462"><FONT size="-1"><PRE>
- infile xsl:fo input file (the same as the next)<BR>
- -fo infile xsl:fo input file<BR>
- -xml infile xml input file, must be used together with -xsl<BR>
- -xsl stylesheet xslt stylesheet<BR>
- </PRE></FONT></TD><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></DIV>
- </P>
-
- <P>[OUTPUT]<BR>
- <DIV align="right"><TABLE border="0" cellpadding="0" cellspacing="4" width="464"><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#ffffff" width="462"><FONT size="-1"><PRE>
- outfile input will be rendered as pdf file into outfile<BR>
- -pdf outfile input will be rendered as pdf file (outfile req'd)<BR>
- -awt input will be displayed on screen<BR>
- -mif outfile input will be rendered as mif file (outfile req'd)<BR>
- -pcl outfile input will be rendered as pcl file (outfile req'd)<BR>
- -txt outfile input will be rendered as text file (outfile req'd)<BR>
- -print input file will be rendered and sent to the printer<BR>
- see options with "-print help"<BR>
- </PRE></FONT></TD><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></DIV>
- </P>
-
- <P>[Examples]<BR>
- <DIV align="right"><TABLE border="0" cellpadding="0" cellspacing="4" width="464"><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#ffffff" width="462"><FONT size="-1"><PRE>
- Fop foo.fo foo.pdf<BR>
- Fop -fo foo.fo -pdf foo.pdf (does the same as the previous line)<BR>
- Fop -xsl foo.xsl -xml foo.xml -pdf foo.pdf<BR>
- Fop foo.fo -mif foo.mif<BR>
- Fop foo.fo -print or Fop -print foo.fo<BR>
- Fop foo.fo -awt<BR>
- </PRE></FONT></TD><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></DIV>
- </P>
- </FONT></TD></TR></TABLE><BR>
-
- <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>Problems</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif">
- <P>If you have problems running FOP, please have a look at the
- <A href="http://www.owal.co.uk:8090/asf/servlet/asf/screen/DisplayTopics/action/SetAll/project_id/18/faq_id/276">FOP FAQ</A>. If you don't find a solution there,
- you can ask for help on the list fop-dev@xml.apache.org. Maybe it is a bug and
- maybe somebody is already working on it.
- </P>
- </FONT></TD></TR></TABLE><BR>
-</TD></TR></TABLE></TD></TR></TABLE><BR><TABLE border="0" cellpadding="0" cellspacing="0" width="620"><TR><TD bgcolor="#0086b2"><IMG height="1" src="images/dot.gif" width="1"></TD></TR><TR><TD align="center"><FONT color="#0086b2" size="-1"><I>
- Copyright © 1999 The Apache Software Foundation.
- All Rights Reserved.
- </I></FONT></TD></TR></TABLE></BODY></HTML>
\ No newline at end of file
+++ /dev/null
-Content of the directory xml-fop/docs
-
-xslfoRef.xml a short xsl:fo reference
-xml2pdf.xsl a stylesheet, to convert xslfoRef.xml to pdf
-
-html-docs Fop documentation in html files
-xml-docs Fop documentation in xml files and a script to create pdf documentation
-
-design UML diagrams showing the Fop design
-bugtests contains a set of xsl:fo files which are used to test
- changes to the Fop code
-graphics some graphics used by the examples and test files
-examples a lot of xs:fo example files
-examples/fo some simple examples to get you started
-examples/
- pagination some simple and some not so simple examples how to use the
- new page layout tags in xsl:fo
-examples/svg quite a lot of examples using svg
-
+++ /dev/null
-<?xml version="1.0"?>
-
-<!-- ===========================================================================
-
-
-Build targets
-=============
-
-These are the meaningful targets for this build file:
-
- - pdf [default] -> creates ./fop.pdf
- - clean -> deletes all files produced by this script
-
--->
-
-
-<project default="pdf" basedir=".">
-
- <!-- =================================================================== -->
- <!-- Initialization target -->
- <!-- =================================================================== -->
- <target name="init">
- <tstamp/>
-
- <property name="src.dir" value="./fop"/>
- <property name="allfiles.xml" value="fop-doc.xml"/>
- <property name="outfile.fo" value="fop.fo"/>
- <property name="outfile.pdf" value="fop.pdf"/>
-
- <taskdef name="fop" classname="org.apache.fop.tools.anttasks.Fop"/>
- <taskdef name="xslt" classname="org.apache.fop.tools.anttasks.Xslt"/>
-
- </target>
-
- <!-- =================================================================== -->
- <!-- copies all xml files into one. the infile is a dummy, because the -->
- <!-- source files are defined in the stylesheet -->
- <!-- =================================================================== -->
- <target name="prepare-files" depends="init">
- <xslt infile="fop.xml" xsltfile="xml2xml.xsl"
- outfile="${allfiles.xml}" smart="yes"/>
- </target>
-
- <!-- =================================================================== -->
- <!-- Generates the fo file -->
- <!-- =================================================================== -->
- <target name="fo" depends="prepare-files">
- <xslt infile="${allfiles.xml}" xsltfile="xml2pdf.xsl"
- outfile="${outfile.fo}" smart="yes"/>
- </target>
-
-
- <!-- =================================================================== -->
- <!-- Generates the pdf file -->
- <!-- =================================================================== -->
- <target name="pdf" depends="fo">
- <fop fofile="${outfile.fo}" pdffile="${outfile.pdf}"/>
- </target>
-
-
-
- <!-- =================================================================== -->
- <!-- Clean targets -->
- <!-- =================================================================== -->
- <target name="clean">
- <delete file="${allfiles.xml}"/>
- <delete file="${outfile.fo}"/>
- <delete file="${outfile.pdf}"/>
- </target>
-
-</project>
-
-<!-- End of file -->
+++ /dev/null
-<?xml version="1.0"?>
-
-
-<book title="FOP XSL-FO documentation" copyright="1999-2001 The Apache Software Foundation">
- <external href="../index.html" label="Home"/>
- <separator/>
- <document id="index" label="Readme" source="fop/readme.xml"/>
- <document id="todo" label="TODO" source="fop/todo.xml" />
- <document id="download" label="Download" source="fop/download.xml" />
- <document id="running" label="Running FOP" source="fop/running.xml" />
- <document id="implemented" label="Features" source="fop/implemented.xml" />
- <document id="limitations" label="Limitations" source="fop/limitations.xml" />
- <document id="examples" label="Examples" source="fop/examples.xml" />
- <document id="config" label="Configuration" source="fop/configuration.xml" />
- <document id="fonts" label="Fonts" source="fop/fonts.xml" />
- <document id="extensions" label="Extensions" source="fop/extensions.xml" />
- <document id="svg" label="SVG" source="fop/svg.xml" />
- <separator/>
- <document id="compiling" label="Compiling" source="fop/compiling.xml" />
- <document id="embedding" label="Embedding" source="fop/embedding.xml" />
- <document id="testing" label="Testing" source="fop/testing.xml" />
- <document id="involved" label="Getting involved" source="fop/involved.xml" />
- <document id="architecture" label="Architecture" source="fop/architecture.xml"/>
- <separator/>
- <document id="bugs" label="Bugs" source="fop/bugs.xml" />
- <document id="faq" label="FAQ" source="fop/faq.xml" />
- <document id="resources" label="Resources" source="fop/resources.xml" />
- <document id="license" label="License" source="fop/license.xml" />
-
-</book>
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-<!-- by Arved Sandstrom -->
-
-<s1 title="FOP Mechanics">
-
-<s2 title="Introduction">
-
-<p>
-The overall process is controlled by <em>org.apache.fop.apps.Driver</em>. In
-this class, a typical sequence is:</p>
-
-<source>Driver driver = new Driver();<br/>
-driver.setRenderer("org.apache.fop.render.pdf.PDFRenderer", version);<br/>
-driver.setOutputStream(new FileOutputStream(args[1]));<br/>
-driver.render(parser, inputHandler.getInputSource());</source>
-</s2>
-
-<s2 title="Formatting Object Tree">
-<p>The class <em>org.apache.fop.fo.FOTreeBuilder</em> is responsible for actually
-constructing the FO tree. The key SAX events used are </p>
-<p><code>startElement()</code>,</p>
-<p><code>endElement()</code> and <code>characters()</code>.</p>
-
-<p>All formatting objects derive from abstract class
-<em>org.apache.fop.fo.FONode</em>. The other FO classes inherit from
-<em>FONode</em> as follows:</p>
-
-<p><code>            FONode</code></p>
-<p><code>               |</code></p>
-<p><code>     __________|________</code></p>
-<p><code>    |                   |</code></p>
-<p><code>   FObj               FOText</code></p>
-<p><code>    |</code></p>
-<p><code>    |___________________</code></p>
-<p><code>    |                   |</code></p>
-<p><code>  FObjMixed      SequenceSpecifier
-</code></p>
-
-<p>FO's extending FObj:</p>
-
-<p>Package org.apache.fop.fo.pagination:</p>
-
-
-<p><code> LayoutMasterSet</code></p>
-<p><code> PageSequence</code></p>
-<p><code> RegionAfter</code></p>
-<p><code> RegionBefore</code></p>
-<p><code> RegionBody</code></p>
-<p><code> Root</code></p>
-<p><code> SequenceSpecification</code></p>
-<p><code> SimplePageMaster</code></p>
-
-
- <p>Package org.apache.fop.fo.flow:</p>
-
-
-<p><code>BlockContainer</code></p>
-<p><code>DisplayGraphic</code></p>
-<p><code>DisplayRule</code></p>
-<p><code>DisplaySequence</code></p>
-<p><code>Flow</code></p>
-<p><code>InlineGraphic</code></p>
-<p><code>ListBlock</code></p>
-<p><code>ListItem</code></p>
-<p><code>ListItemBody</code></p>
-<p><code>ListItemLabel</code></p>
-<p><code>PageNumber</code></p>
-<p><code>StaticContent</code></p>
-<p><code>Table</code></p>
-<p><code>TableBody</code></p>
-<p><code>TableCell</code></p>
-<p><code>TableColumn</code></p>
-<p><code>TableRow</code></p>
-
-<p>FO's extending SequenceSpecifier:</p>
-
- <p>Package org.apache.fop.fo.pagination:</p>
-
-
-<p><code>SequenceSpecifierAlternating</code></p>
-<p><code>SequenceSpecifierRepeating</code></p>
-<p><code>SequenceSpecifierSingle</code></p>
-
-<p>FO's extending FObjMixed:</p>
-
- <p>Package org.apache.fop.fo.flow:</p>
-
-
-<p><code>Block</code></p>
-<p><code>Inline</code></p>
-<p><code>BasicLink</code></p>
-
-</s2>
-
-<s2 title="FONode">
-<p>
-The class inheritance described above only describes the nature of the
-content. Every FO in FOP also has a parent, and a Vector of children. The
-parent attribute (in the Java sense), in particular, is used to enforce
-constraints required by the FO hierarchy.
-</p>
-
-<p>
-FONode, among other things, ensures that FO's have a parent, that they
-have children, that they maintain a marker of where the layout was up to
-(for FObj's it is the child number, and for FOText's it is the character
-number), and that they have a <code>layout()</code> method.
-</p>
-</s2>
-
-<s2 title="Making FO's">
-
-<p>
-Every FO class has code that looks something like this:
-</p>
-
-<p><code>public static class Maker extends FObj.Maker {</code></p>
-<p><code>   public FObj make(FObj parent, PropertyList propertyList)</code></p>
-<p><code>     throws FOPException</code></p>
-<p><code>   {</code></p>
-<p><code>     return new SimplePageMaster(parent, propertyList);</code></p>
-<p><code>   }</code></p>
-<p><code>}</code></p>
-
-
-<p>
-The class also has a static method that resembles
-</p>
-
-<p><code>public static FObj.Maker maker()</code></p>
-<p><code>   {</code></p>
-<p><code>     return new PageSequence.Maker();</code></p>
-<p><code>   }</code></p>
-
-<p>
-A hash 'fobjTable' exists in <em>FOTreeBuilder</em>, and maps the FO names (such as
-'fo:table') to object references to the appropriate factories
-(such as <em>Table.Maker</em>).
-</p>
-
-<p>
-Properties (recall that FO's have properties, areas have traits, and XML
-nodes have attributes) are also a concern of <em>FOTreeBuilder</em>. It
-accomplishes this by using a <em>PropertyListBuilder</em>. There is a
-separate <em>PropertyListBuilder</em> for each namespace encountered
-while building the FO tree. Each Builder object contains a hash of
-property names and <ref>their</ref> respective makers. It may also
-contain element-specific property maker hashes; these are based on the
-<em>local name</em> of the flow object, ie. <em>table-row</em>, not
-<em>fo:table-row</em>. If an element-specific property mapping exists,
-it is preferred to the generic mapping.</p>
-<p>The base class for all
-properties is <em>Property</em>, and all the property makers extend
-<em>Property.Maker</em>. A more complete discussion of the property
-architecture may be found in <jump href="properties.html">Properties</jump>.
-</p>
-</s2>
-<s2 title="FO Formatting">
-
-<p>
-<em>FOTreeBuilder</em> calls <code>format()</code> on the root FO, passing
-it the <em>AreaTree</em>
-reference. In turn, <em>Root</em> calls <code>format()</code> on each
-<em>PageSequence</em>, passing <ref>it</ref>
-the <em>AreaTree</em> reference.
-</p>
-
-<p>
-The <em>PageSequence</em> <code>format()</code> method does the following things:
-</p>
-
-<ol>
-<li>Makes a <em>Page</em>, using <em>PageMasterFactory</em> to produce a
-<em>PageMaster</em>, and
-using <code>makePage()</code> in the latter class. In the simplest picture,
-a <em>Page</em> has
-5 areas represented by <em>AreaContainers</em>;</li>
-
-<li>Handles layout for <em>StaticContent</em> objects in the 'before' and 'after'
-regions, if set. This uses the <code>layout()</code> method in
-<em>StaticContent</em>;</li>
-
-<li>If a page break is not forced, it will continue to layout the flow into
-the body area (<em>AreaContainer</em>) of the current page;</li>
-
-<li>It continues with (1) when layout into the current page is done, but
-the flow is not empty.</li>
-</ol>
-</s2>
-
-<s2 title="Area Layout">
-
-<p>
-FO's that represent actual areas, starting with <em>Flow</em> and
-<em>StaticContent</em>, have
-a <code>layout()</code> method, with the following signature:
-</p>
-
-<p>
-<code>
- public Status layout(Area area)
-</code>
-</p>
-
-<p>
-The fundamental role of the <code>layout()</code> method is to manage the layout of
-children and/or to generate new areas.
-</p>
-
-<p>
-<em>Example</em>: the <code>layout()</code> method for <em>Flow</em> generates no new areas - it manages the
-layout of the flow children.
-</p>
-
-<p>
-<em>Example</em>: the <code>layout()</code> method for <em>Block</em>
-generates a new <em>BlockArea</em> in and of
-itself, and also manages the layout of the block children, which are added
-to the <em>BlockArea</em> before that is itself added to its parent
-<em>Area</em>.
-</p>
-
-<p>
-<code>Layout()</code> methods are subject to the general constraint that possibly not
-all of their children can be accommodated, and they report back accordingly
-with an appropriate <em>Status</em>.
-</p>
-</s2>
-
-<s2 title="Rendering">
-
-<p>
-This is a separate process. The <code>render()</code> method in
-<em>Driver</em> is invoked (say,
-by <em>CommandLine</em>) with the laid-out <em>AreaTree</em> and a
-<em>PrintWriter</em> as arguments.
-This actually calls the <code>render()</code> method in a specific implementation of
-the <em>Renderer</em> interface, typically <em>PDFRenderer</em> or
-<em>AWTRenderer</em>.
-</p>
-
-<p>
-At the highest level <em>PDFRenderer</em>, for example, begins by rendering each
-<em>Page</em>. The <code>render()</code> method in <em>Page</em> (as is the case for other areas),
-invokes a particular method in the renderer of choice, e.g.
-<code>renderPage()</code>.
-<em>NOTE</em>: this system is bypassed for <em>Page</em>, incidentally.
-</p>
-
-</s2>
-
-
-<!-- by Art Welch -->
-<s2 title="Renderers">
- <s3 title="PrintRenderer">
- <p>The PrintRenderer is an abstract base class for print type renderers. Currently the PCL, PDF, and TXT renderers extend from this. This allows as much common functionality to be contained in one place as possible (at least as much as I could consolidate fairly quickly). Unfortunately I have not yet been able to make the renderPage and renderWordArea methods common. This is unfortunate because these methods seem to experience the most activity. Maybe soneone else will have a clever solution to this (without breaking them into a bunch of little bits).</p>
- <p>It is my hope that this base class will be useful for other renderers as well.</p>
- </s3>
-
- <s3 title="PCLRenderer">
- <p>The PCLRenderer is a FOP renderer that should produce output as close to identical as possible to the printed output of the PDFRenderer within the limitations of the renderer, and output device.</p>
-
- <p>The output created by the PCLRenderer is generic PCL 5 as documented in the "HP PCL 5 Printer Language Technical Reference Manual" (copyright 1990). This should allow any device fully supporting PCL 5 to be able to print the output generated by the PCLRenderer.</p>
-
- <s4 title="Limitations">
- <ul>
- <li>Text or graphics outside the left or top of the printable area are not rendered properly. In general things that should print to the left of the printable area are shifted to the right so that they start at the left edge of the printable area and an error message is generated.</li>
- <li>The Helvetica and Times fonts are not well supported among PCL printers so Helvetica is mapped to Arial and Times is mapped to Times New. This is done in the PCLRenderer, no changes are required in the FO's. The metrics and appearance for Helvetica/Arial and Times/Times New are nearly identical, so this has not been a problem so far.</li>
- <li>Only the original fonts built into FOP are supported.</li>
- <li>For the non-symbol fonts, the ISO 8859/1 symbol set is used (PCL set "0N").</li>
- <li>Multibyte characters are not supported.</li>
- <li>SVG support is limited. Currently only lines, rectangles (may be rounded), circles, ellipses, text, simple paths, and images are supported. Colors are supported (dithered black and white) but not gradients.</li>
- <li>Images print black and white only (not dithered). When the renderer prints a color image it uses a threshold value, colors above the threshold are printed as white and below are black. If you need to print a non-monochrome image you should dither it first.</li>
- <li>Image scaling is accomplished by modifying the effective resolution of the image data. The available resolutions are 75, 100, 150, 300, and 600 DPI.</li>
- <li>Color printing is not supported. Colors are rendered by mapping the color intensity to one of the PCL fill shades (from white to black in 9 steps).</li>
- <li>SVG clipping is not supported.</li>
- </ul>
- </s4>
-
- <s4 title="Additional Features">
- <p>There are some special features that are controlled by some public variables on the PCLRenderer class.</p>
-
- <dl>
- <dt>orientation</dt>
- <dd><p>The logical page orientation is controlled by the public orientation variable. Legal values are:</p>
- <ul>
- <li>0 Portrait</li>
- <li>1 Landscape</li>
- <li>2 Reverse Portrait</li>
- <li>3 Reverse Landscape</li>
- </ul>
- </dd>
- <dt>curdiv, paperheight</dt>
- <dd>The curdiv and paperheight variables allow multiple virtual pages to be printed on a piece of paper. This allows a standard laser printer to use perforated paper where every perforation will represent an individual page. The paperheight sets the height of a piece of paper in decipoints. This will be divided by the page.getHeight() to determine the number of equal sized divisions (pages) that will fit on the paper. The curdiv variable may be read/written to get/set the current division on the page (to set the starting division and read the ending division for multiple invocations).</dd>
- <dt>topmargin, leftmargin</dt>
- <dd>The topmargin and leftmargin may be used to increase the top and left margins for printing.</dd>
- </dl>
- </s4>
- </s3>
-
- <s3 title="TXTRenderer">
- <p>The TXTRenderer is a FOP renderer that produces plain ASCII text output that attempts to match the output of the PDFRenderer as closely as possible. This was originally developed to accommodate an archive system that could only accept plain text files. Of course when limited to plain fixed pitch text the output does not always look very good.</p>
- <p>The TXTRenderer works with a fixed size page buffer. The size of this buffer is controlled with the textCPI and textLPI public variables. The textCPI is the effective horizontal characters per inch to use. The textLPI is the vertical lines per inch to use. From these values and the page width and height the size of the buffer is calculated. The formatting objects to be rendered are then mapped to this grid. Graphic elements (lines, borders, etc) are assigned a lower priority than text, so text will overwrite any graphic element representations.</p>
- </s3>
-</s2>
-
-
-<s2 title="UML Diagrams">
-<p>
-You can find UML diagramms for all Fop packages (latest release version)
-<jump href="http://xml.apache.org/dist/fop/fop-uml.zip">here</jump>.</p>
-</s2>
-
-<s2 title="SVG">
-
-<p>
-FOP supports svg rendering. SVG is supported as an instream-foreign-object
-embedded in an FO document or as an external SVG image.
-</p>
-
-<p>
-If the svg is embedded in an instream-foreign-object then all the elements and
-attributes are read directly and converted into an SVG DOM representation
-using the Batik library. This is then stored as a DOM until required for rendering.
-The rendering process depends on the what type of renderer is being used.
-</p>
-
-<p>
-The SVG DOM is rendered in the PDF renderer by using the abitlity of Batik to render
-DOM to a Graphics2D. First the DOM is converted into an intermediate representation
-then this is rendered to a PDFGraphics2D graphic object which writes the drawing
-instructions directly as PDF markup.
-</p>
-
-<p>
-The AWTRenderer and the PrintRenderer use Batik directly to draw the SVG image
-into the current java Graphics2D context.
-</p>
-
-<p>
-For more information see the SVG documentation.
-</p>
-</s2>
-</s1>
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-<!-- Bugs -->
-
-<s1 title="Bugs">
- <s2 title="How to report bugs">
- <p>Please report bugs to <jump href="http://nagoya.apache.org/bugzilla/">bugzilla</jump>, the Apache bug
- database. A copy of your bug report is sent automatically to the discussion list fop-dev@xml.apache.org. </p>
- <p>Please make sure, before you report a bug, that it is not mentioned in the FAQ or
- in the list of open bugs at bugzilla.</p>
- <p>Please make your description as concise as possible and add an example fo
- file with your report, which just demonstrates the problem. Thanks for your help!</p>
- </s2>
- <s2 title="Known bugs">
- <p>A list of known bugs can be found at <jump href="http://nagoya.apache.org/bugzilla/">bugzilla</jump>.</p>
- </s2>
-</s1>
-
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-
-<!-- Compiling FOP -->
-
-<s1 title="Compiling FOP">
- <p>Compilation is started by executing build, either as a batch file on win32 (build.bat) or as a shell script on unix. Before you
- can start one of these scripts, you have to setup your classpath and the environment variable JAVA_HOME (see below).</p>
- <p> The compilation uses Ant,
- a replacement of make (you can find more information about Ant at
- <jump href="http://jakarta.apache.org/ant/">jakarta.apache.org</jump>).
- build.xml is the replacement of makefile. Look there for detailed information on the build
- process and different targets. </p>
- <p>A help screen is shown by calling "build usage".</p>
- <p>If you only want to use Fop, you don't need to build it. A fop.jar comes with the distribution.</p>
- <s2 title="Setting up your classpath">
- <p><note>You don't have to setup your classpath; all libraries needed to compile Fop are coming with
- the distribution and are referenced by the build script, so you only need to care about them,
- if you build Fop in any other way. See build.bat/build.sh for details. </note></p>
- </s2>
- <s2 title="Setting of JAVA_HOME">
- <p>You have to set the enviroment variable JAVA_HOME. It must point to your local JDK
- root directory. This is true, even if you use JDK 1.2 or above, which normally don't need this
- setting. It is used by Ant, the compilation software.</p>
- </s2>
- <s2 title="Problems">
- <p>If you have problems compiling Fop, please try this first: </p>
- <ul>
- <li>delete the build directory completely and try a new build from scratch</li>
- <li>check, whether you have an older version of xerces.jar, xalan.jar, batik.jar somewhere in
- you classpath.</li>
- </ul>
- <p>If you still have problems, please look at the
- page <jump href="bugs.html">bugs</jump>, for further help.</p>
- </s2>
-</s1>
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-
-<s1 title="Configuration">
- <s2 title="How to configure Fop">
- <p>In the directory xml-fop/conf you will find two configuration files. One of them,
- config.xml, is only intended for Fop developers, who want to add new default values
- to some Fop feature. Don't change this file. For user configuration there is a file called
- userconfig.xml. It contains templates for all settings a user can change. Most of them are
- commented out. Uncomment the entry you want to set and change the value according to
- your wishes. Please regard any comments which specify the value range. And, well, the
- configuration files are xml files, so keep them at least well-formed ;-)
- </p>
- <p>The file userconfig.xml is not read automatically, but the user must specify its use on
- the command line. See <jump href="running.html">Running Fop</jump> for details.
- </p>
- </s2>
- <s2 title="setting up hyphenation">
- <p>Fop comes already with some hyphenation pattern. If you need a hyphenation pattern
- which isn't included in the distribution, do the following:
- </p>
- <p>1. get the TeX hyphenation pattern file and turn it into an xml file which conforms
- to the hyphenation.dtd in the sub directory /hyph
- </p>
- <p>2. name this new file following this schema: languageCode_countryCode.xml. If you don't need
- a country code, leave it away, p.e. the file name for an American english hyphenation pattern
- would look like this: en_US.xml. For an Italian file: it.xml. Language and country codes must be
- the same as in xsl:fo, that is follow
- <jump href="http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt">ISO 639</jump>
- and <jump href="http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt">ISO 3166</jump>
- respectively. NOTE: The ISO 639/ISO 3166 convention is that language names are
- written in lower case, while country codes are written in upper case.
- </p>
- <p>3. If you have build your new hyphenation pattern file successfully there are
- two ways to make it accessible to Fop.
- </p>
- <p> a) Put this new file into the directory /hyph and rebuild Fop. The file will
- be picked up and added to the fop.jar.
- </p>
- <p> b) Put the file into a directory of your choice and specify this directory
- in the userconfig.xml in the entry <hyphenation-dir>.
- </p>
- </s2>
-</s1>
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-
-<!-- Download FOP -->
-
-<s1 title="Downloading FOP">
- <s2 title="">
- <p>You can download the latest release version from the <jump
- href="http://xml.apache.org/dist/fop/">distribution directory</jump>. </p>
- <p>The file contains also the documentation (including some example fo files) and the source. </p>
- <p>If you want to work with the latest and nicest code, you can use the cvs version. See the section
- on AnonCVS in the <jump href="http://xml.apache.org/cvs.html">xml.apache.org documentation</jump> for details.
- Sometimes people have difficulties to access the cvs server; in this case you can download
- a snapshot from the cvs files <jump href="http://xml.apache.org/from-cvs/xml-fop/">here</jump>.
- In both cases you have to build Fop yourself - see <jump href="compiling.html">Compiling Fop</jump> for details.
- </p>
- <p>To run FOP from the command line, see <jump href="running.html">Running FOP</jump>. If you are
- interested in embedding FOP in a Java application of your own, see
- <jump href="embedding.html">Embedding FOP</jump>.
- </p>
- </s2>
-</s1>
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-
-<!-- Embedding FOP -->
-
-<s1 title="Embedding FOP ">
- <s2 title="Overview">
- <p>Instantiate org.apache.fop.apps.Driver. Once this class is
- instantiated, methods are called to set the
- Renderer to use
- and the OutputStream to use to output the results of the
- rendering (where applicable). In the case of the Renderer and
- ElementMapping(s), the Driver may be supplied either with the
- object itself, or the name of the class, in which case Driver will
- instantiate the class itself. The advantage of the latter is it
- enables runtime determination of Renderer and ElementMapping(s).
- </p>
- <p>The simplest way to use Driver is to instantiate it with the
- InputSource and OutputStream, then set the renderer desired and
- call the run method.
- </p>
- <p>Here is an example use of Driver which outputs PDF:
- </p>
- <source><![CDATA[
- Driver driver = new Driver(new InputSource (args[0]),
- new FileOutputStream(args[1]));
- driver.setRenderer(RENDER_PDF);
- driver.run();
-]]></source>
-
-
- <p>Once the Driver is set up, the render method
- is called. Depending on whether DOM or SAX is being used, the
- invocation of the method is either render(Document) or
- render(Parser, InputSource) respectively.
- </p>
- <p>A third possibility may be used to build the FO Tree, namely
- calling getContentHandler() and firing the SAX events yourself.
- </p>
- <p>Once the FO Tree is built, the format() and render() methods may be
- called in that order.
- </p>
- <p>Here is an example use of Driver:</p>
- <source><![CDATA[
- Driver driver = new Driver();
- driver.setRenderer(Driver.RENDER_PDF);
- driver.setInputSource(new FileInputSource(args[0]));
- driver.setOutputStream(new FileOutputStream(args[1]));
- driver.run();
-]]></source>
- <p>You can also specify an xml and xsl file for the input.
- </p>
- <p>Here is an example use of Driver with the XSLTInputHandler:</p>
- <source><![CDATA[
- Driver driver = new Driver();
- driver.setRenderer(Driver.RENDER_PDF);
- InputHandler inputHandler = new XSLTInputHandler(xmlFile, xslFile);
- XMLReader parser = inputHandler.getParser();
- driver.setOutputStream(new FileOutputStream(outFile));
- driver.render(parser, inputHandler.getInputSource());
-]]></source>
- <p>Have a look at the classes CommandLineStarter or FopServlet for complete examples.</p>
- </s2>
- <s2 title="Using Fop in a servlet">
- <p>In the directory xml-fop/docs/examples/embedding you can find a working example how to use
- Fop in a servlet. You can drop the fop.war into the webapps directory of Tomcat, then
- go to a URL like this:
- </p>
- <p>http://localhost:8080/fop/fop?fo=/home/path/to/fofile.fo</p>
- <p>You can also find the source code there in the file FopServlet.java</p>
- <p>
- To compile this code you will need servlet_2_2.jar (or compatible), fop.jar and the sax api in your classpath.
- </p>
- </s2>
-</s1>
-
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-
-<!-- Examples -->
-
-<s1 title="Examples">
- <p>Examples for the use of xsl:fo can be found in the Fop distribution in
- the subdirectory xml-fop/docs/examples/fo. You can start transformation of all fo files into pdf
- files by starting xml-fop/docs/examples/runtests. The resulting test files can be found in
- xml-fop/docs/examples/tests
- </p>
- <p>At the moment the following files are part of the distribution:</p>
- <ul>
- <li>simple.fo - a very simple file which gives use a first impression of the structure of an fo file
- </li>
- <li>normal.fo - a simple file showing the use of a 2 level of headings, normal text and a header.
- </li>
- <li>table.fo - some table examples
- </li>
- <li>list.fo - a short tutorial how to use list fo's and properties
- </li>
- <li>images.fo - shows how to embed gif and jpg images into the xsl:fo file using external-graphic.
- </li>
- <li>border.fo - a not so simple example how to use borders in tables
- </li>
- <li>extensive.fo - a longer test file containing a lot of different flow objects and properties.
- A good candidate to test your bugfix or new Fop code.
- </li>
- <li>leader.fo - shows different uses of fo:leader, p.e. as rule or in a table of content
- </li>
- <li>normalex.fo - shows the use of computed property values
- </li>
- <li>inhprop.fo - shows the use of inherited property values
- </li>
- <li>instream.fo - shows the use of fo:instream-foreign-object together with svg
- </li>
- <li>textdeko.fo - shows the use of the property textdecoration
- </li>
- <li>readme.fo - uses an old version of Fop documentation for a longer example
- </li>
-
- <li>Look also into the directory examples/svg. There you find some very extensive svg examples.
- Just start makedoc.
- </li>
- <li>In the directory examples/pagination you find a suite of examples showing the use
- of xsl:fo pagination.
- </li>
- </ul>
- <p>Developers will find the first steps to a test suite for all implemented formatting objects and
- properties in xml-fop/test/xml/.</p>
-
-</s1>
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-
-<s1 title="Extensions to FOP">
- <p>Sometimes it is desirable to have extensions to xsl:fo in order to support some feature of the
- output format which isn't covered by the xsl:fo specification.
- </p>
- <s2 title="Default Extensions">
-<p>
-These extension are available by default. They are automatically loaded
-and you only need to provide the correct namespace for your embedded
-xml markup.
-</p>
- <s3 title="SVG">
-Please see the <jump href="svg.html">SVG page</jump> for more details.
- </s3>
- <s3 title="Bookmarks">
- <p>To use this standard Fop extension, you need to add a namespace entry for
- http://xml.apache.org/fop/extensions on the root element. </p>
-
- <p>You can provide outlines inside the root object (but outside
- any page-sequences or
- other formatting objects). Here's an example of an outline entry:</p>
- <source>
-<![CDATA[<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:fox="http://xml.apache.org/fop/extensions">
- <fox:outline internal-destination="sec3">
- <fox:label>Running FOP</fox:label>
-
- <fox:outline internal-destination="sec3-1">
- <fox:label>Prerequisites</fox:label>
- </fox:outline>
- <fox:outline>
-</fo:root>
-]]></source>
- <p>It works similarly to a basic-link. There is also an external-destination
- property, but it isn't supported currently. See the pdfoutline.fo file in
- docs/examples/fo for a more complete example.</p>
- </s3>
- </s2>
- <s2 title="Adding Your Own">
-<p>
-To add your own extension you need to do the following things.
-</p>
-<p>
-Write code that implements your extension functionality.
-The easiest place to start is by looking at the code in org.apache.fop.extension.
-</p>
-<p>
-Create a jar file with your classes, it must also include the following file "/META-INF/services/org.apache.fop.fo.ElementMapping". In this file you need to put the fully qualified classname of your element mappings class. This class must implement the "org.apache.fop.fo.ElementMapping" interface.
-</p>
-<p>
-Create your fo file with the extra xml data embedded in the file with the correct name space. The examples for svg and pdfoutline.fo show how this can be done.
-</p>
-<p>
-Put your jar file in the classpath and then run fop over the fo file.
-</p>
-
- </s2>
-</s1>
-
+++ /dev/null
-<?xml version="1.0"?>
-
-
-<s1 title="Frequently Asked Questions">
- <s2 title="Introduction">
- <p>
- Here we have some answers to common questions about FOP. This only covers
- general information about getting started with FOP and pointers to more
- information.
- </p>
- <p>
- For up to date information or more details please visit the Fop FAQ site.
- The site uses Jyve to provide an interactive FAQ:
- <jump href="http://www.owal.co.uk:8090/asf/servlet/asf/screen/DisplayTopics/action/SetAll/project_id/18/faq_id/276">http://www.OWAL.co.uk:8090/</jump>
- </p>
- </s2>
- <s2 title="Questions">
- <ul>
- <li><jump href="#q1">What is FOP?</jump></li>
- <li><jump href="#q2">How does FOP interact with other Apache Projects?</jump></li>
- <li><jump href="#q3">What is XSL (FO)?</jump></li>
- <li><jump href="#q4">What can I do with FOP?</jump></li>
- <li><jump href="#q5">How can I contribute?</jump></li>
- <li><jump href="#q6">How do I author XSL documents?</jump></li>
- <li><jump href="#q7">How can I see a demo?</jump></li>
- </ul>
- </s2>
- <s2 title="Answers">
- <s3 title="What is FOP">
-<anchor name="q1"></anchor>
- <p>
- FOP is a print formatter for XSL formatting objects.
- </p>
- <p>
- It can be used to render an XML file containing XSL formatting objects
- into a page layout. The main target is PDF but other rendering targets
- are supported, such as AWT, PCL, text and direct printing.
- </p>
- </s3>
- <s3 title="How does FOP interact with other Apache Projects?">
-<anchor name="q2"></anchor>
- <p>
- FOP is distributed with <jump href="http://xml.apache.org/cocoon">Cocoon</jump> as a PDF serializer for XSL (FO) documents.
- </p>
- <p>
- <jump href="http://xml.apache.org/batik">Batik</jump> can be used with FOP to <jump href="http://xml.apache.org/batik/svgrasterizer.html">transcode an SVG image</jump> into a PDF document.
- The mime type for PDF is "application/pdf".
- </p>
- </s3>
- <s3 title="What is XSL (FO)">
-<anchor name="q3"></anchor>
- <p>
- </p>
- </s3>
- <s3 title="What can I do with FOP">
-<anchor name="q4"></anchor>
- <p>
- </p>
- </s3>
- <s3 title="How can I contribute">
-<anchor name="q5"></anchor>
- <p>
- </p>
- </s3>
- <s3 title="How do I author XSL documents">
-<anchor name="q6"></anchor>
- <p>
- </p>
- </s3>
- <s3 title="How can I see a demo">
-<anchor name="q7"></anchor>
- <p>
- There will be a Java Webstart demo sometime in the future.
- </p>
- </s3>
- </s2>
-
-</s1>
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-<!-- Font Support -->
-<!-- Authors: Jeremias Maerki, Tore Engvig-->
-<s1 title="Font Support ">
- <s2 title="Status">
- <p>FOP (building PDF files) normally supports only the base 14 font package defined in the Adobe PDF specification.
- That includes the following fonts: Helvetica, Times, Courier, Symbol and ZapfDingbats.
- </p>
- <p>Font support in FOP can be extended by the addition of font metric files (written in XML) created from Adobe
- Type 1 fonts and Truetype fonts. No other font types (Type 3, etc.) are supported at this time.
- </p>
- </s2>
- <s2 title="Adding additional Type 1 fonts">
- <p>As mentioned above you need an XML file containing font metrics to be able to use an additional font. FOP
- contains a tool that can generate such a font metrics file from a PFM file, which normally comes with the font file.
- </p>
- <s3 title="Generating a font metrics file">
- <p> Run the class org.apache.fop.fonts.apps.PFMReader to generate the XML file.
- </p>
- <p>
- <code>java -cp fop.jar;xerces.jar;xalan.jar;batik.jar</code>
- </p>
- <p>
- <code>org.apache.fop.fonts.apps.PFMReader pfm-file xml-file</code>
- </p>
- <p>Note: The tool will construct some values (FontBBox, StemV and ItalicAngle) based on assumptions and
- calculations which are only an approximation to the real values. FontBBox and Italic Angle can be found in
- the human-readable part of the PFB file. The PFMReader tool does not yet interpret PFB files, so if you want
- to be correct, you may have to adjust the values in the XML file manually. The constructed values however
- appear to have no visible influence.
- </p>
- </s3>
- <s3 title="Register the fonts within FOP">
- <p>
- Edit conf/userconfig.xml and add entries for the font
- if the fonts section,
- ie:
- </p>
- <p>
- <code>
-<font metrics-file="cyberbit.xml" kerning="yes" embed-file="C:\WINNT\Fonts\Cyberbit.ttf">
- <font-triplet name="Cyberbit" style="normal" weight="normal">
-</font>
-</code>
-</p>
- </s3>
- </s2>
- <s2 title="Adding additional TrueType">
- <p>Adding Truetype fonts is almost identical to the process of
- adding type 1 fonts. The main difference is in the first
- step.</p>
-
- <s3 title="Generating a font metrics file">
- <p>As mentioned above you need an XML file containing font
- metrics to be able to use an additional font. FOP contains
- a tool that can generate such a font metrics file from
- your truetype font file.
- </p>
- <p>
- Create metrics for the fontfile (we assume the file has
- the name cmr10.ttf and exists in c:\myfonts\):
- </p>
- <p>
- <code>java org.apache.fop.fonts.apps.TTFReader C:\myfonts\cmr10.ttf C:\myfonts\cmr10.ttf ttfcm.xml</code></p>
- </s3>
- <s3 title="TrueType collections">
- <p>
- TrueType collections (.ttc files) contains more than one
- font. To create metrics for a ttc file you must specify
- the font in the collection with the -ttcname option to
- TTFReader.
- </p>
- <p>
- To get a list of the fonts in a collection, just start the
- TTFReader as if it were a normal truetype file (without
- the -ttcname option). It will then display all the font
- names and exit with an Exception...
- </p>
- <p>
- Example on generating metrics for a .ttc file:
- </p>
- <p>
- <code>
- java org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho" msmincho.ttc msminch.xml
- </code>
- </p>
- </s3>
-
- <s3 title="Register the fonts within FOP">
- <p>
- Same as for Type 1 fonts.
- </p>
- </s3>
-
- <s3 title="Embedding fonts">
- <p>
- Font embedding is enabled in the userconfig.xml file.
- </p>
- </s3>
- </s2>
- <p>
- Remember to start fop with -c conf/userconfig.xml
- </p>
-</s1>
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-
-<!-- What's Implemented? -->
-
-<s1 title="Features">
- <s2 title="What's Implemented?">
- <p>The following formatting objects and properties of the xsl-fo
- candidate recommendation are implemented.Please have also a look at the
- section on <jump href="limitations.html">limitations</jump>
- </p>
- </s2>
- <s2 title="1) Formatting Objects">
- <p>This section follows the table "B Formatting Object Summary" in the xsl:fo specification. At the
- end of each sub-section you find listed what is not implemented.</p>
-
- <s3 title="B.1 Declaration and Pagination and Layout Formatting Objects">
- <ul>
- <li>root</li>
- <li>page-sequence </li>
- <li>page-sequence-master</li>
- <li>single-page-master-reference</li>
- <li>repeatable-page-master-reference</li>
- <li>repeatable-page-master-alternatives</li>
- <li>conditional-page-master-reference</li>
- <li>layout-master-set </li>
- <li>simple-page-master </li>
- <li>region-body </li>
- <li>region-before </li>
- <li>region-after </li>
- <li>region-start</li>
- <li>region-end</li>
- <li>flow</li>
- <li>static-content </li>
- </ul>
- <p>Not implemented: declarations, color-profile, title</p>
- </s3>
-
- <s3 title="B.2 Block Formatting Objects">
- <ul>
- <li>block </li>
- </ul>
- <p>Not implemented: block-container</p>
- </s3>
-
- <s3 title="B.3 Inline Formatting Objects">
- <ul>
- <li>character</li>
- <li>external-graphic</li>
- <li>inline</li>
- <li>instream-foreign-object</li>
- <li>leader</li>
- <li>page-number </li>
- <li>page-number-citation, see <jump href="limitations.html">limitations</jump></li>
- </ul>
- <p>Not implemented: bidi-override, initial-property-set, inline-container</p>
- </s3>
-
- <s3 title="B.4 Table Formatting Objects">
- <ul>
- <li>table </li>
- <li>table-body</li>
- <li>table-cell</li>
- <li>table-column</li>
- <li>table-footer</li>
- <li>table-header</li>
- <li>table-row</li>
- </ul>
- <p>Not implemented: table-and-caption, table-caption </p>
- </s3>
-
- <s3 title="B.5 List Formatting Objects">
- <ul>
- <li>list-block </li>
- <li>list-item </li>
- <li>list-item-body </li>
- <li>list-item-label </li>
- </ul>
- </s3>
-
- <s3 title="B.6 Link and Multi Formatting Objects">
- <ul>
- <li>basic-link (internal and external)</li>
- </ul>
- <p>Not implemented: multi-switch, multi-case, multi-toggle,
- multi-properties, multi-property-set</p>
- </s3>
-
- <s3 title="B.7 Out-of-line Formatting Objects">
- <ul>
- <li>footnote</li>
- <li>footnote-body</li>
- </ul>
- <p>Not implemented: float</p>
- </s3>
-
- <s3 title="B.8 Other Formatting Objects">
- <ul>
- <li>wrapper</li>
- </ul>
- <p>Not implemented: marker, retrieve-marker</p>
- </s3>
- </s2>
-
-
-border and padding shorthand properties
-
- <s2 title="2) Properties">
- <p>Property values can be computed. Compound properties are also understood by Fop.</p>
- <ul>
- <li>background-color </li>
- <li>blank-or-not-blank</li>
- <li>border-after-color</li>
- <li>border-after-style</li>
- <li>border-after-width</li>
- <li>border-before-color</li>
- <li>border-before-style</li>
- <li>border-before-width</li>
- <li>border-bottom</li>
- <li>border-bottom-color</li>
- <li>border-bottom-style</li>
- <li>border-bottom-width</li>
- <li>border-color (only one value allowed) </li>
- <li>border-end-color</li>
- <li>border-end-style</li>
- <li>border-end-width</li>
- <li>border-left</li>
- <li>border-left-color</li>
- <li>border-left-style</li>
- <li>border-left-width</li>
- <li>border-right</li>
- <li>border-right-color</li>
- <li>border-right-style</li>
- <li>border-right-width</li>
- <li>border-start-color</li>
- <li>border-start-style</li>
- <li>border-start-width</li>
- <li>border-style</li>
- <li>border-top</li>
- <li>border-top-color</li>
- <li>border-top-style</li>
- <li>border-top-width</li>
- <li>border-width</li>
- <li>bottom</li>
- <li>break-after </li>
- <li>break-before </li>
- <li>character</li>
- <li>color </li>
- <li>column-count</li>
- <li>column-gap</li>
- <li>column-width </li>
- <li>country</li>
- <li>end-indent </li>
- <li>extent </li>
- <li>external-destination</li>
- <li>flow-name </li>
- <li>font-family </li>
- <li>font-size </li>
- <li>font-style </li>
- <li>font-weight </li>
- <li>height</li>
- <li>hyphenate</li>
- <li>hyphenation-character</li>
- <li>hyphenation-push-character-count</li>
- <li>hyphenation-remain-character-count</li>
- <li>id</li>
- <li>initial-page-number</li>
- <li>internal-destination</li>
- <li>keep-with-next (broken)</li>
- <li>language</li>
- <li>leader-alignment (not value "page")</li>
- <li>leader-length (see limitations)</li>
- <li>leader-pattern (not value "use-content")</li>
- <li>leader-pattern-width</li>
- <li>left</li>
- <li>line-height </li>
- <li>margin-bottom (only on pages and regions) </li>
- <li>margin-left (only on pages and regions) </li>
- <li>margin-right (only on pages and regions) </li>
- <li>margin-top (only on pages and regions) </li>
- <li>master-name </li>
- <li>maximum-repeats</li>
- <li>number-columns-spanned</li>
- <li>odd-or-even</li>
- <li>padding (only one value allowed) </li>
- <li>padding-after</li>
- <li>padding-before</li>
- <li>padding-bottom </li>
- <li>padding-end</li>
- <li>padding-left </li>
- <li>padding-right </li>
- <li>padding-start</li>
- <li>padding-top </li>
- <li>page-height </li>
- <li>page-position</li>
- <li>page-width </li>
- <li>position (allowed values: "static" (default),"relative", "absolute", fixed ) </li>
- <li>provisional-distance-between-starts </li>
- <li>provisional-label-separation </li>
- <li>ref-id </li>
- <li>region-name</li>
- <li>right</li>
- <li>rule-style</li>
- <li>rule-thickness </li>
- <li>space-after.optimum </li>
- <li>space-before.optimum </li>
- <li>span</li>
- <li>src </li>
- <li>start-indent </li>
- <li>table-omit-footer-at-break</li>
- <li>table-omit-header-at-break</li>
- <li>text-align </li>
- <li>text-align-last </li>
- <li>text-decoration</li>
- <li>text-indent </li>
- <li>top</li>
- <li>white-space-collapse</li>
- <li>width</li>
- <li>wrap-option</li>
- </ul>
- <p>All other properties are not implemented.</p>
- </s2>
-
- <s2 title="3)SVG Support">
-<p>
-FOP uses <jump href="http://xml.apache.org/batik/">Batik</jump> directly for its SVG support. Therefore FOP supports the same
-elements and properties as are supported by Batik. As FOP is designed for
-rendering to a static medium then only static SVG is rendered.
-</p>
-<p>
-Due to some limitations in PDF some SVG images, particularly ones with effects
-or transparency, may not come out correctly. The images should still be rendered
-correctly for the AWT and Print renderers.
-</p>
- </s2>
-</s1>
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-
-
-<!-- getting involved -->
-
-<s1 title="Getting involved">
-<!-- <p>Our main website <jump href="http://xml.apache.org/overview.html">xml.apache.org</jump>
- has a detailed description how to get involved. </p> The following is just a brief outline
- containing the addresses concerning Fop.</p>-->
- <s2 title="Read the Status file">
- <p>The Status file contains the list of features people are working on at the moment.
- And an outline what steps are next.</p>
- </s2>
- <s2 title="Subscribe to the fop discussion list">
- <p>You can subscribe to fop-dev@xml.apache.org by sending an email
- to <jump href="mailto:fop-dev-subscribe@xml.apache.org">fop-dev-subscribe@xml.apache.org</jump></p>
- <p>Sending bug reports and feature requests to the list is a welcome and important contribution to
- developing Fop. </p>
- <p>Read also the <jump href="http://marc.theaimsgroup.com/?l=fop-dev&r=1&w=2">archive</jump>
- of the discussion list fop-dev to get an idea of the issues being discussed. </p>
- </s2>
- <s2 title="Look at the developer's code using cvs">
- <p>Between releases the newest code can be accessed via cvs. To do this you need to install a cvs
- client on your computer, if it is not already there. An explanation how to connect to the
- Fop source repository can be found at <jump href="http://xml.apache.org/cvs.html">http://xml.apache.org/cvs.html</jump>.
- An introduction into cvs and the cvs manual can be found in the
- <jump href="http://xml.apache.org/library.html">reference library</jump>.</p>
- <p>All changes to the code repository are annonced in a special discussion group. You can subscribe
- to fop-cvs@xml.apache.org by sending an email to <jump href="mailto:fop-cvs-subscribe@xml.apache.org">
- fop-cvs-subscribe@xml.apache.org</jump>. If you want to contribute to the development of Fop you should subscribe,
- because it is important that you follow changes being made. </p>
- </s2>
- <s2 title="Contributing code, tests and documentation">
- <p>If you want to contribute code (p.e. a bugfix), a test or documentation (p.e. an additional example), please do the following: </p>
- <p>1) Make sure your code doesn't break the existing one and that Fop still compiles.</p>
- <p>2) Create a file which shows the differences to the existing code.</p>
- <p>3) Send this file to <jump href="mailto:fop-dev@xml.apache.org">fop-dev@xml.apache.org.</jump></p>
- <p>One of the committers will test your code and commit it to the code repository.</p>
- <p>If you have a test or useful bug test you should <jump href="testing.html">read this page</jump>.</p>
- <p>BTW: The Apache project knows different roles for contributors, namely 'users', 'developers', 'committers' and the 'Project
- Management Committee' (An explanation of these roles can be found <jump href="http://xml.apache.org/roles.html">here</jump>).</p>
- </s2>
- <s2 title="Get familiar with the Fop related standards">
- <p>At the moment Fop is mainly a tool to render XSL:FO files to pdf. Therefore if you want to contribute to Fop you should become
- familiar with these standards. You can find their internet addresses on our <jump href="specs.html">website</jump>.</p>
- </s2>
- <s2 title="Fop's architecture">
- <p>A bird's eye view on the way Fop operates can be found in the document <jump href="architecture.html">FOP Mechanics</jump></p>
- <p>If you want to extend the functionality of FOP by adding new formatting objects, you should do the following: </p>
- <p>1. FO Object: Write a class which contains the description of your formatting object and put it into the package fop.fo.flow, fop.fo.pagination (if it is a property it goes to fop.fo.properties. The classes in this package are generated via an xslt stylesheet located in codegen/properties.xml)</p>
- <p>2. Element Mapping: Add it to the list in fop.fo.StandardElementMapping (if it is a property you need to add it to fop.fo.PropertyListBuilder)</p>
- <p>3. Area: Either your need can be fulfilled within one of the existing classes in fop.layout, then just add the code to handle the new fo/property or you must write a new one.</p>
- <p>4. Renderer: Choose the renderer you are interested in. If you worked on an existing layout class you must add code to handle the new features to the already existing area specific method in the renderer class. Otherwise you have to add a new method. </p>
- </s2>
-</s1>
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-
-<!-- License -->
-
-<s1 title="License">
- <s2 title="The Apache Software License, Version 1.1">
- <p> Copyright (C) 1999 The Apache Software Foundation. All rights reserved.</p>
- <p> Redistribution and use in source and binary forms, with or without modification,
- are permitted provided that the following conditions are met:</p>
- <p>1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- </p>
-
- <p>2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- </p>
-
- <p>3. The end-user documentation included with the redistribution, if any, must
- include the following acknowledgment: "This product includes software
- developed by the Apache Software Foundation (http://www.apache.org/)."
- Alternately, this acknowledgment may appear in the software itself, if
- and wherever such third-party acknowledgments normally appear.
- </p>
-
- <p>4. The names "FOP" and "Apache Software Foundation" must not be used to
- endorse or promote products derived from this software without prior
- written permission. For written permission, please contact
- apache@apache.org.
- </p>
-
- <p>5. Products derived from this software may not be called "Apache", nor may
- "Apache" appear in their name, without prior written permission of the
- Apache Software Foundation.
- </p>
- <p>THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
- DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- </p>
-
- <p>
- This software consists of voluntary contributions made by many individuals
- on behalf of the Apache Software Foundation and was originally created by
- James Tauber <jtauber@jtauber.com>. For more information on the Apache
- Software Foundation, please see <jump href="http://www.apache.org/">http://www.apache.org/</jump>.
- </p>
- </s2>
-</s1>
-
+++ /dev/null
-<?xml version="1.0"?>
-
-
-
-<!-- Limitations -->
-
-<s1 title="Limitations">
- <p>FOP implements the fo objects and properties listed
- in <jump href="implemented.html">features</jump>, sometimes it does so only in a limited way.
- </p>
-
- <s2 title="fo:leader">
- <p>leader-length.minimum is not used at all</p>
- </s2>
-
- <s2 title="page-number-citation">
- <p>Only works for table of contents without any problems. The case where the page number doesn't
- fit on a line isn't handled, and any text on the same line and after the page-number might not
- appear exactly where you want it to.
- </p>
- </s2>
-
- <s2 title="Padding">
- <p>Padding works in conjunction with indents and spaces. It is only implemented
- for blocks. At the moment padding can't be used to make extra space (indents+spaces
- must be used), but only to control how much the background-color extends beyond
- the content rectangle.
- </p>
- </s2>
- <s2 title="Tables">
- <p>There two limitations for tables: 1) FOP needs you to explicitly specify column widths
- 2) Cells have to contain block-level FOs. They can't contain straight character data.
- </p>
- <p>A working basic example of a table looks like this: </p>
- <p><code><fo:table></code></p>
- <p><code> <fo:table-column column-width="150pt"/></code></p>
- <p><code> <fo:table-column column-width="150pt"/></code></p>
- <p><code> <fo:table-body font-size="10pt" font-family="sans-serif"></code></p>
- <p><code>  <fo:table-row></code></p>
- <p><code>   <fo:table-cell></code></p>
- <p><code>    <fo:block>text</fo:block></code></p>
- <p><code>   </fo:table-cell></code></p>
- <p><code>   <fo:table-cell></code></p>
- <p><code>    <fo:block>text</fo:block></code></p>
- <p><code>   </fo:table-cell></code></p>
- <p><code>  </fo:table-row></code></p>
- <p><code>  <fo:table-row></code></p>
- <p><code>   <fo:table-cell></code></p>
- <p><code>    <fo:block>text</fo:block></code></p>
- <p><code>   </fo:table-cell></code></p>
- <p><code>   <fo:table-cell></code></p>
- <p><code>    <fo:block>text</fo:block></code></p>
- <p><code>   </fo:table-cell></code></p>
- <p><code>  </fo:table-row></code></p>
- <p><code>  <fo:table-row></code></p>
- <p><code>   <fo:table-cell></code></p>
- <p><code>    <fo:block>text</fo:block></code></p>
- <p><code>   </fo:table-cell></code></p>
- <p><code>   <fo:table-cell></code></p>
- <p><code>    <fo:block>text</fo:block></code></p>
- <p><code>   </fo:table-cell></code></p>
- <p><code>  </fo:table-row></code></p>
- <p><code> </fo:table-body></code></p>
- <p><code></fo:table></code></p>
- </s2>
-
-
-</s1>
+++ /dev/null
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<!-- $Id$ -->
-<!--
- Authors:
- Karen Lease
--->
-
-<!-- New properties.xml overview -->
-
-<s1 title="Properties">
- <s2 title="Property datatypes">
-<p>The property datatypes are defined in the
-org.apache.fop.datatypes package, except Number and String which are java
-primitives. The FOP datatypes are:</p>
-<ul>
-<li>Number</li>
-<li>String</li>
-<li>ColorType</li>
-<li>Length (has several subclasses)</li>
-<li>CondLength (compound)</li>
-<li>LengthRange (compound)</li>
-<li>Space (compound)</li>
-<li>Keep (compound)</li>
-</ul>
-<p>The <em>org.apache.fop.fo.Property</em> class is the superclass for all
-Property subclasses. There is a subclass for each kind of property
-datatype. These are named using the datatype name plus the word
-Property, resulting in NumberProperty, StringProperty, and so
-on. There is also a class EnumProperty which uses an <code>int</code>
-primitive to hold enumerated values. There is no corresponding Enum
-datatype class.</p>
-<p>The Property class provides a "wrapper" around any possible
-property value. Code manipulating property values (in layout for
-example) usually knows what kind (or kinds) of datatypes are
-acceptable for a given property and will use the appropriate accessor.</p>
-<p>The base Property class defines accessor methods for all FO property
-datatypes, such as getNumber(), getColorType(), getSpace(), getEnum(),
-etc. It doesn't define
-accessors for SVG types, since these are handled separately (at least
-for now.) In the base Property class, all of these methods return
-null, except getEnum which returns 0. Individual subclasses return a value of the appropriate type,
-such as Length or ColorType. A subclass may also choose to return a
-reasonable value for other accessor types. For example, a
-SpaceProperty will return the optimum value if asked for a Length.</p>
- </s2>
-
- <s2 title="Property Makers">
-<p>The Property class contains a nested class called
-<em>Maker</em>. This is the base class for all other property Makers. It
-provides basic framework functionality which is overridden by the
-code generated by properties.xsl from the *properties.xml files. In
-particular it provides basic expression evaluation, using
-PropertyParser class in the org.apache.fop.fo.expr package.</p>
-<p>Other Property subclasses such as LengthProperty define their own
-nested Maker classes (subclasses of Property.Maker). These handle
-conversion from the Property subclass returned from expression
-evaluation into the appropriate subclass for the property.</p>
-<p>For each generic or specific property definition in the
-properties.xml files, a new subclass of one of the Maker classes is
-created. Note that no new Property subclasses are created, only new
-PropertyMaker subclasses. Once the property value has been parsed and
-stored, it has no specific functionality. Only the Maker code is
-specific. Maker subclasses define such aspects as keyword
-substitutions, whether the property can be inherited or not, which
-enumerated values are legal, default values, corresponding properties
-and specific datatype conversions.</p>
-</s2>
- <s2 title="XML property specification format">
- <s3 title="Generic properties">
-<p>In the properties xml files, one can define generic property
-definitions which can serve as a basis for individual property
-definitions. There are currently several generic properties defined in
-foproperties.xml. An example is GenericColor, which defines basic properties
-for all ColorType properties. Since the generic specification doesn't include
-the inherited or default elements, these should be set in each property
-which is based on GenericColor. Here is an example:</p>
-<p>
-<code>
- <property type='generic'>
- <name>background-color</name>
- <use-generic>GenericColor</use-generic>
- <inherited>false</inherited>
- <default>transparent</default>
- </property>
-</code></p>
-<p>A generic property specification can include all of the elements
-defined for the property element in the DTD, including the description
-of components for compound properties, and the specification of
-keyword shorthands.</p>
-
-<p>Generic property specifications can be based on other generic
-specifications.
-An example is GenericCondPadding template which is based on the
-GenericCondLength definition but which extends it by adding an inherited
-element and a default value for the length component.</p>
-<p>
-Generic properties can specify enumerated values, as in the
-GenericBorderStyle template. This means that the list of values, which
-is used by 8 properties (the "absolute" and "writing-mode-relative"
-variants for each BorderStyle property) is only specified one time.</p>
-<p>
-When a property includes a "use-generic" element and includes no other
-elements (except the "name" element), then no class is generated for the
-property. Instead the generated mapping will associate this
-property directly with an instance of the generic Maker.</p>
-<p>
-A generic class may also be hand-coded, rather than generated from the
-properties file.
-Properties based on such a generic class are indicated by the
-attribute <code>ispropclass='true'</code> on the
-<em>use-generic</em> element.</p>
-<p> This is illustrated by the SVG properties, most of
-which use one of the Property subclasses defined in the
-<em>org.apache.fop.svg</em>
-package. Although all of these properties are now declared in
-svgproperties.xml, no specific classes are generated. Classes are only
-generated for those SVG properties which are not based on generic
-classes defined in svg.</p>
- </s3>
- <s3 title="Element-specific properties">
-<p>Properties may be defined for all flow objects or only for
-particular flow objects. A PropertyListBuilder object will always look
-first for a Property.Maker for the flow object before looking in the
-general list. These are specified in the
-<code>element-property-list</code> section of the properties.xml
-files. The <code>localname</code> element children of this element specify for
-which flow-object elements the property should be registered.</p>
-<p><em>NOTE</em>: All the properties for an object or set of objects
-must be specified in a single element-property-list element. If the
-same localname appears in several element lists, the later set of
-properties will hide the earlier ones! Use the <em>ref</em>
-functionality if the same property is to be used in different sets of
-element-specific mappings.
-</p>
- </s3>
- <s3 title="Reference properties">
- <p>A property element may have a type attribute with the value
- <code>ref</code>. The
- content of the <em>name</em> child element is the name of the referenced
- property (not its class-name!). This indicates that the property
- specification has
- already been given, either in this same specification file or in a
- different one (indicated by the <code>family</code> attribute). The
- value of the family attribute is <em>XX</em> where the file
- <em>XXproperties.xml</em> defines the referenced property. For
- example, some SVG objects may have properties defined for FO. Rather
- than defining them again with a new name, the SVG properties simply
- reference the defined FO properties. The generating mapping for the
- SVG properties will use the FO Maker classes.</p>
- </s3>
- <s3 title="Corresponding properties">
-<p>Some properties have both <em>absolute</em> and
-<em>writing-mode-relative</em> forms. In general, the absolute forms
-are equivalent to CSS properties, and the writing-mode-relative forms
-are based on DSSSL. FO files may use either or both forms. In
-FOP code, a request for an absolute form will retrieve that value if it
-was specified on the FO; otherwise the corresponding relative property
-will be used if it was specified. However, a request for a relative
-form will only use the specified relative value if the corresponding
-absolute value was <em>not</em> specified for that FO.
-</p>
-<p>Corresponding properties are specified in the properties.xml files
-using the element <code>corresponding</code>, which has at least one
-<code>propval</code> child and may have a <code>propexpr</code> child,
-if the corresponding
-value is calculated based on several other properties, as for
-<code>start-indent</code>.
-</p>
-<p><em>NOTE</em>: most current FOP code accesses the absolute variants
-of these properties, notably for padding, border, height and width
-attributes. However it does use start-indent and end-indent, rather
-than the "absolute" margin properties.
-</p>
-</s3>
- </s2>
-
- <s2 title="Mapping">
-<p>The XSL script <code>propmap.xsl</code> is used to generate
-property mappings based on
-both foproperties.xml and svgproperties.xml. The mapping classes
-in the main fop packages simply load these automatically generated
-mappings. The mapping code still uses the static
-"maker" function of the generated object to obtain a Maker
-object. However, for all generated classes, this method returns an
-instance of the class itself (which is a subclass of Property.Maker)
-and not an instance of a separate nested Maker class.</p>
-<p>For most SVG properties which use the SVG Property classes directly,
-the generated mapper code calls the "maker" method of the SVG Property
-class, which returns an instance of its nested Maker class.</p>
-<p>The property generation also handles element-specific property
-mappings as specified in the properties XML files.</p>
- </s2>
-
- <s2 title="Enumerated values">
-<p>For any property whose datatype is <code>Enum</code> or which
-contains possible enumerated values, FOP code may need to access
-enumeration constants. These are defined in the interfaces whose name
-is the same as the generated class name for the property,
-for example <code>BorderBeforeStyle.NONE</code>. These interface classes
-are generated by the XSL script <code>enumgen.xsl</code>. A separate
-interface defining the enumeration constants is always generated for
-every property which uses the constants, even if the constants
-themselves are defined in a generic class, as in BorderStyle.</p>
-<p>If a subproperty or component of a compound property has enumerated
-values, the constants are defined in a nested interface whose name is
-the name of the subproperty (using appropriate capitalization
-rules). For example,
-the keep properties may have values of AUTO or FORCE or an integer
-value. These are defined for each kind of keep property. For example,
-the keep-together property is a compound property with the components
-within-line, within-column and within-page. Since each component may
-have the values AUTO or FORCE, the KeepTogether interface defines
-three nested interfaces, one for each component, and each defines
-these two constants. An example of a reference in code to the constant
-is <code>KeepTogether.WithinPage.AUTO</code>.</p>
-
- </s2>
-
- <s2 title="Compound property types">
-<p>Some XSL FO properties are specified by compound datatypes. In the FO file,
-these are defined by a group of attributes, each having a name of the
-form <code>property.component</code>, for example
-<code>space-before.minimum</code>. These are several compound
-datatypes:</p>
-<ul>
-<li>LengthConditional, with components length and conditionality</li>
-<li>LengthRange, with components minimum, optimum, and maximum</li>
-<li>Space, with components minimum, optimum, maximum, precedence and
-conditionality </li>
-<li>Keep, with components within-line, within-column and within-page</li>
-</ul>
-<p>These are described in the properties.xml files using the element
-<code>compound</code> which has <code>subproperty</code> children. A subproperty element is much
-like a property element, although it may not have an <code>inherited</code> child
-element, as only a complete property object may be inherited.
-</p>
-<p>Specific datatype classes exist for each compound property. Each
-component of a compound datatype is itself stored as a Property
-object. Individual components may be accessed either by directly
-performing a get operation on the name, using the "dot" notation,
-eg. <code>get("space-before.optimum")</code>; or by using an accessor on the compound
-property, eg. <code>get("space-before").getOptimum()</code>.
-In either case,
-the result is a Property object, and the actual value may be accessed
-(in this example) by using the "getLength()" accessor.
-</p>
- </s2>
-</s1>
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-<!-- Overview -->
-
-<s1 title="Fop">
- <s2 title="What is FOP?">
- <p>FOP is the world's first print formatter driven by XSL formatting
- objects. It is a Java application that reads a formatting object
- tree and then turns it into a PDF document. The formatting object
- tree, can be in the form of an XML document (output by an XSLT engine
- like XT or Xalan) or can be passed in memory as a DOM Document or (in
- the case of XT) SAX events.
- </p>
- <p>The latest version of Fop is 0.18 and it supports the xsl:fo candidate release.
- You can <jump href="download.html">download</jump>
- Fop including a precompiled version, the source code and many example files to
- get you started. Pointers to introductions into xsl:fo can be found in the
- section <jump href="specs.html">specifications</jump>. Please be aware, that
- Fop is at the moment not a full implementation of the basic conformance level
- of the xsl:fo standard. You can find a list of supported flow objects and properties
- in the section <jump href="implemented.html">Features</jump> and in section
- <jump href="limitations.html">Limitations</jump> in what way this support is
- limited.
- </p>
- <p>FOP is part of Apache's XML project. The homepage of FOP is
- <jump href="http://xml.apache.org/fop">http://xml.apache.org/fop</jump>. A list
- of known bugs, the committers to this project and the tasks they are working on can be found
- in the file <jump href="http://xml.apache.org/websrc/cvsweb.cgi/xml-fop/">Status</jump> in the
- root of your Fop distribution. A history of the latest changes to the project can be found in CHANGES.
- </p>
- </s2>
-
- <s2 title="FOP Objectives">
- <p>The goals of the Apache XML FOP Project are to deliver an XSL FO->PDF formatter that is compliant to at least the Basic
- conformance level described in the W3C Candidate Recommendation 21 November 2000, and that complies with the 11 March 1999 Portable Document
- Format Specification (Version 1.3) from Adobe Systems.
- </p>
-
- <p>Conformance to the XML 1.0 Recommendation, XSLT 1.0 Recommendation and the XML Namespaces Recommendation is
- understood. Other relevant documents, such as the XPath and XLink Working Drafts, are referenced as necessary. The FOP
- Project will attempt to use the latest version of evolving specifications.
- </p>
-
- <p>Secondary goals of the FOP Project (also, "FOP") are desirable requirements that also have a high priority.
- </p>
-
- <p>One secondary goal of the FOP Project is to deliver a follow-on version of the formatter that is compliant to the Extended
- conformance level described in the XSL FO. Any formatting objects that cannot be translated into PDF will be explicitly
- identified as such.
- </p>
-
- <p>Another secondary goal is to improve the conversion of SVG into PDF.
- This includes the use of FOP to work as a transcoder for Batik to convert
- an SVG document into a PDF document and the fully support embedding SVG inside
- fo documents in an fo:instream-foreign-object.
- </p>
-
- <p>A final secondary goal is the continued refinement of the FOP design and implementation. In particular, maintaining the
- separation between formatting and rendering, continuing to support the AWT Viewer renderer (backend), and providing
- new renderers, are all desirable objectives.
- </p>
- </s2>
-
-</s1>
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-
-<!-- FOP Relevant Specifications and links -->
-
-<s1 title="FOP Relevant Specifications and Links">
- <s2 title="Specifications">
- <ul>
- <li><jump href="http://www.w3.org/TR/2000/CR-xsl-20001121/">XSL-FO Candidate Recommendation (21 November 2000)</jump></li>
- <li><jump href="http://www.renderx.com/Tests/validator/fo2000.dtd.html">A dtd for the XSL-FO CR from November provided by N. Grigoriev from RenderX</jump></li>
- <li><jump href="http://www.w3.org/TR/2000/CR-SVG-20001102/">Supported SVG Candidate Recommendation (02 November 2000)</jump></li>
- <li><jump href="http://www.w3.org/TR/REC-xml">XML Recommendation</jump></li>
- <li><jump href="http://www.w3.org/TR/xslt">XSLT Recommendation</jump></li>
- <li><jump href="http://partners.adobe.com/asn/developer/acrosdk/DOCS/pdfspec.pdf">Portable Document Format (PDF) 1.3 Reference Manual </jump></li>
- <li><jump href="http://www.megginson.com/SAX/">Simple API for XML (SAX)</jump></li>
- <li><jump href="http://www.w3.org/TR/REC-DOM-Level-1">Document Object Model (DOM)</jump></li>
- <li><jump href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML Recommendation</jump></li>
- <li><jump href="http://java.sun.com/products/jdk/1.1/docs/index.html">Java JDK 1.1 Documentation</jump></li>
- </ul>
- </s2>
- <s2 title="Tutorials/Articles">
- <ul>
- <li><jump href="http://www.ibiblio.org/xml/books/bible/updates/15.html">Elliotte Rusty Harold: Chapter 15 on xsl:fo from his excellent xml book</jump></li>
- <li><jump href="http://www.sun.com/software/xml/developers/slides-dtd/">Paul Sandoz: Using formatting objects with the slides dtd</jump></li>
- <li><jump href="http://www.xml.com/pub/a/2001/01/17/xsl-fo/index.html">J. David Eisenberg: Using XSL Formatting Objects</jump></li>
- <li><jump href="http://zvon.org/xxl/xslfoReference/Output/index.html">Miloslav Nic: XSL FO reference</jump></li>
- </ul>
- </s2>
- <s2 title="Other resources">
- <ul>
- <li><jump href="http://xml.apache.org/mail/fop-dev/">Apache archive of fop-dev@apache.org</jump></li>
- <li><jump href="http://marc.theaimsgroup.com/">External, but easier to browse archive fop-dev@apache.org</jump></li>
- <li>There is an xsl:fo mailing list: www-xsl-fo@w3.org. Subscription info can be found here: <jump href="http://www.w3.org/Mail/Request">
- http://www.w3.org/Mail/Request</jump>. And the archive can be found here:
- <jump href="http://lists.w3.org/Archives/Public/www-xsl-fo/">http://lists.w3.org/Archives/Public/www-xsl-fo/</jump></li>
- </ul>
- </s2>
-</s1>
-
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-
-<!-- Running FOP -->
-
-<s1 title="Running FOP">
- <s2 title="Prerequisites">
- <p>Following software must be installed:</p>
- <p>a) Java 1.1.x or later (If you want to use the previewer (option -awt), you need Swing or Java 2)</p>
- <p>b) All libraries you need are part of the Fop distribution and
- can be found in the xml-fop/lib directory. Look at the batch/shell script fop.bat/fop.sh
- to see, how Fop can be invoked easily. These libraries are included:
- <ul>
- <li>An XML parser which supports SAX and DOM like
- <jump href="http://xml.apache.org/xerces-j/index.html">Xerces-J</jump>.
- (Xerces is the default xml parser)
- </li>
- <li>An XSLT processor
- </li>
- <li>The SVG library batik.jar is the library from the <jump href="http://xml.apache.org/batik/">batik project</jump> at xml.apache.org.
- </li>
- <li>The imaging library Jimi from Sun
- </li>
- </ul>
- </p>
- </s2>
-
- <s2 title="Starting FOP as an standalone application">
- <p><code>Fop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-pcl|-txt|-print] <outfile></code></p>
- <p>[OPTIONS]<br/>
- <source>
- -d debug mode<br/>
- -x dump configuration settings<br/>
- -q quiet mode<br/>
- -c cfg.xml use additional configuration file cfg.xml<br/>
- -l lang the language to use for user information<br/>
- </source>
- </p>
- <p>[INPUT]<br/>
- <source>
- infile xsl:fo input file (the same as the next)<br/>
- -fo infile xsl:fo input file<br/>
- -xml infile xml input file, must be used together with -xsl<br/>
- -xsl stylesheet xslt stylesheet<br/>
- </source>
- </p>
-
- <p>[OUTPUT]<br/>
- <source>
- outfile input will be rendered as pdf file into outfile<br/>
- -pdf outfile input will be rendered as pdf file (outfile req'd)<br/>
- -awt input will be displayed on screen<br/>
- -mif outfile input will be rendered as mif file (outfile req'd)<br/>
- -pcl outfile input will be rendered as pcl file (outfile req'd)<br/>
- -txt outfile input will be rendered as text file (outfile req'd)<br/>
- -print input file will be rendered and sent to the printer<br/>
- see options with "-print help"<br/>
- </source>
- </p>
-
- <p>[Examples]<br/>
- <source>
- Fop foo.fo foo.pdf<br/>
- Fop -fo foo.fo -pdf foo.pdf (does the same as the previous line)<br/>
- Fop -xsl foo.xsl -xml foo.xml -pdf foo.pdf<br/>
- Fop foo.fo -mif foo.mif<br/>
- Fop foo.fo -print or Fop -print foo.fo<br/>
- Fop foo.fo -awt<br/>
- </source>
- </p>
- </s2>
-
- <s2 title="Problems">
- <p>If you have problems running FOP, please have a look at the
- <jump href="http://www.owal.co.uk:8090/asf/servlet/asf/screen/DisplayTopics/action/SetAll/project_id/18/faq_id/276">FOP FAQ</jump>. If you don't find a solution there,
- you can ask for help on the list fop-dev@xml.apache.org. Maybe it is a bug and
- maybe somebody is already working on it.
- </p>
- </s2>
-</s1>
-
-
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-<!-- SVG in FOP -->
-
-<s1 title="SVG in FOP">
- <s2 title="Introduction">
- <p>
-FOP uses the SVG library from <jump href="http://xml.apache.org/batik/">Batik</jump> to handle SVG.
-This format can be handled as an <code>fo:instream-foreign-object</code> or in a separate
-file referenced with <code>fo:external-graphic</code>. Either way the SVG document will be
-read in and converted into a DOM in Batik. This DOM will then be used by the renderer to
-create the graphical image.
- </p>
- <p>
-The AWT and Print renderers simply use batik to draw the SVG into a graphic.
- </p>
- <p>
-In the case of the PDF renderer there is a PDFGraphics2D class that Batik uses
-to render the image into. This class converts the drawing instructions into
-PDF markup which is placed into the current PDF document.
- </p>
- </s2>
-
- <s2 title="Converting SVG to a PDF Document">
- <p>
-It is possible to convert a standalone SVG document directly into a simple page PDF document.
-This is possible through the use of Batik's transcoder mechanism.<br/>
-<code>java org.apache.batik.apps.rasterizer.Main -m application/pdf document.svg</code>
-<br/>
-This will output the svg document as "document.pdf" containing a PDF rendering of
-the SVG file.
- </p>
- <p>
-It is also possible to specify the width and/or height of the PDF document on the command line with -w and -h or if you are using the transcoder api you can use the transcoding hints.
- </p>
- <p>
-Currently the SVG image is drawn at the SVG document size and simply scaled in PDF to the new size. So the result may not be the best possible. For example if you have any images or effects it will draw them at the original resolution of the svg document. When this is viewed in the pdf it will have an incorrect resolution for the size of the pdf.
-</p>
- <p>
-The size of the pdf file will also remain the same regardless of what size the page is.
- </p>
- <p>
-For more information see <jump href="http://xml.apache.org/batik/">Batik</jump> for
-how transcoders work.
- </p>
-
- <p>
-These are the relevant classes, found in the package org.apache.fop.svg :
- </p>
- <p>
-<ul>
-<li><em>PDFGraphics2D</em>
-<br/>
-used for drawing onto a Graphics2D into an existing pdf document, used
-internally to draw the svg.
-</li>
-<li><em>PDFDocumentGraphics2D</em>
-<br/>
-used to create a pdf document and inherits from PDFGraphics2D to do the
-rest of the drawing. Used by the transcoder to create a standalone pdf
-document from an svg. Can be used independantly the same as any Graphics2D.
-</li>
-<li><em>PDFTranscoder</em>
-<br/>
-used to transcode an svg document into a standalone pdf, via
-PDFDocumentGraphics2D.
-</li>
-</ul>
- </p>
-
- </s2>
-
-
-</s1>
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-<!-- Testing FOP -->
-
-<s1 title="Testing FOP">
- <s2 title="Running and Using Tests">
- <p>
-Testing is an important part of getting FOP to operate correctly and conform to the
-necessary standards.
- </p>
- <p>
-A testing system has been set up that works with as a build target when developing
-with FOP. A developer can run the tests after making changes to the code, the aim
-is to have the tests run to verfiy that nothing working has been broken.
- </p>
- <p>
-To setup the testing the developer must place a reference fop.jar in the
-"<cvs_repository>/test/reference/" directory. This jar will be dynamically
-loaded to create the reference output.
- </p>
- </s2>
-
- <s2 title="W3C TestSuite">
- <p>
-The testing is set up so that you can download the testsuite from
-<jump href="http://www.w3.org/Style/XSL/TestSuite/">http://www.w3.org/Style/XSL/TestSuite/</jump>,
-unzip the file into the base directory of FOP.
-Then you can uncomment the lines in the build.xml file in the test target and it
-will run through all the tests in the testsuite distribution.
- </p>
- </s2>
-
- <s2 title="Writing a Test">
- <p>
-A test belongs to one of a few catagories. A basic test should excercise one
-element in a number of situations such as changing a property. This should have
-at least one normal value, one border value and one invalid value. If the property
-can be of different types then this should also be included.
- </p>
- <p>
-A bug test is a test that is specifically aimed at a problem with FOP. That is, the test
-is not excercising the specification but rather a problem with FOP in handling a particular
-situation that is not exposed with the other testing.
- </p>
- <p>
-A system test is one that tests the abitlity of FOP to handle a number of different
-elements together.
- </p>
- <p>
-A test can consist of a complete fo document or a part of the document such as
-some elements that will be placed into the flow of a standard document.
- </p>
-
- </s2>
- <s2 title="Submitting a Test">
- <p>
-If you have a test which you think would be useful you should supply the
-test and a diff to the appropriate test suite xml file. Make sure that the
-test works as would be expected against the current build.
- </p>
- </s2>
-
- <s2 title="How Testing Works">
- <p>
-The tests are stored in the "<cvs_repository>/test" directory.
- </p>
- <p>
-You can run the tests by specifying the build target "test" ie: <br/>
-<code>build.sh test</code>
- </p>
- <p>
-This will then compare the current code in the local src directory to a specified
-release of FOP. Any differences between the current code and the output from
-the reference version will be reported. If the test previously passed then the
-test run will have failed.
- </p>
- <p>
-The testing is done by reading a test suite xml file, which corresponds to the
-standard testsuite.dtd supplied from w3c. This xml file contains a test xml
-file and an xsl file (which may simply copy the file). It also contains information
-such as if the test has passed and any comments.
- </p>
- <p>
-For FOP the testing is done by rendering all the testing documents using the
-XML renderer. The XML files are then compared to see if there are any differences.
- </p>
- </s2>
-
- <s2 title="SVG Testing">
- <p>
-The testing of SVG is not part of this testing system. SVG is tested for its rendering
-accuracy by using the transcoding mechanism via Batik. So that the only part that needs
-testing is how the SVG image is embedded inside the flow of the fo document.
- </p>
- </s2>
-</s1>
-
+++ /dev/null
-<?xml version="1.0" standalone="no"?>
-
-<!-- SVG in FOP -->
-
-<s1 title="TODO List for FOP">
- <s2 title="FOP TODO">
- <p>
-Core Features - these are the areas that are important to getting fop
-to be useable for general use.
- </p>
- <p>
-Processing improvements - these are mainly things that can be improved
-in the way fop works, eg. resources usage, pdf output etc.
- </p>
- <p>
-Enhancements - these are added functionality that might be useful, no
-comment is made about the suitability of these suggestions.
- </p>
- </s2>
- <s2 title="Core Features">
-<s3 title="Layout">
- <p>
-This is the crucial part to getting FOP to make it to the next step.
- </p>
-</s3>
-<s3 title="Webstart Demo">
- <p>
-a demo using Java Webstart that runs the awt viewer and supports
-linking from an index
- </p>
-</s3>
-<s3 title="Website">
- <p>
-Need to improve the website to better demonstrate what fop is and
-can do. Examples, screenshots, pdf documents.
- </p>
-</s3>
-<s3 title="Property Support">
- <p>
-Currently all properties are in the xml file. We need to handle all default
-values properly (including ones that change depending on the element) and
-all possible values.
- </p>
-</s3>
-<s3 title="Property Resolution">
- <p>
-This is support for the functions in property values that evaluate some
-expression.
-Better support for resolution including support for "inherit" and values
-with lists.
- </p>
-</s3>
-<s3 title="Validity Checking">
- <p>
-Check the validity of children for a particular element to ensure
-there are no invalid children. Should help process the layout better.
- </p>
-</s3>
-</s2>
- <s2 title="Processing Improvements">
-<s3 title="Logging">
- <p>
-Support for proper logging with logKit.
- </p>
-</s3>
-<s3 title="Image Handling">
- <p>
-Needs to be a bit more solid and allow for direct insertion of images
-(jpeg) into the pdf.
- </p>
-</s3>
-<s3 title="Configuration">
- <p>
-Support for avalon. Better multithread handling.
- </p>
-</s3>
-<s3 title="More PDF Outputs">
- <p>
-Support for streaming and linearized pdf to help with different
-deployement of pdf documents.
- </p>
-</s3>
-<s3 title="i18n in awt viewer">
- <p>
-Use proper i18n handling for awt viewer.
- </p>
-</s3>
-<s3 title="better abstraction of rendering classes">
- <p>
-put all common rendering processes into an abstract class that has
-no dependancies on any specific renderers.
- </p>
-</s3>
-</s2>
- <s2 title="Enhancements">
-<s3 title="linking support in svg">
- <p>
-support the a link rendering for the svg output.
- </p>
-</s3>
-<s3 title="input from url">
- <p>
-be able to specify a url as the input fo (or xml, xsl) documents.
- </p>
-</s3>
-<s3 title="improve text handling in svg">
- <p>
-support (better) the direct rendering of text into pdf graphics
-and other similair outputs
- </p>
-</s3>
-<s3 title="svg renderer (output to svg doc for slide presentation)">
- <p>
-Create an SVGRenderer that will render all pages onto a single
-svg document suitable for slide show presentations (with batik)
-suggested by Vincent Hardy.
- </p>
-</s3>
-<s3 title="stream encoding">
- <p>
-support for different encoding on different types of streams
-in pdf document.
- </p>
-</s3>
-<s3 title="svg features">
- <p>
-currently patterns and gradients are not generated properly
- </p>
-</s3>
-
- </s2>
-
-
-</s1>
-
+++ /dev/null
-@echo off
-REM creates pdf and html documentation
-
-
-echo Building Fop documentation (pdf,html)
-echo ----------------
-
-if "%JAVA_HOME%" == "" goto error
-
-set LIBDIR=..\..\lib
-set LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip;%LIBDIR%\ant.jar;%LIBDIR%\batik.jar;%LIBDIR%\buildtools.jar;%LIBDIR%\xerces-1.2.3.jar;%LIBDIR%\xalan-1.2.2.jar;%LIBDIR%\bsf.jar;%LIBDIR%\jimi-1.0.jar;%LIBDIR%\stylebook.jar;%LIBDIR%\..\build\fop.jar
-set ANT_HOME=%LIBDIR%
-
-
-%JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5
-
-
-%JAVA_HOME%\bin\java.exe -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/
-
-goto end
-
-:error
-
-echo ERROR: JAVA_HOME not found in your environment.
-echo Please, set the JAVA_HOME variable in your environment to match the
-echo location of the Java Virtual Machine you want to use.
-
-:end
-
+++ /dev/null
-#!/bin/sh
-#This file should be executable
-
-
-echo
-echo "Converting Fop's xml documentation into a pdf file, creating html docs"
-echo "----------------"
-echo
-
-if [ "$JAVA_HOME" = "" ] ; then
- echo "ERROR: JAVA_HOME not found in your environment."
- echo
- echo "Please, set the JAVA_HOME variable in your environment to match the"
- echo "location of the Java Virtual Machine you want to use."
- exit 1
-fi
-
-LIBDIR=../../lib
-LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:$LIBDIR/ant.jar:$LIBDIR/batik.jar:$LIBDIR/buildtools.jar:$LIBDIR/xerces-1.2.3.jar:$LIBDIR/xalan-1.2.2.jar:$LIBDIR/bsf.jar:$LIBDIR/jimi-1.0.jar:$LIBDIR/stylebook.jar:$LIBDIR/../build/fop.jar
-ANT_HOME=$LIBDIR
-
-echo Building with classpath $LOCALCLASSPATH:$CLASSPATH
-echo
-
-echo Starting Ant...
-echo
-
-$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath "$LOCALCLASSPATH:$CLASSPATH" org.apache.tools.ant.Main $*
-
-
-$JAVA_HOME/bin/java -classpath "$LOCALCLASSPATH:$CLASSPATH" org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/
+++ /dev/null
-Fop documentation (xml version)
-
-The files in these directory contain the Fop documentation as xml files.
-The directory xml-docs/fop is a mirror of the files in the cvs repository
-modul 'xml-site' /sources/fop. These files are used to create the html documentation
-on xml.apache.org.
-
-With makedoc.bat (win32) or makedoc.sh (unix) you can create a pdf file containing
-the complete Fop documentation. These scripts use ant. If you have any trouble running them,
-please look into build.xml in the root directory of this distribution.
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-
-<!-- CVS $Revision$ $Date$ -->
-
-<loader>
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/book2project.xsl"/>
- </processor>
-</loader>
+++ /dev/null
-rolloverImagesOn=new Array();
-rolloverImagesOff=new Array();
-
-function rolloverOn(name) {
- if(rolloverImagesOn[name]){
- document.images[name].src=rolloverImagesOn[name].src;
- }
-}
-
-function rolloverOff(name) {
- if(rolloverImagesOff[name]){
- document.images[name].src=rolloverImagesOff[name].src;
- }
-}
-
-function rolloverLoad(name,on,off) {
- rolloverImagesOn[name]=new Image();
- rolloverImagesOn[name].src=on;
- rolloverImagesOff[name]=new Image();
- rolloverImagesOff[name].src=off;
-}
+++ /dev/null
-<?xml version="1.0"?>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
-
- <xsl:param name="label"/>
-
- <xsl:template match="/">
- <image width="456" height="35" bgcolor="0086b2">
- <xsl:apply-templates/>
- </image>
- </xsl:template>
-
- <xsl:template match="s1|faqs|changes">
- <xsl:variable name="title">
- <xsl:if test="string-length(@title)=0">
- <xsl:value-of select="$label"/>
- </xsl:if>
- <xsl:if test="string-length(@title)>0">
- <xsl:value-of select="@title"/>
- </xsl:if>
- </xsl:variable>
-
- <text font="Arial" size="29" x="454" y="8" halign="right" valign="top" color="004080"
- text="{$title}"/>
- <text font="Arial" size="29" x="452" y="6" halign="right" valign="top" color="ffffff"
- text="{$title}"/>
- </xsl:template>
-
-</xsl:stylesheet>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
-
- <xsl:param name="label"/>
-
- <xsl:template match="/">
- <project>
- <xsl:apply-templates/>
- </project>
- </xsl:template>
-
- <xsl:template match="img">
- <resource source="{@src}" target="images/{@src}"/>
- </xsl:template>
-
- <xsl:template match="node()">
- <xsl:apply-templates/>
- </xsl:template>
-
-</xsl:stylesheet>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
-
- <xsl:param name="id"/>
-
- <xsl:template match="/">
- <xsl:apply-templates/>
- </xsl:template>
-
- <xsl:template match="book">
- <group title="{group[attribute::id=$id]/@label}">
- <xsl:apply-templates select="group[attribute::id=$id]/entry"/>
- </group>
- </xsl:template>
-
- <xsl:template match="entry">
- <entry id="{@id}" title="{document(concat('sbk:/sources/',@source))/faqs/@title}">
- <xsl:apply-templates select="document(concat('sbk:/sources/',@source))/faqs/faq"/>
- </entry>
- </xsl:template>
-
- <xsl:template match="faq">
- <voice>
- <xsl:if test="string-length(@title)=0">
- <xsl:value-of select="q"/>
- </xsl:if>
- <xsl:if test="string-length(@title)>0">
- <xsl:value-of select="@title"/>
- </xsl:if>
- </voice>
- </xsl:template>
-
-</xsl:stylesheet>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
-
- <xsl:template match="/">
- <xsl:apply-templates/>
- </xsl:template>
-
- <!-- match the root book element -->
- <xsl:template match="book">
- <project>
-
- <parameter name="copyright" value="{@copyright}"/>
-
- <!-- copy all resources to the targets -->
- <process source="sbk:/style/resources/" producer="directory">
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/directory2project.xsl"/>
- <parameter name="base" value="resources/"/>
- </processor>
- </process>
-
- <xsl:apply-templates/>
-
- </project>
- </xsl:template>
-
-<!-- ********************************************************************** -->
-<!-- CREATE THE TARGET HTML -->
-<!-- ********************************************************************** -->
-
- <xsl:template match="document">
-
- <process source="{@source}" producer="parser">
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/any2project.xsl"/>
- </processor>
- </process>
-
- <xsl:call-template name="header">
- <xsl:with-param name="id" select="@id"/>
- <xsl:with-param name="source" select="@source"/>
- <xsl:with-param name="label" select="@label"/>
- </xsl:call-template>
-
- <xsl:call-template name="labels">
- <xsl:with-param name="id" select="@id"/>
- <xsl:with-param name="label" select="@label"/>
- </xsl:call-template>
-
- <create source="{@source}" target="{@id}.html" producer="parser" printer="html">
- <processor name="xslt">
- <parameter name="id" value="{@id}"/>
- <parameter name="stylesheet" value="sbk:/style/stylesheets/document2html.xsl"/>
- </processor>
- </create>
- </xsl:template>
-
- <xsl:template match="hidden">
-
- <process source="{@source}" producer="parser">
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/any2project.xsl"/>
- </processor>
- </process>
-
- <xsl:call-template name="header">
- <xsl:with-param name="id" select="@id"/>
- <xsl:with-param name="source" select="@source"/>
- <xsl:with-param name="label" select="@label"/>
- </xsl:call-template>
-
- <create source="{@source}" target="{@id}.html" producer="parser" printer="html">
- <processor name="xslt">
- <parameter name="id" value="{@id}"/>
- <parameter name="stylesheet" value="sbk:/style/stylesheets/document2html.xsl"/>
- </processor>
- </create>
- </xsl:template>
-
- <xsl:template match="faqs">
-
- <process source="{@source}" producer="parser">
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/any2project.xsl"/>
- </processor>
- </process>
-
- <xsl:call-template name="header">
- <xsl:with-param name="id" select="@id"/>
- <xsl:with-param name="source" select="@source"/>
- <xsl:with-param name="label" select="@label"/>
- </xsl:call-template>
-
- <xsl:call-template name="labels">
- <xsl:with-param name="id" select="@id"/>
- <xsl:with-param name="label" select="@label"/>
- </xsl:call-template>
-
- <create source="{@source}" target="{@id}.html" producer="parser" printer="html">
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/faqs2document.xsl"/>
- </processor>
- <processor name="xslt">
- <parameter name="id" value="{@id}"/>
- <parameter name="stylesheet" value="sbk:/style/stylesheets/document2html.xsl"/>
- </processor>
- </create>
-
- </xsl:template>
-
- <xsl:template match="changes">
-
- <process source="{@source}" producer="parser">
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/any2project.xsl"/>
- </processor>
- </process>
-
- <xsl:call-template name="header">
- <xsl:with-param name="id" select="@id"/>
- <xsl:with-param name="source" select="@source"/>
- <xsl:with-param name="label" select="@label"/>
- </xsl:call-template>
-
- <xsl:call-template name="labels">
- <xsl:with-param name="id" select="@id"/>
- <xsl:with-param name="label" select="@label"/>
- </xsl:call-template>
-
- <create source="{@source}" target="{@id}.html" producer="parser" printer="html">
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/changes2document.xsl"/>
- </processor>
- <processor name="xslt">
- <parameter name="id" value="{@id}"/>
- <parameter name="stylesheet" value="sbk:/style/stylesheets/document2html.xsl"/>
- </processor>
- </create>
-
- </xsl:template>
-
- <xsl:template match="group">
- <xsl:apply-templates/>
-
- <xsl:call-template name="header">
- <xsl:with-param name="id" select="@id"/>
- <xsl:with-param name="source" select="@source"/>
- <xsl:with-param name="label" select="@label"/>
- </xsl:call-template>
-
- <xsl:call-template name="labels">
- <xsl:with-param name="id" select="@id"/>
- <xsl:with-param name="label" select="@label"/>
- </xsl:call-template>
-
- <create source="" target="{@id}.html" producer="project" printer="html">
- <parameter name="id" value="{@id}"/>
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/book2group.xsl"/>
- </processor>
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/group2document.xsl"/>
- </processor>
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/document2html.xsl"/>
- </processor>
- </create>
-
- </xsl:template>
-
- <xsl:template match="entry">
-
- <process source="{@source}" producer="parser">
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/any2project.xsl"/>
- </processor>
- </process>
-
- <xsl:call-template name="header">
- <xsl:with-param name="id" select="@id"/>
- <xsl:with-param name="source" select="@source"/>
- <xsl:with-param name="label" select="@label"/>
- </xsl:call-template>
-
- <create source="{@source}" target="{@id}.html" producer="parser" printer="html">
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/faqs2document.xsl"/>
- </processor>
- <processor name="xslt">
- <parameter name="id" value="{@id}"/>
- <parameter name="stylesheet" value="sbk:/style/stylesheets/document2html.xsl"/>
- </processor>
- </create>
-
- </xsl:template>
-
- <xsl:template match="external">
-
- <xsl:call-template name="labels">
- <xsl:with-param name="id" select="concat('ext-',position())"/>
- <xsl:with-param name="label" select="@label"/>
- </xsl:call-template>
-
- </xsl:template>
-<!-- ********************************************************************** -->
-<!-- NAMED TEMPLATES -->
-<!-- ********************************************************************** -->
-
-<!-- Generate the doument header image -->
- <xsl:template name="header">
- <xsl:param name="id"/>
- <xsl:param name="source"/>
- <xsl:param name="label"/>
-
- <create source="{$source}" target="graphics/{$id}-header.jpg" producer="parser" printer="image">
- <processor name="xslt">
- <parameter name="label" value="{$label}"/>
- <parameter name="stylesheet" value="sbk:/style/stylesheets/any2header.xsl"/>
- </processor>
- </create>
- </xsl:template>
-
-<!-- Generate the three rollover label images -->
- <xsl:template name="labels">
- <xsl:param name="id"/>
- <xsl:param name="label"/>
-
- <create source="" target="graphics/{$id}-label-1.jpg" producer="context" printer="image">
- <parameter name="label" value="{$label}"/>
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/context2label.xsl"/>
- <parameter name="image" value="sbk:/style/graphics/button-a.gif"/>
- <parameter name="color" value="ffffff"/>
- </processor>
- </create>
-
- <create source="" target="graphics/{$id}-label-2.jpg" producer="context" printer="image">
- <parameter name="label" value="{$label}"/>
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/context2label.xsl"/>
- <parameter name="image" value="sbk:/style/graphics/button-b.gif"/>
- <parameter name="color" value="ffff00"/>
- </processor>
- </create>
-
- <create source="" target="graphics/{$id}-label-3.jpg" producer="context" printer="image">
- <parameter name="label" value="{$label}"/>
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/context2label.xsl"/>
- <parameter name="image" value="sbk:/style/graphics/button-b.gif"/>
- <parameter name="color" value="ffffff"/>
- </processor>
- </create>
- </xsl:template>
-
-</xsl:stylesheet>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
-
- <xsl:template match="/">
- <xsl:apply-templates/>
- </xsl:template>
-
- <xsl:template match="changes">
- <s1 title="{@title}">
- <xsl:apply-templates/>
- </s1>
- </xsl:template>
-
- <xsl:template match="release">
- <s2 title="Release {@version} {@date}">
- <br/><xsl:apply-templates/>
- </s2>
- </xsl:template>
-
- <xsl:template match="features">
- <s3 title="Features">
- <ul><xsl:apply-templates/></ul>
- </s3>
- </xsl:template>
-
- <xsl:template match="fixes">
- <s3 title="Bugs fixed">
- <ul><xsl:apply-templates/></ul>
- </s3>
- </xsl:template>
-
- <xsl:template match="feat|fix">
- <li><xsl:apply-templates/></li>
- </xsl:template>
-
- <xsl:template match="@*|node()">
- <xsl:copy>
- <xsl:apply-templates select="@*|node()"/>
- </xsl:copy>
- </xsl:template>
-
-</xsl:stylesheet>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
-
- <xsl:template match="/">
- <xsl:apply-templates/>
- </xsl:template>
-
- <xsl:template match="context">
- <image source="sbk:/style/graphics/footer.gif">
- <xsl:apply-templates/>
- </image>
- </xsl:template>
-
- <xsl:template match="parameter">
- <xsl:if test="@name='copyright'">
- <text font="Arial Bold" size="11" x="124" y="6" style="plain"
- halign="left" valign="top" color="666699"
- text="Copyright © {@value}. All Rights Reserved."/>
- <text font="Arial Bold" size="11" x="123" y="5" style="plain"
- halign="left" valign="top" color="333366"
- text="Copyright © {@value}. All Rights Reserved."/>
- <text font="Arial Bold" size="11" x="122" y="4" style="plain"
- halign="left" valign="top" color="ffffff"
- text="Copyright © {@value}. All Rights Reserved."/>
- </xsl:if>
- </xsl:template>
-
-</xsl:stylesheet>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
-
- <xsl:param name="image"/>
- <xsl:param name="color"/>
-
- <xsl:template match="/">
- <xsl:apply-templates/>
- </xsl:template>
-
- <xsl:template match="context">
- <image source="{$image}">
- <xsl:apply-templates/>
- </image>
- </xsl:template>
-
- <xsl:template match="parameter">
- <xsl:if test="@name='label'">
- <text font="Arial" size="12" x="14" y="1" halign="left"
- valign="top" color="{$color}" style="italic" text="{@value}"/>
- </xsl:if>
- </xsl:template>
-
-</xsl:stylesheet>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
-
- <xsl:param name="base"/>
-
- <xsl:template match="/">
- <xsl:apply-templates/>
- </xsl:template>
-
- <xsl:template match="directory">
- <project>
- <xsl:apply-templates/>
- </project>
- </xsl:template>
-
- <xsl:template match="entry">
-
- <xsl:if test="@directory!='true'">
- <resource source="{@href}" target="{$base}{@href}"/>
- </xsl:if>
-<!-- don't copy subdir to avoid copying proprietary CVS files
- <xsl:if test="@directory='true'">
- <process source="{@href}" producer="directory">
- <processor name="xslt">
- <parameter name="stylesheet" value="sbk:/style/stylesheets/directory2project.xsl"/>
- <parameter name="base" value="{$base}{@href}"/>
- </processor>
- </process>
- </xsl:if>
--->
- </xsl:template>
-
-</xsl:stylesheet>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
-
- <xsl:param name="stylebook.project"/>
- <xsl:param name="copyright"/>
- <xsl:param name="id"/>
-
- <xsl:template match="/">
- <xsl:apply-templates/>
- </xsl:template>
-
- <xsl:template match="s1">
- <html>
- <head>
- <script language="JavaScript" type="text/javascript" src="resources/script.js"/>
- <title><xsl:value-of select="@title"/></title>
- </head>
- <body text="#000000" link="#0000ff" vlink="#0000aa" alink="#ff0000"
- topmargin="4" leftmargin="4" marginwidth="4" marginheight="4"
- bgcolor="#ffffff">
- <!-- THE TOP BAR (HEADER) -->
- <table width="620" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td width="135" height="60" rowspan="3" valign="top" align="left">
- <img width="135" height="60" src="resources/logo.gif" hspace="0" vspace="0" border="0"/></td>
- <td width="456" height="5" valign="top" align="left" colspan="4">
- <img width="456" height="5" src="resources/line.gif" hspace="0" vspace="0" border="0"/></td>
- <td width="29" height="60" rowspan="3" valign="top" align="left">
- <img width="29" height="60" src="resources/right.gif" hspace="0" vspace="0" border="0"/></td>
- </tr>
- <tr>
- <td width="456" height="35" valign="top" align="left" colspan="4" bgcolor="#0086b2">
- <img src="graphics/{$id}-header.jpg" width="456" height="35" hspace="0" vspace="0" border="0" alt="{s1/@title}"/></td>
- </tr>
- <tr>
- <td width="168" height="20" valign="top" align="left">
- <img width="168" height="20" src="resources/bottom.gif" hspace="0" vspace="0" border="0"/></td>
- <td width="96" height="20" valign="top" align="left">
- <a href="http://xml.apache.org/" onMouseOver="rolloverOn('xml');" onMouseOut="rolloverOff('xml');" target="new">
- <img alt="http://xml.apache.org/" width="96" height="20" src="resources/button-xml-lo.gif"
- name="xml" hspace="0" vspace="0" border="0"
- onLoad="rolloverLoad('xml','resources/button-xml-hi.gif','resources/button-xml-lo.gif');"/>
- </a>
- </td>
- <td width="96" height="20" valign="top" align="left">
- <a href="http://www.apache.org/" onMouseOver="rolloverOn('asf');" onMouseOut="rolloverOff('asf');" target="new">
- <img alt="http://www.apache.org/" width="96" height="20" src="resources/button-asf-lo.gif"
- name="asf" hspace="0" vspace="0" border="0"
- onLoad="rolloverLoad('asf','resources/button-asf-hi.gif','resources/button-asf-lo.gif');"/>
- </a>
- </td>
- <td width="96" height="20" valign="top" align="left">
- <a href="http://www.w3.org/" onMouseOver="rolloverOn('w3c');" onMouseOut="rolloverOff('w3c');" target="new">
- <img alt="http://www.w3.org/" width="96" height="20" src="resources/button-w3c-lo.gif"
- name="w3c" hspace="0" vspace="0" border="0"
- onLoad="rolloverLoad('w3c','resources/button-w3c-hi.gif','resources/button-w3c-lo.gif');"/>
- </a>
- </td>
- </tr>
- </table>
- <!-- THE MAIN PANEL (SIDEBAR AND CONTENT) -->
- <table width="620" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <!-- THE SIDE BAR -->
- <td width="120" valign="top" align="left">
- <img width="120" height="14" src="resources/join.gif" hspace="0" vspace="0" border="0"/><br/>
- <xsl:apply-templates select="document($stylebook.project)"/>
- <img width="120" height="14" src="resources/close.gif" hspace="0" vspace="0" border="0"/><br/>
- </td>
- <!-- THE CONTENT PANEL -->
- <td width="500" valign="top" align="left">
- <table border="0" cellspacing="0" cellpadding="3">
- <tr><td><xsl:apply-templates/></td></tr>
- </table>
- </td>
- </tr>
- </table><br/>
- <table width="620" border="0" cellspacing="0" cellpadding="0">
- <tr><td bgcolor="#0086b2"><img src="images/dot.gif" width="1" height="1"/></td></tr>
- <tr>
- <td align="center"><font size="-1" color="#0086b2"><i>
- Copyright © <xsl:value-of select="$copyright"/>.
- All Rights Reserved.
- </i></font></td>
- </tr>
- </table>
- </body>
- </html>
- </xsl:template>
-
-<!-- ###################################################################### -->
-<!-- book -->
-
- <xsl:template match="book">
- <xsl:apply-templates/>
- </xsl:template>
-
- <xsl:template match="document|faqs|changes|group">
- <xsl:if test="@id=$id">
- <img src="graphics/{@id}-label-1.jpg" width="120" height="12" hspace="0" vspace="0" border="0" alt="{@label}"/>
- </xsl:if>
- <xsl:if test="@id!=$id">
- <a href="{@id}.html" onMouseOver="rolloverOn('side-{@id}');" onMouseOut="rolloverOff('side-{@id}');">
- <img onLoad="rolloverLoad('side-{@id}','graphics/{@id}-label-2.jpg','graphics/{@id}-label-3.jpg');"
- name="side-{@id}" src="graphics/{@id}-label-3.jpg" width="120" height="12" hspace="0" vspace="0" border="0" alt="{@label}"/>
- </a>
- </xsl:if>
- <br/>
- </xsl:template>
-
- <xsl:template match="external">
- <xsl:variable name="extid" select="concat('ext-',position())"/>
- <a href="{@href}" onMouseOver="rolloverOn('side-{$extid}');" onMouseOut="rolloverOff('side-{$extid}');">
- <img onLoad="rolloverLoad('side-{$extid}','graphics/{$extid}-label-2.jpg','graphics/{$extid}-label-3.jpg');"
- name="side-{$extid}" src="graphics/{$extid}-label-3.jpg" width="120" height="12" hspace="0" vspace="0" border="0" alt="{@label}"/>
- </a>
- <br/>
- </xsl:template>
-
- <xsl:template match="separator">
- <img src="resources/separator.gif" width="120" height="6" hspace="0" vspace="0" border="0"/><br/>
- </xsl:template>
-
-
-<!-- ###################################################################### -->
-<!-- document -->
-
- <xsl:template match="s2">
- <table width="494" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td bgcolor="666699" colspan="2" width="494">
- <table width="494" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td bgcolor="#039acc" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#039acc" width="492" height="1"><img src="resources/void.gif" width="492" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#0086b2" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- <tr>
- <td bgcolor="#039acc" width="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#0086b2" width="492">
- <font size="+1" face="arial,helvetica,sanserif" color="#ffffff">
- <img src="resources/void.gif" width="2" height="2" vspace="0" hspace="0" border="0"/>
- <b><xsl:value-of select="@title"/></b>
- </font>
- </td>
- <td bgcolor="#017299" width="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- <tr>
- <td bgcolor="#0086b2" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#017299" width="492" height="1"><img src="resources/void.gif" width="492" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#017299" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="10"> </td>
- <td width="484">
- <font face="arial,helvetica,sanserif" color="#000000">
- <xsl:apply-templates/>
- </font>
- </td>
- </tr>
- </table>
- <br/>
- </xsl:template>
-
- <xsl:template match="s3">
- <table width="484" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td bgcolor="666699" colspan="2" width="484">
- <table width="484" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td bgcolor="#039acc" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#039acc" width="482" height="1"><img src="resources/void.gif" width="482" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#0086b2" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- <tr>
- <td bgcolor="#039acc" width="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#0086b2" width="482">
- <font face="arial,helvetica,sanserif" color="#ffffff">
- <img src="resources/void.gif" width="2" height="2" vspace="0" hspace="0" border="0"/>
- <b><xsl:value-of select="@title"/></b>
- </font>
- </td>
- <td bgcolor="#017299" width="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- <tr>
- <td bgcolor="#0086b2" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#017299" width="482" height="1"><img src="resources/void.gif" width="482" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#017299" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="10"> </td>
- <td width="474">
- <font size="-1" face="arial,helvetica,sanserif" color="#000000">
- <xsl:apply-templates/>
- </font>
- </td>
- </tr>
- </table>
- <br/>
- </xsl:template>
-
- <xsl:template match="s4">
- <table width="474" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td bgcolor="666699" colspan="2" width="484">
- <table width="474" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td bgcolor="#039acc" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#039acc" width="472" height="1"><img src="resources/void.gif" width="472" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#0086b2" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- <tr>
- <td bgcolor="#039acc" width="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#0086b2" width="472">
- <font size="-1" face="arial,helvetica,sanserif" color="#ffffff">
- <img src="resources/void.gif" width="2" height="2" vspace="0" hspace="0" border="0"/>
- <b><xsl:value-of select="@title"/></b>
- </font>
- </td>
- <td bgcolor="#017299" width="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- <tr>
- <td bgcolor="#0086b2" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#017299" width="472" height="1"><img src="resources/void.gif" width="472" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#017299" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="10"> </td>
- <td width="464">
- <font size="-1" face="arial,helvetica,sanserif" color="#000000">
- <xsl:apply-templates/>
- </font>
- </td>
- </tr>
- </table>
- <br/>
- </xsl:template>
-
-<!-- ###################################################################### -->
-<!-- blocks -->
-
- <xsl:template match="p">
- <p><xsl:apply-templates/></p>
- </xsl:template>
-
- <xsl:template match="note">
- <table width="100%" cellspacing="3" cellpadding="0" border="0">
- <tr>
- <td width="20" valign="top">
- <img src="resources/note.gif" width="20" height="24" vspace="0" hspace="0" border="0" alt="Note"/>
- </td>
- <td valign="top">
- <font size="-1" face="arial,helvetica,sanserif" color="#000000">
- <i>
- <xsl:apply-templates/>
- </i>
- </font>
- </td>
- </tr>
- </table>
- </xsl:template>
-
- <xsl:template match="ul">
- <ul><xsl:apply-templates/></ul>
- </xsl:template>
-
- <xsl:template match="ol">
- <ol><xsl:apply-templates/></ol>
- </xsl:template>
-
- <xsl:template match="li">
- <li><xsl:apply-templates/></li>
- </xsl:template>
-
- <!--Definition lists: gloss, term, label, item -->
- <xsl:template match="gloss">
- <dl><xsl:apply-templates/></dl>
- </xsl:template>
- <!-- <term> contains a single-word, multi-word or symbolic
- designation which is regarded as a technical term. -->
- <xsl:template match="term">
- <dfn><xsl:apply-templates/></dfn>
- </xsl:template>
- <xsl:template match="label" priority="1">
- <dt><xsl:apply-templates/></dt>
- </xsl:template>
- <xsl:template match="item" priority="2">
- <dd>
- <xsl:apply-templates/>
- </dd>
- </xsl:template>
-
- <xsl:template match="source">
- <div align="right">
- <table width="464" cellspacing="4" cellpadding="0" border="0">
- <tr>
- <td bgcolor="#0086b2" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#0086b2" width="462" height="1"><img src="resources/void.gif" width="462" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#0086b2" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- <tr>
- <td bgcolor="#0086b2" width="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#ffffff" width="462">
- <font size="-1"><pre><xsl:apply-templates/></pre></font>
- </td>
- <td bgcolor="#0086b2" width="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- <tr>
- <td bgcolor="#0086b2" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#0086b2" width="462" height="1"><img src="resources/void.gif" width="462" height="1" vspace="0" hspace="0" border="0"/></td>
- <td bgcolor="#0086b2" width="1" height="1"><img src="resources/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
- </tr>
- </table>
- </div>
- </xsl:template>
-
- <xsl:template match="table">
- <table width="100%" border="0" cellspacing="2" cellpadding="2">
- <xsl:apply-templates/>
- </table>
- </xsl:template>
-
- <xsl:template match="tr">
- <tr><xsl:apply-templates/></tr>
- </xsl:template>
-
- <xsl:template match="th">
- <td bgcolor="#039acc" colspan="{@colspan}" rowspan="{@rowspan}" valign="center" align="center">
- <font color="#ffffff" size="-1" face="arial,helvetica,sanserif">
- <b><xsl:apply-templates/></b> 
- </font>
- </td>
- </xsl:template>
-
- <xsl:template match="td">
- <td bgcolor="#a0ddf0" colspan="{@colspan}" rowspan="{@rowspan}" valign="top" align="left">
- <font color="#000000" size="-1" face="arial,helvetica,sanserif">
- <xsl:apply-templates/> 
- </font>
- </td>
- </xsl:template>
-
- <xsl:template match="tn">
- <td bgcolor="#ffffff" colspan="{@colspan}" rowspan="{@rowspan}">
-  
- </td>
- </xsl:template>
-
-<!-- ###################################################################### -->
-<!-- markup -->
-
- <xsl:template match="em">
- <b><xsl:apply-templates/></b>
- </xsl:template>
-
- <xsl:template match="ref">
- <i><xsl:apply-templates/></i>
- </xsl:template>
-
- <xsl:template match="code">
- <code><font face="courier, monospaced"><xsl:apply-templates/></font></code>
- </xsl:template>
-
- <xsl:template match="br">
- <br/>
- </xsl:template>
-
-<!-- ###################################################################### -->
-<!-- links -->
-
- <xsl:template match="link">
- <xsl:if test="string-length(@anchor)=0">
- <xsl:if test="string-length(@idref)=0">
- <xsl:apply-templates/>
- </xsl:if>
- <xsl:if test="string-length(@idref)>0">
- <a href="{@idref}.html"><xsl:apply-templates/></a>
- </xsl:if>
- </xsl:if>
-
- <xsl:if test="string-length(@anchor)>0">
- <xsl:if test="string-length(@idref)=0">
- <a href="#{@anchor}"><xsl:apply-templates/></a>
- </xsl:if>
- <xsl:if test="string-length(@idref)>0">
- <a href="{@idref}.html#{@anchor}"><xsl:apply-templates/></a>
- </xsl:if>
- </xsl:if>
- </xsl:template>
-
- <xsl:template match="anchor">
- <a name="{@name}"><xsl:comment>anchor</xsl:comment></a>
- </xsl:template>
-
- <xsl:template match="jump">
- <a href="{@href}"><xsl:apply-templates/></a>
- </xsl:template>
-
- <xsl:template match="img">
- <img src="images/{@src}" border="0" vspace="4" hspace="4" align="right"/>
- </xsl:template>
-
- <xsl:template match="resource-ref">
- <xsl:variable name="resourceFile"
- select="document($stylebook.project)/book/resources/@source"/>
- <xsl:variable name="xref" select="@idref"/>
- <xsl:variable name="href"
- select="document($resourceFile)/resources/resource[@id=$xref]/@location"/>
- <xsl:variable name="label"
- select="document($resourceFile)/resources/resource[@id=$xref]/@title"/>
- <A href="{$href}" target="_top"><xsl:value-of select="$label"/></A>
- </xsl:template>
-
- <xsl:template match="human-resource-ref">
- <xsl:variable name="resourceFile"
- select="document($stylebook.project)/book/resources/@source"/>
- <xsl:variable name="ref" select="@idref"/>
- <xsl:variable name="mailto"
- select="document($resourceFile)/resources/human-resource[@id=$ref]/@mailto"/>
- <xsl:variable name="name"
- select="document($resourceFile)/resources/human-resource[@id=$ref]/@name"/>
- <A href="mailto:{$mailto}"><xsl:value-of select="$name"/></A>
- </xsl:template>
-
-<!-- ###################################################################### -->
-<!-- copy
-
- <xsl:template match="@*|node()">
- <xsl:copy>
- <xsl:apply-templates select="@*|node()"/>
- </xsl:copy>
- </xsl:template>
--->
-</xsl:stylesheet>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
-
- <xsl:template match="/">
- <xsl:apply-templates/>
- </xsl:template>
-
- <xsl:template match="faqs">
- <s1 title="{@title}">
- <s2 title="Questions">
- <ul>
- <xsl:apply-templates select="faq" mode="index"/>
- </ul>
- </s2>
- <s2 title="Answers">
- <br/>
- <xsl:apply-templates select="faq"/>
- </s2>
- </s1>
- </xsl:template>
-
- <xsl:template match="faq" mode="index">
- <li>
- <link anchor="faq-{position()}">
- <xsl:if test="string-length(@title)=0">
- <xsl:value-of select="q"/>
- </xsl:if>
- <xsl:if test="string-length(@title)>0">
- <xsl:value-of select="@title"/>
- </xsl:if>
- </link>
- </li>
- </xsl:template>
-
- <xsl:template match="faq">
- <anchor name="faq-{position()}"/>
- <s3 title="{q}">
- <xsl:apply-templates select="a"/>
- </s3>
- </xsl:template>
-
- <xsl:template match="a">
- <xsl:apply-templates/>
- </xsl:template>
-
- <xsl:template match="@*|node()">
- <xsl:copy>
- <xsl:apply-templates select="@*|node()"/>
- </xsl:copy>
- </xsl:template>
-
-</xsl:stylesheet>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
-
- <xsl:template match="/">
- <xsl:apply-templates/>
- </xsl:template>
-
- <xsl:template match="group">
- <s1 title="{@title}">
- <xsl:apply-templates/>
- </s1>
- </xsl:template>
-
- <xsl:template match="entry">
- <s2 title="{@title}">
- <p>
- Read the <link idref="{@id}"><xsl:value-of select="@title"/></link>
- document or jump directly to:
- </p>
- <ul>
- <xsl:apply-templates/>
- </ul>
- </s2>
- </xsl:template>
-
- <xsl:template match="voice">
- <li><link idref="{ancestor::*/@id}" anchor="faq-{position()}"><xsl:apply-templates/></link></li>
- </xsl:template>
-
-</xsl:stylesheet>
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0"?>
-
-<!-- XSLT stylesheet to convert the Fop documentation collected in one xml file into a fo file
- for use in FOP
-
-TBD: - The faq doesn't show in the content
- - check why margin-bottom on the page with properties is too large
- - check why keep-next not only doesn't work, but leads to repeating already printed lines
- - make lines containing only code look nicer (smaller line height)
- - replace bullets in ordered lists with numbers
- - correct the hack replacing nbsp with '-'
- - handle the links correctly which have been external in the html doc and are now internal
-
--->
-
-<xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
->
-
-<xsl:template match ="/">
- <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <fo:simple-page-master master-name="simple"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1.5cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="1.5cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simple">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="serif"
- line-height="14pt" >
- FOP documentation - p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
-
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white"
- text-align="center">
- FOP - an xsl:fo renderer
- </fo:block>
-
-
- <!-- generates table of contents and puts it into a table -->
-
- <fo:block font-size="14pt"
- font-family="sans-serif"
- line-height="18pt"
- space-after.optimum="10pt"
- font-weight="bold"
- start-indent="15pt">
- Content
- </fo:block>
-
- <fo:table>
- <fo:table-column column-width="1cm"/>
- <fo:table-column column-width="15cm"/>
- <fo:table-body font-size="12pt"
- line-height="16pt"
- font-family="sans-serif">
- <xsl:for-each select="//s1">
- <fo:table-row>
- <fo:table-cell>
- <fo:block text-align="end" >
- <xsl:number value="position()" format="1"/>)
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="start" >
- <fo:basic-link color="blue">
- <xsl:attribute name="internal-destination">
- <xsl:value-of select="translate(.,' ),-.(','____')"/>
- </xsl:attribute>
- <xsl:value-of select="@title"/>
- </fo:basic-link>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </xsl:for-each>
- </fo:table-body>
- </fo:table>
-
-
- <xsl:apply-templates select="documentation"/>
- </fo:flow>
- </fo:page-sequence>
- </fo:root>
-</xsl:template>
-
-<!-- s1 -->
-<xsl:template match ="s1">
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-before.optimum="15pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white"
- text-align="center"
- >
- <xsl:attribute name="id">
- <xsl:value-of select="translate(.,' ),-.(','____')"/>
- </xsl:attribute>
- <xsl:value-of select="@title"/>
- </fo:block>
- <xsl:apply-templates/>
-</xsl:template>
-
-<!-- s2 -->
-<xsl:template match ="s2">
- <fo:block font-size="16pt"
- font-family="sans-serif"
- line-height="20pt"
- space-before.optimum="15pt"
- space-after.optimum="12pt"
- text-align="center"
- padding-top="3pt"
- >
- <xsl:value-of select="@title"/>
- </fo:block>
- <xsl:apply-templates/>
-</xsl:template>
-
-<!-- s3 -->
-<xsl:template match ="s3">
- <fo:block font-size="14pt"
- font-family="sans-serif"
- line-height="18pt"
- space-before.optimum="10pt"
- space-after.optimum="9pt"
- text-align="start"
- padding-top="3pt">
- <xsl:value-of select="@title"/>
- </fo:block>
- <xsl:apply-templates/>
-</xsl:template>
-
-<!-- p [not(code)] -->
-<xsl:template match ="p">
- <fo:block font-size="11pt"
- font-family="sans-serif"
- line-height="13pt"
- space-after.optimum="3pt"
- space-before.optimum="3pt"
- text-align="justify">
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<!-- p + code
-<xsl:template match ="p[code]">
- <fo:block font-size="11pt"
- font-family="sans-serif"
- line-height="11pt"
- space-after.optimum="0pt"
- space-before.optimum="0pt"
- text-align="start">
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
--->
-
-<!-- faqs -->
-<xsl:template match ="faqs">
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-before.optimum="15pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white"
- text-align="center"
- >
- <xsl:attribute name="id">
- <xsl:value-of select="translate(.,' ),-.(','____')"/>
- </xsl:attribute>
- <xsl:value-of select="@title"/>
- </fo:block>
- <xsl:apply-templates/>
-</xsl:template>
-
-
-<!-- faq -->
-<xsl:template match ="faq">
- <xsl:apply-templates/>
-</xsl:template>
-
-<!-- q in faq -->
-<xsl:template match ="q">
- <fo:block font-size="11pt"
- font-family="sans-serif"
- line-height="13pt"
- space-after.optimum="3pt"
- space-before.optimum="3pt"
- text-align="justify">
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<!-- a in faq -->
-<xsl:template match ="a">
- <xsl:apply-templates/>
-</xsl:template>
-
-
-<!-- jump (links) -->
-<xsl:template match ="*/jump">
- <fo:basic-link color="blue" external-destination="{@href}">
- <xsl:apply-templates/>
- </fo:basic-link>
-</xsl:template>
-
-
-<!-- code -->
-<xsl:template match ="*/code">
- <fo:inline font-size="10pt"
- font-family="Courier">
- <xsl:apply-templates/>
- </fo:inline>
-</xsl:template>
-
-
-<!-- ul (unordered list) -->
-<xsl:template match ="ul">
- <fo:list-block start-indent="1cm"
- provisional-distance-between-starts="12pt"
- font-family="sans-serif"
- font-size="11pt"
- line-height="11pt">
- <xsl:apply-templates/>
- </fo:list-block>
-</xsl:template>
-
-
-<!-- ol (ordered list) -->
-<xsl:template match ="ol">
- <fo:list-block start-indent="1cm"
- provisional-distance-between-starts="12pt"
- font-family="sans-serif"
- font-size="11pt"
- line-height="11pt">
- <xsl:apply-templates/>
- </fo:list-block>
-</xsl:template>
-
-
-<!-- li (list item) in unordered list -->
-<xsl:template match ="ul/li">
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block space-after.optimum="4pt"
- text-align="justify"
- padding-top="3pt">
- <xsl:apply-templates/>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-</xsl:template>
-
-
-<!-- li (list item) in ordered list -->
-<xsl:template match ="ol/li">
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block>
- <xsl:number level="multiple" count="li" format="1"/>)
- </fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block space-after.optimum="4pt"
- text-align="justify"
- padding-top="3pt">
- <xsl:apply-templates/>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-</xsl:template>
-
-<!-- end body -->
-
-</xsl:stylesheet>
+++ /dev/null
-<?xml version="1.0"?>
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-
-<xsl:template match ="/">
- <documentation>
- <xsl:copy-of select="document('fop/readme.xml')"/>
- <xsl:copy-of select="document('fop/download.xml')"/>
- <xsl:copy-of select="document('fop/running.xml')"/>
- <xsl:copy-of select="document('fop/implemented.xml')"/>
- <xsl:copy-of select="document('fop/limitations.xml')"/>
- <xsl:copy-of select="document('fop/bugs.xml')"/>
- <xsl:copy-of select="document('fop/examples.xml')"/>
- <xsl:copy-of select="document('fop/configuration.xml')"/>
- <xsl:copy-of select="document('fop/fonts.xml')"/>
- <xsl:copy-of select="document('fop/extensions.xml')"/>
- <xsl:copy-of select="document('fop/compiling.xml')"/>
- <xsl:copy-of select="document('fop/embedding.xml')"/>
- <xsl:copy-of select="document('fop/involved.xml')"/>
- <xsl:copy-of select="document('fop/architecture.xml')"/>
- <xsl:copy-of select="document('fop/faq.xml')"/>
- <xsl:copy-of select="document('fop/resources.xml')"/>
- <xsl:copy-of select="document('fop/license.xml')"/>
- </documentation>
-</xsl:template>
-
-</xsl:stylesheet>
-
-
+++ /dev/null
-<xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
- xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
-<xsl:template match ="root">
- <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines page layout -->
- <fo:layout-master-set>
-
- <fo:simple-page-master master-name="simple"
- page-height="29.7cm"
- page-width="21cm"
- margin-top="1.5cm"
- margin-bottom="1.5cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="1.5cm"/>
- <fo:region-before extent="1.5cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simple">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="end"
- font-size="10pt"
- font-family="serif"
- line-height="14pt" >
- xsl:fo short reference - p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
-
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white"
- text-align="center">
- xsl:fo short reference
- </fo:block>
-
-<!-- generates table of contents and puts it into a table -->
-
- <fo:block font-size="10pt"
- font-family="sans-serif"
- line-height="10pt"
- space-after.optimum="3pt"
- font-weight="bold"
- start-indent="15pt">
- Content
- </fo:block>
-
- <fo:table space-after.optimum="15pt">
- <fo:table-column column-width="1cm"/>
- <fo:table-column column-width="15cm"/>
- <fo:table-body font-size="10pt"
- font-family="sans-serif">
-
- <xsl:for-each select="div0/head">
- <fo:table-row line-height="12pt">
- <fo:table-cell>
- <fo:block text-align="end" >
- <xsl:number value="position()" format="1"/>)
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block text-align="start" >
- <xsl:value-of select="."/>
- </fo:block>
- </fo:table-cell>
- </fo:table-row>
- </xsl:for-each>
- </fo:table-body>
- </fo:table>
-
- <xsl:apply-templates/>
- <fo:block font-size="10pt"
- font-family="sans-serif"
- line-height="11pt"
- space-before.optimum="2cm">
- The explanation of the flow objects is based (mostly verbatim) on the section
- 6.2 of the XSL W3C Candidate Recommendation 21 November 2000. More info at the beginning
- of the file xslfoRef.xml.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
- </fo:root>
-</xsl:template>
-
-
-<xsl:template match ="div">
- <fo:block font-size="14pt"
- font-family="sans-serif"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- text-align="center"
- padding-top="3pt"
- >
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match ="div0/head">
- <fo:block font-size="16pt"
- line-height="18pt"
- text-align="center"
- padding-top="3pt"
- start-indent="2cm"
- end-indent="2cm"
- background-color="blue"
- color="white"
- space-before.optimum="5pt"
- space-after.optimum="5pt"
- >
- <xsl:value-of select="."/>
- </fo:block>
-</xsl:template>
-
-
-<xsl:template match ="div/fo">
- <fo:block font-size="13pt"
- line-height="14pt"
- text-align="start"
- >
- <xsl:value-of select="."/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match ="explanation">
- <fo:block font-size="11pt"
- font-family="sans-serif"
- line-height="12pt"
- text-align="start"
- start-indent="0.5cm"
- >
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match ="div/content">
- <fo:block font-size="10pt"
- font-family="Courier"
- start-indent="0.5cm"
- line-height="11pt"
- text-align="start"
- wrap-option="wrap">
- Content: <xsl:value-of select="."/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match ="div/properties">
- <fo:block font-size="10pt"
- font-family="Courier"
- line-height="11pt"
- text-align="start"
- start-indent="0.5cm">
- Properties:
- </fo:block>
- <fo:block space-after.optimum="3pt">
- <xsl:apply-templates/>
- </fo:block>
-</xsl:template>
-
-<xsl:template match ="properties/property">
- <fo:block font-size="9pt"
- font-family="sans-serif"
- line-height="10pt"
- text-align="start"
- start-indent="1cm">
- <xsl:value-of select="."/>
- </fo:block>
-</xsl:template>
-
-
-<xsl:template match ="div/property-def">
- <fo:block font-size="13pt"
- line-height="14pt"
- text-align="start"
- >
- <xsl:value-of select="."/>
- </fo:block>
-</xsl:template>
-
-
-<xsl:template match ="div/values">
- <fo:block font-size="11pt"
- text-align="start"
- line-height="12pt">Values: <xsl:value-of select="."/>
- </fo:block>
-</xsl:template>
-
-
-
-</xsl:stylesheet>
+++ /dev/null
-%PDF-1.3
-1 0 obj
-<< /Type /Catalog
-/Pages 2 0 R >>
-endobj
-2 0 obj
-<< /Type /Pages
-/Count 26
-/Kids [20 0 R 22 0 R 24 0 R 26 0 R 28 0 R 30 0 R 32 0 R 34 0 R 36 0 R 38 0 R 40 0 R 42 0 R 44 0 R 46 0 R 48 0 R 50 0 R 52 0 R 54 0 R 56 0 R 58 0 R 60 0 R 62 0 R 64 0 R 66 0 R 68 0 R 70 0 R ] >>
-endobj
-3 0 obj
-<< /Type /Info
-/Producer (Fop 0.16.0 dev) >>
-endobj
-4 0 obj
-<<
-/Font << /F11 5 0 R /F10 6 0 R /F9 7 0 R /F8 8 0 R /F7 9 0 R /F6 10 0 R /F5 11 0 R /F4 12 0 R /F3 13 0 R /F2 14 0 R /F1 15 0 R /F14 16 0 R /F13 17 0 R /F12 18 0 R >>
-/ProcSet [ /PDF /ImageC /Text ] >>
-endobj
-5 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F11
-/BaseFont /Courier-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-6 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F10
-/BaseFont /Courier-Oblique
-/Encoding /WinAnsiEncoding >>
-endobj
-7 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F9
-/BaseFont /Courier
-/Encoding /WinAnsiEncoding >>
-endobj
-8 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F8
-/BaseFont /Times-BoldItalic
-/Encoding /WinAnsiEncoding >>
-endobj
-9 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F7
-/BaseFont /Times-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-10 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
-/Encoding /WinAnsiEncoding >>
-endobj
-11 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-12 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F4
-/BaseFont /Helvetica-BoldOblique
-/Encoding /WinAnsiEncoding >>
-endobj
-13 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-14 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
-/Encoding /WinAnsiEncoding >>
-endobj
-15 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-16 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F14
-/BaseFont /ZapfDingbats
-/Encoding /StandardEncoding >>
-endobj
-17 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F13
-/BaseFont /Symbol
-/Encoding /StandardEncoding >>
-endobj
-18 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F12
-/BaseFont /Courier-BoldOblique
-/Encoding /WinAnsiEncoding >>
-endobj
-19 0 obj
-<< /Length 5837 >>
-stream
-BT
-ET
-q
-0 0 1 rg
-0 0 1 RG
-70.875 756.945 453.6 -22.65 re b
-Q
-BT
-/F1 18 Tf
-1 g
-1 0 0 1 211.14 741.021 Tm (xsl:fo) Tj
-1 g
-1 0 0 1 258.156 741.021 Tm (short) Tj
-1 g
-1 0 0 1 303.174 741.021 Tm (reference) Tj
-/F3 10 Tf
-0 g
-1 0 0 1 85.875 712.115 Tm (Content) Tj
-/F1 10 Tf
-0 g
-1 0 0 1 87.555 698.865 Tm (1\)) Tj
-0 g
-1 0 0 1 99.225 698.865 Tm (formatting) Tj
-0 g
-1 0 0 1 146.465 698.865 Tm (objects) Tj
-0 g
-1 0 0 1 87.555 687.615 Tm (2\)) Tj
-0 g
-1 0 0 1 99.225 687.615 Tm (formatting) Tj
-0 g
-1 0 0 1 146.465 687.615 Tm (object) Tj
-0 g
-1 0 0 1 175.925 687.615 Tm (content) Tj
-0 g
-1 0 0 1 87.555 676.365 Tm (3\)) Tj
-0 g
-1 0 0 1 99.225 676.365 Tm (property) Tj
-0 g
-1 0 0 1 138.685 676.365 Tm (groups) Tj
-0 g
-1 0 0 1 87.555 665.115 Tm (4\)) Tj
-0 g
-1 0 0 1 99.225 665.115 Tm (properties) Tj
-ET
-q
-0 0 1 rg
-0 0 1 RG
-127.575 645.045 340.2 -19.8 re b
-Q
-BT
-/F1 16 Tf
-1 g
-1 0 0 1 234.539 629.557 Tm (formatting) Tj
-1 g
-1 0 0 1 310.123 629.557 Tm (objects) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 607.411 Tm (fo:basic-link) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 595.822 Tm (represents) Tj
-0 g
-1 0 0 1 140.072 595.822 Tm (the) Tj
-0 g
-1 0 0 1 158.42 595.822 Tm (start) Tj
-0 g
-1 0 0 1 182.873 595.822 Tm (resource) Tj
-0 g
-1 0 0 1 228.721 595.822 Tm (of) Tj
-0 g
-1 0 0 1 240.953 595.822 Tm (a) Tj
-0 g
-1 0 0 1 250.127 595.822 Tm (simple) Tj
-0 g
-1 0 0 1 284.964 595.822 Tm (link.) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 586.255 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 586.255 Tm (\(#PCDATA|%inline;|%block;\)*) Tj
-0 g
-1 0 0 1 85.05 577.395 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 568.363 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 559.038 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 549.713 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 540.388 Tm (common-margin-properties-inline) Tj
-0 g
-1 0 0 1 99.225 531.063 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 521.738 Tm (alignment-adjust) Tj
-0 g
-1 0 0 1 99.225 512.413 Tm (alignment-baseline) Tj
-0 g
-1 0 0 1 99.225 503.088 Tm (baseline-shift) Tj
-0 g
-1 0 0 1 99.225 493.763 Tm (destination-placement-offset) Tj
-0 g
-1 0 0 1 99.225 484.438 Tm (dominant-baseline) Tj
-0 g
-1 0 0 1 99.225 475.113 Tm (external-destination) Tj
-0 g
-1 0 0 1 99.225 465.788 Tm (id) Tj
-0 g
-1 0 0 1 99.225 456.463 Tm (indicate-destination) Tj
-0 g
-1 0 0 1 99.225 447.138 Tm (internal-destination) Tj
-0 g
-1 0 0 1 99.225 437.813 Tm (keep-together) Tj
-0 g
-1 0 0 1 99.225 428.488 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 419.163 Tm (keep-with-previous) Tj
-0 g
-1 0 0 1 99.225 409.838 Tm (line-height) Tj
-0 g
-1 0 0 1 99.225 400.513 Tm (line-height-shift-adjustment) Tj
-0 g
-1 0 0 1 99.225 391.188 Tm (show-destination) Tj
-0 g
-1 0 0 1 99.225 381.863 Tm (target-processing-context) Tj
-0 g
-1 0 0 1 99.225 372.538 Tm (target-presentation-context) Tj
-0 g
-1 0 0 1 99.225 363.213 Tm (target-stylesheet) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 342.016 Tm (fo:bidi-override) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 330.427 Tm (overrides) Tj
-0 g
-1 0 0 1 133.34 330.427 Tm (the) Tj
-0 g
-1 0 0 1 151.688 330.427 Tm (default) Tj
-0 g
-1 0 0 1 187.768 330.427 Tm (Unicode-bidirectionality) Tj
-0 g
-1 0 0 1 304.423 330.427 Tm (algorithm) Tj
-0 g
-1 0 0 1 352.713 330.427 Tm (direction) Tj
-0 g
-1 0 0 1 397.34 330.427 Tm (for) Tj
-0 g
-1 0 0 1 413.235 330.427 Tm (different) Tj
-0 g
-1 0 0 1 456.036 330.427 Tm (\(or) Tj
-0 g
-1 0 0 1 472.536 330.427 Tm (nested\)) Tj
-0 g
-1 0 0 1 85.05 319.252 Tm (inline) Tj
-0 g
-1 0 0 1 113.782 319.252 Tm (scripts) Tj
-0 g
-1 0 0 1 148.619 319.252 Tm (in) Tj
-0 g
-1 0 0 1 160.235 319.252 Tm (mixed-language) Tj
-0 g
-1 0 0 1 241.448 319.252 Tm (documents) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 309.685 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 309.685 Tm (\(#PCDATA|%inline;|%block;\)*) Tj
-0 g
-1 0 0 1 85.05 300.825 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 291.793 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 282.468 Tm (common-font-properties) Tj
-0 g
-1 0 0 1 99.225 273.143 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 263.818 Tm (color) Tj
-0 g
-1 0 0 1 99.225 254.493 Tm (direction) Tj
-0 g
-1 0 0 1 99.225 245.168 Tm (id) Tj
-0 g
-1 0 0 1 99.225 235.843 Tm (letter-spacing) Tj
-0 g
-1 0 0 1 99.225 226.518 Tm (line-height) Tj
-0 g
-1 0 0 1 99.225 217.193 Tm (line-height-shift-adjustment) Tj
-0 g
-1 0 0 1 99.225 207.868 Tm (score-spaces) Tj
-0 g
-1 0 0 1 99.225 198.543 Tm (text-shadow) Tj
-0 g
-1 0 0 1 99.225 189.218 Tm (text-transform) Tj
-0 g
-1 0 0 1 99.225 179.893 Tm (unicode-bidi) Tj
-0 g
-1 0 0 1 99.225 170.568 Tm (word-spacing) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 149.371 Tm (fo:block) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 137.782 Tm (commonly) Tj
-0 g
-1 0 0 1 138.224 137.782 Tm (used) Tj
-0 g
-1 0 0 1 165.13 137.782 Tm (for) Tj
-0 g
-1 0 0 1 181.025 137.782 Tm (formatting) Tj
-0 g
-1 0 0 1 232.989 137.782 Tm (paragraphs,) Tj
-0 g
-1 0 0 1 294.743 137.782 Tm (titles,) Tj
-0 g
-1 0 0 1 323.475 137.782 Tm (headlines,) Tj
-0 g
-1 0 0 1 376.671 137.782 Tm (figure) Tj
-0 g
-1 0 0 1 407.24 137.782 Tm (and) Tj
-0 g
-1 0 0 1 428.646 137.782 Tm (table) Tj
-0 g
-1 0 0 1 455.552 137.782 Tm (captions) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 128.215 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 128.215 Tm (\(#PCDATA|%inline;|%block;\)*) Tj
-0 g
-1 0 0 1 85.05 119.355 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 110.323 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 100.998 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 91.673 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 82.348 Tm (common-font-properties) Tj
-0 g
-1 0 0 1 99.225 73.023 Tm (common-hyphenation-properties) Tj
-0 g
-1 0 0 1 99.225 63.698 Tm (common-margin-properties-block) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 416.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 441.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 464.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 503.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 509.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 519.475 790.64 Tm (1) Tj
-ET
-
-endstream
-endobj
-20 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 19 0 R
->>
-endobj
-21 0 obj
-<< /Length 4709 >>
-stream
-BT
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 749.983 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 740.658 Tm (break-after) Tj
-0 g
-1 0 0 1 99.225 731.333 Tm (break-before) Tj
-0 g
-1 0 0 1 99.225 722.008 Tm (color) Tj
-0 g
-1 0 0 1 99.225 712.683 Tm (text-depth) Tj
-0 g
-1 0 0 1 99.225 703.358 Tm (text-altitude) Tj
-0 g
-1 0 0 1 99.225 694.033 Tm (hyphenation-keep) Tj
-0 g
-1 0 0 1 99.225 684.708 Tm (hyphenation-ladder-count) Tj
-0 g
-1 0 0 1 99.225 675.383 Tm (id) Tj
-0 g
-1 0 0 1 99.225 666.058 Tm (keep-together) Tj
-0 g
-1 0 0 1 99.225 656.733 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 647.408 Tm (keep-with-previous) Tj
-0 g
-1 0 0 1 99.225 638.083 Tm (last-line-end-indent) Tj
-0 g
-1 0 0 1 99.225 628.758 Tm (linefeed-treatment) Tj
-0 g
-1 0 0 1 99.225 619.433 Tm (line-height) Tj
-0 g
-1 0 0 1 99.225 610.108 Tm (line-height-shift-adjustment) Tj
-0 g
-1 0 0 1 99.225 600.783 Tm (line-stacking-strategy) Tj
-0 g
-1 0 0 1 99.225 591.458 Tm (orphans) Tj
-0 g
-1 0 0 1 99.225 582.133 Tm (space-treatment) Tj
-0 g
-1 0 0 1 99.225 572.808 Tm (span) Tj
-0 g
-1 0 0 1 99.225 563.483 Tm (text-align) Tj
-0 g
-1 0 0 1 99.225 554.158 Tm (text-align-last) Tj
-0 g
-1 0 0 1 99.225 544.833 Tm (text-indent) Tj
-0 g
-1 0 0 1 99.225 535.508 Tm (visibility) Tj
-0 g
-1 0 0 1 99.225 526.183 Tm (white-space-collapse) Tj
-0 g
-1 0 0 1 99.225 516.858 Tm (widows) Tj
-0 g
-1 0 0 1 99.225 507.533 Tm (wrap-option) Tj
-0 g
-1 0 0 1 99.225 498.208 Tm (z-index) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 477.011 Tm (fo:block-container) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 465.422 Tm (generates) Tj
-0 g
-1 0 0 1 137.025 465.422 Tm (a) Tj
-0 g
-1 0 0 1 146.199 465.422 Tm (block-level) Tj
-0 g
-1 0 0 1 201.111 465.422 Tm (reference-area) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 455.855 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 455.855 Tm (\(%block;\)+) Tj
-0 g
-1 0 0 1 85.05 446.995 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 437.963 Tm (common-absolute-position-properties) Tj
-0 g
-1 0 0 1 99.225 428.638 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 419.313 Tm (common-margin-properties-block) Tj
-0 g
-1 0 0 1 99.225 409.988 Tm (block-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 400.663 Tm (break-after) Tj
-0 g
-1 0 0 1 99.225 391.338 Tm (break-before) Tj
-0 g
-1 0 0 1 99.225 382.013 Tm (clip) Tj
-0 g
-1 0 0 1 99.225 372.688 Tm (display-align) Tj
-0 g
-1 0 0 1 99.225 363.363 Tm (height) Tj
-0 g
-1 0 0 1 99.225 354.038 Tm (id) Tj
-0 g
-1 0 0 1 99.225 344.713 Tm (inline-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 335.388 Tm (keep-together) Tj
-0 g
-1 0 0 1 99.225 326.063 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 316.738 Tm (keep-with-previous) Tj
-0 g
-1 0 0 1 99.225 307.413 Tm (overflow) Tj
-0 g
-1 0 0 1 99.225 298.088 Tm (reference-orientation) Tj
-0 g
-1 0 0 1 99.225 288.763 Tm (span) Tj
-0 g
-1 0 0 1 99.225 279.438 Tm (width) Tj
-0 g
-1 0 0 1 99.225 270.113 Tm (writing-mode) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 248.916 Tm (fo:character) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 237.327 Tm (represents) Tj
-0 g
-1 0 0 1 140.072 237.327 Tm (a) Tj
-0 g
-1 0 0 1 149.246 237.327 Tm (character) Tj
-0 g
-1 0 0 1 198.152 237.327 Tm (that) Tj
-0 g
-1 0 0 1 219.558 237.327 Tm (is) Tj
-0 g
-1 0 0 1 230.558 237.327 Tm (mapped) Tj
-0 g
-1 0 0 1 273.359 237.327 Tm (to) Tj
-0 g
-1 0 0 1 285.591 237.327 Tm (a) Tj
-0 g
-1 0 0 1 294.765 237.327 Tm (glyph) Tj
-0 g
-1 0 0 1 324.113 237.327 Tm (for) Tj
-0 g
-1 0 0 1 340.008 237.327 Tm (presentation) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 227.76 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 227.76 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 218.9 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 209.868 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 200.543 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 191.218 Tm (common-font-properties) Tj
-0 g
-1 0 0 1 99.225 181.893 Tm (common-hyphenation-properties) Tj
-0 g
-1 0 0 1 99.225 172.568 Tm (common-margin-properties-inline) Tj
-0 g
-1 0 0 1 99.225 163.243 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 153.918 Tm (alignment-adjust) Tj
-0 g
-1 0 0 1 99.225 144.593 Tm (treat-as-word-space) Tj
-0 g
-1 0 0 1 99.225 135.268 Tm (alignment-baseline) Tj
-0 g
-1 0 0 1 99.225 125.943 Tm (baseline-shift) Tj
-0 g
-1 0 0 1 99.225 116.618 Tm (character) Tj
-0 g
-1 0 0 1 99.225 107.293 Tm (color) Tj
-0 g
-1 0 0 1 99.225 97.968 Tm (dominant-baseline) Tj
-0 g
-1 0 0 1 99.225 88.643 Tm (text-depth) Tj
-0 g
-1 0 0 1 99.225 79.318 Tm (text-altitude) Tj
-0 g
-1 0 0 1 99.225 69.993 Tm (glyph-orientation-horizontal) Tj
-0 g
-1 0 0 1 99.225 60.668 Tm (glyph-orientation-vertical) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 416.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 441.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 464.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 503.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 509.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 519.475 790.64 Tm (2) Tj
-ET
-
-endstream
-endobj
-22 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 21 0 R
->>
-endobj
-23 0 obj
-<< /Length 6398 >>
-stream
-BT
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 749.983 Tm (id) Tj
-0 g
-1 0 0 1 99.225 740.658 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 731.333 Tm (keep-with-previous) Tj
-0 g
-1 0 0 1 99.225 722.008 Tm (letter-spacing) Tj
-0 g
-1 0 0 1 99.225 712.683 Tm (line-height) Tj
-0 g
-1 0 0 1 99.225 703.358 Tm (line-height-shift-adjustment) Tj
-0 g
-1 0 0 1 99.225 694.033 Tm (score-spaces) Tj
-0 g
-1 0 0 1 99.225 684.708 Tm (suppress-at-line-break) Tj
-0 g
-1 0 0 1 99.225 675.383 Tm (text-decoration) Tj
-0 g
-1 0 0 1 99.225 666.058 Tm (text-shadow) Tj
-0 g
-1 0 0 1 99.225 656.733 Tm (text-transform) Tj
-0 g
-1 0 0 1 99.225 647.408 Tm (word-spacing) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 626.211 Tm (fo:color-profile) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 614.622 Tm (declares) Tj
-0 g
-1 0 0 1 129.677 614.622 Tm (a) Tj
-0 g
-1 0 0 1 138.851 614.622 Tm (color) Tj
-0 g
-1 0 0 1 165.746 614.622 Tm (profile) Tj
-0 g
-1 0 0 1 198.757 614.622 Tm (for) Tj
-0 g
-1 0 0 1 214.652 614.622 Tm (a) Tj
-0 g
-1 0 0 1 223.826 614.622 Tm (stylesheet) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 605.055 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 605.055 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 596.195 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 587.163 Tm (src) Tj
-0 g
-1 0 0 1 99.225 577.838 Tm (color-profile-name) Tj
-0 g
-1 0 0 1 99.225 568.513 Tm (rendering-intent) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 547.316 Tm (fo:conditional-page-master-reference) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 535.727 Tm (identifies) Tj
-0 g
-1 0 0 1 131.514 535.727 Tm (a) Tj
-0 g
-1 0 0 1 140.688 535.727 Tm (page-master) Tj
-0 g
-1 0 0 1 205.39 535.727 Tm (that) Tj
-0 g
-1 0 0 1 226.796 535.727 Tm (is) Tj
-0 g
-1 0 0 1 237.796 535.727 Tm (to) Tj
-0 g
-1 0 0 1 250.028 535.727 Tm (be) Tj
-0 g
-1 0 0 1 265.318 535.727 Tm (used) Tj
-0 g
-1 0 0 1 292.224 535.727 Tm (when) Tj
-0 g
-1 0 0 1 321.572 535.727 Tm (the) Tj
-0 g
-1 0 0 1 339.92 535.727 Tm (conditions) Tj
-0 g
-1 0 0 1 392.5 535.727 Tm (on) Tj
-0 g
-1 0 0 1 407.79 535.727 Tm (its) Tj
-0 g
-1 0 0 1 421.848 535.727 Tm (use) Tj
-0 g
-1 0 0 1 442.638 535.727 Tm (are) Tj
-0 g
-1 0 0 1 461.591 535.727 Tm (satisfied) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 526.16 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 526.16 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 517.3 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 508.268 Tm (master-name) Tj
-0 g
-1 0 0 1 99.225 498.943 Tm (page-position) Tj
-0 g
-1 0 0 1 99.225 489.618 Tm (odd-or-even) Tj
-0 g
-1 0 0 1 99.225 480.293 Tm (blank-or-not-blank) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 459.096 Tm (fo:declarations) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 447.507 Tm (groups) Tj
-0 g
-1 0 0 1 121.735 447.507 Tm (global) Tj
-0 g
-1 0 0 1 154.141 447.507 Tm (declarations) Tj
-0 g
-1 0 0 1 216.5 447.507 Tm (for) Tj
-0 g
-1 0 0 1 232.395 447.507 Tm (a) Tj
-0 g
-1 0 0 1 241.569 447.507 Tm (stylesheet) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 437.94 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 437.94 Tm (\(color-profile\)+) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 420.036 Tm (fo:external-graphic) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 408.447 Tm (used) Tj
-0 g
-1 0 0 1 111.956 408.447 Tm (for) Tj
-0 g
-1 0 0 1 127.851 408.447 Tm (a) Tj
-0 g
-1 0 0 1 137.025 408.447 Tm (graphic) Tj
-0 g
-1 0 0 1 176.152 408.447 Tm (where) Tj
-0 g
-1 0 0 1 209.163 408.447 Tm (the) Tj
-0 g
-1 0 0 1 227.511 408.447 Tm (graphics) Tj
-0 g
-1 0 0 1 272.138 408.447 Tm (data) Tj
-0 g
-1 0 0 1 296.602 408.447 Tm (resides) Tj
-0 g
-1 0 0 1 335.113 408.447 Tm (outside) Tj
-0 g
-1 0 0 1 373.635 408.447 Tm (of) Tj
-0 g
-1 0 0 1 385.867 408.447 Tm (the) Tj
-0 g
-1 0 0 1 404.215 408.447 Tm (XML) Tj
-0 g
-1 0 0 1 429.889 408.447 Tm (result) Tj
-0 g
-1 0 0 1 459.842 408.447 Tm (tree) Tj
-0 g
-1 0 0 1 481.853 408.447 Tm (in) Tj
-0 g
-1 0 0 1 493.469 408.447 Tm (the) Tj
-0 g
-1 0 0 1 511.817 408.447 Tm (fo) Tj
-0 g
-1 0 0 1 85.05 397.272 Tm (namespace) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 387.705 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 387.705 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 378.845 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 369.813 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 360.488 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 351.163 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 341.838 Tm (common-margin-properties-inline) Tj
-0 g
-1 0 0 1 99.225 332.513 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 323.188 Tm (alignment-adjust) Tj
-0 g
-1 0 0 1 99.225 313.863 Tm (alignment-baseline) Tj
-0 g
-1 0 0 1 99.225 304.538 Tm (baseline-shift) Tj
-0 g
-1 0 0 1 99.225 295.213 Tm (block-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 285.888 Tm (content-height) Tj
-0 g
-1 0 0 1 99.225 276.563 Tm (content-type) Tj
-0 g
-1 0 0 1 99.225 267.238 Tm (content-width) Tj
-0 g
-1 0 0 1 99.225 257.913 Tm (display-align) Tj
-0 g
-1 0 0 1 99.225 248.588 Tm (dominant-baseline) Tj
-0 g
-1 0 0 1 99.225 239.263 Tm (height) Tj
-0 g
-1 0 0 1 99.225 229.938 Tm (id) Tj
-0 g
-1 0 0 1 99.225 220.613 Tm (inline-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 211.288 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 201.963 Tm (keep-with-previous) Tj
-0 g
-1 0 0 1 99.225 192.638 Tm (line-height) Tj
-0 g
-1 0 0 1 99.225 183.313 Tm (line-height-shift-adjustment) Tj
-0 g
-1 0 0 1 99.225 173.988 Tm (overflow) Tj
-0 g
-1 0 0 1 99.225 164.663 Tm (scaling) Tj
-0 g
-1 0 0 1 99.225 155.338 Tm (scaling-method) Tj
-0 g
-1 0 0 1 99.225 146.013 Tm (src) Tj
-0 g
-1 0 0 1 99.225 136.688 Tm (text-align) Tj
-0 g
-1 0 0 1 99.225 127.363 Tm (width) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 106.166 Tm (fo:float) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 94.577 Tm (used) Tj
-0 g
-1 0 0 1 111.956 94.577 Tm (when) Tj
-0 g
-1 0 0 1 141.304 94.577 Tm (an) Tj
-0 g
-1 0 0 1 156.594 94.577 Tm (area) Tj
-0 g
-1 0 0 1 181.663 94.577 Tm (is) Tj
-0 g
-1 0 0 1 192.663 94.577 Tm (intended) Tj
-0 g
-1 0 0 1 237.917 94.577 Tm (to) Tj
-0 g
-1 0 0 1 250.149 94.577 Tm (float) Tj
-0 g
-1 0 0 1 273.997 94.577 Tm (to) Tj
-0 g
-1 0 0 1 286.229 94.577 Tm (one) Tj
-0 g
-1 0 0 1 307.635 94.577 Tm (side,) Tj
-0 g
-1 0 0 1 333.925 94.577 Tm (with) Tj
-0 g
-1 0 0 1 356.541 94.577 Tm (normal) Tj
-0 g
-1 0 0 1 393.215 94.577 Tm (content) Tj
-0 g
-1 0 0 1 432.353 94.577 Tm (flowing) Tj
-0 g
-1 0 0 1 469.643 94.577 Tm (alongside) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 85.01 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 85.01 Tm (\(%block;\)+) Tj
-0 g
-1 0 0 1 85.05 76.15 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 67.118 Tm (float) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 416.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 441.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 464.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 503.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 509.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 519.475 790.64 Tm (3) Tj
-ET
-
-endstream
-endobj
-24 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 23 0 R
->>
-endobj
-25 0 obj
-<< /Length 6345 >>
-stream
-BT
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 749.983 Tm (clear) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 728.786 Tm (fo:flow) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 717.197 Tm (container) Tj
-0 g
-1 0 0 1 133.351 717.197 Tm (for) Tj
-0 g
-1 0 0 1 149.246 717.197 Tm (the) Tj
-0 g
-1 0 0 1 167.594 717.197 Tm (flow) Tj
-0 g
-1 0 0 1 190.21 717.197 Tm (objects) Tj
-0 g
-1 0 0 1 228.116 717.197 Tm (which) Tj
-0 g
-1 0 0 1 259.29 717.197 Tm (contain) Tj
-0 g
-1 0 0 1 297.812 717.197 Tm (the) Tj
-0 g
-1 0 0 1 316.16 717.197 Tm (text/images/etc.) Tj
-0 g
-1 0 0 1 396.251 717.197 Tm (for) Tj
-0 g
-1 0 0 1 412.146 717.197 Tm (the) Tj
-0 g
-1 0 0 1 430.494 717.197 Tm (resulting) Tj
-0 g
-1 0 0 1 475.121 717.197 Tm (pages) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 707.63 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 707.63 Tm (\(%block;\)+) Tj
-0 g
-1 0 0 1 85.05 698.77 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 689.738 Tm (flow-name) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 668.541 Tm (fo:footnote) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 656.952 Tm (produces) Tj
-0 g
-1 0 0 1 133.351 656.952 Tm (a) Tj
-0 g
-1 0 0 1 142.525 656.952 Tm (footnote) Tj
-0 g
-1 0 0 1 185.337 656.952 Tm (citation) Tj
-0 g
-1 0 0 1 223.243 656.952 Tm (and) Tj
-0 g
-1 0 0 1 244.649 656.952 Tm (the) Tj
-0 g
-1 0 0 1 262.997 656.952 Tm (corresponding) Tj
-0 g
-1 0 0 1 335.751 656.952 Tm (footnote) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 647.385 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 647.385 Tm (\(inline,footnote-body\)) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 629.481 Tm (fo:footnote-body) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 617.892 Tm (generates) Tj
-0 g
-1 0 0 1 137.025 617.892 Tm (the) Tj
-0 g
-1 0 0 1 155.373 617.892 Tm (content) Tj
-0 g
-1 0 0 1 194.511 617.892 Tm (of) Tj
-0 g
-1 0 0 1 206.743 617.892 Tm (the) Tj
-0 g
-1 0 0 1 225.091 617.892 Tm (footnote) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 608.325 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 608.325 Tm (\(%block;\)+) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 590.421 Tm (fo:initial-property-set) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 578.832 Tm (specifies) Tj
-0 g
-1 0 0 1 130.898 578.832 Tm (formatting) Tj
-0 g
-1 0 0 1 182.862 578.832 Tm (properties) Tj
-0 g
-1 0 0 1 234.826 578.832 Tm (for) Tj
-0 g
-1 0 0 1 250.721 578.832 Tm (the) Tj
-0 g
-1 0 0 1 269.069 578.832 Tm (first) Tj
-0 g
-1 0 0 1 289.848 578.832 Tm (line) Tj
-0 g
-1 0 0 1 310.022 578.832 Tm (of) Tj
-0 g
-1 0 0 1 322.254 578.832 Tm (an) Tj
-0 g
-1 0 0 1 337.544 578.832 Tm (fo:block) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 569.265 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 569.265 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 560.405 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 551.373 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 542.048 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 532.723 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 523.398 Tm (common-font-properties) Tj
-0 g
-1 0 0 1 99.225 514.073 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 504.748 Tm (color) Tj
-0 g
-1 0 0 1 99.225 495.423 Tm (id) Tj
-0 g
-1 0 0 1 99.225 486.098 Tm (letter-spacing) Tj
-0 g
-1 0 0 1 99.225 476.773 Tm (line-height) Tj
-0 g
-1 0 0 1 99.225 467.448 Tm (line-height-shift-adjustment) Tj
-0 g
-1 0 0 1 99.225 458.123 Tm (score-spaces) Tj
-0 g
-1 0 0 1 99.225 448.798 Tm (text-decoration) Tj
-0 g
-1 0 0 1 99.225 439.473 Tm (text-shadow) Tj
-0 g
-1 0 0 1 99.225 430.148 Tm (text-transform) Tj
-0 g
-1 0 0 1 99.225 420.823 Tm (word-spacing) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 399.626 Tm (fo:inline) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 388.037 Tm (is) Tj
-0 g
-1 0 0 1 96.05 388.037 Tm (commonly) Tj
-0 g
-1 0 0 1 149.224 388.037 Tm (used) Tj
-0 g
-1 0 0 1 176.13 388.037 Tm (for) Tj
-0 g
-1 0 0 1 192.025 388.037 Tm (formatting) Tj
-0 g
-1 0 0 1 243.989 388.037 Tm (a) Tj
-0 g
-1 0 0 1 253.163 388.037 Tm (portion) Tj
-0 g
-1 0 0 1 289.848 388.037 Tm (of) Tj
-0 g
-1 0 0 1 302.08 388.037 Tm (text) Tj
-0 g
-1 0 0 1 322.87 388.037 Tm (with) Tj
-0 g
-1 0 0 1 345.486 388.037 Tm (a) Tj
-0 g
-1 0 0 1 354.66 388.037 Tm (background) Tj
-0 g
-1 0 0 1 415.193 388.037 Tm (or) Tj
-0 g
-1 0 0 1 428.03 388.037 Tm (enclosing) Tj
-0 g
-1 0 0 1 477.552 388.037 Tm (it) Tj
-0 g
-1 0 0 1 486.11 388.037 Tm (in) Tj
-0 g
-1 0 0 1 497.726 388.037 Tm (a) Tj
-0 g
-1 0 0 1 85.05 376.862 Tm (border) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 367.295 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 367.295 Tm (\(#PCDATA|%inline;|%block;\)*) Tj
-0 g
-1 0 0 1 85.05 358.435 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 349.403 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 340.078 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 330.753 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 321.428 Tm (common-font-properties) Tj
-0 g
-1 0 0 1 99.225 312.103 Tm (common-margin-properties-inline) Tj
-0 g
-1 0 0 1 99.225 302.778 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 293.453 Tm (alignment-adjust) Tj
-0 g
-1 0 0 1 99.225 284.128 Tm (alignment-baseline) Tj
-0 g
-1 0 0 1 99.225 274.803 Tm (baseline-shift) Tj
-0 g
-1 0 0 1 99.225 265.478 Tm (color) Tj
-0 g
-1 0 0 1 99.225 256.153 Tm (dominant-baseline) Tj
-0 g
-1 0 0 1 99.225 246.828 Tm (id) Tj
-0 g
-1 0 0 1 99.225 237.503 Tm (keep-together) Tj
-0 g
-1 0 0 1 99.225 228.178 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 218.853 Tm (keep-with-previous) Tj
-0 g
-1 0 0 1 99.225 209.528 Tm (line-height) Tj
-0 g
-1 0 0 1 99.225 200.203 Tm (line-height-shift-adjustment) Tj
-0 g
-1 0 0 1 99.225 190.878 Tm (text-decoration) Tj
-0 g
-1 0 0 1 99.225 181.553 Tm (visibility) Tj
-0 g
-1 0 0 1 99.225 172.228 Tm (z-index) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 151.031 Tm (fo:inline-container) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 139.442 Tm (generates) Tj
-0 g
-1 0 0 1 137.025 139.442 Tm (an) Tj
-0 g
-1 0 0 1 152.315 139.442 Tm (inline) Tj
-0 g
-1 0 0 1 181.047 139.442 Tm (reference-area) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 129.875 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 129.875 Tm (\(%block;\)+) Tj
-0 g
-1 0 0 1 85.05 121.015 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 111.983 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 102.658 Tm (common-margin-properties-inline) Tj
-0 g
-1 0 0 1 99.225 93.333 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 84.008 Tm (alignment-adjust) Tj
-0 g
-1 0 0 1 99.225 74.683 Tm (alignment-baseline) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 416.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 441.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 464.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 503.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 509.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 519.475 790.64 Tm (4) Tj
-ET
-
-endstream
-endobj
-26 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 25 0 R
->>
-endobj
-27 0 obj
-<< /Length 6474 >>
-stream
-BT
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 749.983 Tm (baseline-shift) Tj
-0 g
-1 0 0 1 99.225 740.658 Tm (block-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 731.333 Tm (clip) Tj
-0 g
-1 0 0 1 99.225 722.008 Tm (display-align) Tj
-0 g
-1 0 0 1 99.225 712.683 Tm (dominant-baseline) Tj
-0 g
-1 0 0 1 99.225 703.358 Tm (height) Tj
-0 g
-1 0 0 1 99.225 694.033 Tm (id) Tj
-0 g
-1 0 0 1 99.225 684.708 Tm (inline-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 675.383 Tm (keep-together) Tj
-0 g
-1 0 0 1 99.225 666.058 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 656.733 Tm (keep-with-previous) Tj
-0 g
-1 0 0 1 99.225 647.408 Tm (line-height) Tj
-0 g
-1 0 0 1 99.225 638.083 Tm (line-height-shift-adjustment) Tj
-0 g
-1 0 0 1 99.225 628.758 Tm (overflow) Tj
-0 g
-1 0 0 1 99.225 619.433 Tm (reference-orientation) Tj
-0 g
-1 0 0 1 99.225 610.108 Tm (width) Tj
-0 g
-1 0 0 1 99.225 600.783 Tm (writing-mode) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 579.586 Tm (fo:instream-foreign-object) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 567.997 Tm (is) Tj
-0 g
-1 0 0 1 96.05 567.997 Tm (used) Tj
-0 g
-1 0 0 1 122.956 567.997 Tm (for) Tj
-0 g
-1 0 0 1 138.851 567.997 Tm (an) Tj
-0 g
-1 0 0 1 154.141 567.997 Tm (inline) Tj
-0 g
-1 0 0 1 182.873 567.997 Tm (graphic) Tj
-0 g
-1 0 0 1 222.0 567.997 Tm (or) Tj
-0 g
-1 0 0 1 234.837 567.997 Tm (other) Tj
-0 g
-1 0 0 1 262.964 567.997 Tm ("generic") Tj
-0 g
-1 0 0 1 309.901 567.997 Tm (object) Tj
-0 g
-1 0 0 1 342.307 567.997 Tm (where) Tj
-0 g
-1 0 0 1 375.318 567.997 Tm (the) Tj
-0 g
-1 0 0 1 393.666 567.997 Tm (object) Tj
-0 g
-1 0 0 1 426.072 567.997 Tm (data) Tj
-0 g
-1 0 0 1 450.536 567.997 Tm (resides) Tj
-0 g
-1 0 0 1 489.047 567.997 Tm (as) Tj
-0 g
-1 0 0 1 85.05 556.822 Tm (descendants) Tj
-0 g
-1 0 0 1 150.478 556.822 Tm (of) Tj
-0 g
-1 0 0 1 162.71 556.822 Tm (the) Tj
-0 g
-1 0 0 1 181.058 556.822 Tm (fo:instream-foreign-object) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 547.255 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 538.223 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 528.898 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 519.573 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 510.248 Tm (common-margin-properties-inline) Tj
-0 g
-1 0 0 1 99.225 500.923 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 491.598 Tm (alignment-adjust) Tj
-0 g
-1 0 0 1 99.225 482.273 Tm (alignment-baseline) Tj
-0 g
-1 0 0 1 99.225 472.948 Tm (baseline-shift) Tj
-0 g
-1 0 0 1 99.225 463.623 Tm (block-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 454.298 Tm (content-height) Tj
-0 g
-1 0 0 1 99.225 444.973 Tm (content-type) Tj
-0 g
-1 0 0 1 99.225 435.648 Tm (content-width) Tj
-0 g
-1 0 0 1 99.225 426.323 Tm (display-align) Tj
-0 g
-1 0 0 1 99.225 416.998 Tm (dominant-baseline) Tj
-0 g
-1 0 0 1 99.225 407.673 Tm (height) Tj
-0 g
-1 0 0 1 99.225 398.348 Tm (id) Tj
-0 g
-1 0 0 1 99.225 389.023 Tm (inline-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 379.698 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 370.373 Tm (keep-with-previous) Tj
-0 g
-1 0 0 1 99.225 361.048 Tm (line-height) Tj
-0 g
-1 0 0 1 99.225 351.723 Tm (line-height-shift-adjustment) Tj
-0 g
-1 0 0 1 99.225 342.398 Tm (overflow) Tj
-0 g
-1 0 0 1 99.225 333.073 Tm (scaling) Tj
-0 g
-1 0 0 1 99.225 323.748 Tm (scaling-method) Tj
-0 g
-1 0 0 1 99.225 314.423 Tm (text-align) Tj
-0 g
-1 0 0 1 99.225 305.098 Tm (width) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 283.901 Tm (fo:layout-master-set) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 272.312 Tm (is) Tj
-0 g
-1 0 0 1 96.05 272.312 Tm (a) Tj
-0 g
-1 0 0 1 105.224 272.312 Tm (wrapper) Tj
-0 g
-1 0 0 1 148.014 272.312 Tm (around) Tj
-0 g
-1 0 0 1 185.315 272.312 Tm (all) Tj
-0 g
-1 0 0 1 199.373 272.312 Tm (masters) Tj
-0 g
-1 0 0 1 241.547 272.312 Tm (used) Tj
-0 g
-1 0 0 1 268.453 272.312 Tm (in) Tj
-0 g
-1 0 0 1 280.069 272.312 Tm (the) Tj
-0 g
-1 0 0 1 298.417 272.312 Tm (docu) Tj
-0 g
-1 0 0 1 322.265 272.312 Tm (ment) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 262.745 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 262.745 Tm (\(simple-page-master|page-sequence-master\)+) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 244.841 Tm (fo:leader) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 233.252 Tm (generates) Tj
-0 g
-1 0 0 1 137.025 233.252 Tm (leaders) Tj
-0 g
-1 0 0 1 176.152 233.252 Tm (consisting) Tj
-0 g
-1 0 0 1 228.116 233.252 Tm (either) Tj
-0 g
-1 0 0 1 258.685 233.252 Tm (of) Tj
-0 g
-1 0 0 1 270.917 233.252 Tm (a) Tj
-0 g
-1 0 0 1 280.091 233.252 Tm (rule) Tj
-0 g
-1 0 0 1 301.486 233.252 Tm (or) Tj
-0 g
-1 0 0 1 314.323 233.252 Tm (of) Tj
-0 g
-1 0 0 1 326.555 233.252 Tm (a) Tj
-0 g
-1 0 0 1 335.729 233.252 Tm (row) Tj
-0 g
-1 0 0 1 356.508 233.252 Tm (of) Tj
-0 g
-1 0 0 1 368.74 233.252 Tm (a) Tj
-0 g
-1 0 0 1 377.914 233.252 Tm (repeating) Tj
-0 g
-1 0 0 1 426.831 233.252 Tm (character) Tj
-0 g
-1 0 0 1 475.737 233.252 Tm (or) Tj
-0 g
-1 0 0 1 85.05 222.077 Tm (cyclically) Tj
-0 g
-1 0 0 1 131.492 222.077 Tm (repeating) Tj
-0 g
-1 0 0 1 180.409 222.077 Tm (pattern) Tj
-0 g
-1 0 0 1 217.71 222.077 Tm (of) Tj
-0 g
-1 0 0 1 229.942 222.077 Tm (characters) Tj
-0 g
-1 0 0 1 284.348 222.077 Tm (that) Tj
-0 g
-1 0 0 1 305.754 222.077 Tm (may) Tj
-0 g
-1 0 0 1 329.591 222.077 Tm (be) Tj
-0 g
-1 0 0 1 344.881 222.077 Tm (used) Tj
-0 g
-1 0 0 1 371.787 222.077 Tm (for) Tj
-0 g
-1 0 0 1 387.682 222.077 Tm (connecting) Tj
-0 g
-1 0 0 1 443.936 222.077 Tm (two) Tj
-0 g
-1 0 0 1 464.11 222.077 Tm (text) Tj
-0 g
-1 0 0 1 85.05 210.902 Tm (formatting) Tj
-0 g
-1 0 0 1 137.014 210.902 Tm (objects) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 201.335 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 201.335 Tm (\(#PCDATA|%inline;\)*) Tj
-0 g
-1 0 0 1 85.05 192.475 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 183.443 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 174.118 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 164.793 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 155.468 Tm (common-font-properties) Tj
-0 g
-1 0 0 1 99.225 146.143 Tm (common-margin-properties-inline) Tj
-0 g
-1 0 0 1 99.225 136.818 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 127.493 Tm (alignment-adjust) Tj
-0 g
-1 0 0 1 99.225 118.168 Tm (alignment-baseline) Tj
-0 g
-1 0 0 1 99.225 108.843 Tm (baseline-shift) Tj
-0 g
-1 0 0 1 99.225 99.518 Tm (color) Tj
-0 g
-1 0 0 1 99.225 90.193 Tm (dominant-baseline) Tj
-0 g
-1 0 0 1 99.225 80.868 Tm (text-depth) Tj
-0 g
-1 0 0 1 99.225 71.543 Tm (text-altitude) Tj
-0 g
-1 0 0 1 99.225 62.218 Tm (id) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 416.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 441.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 464.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 503.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 509.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 519.475 790.64 Tm (5) Tj
-ET
-
-endstream
-endobj
-28 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 27 0 R
->>
-endobj
-29 0 obj
-<< /Length 6240 >>
-stream
-BT
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 749.983 Tm (leader-alignment) Tj
-0 g
-1 0 0 1 99.225 740.658 Tm (leader-length) Tj
-0 g
-1 0 0 1 99.225 731.333 Tm (leader-pattern) Tj
-0 g
-1 0 0 1 99.225 722.008 Tm (leader-pattern-width) Tj
-0 g
-1 0 0 1 99.225 712.683 Tm (rule-style) Tj
-0 g
-1 0 0 1 99.225 703.358 Tm (rule-thickness) Tj
-0 g
-1 0 0 1 99.225 694.033 Tm (letter-spacing) Tj
-0 g
-1 0 0 1 99.225 684.708 Tm (line-height) Tj
-0 g
-1 0 0 1 99.225 675.383 Tm (line-height-shift-adjustment) Tj
-0 g
-1 0 0 1 99.225 666.058 Tm (text-shadow) Tj
-0 g
-1 0 0 1 99.225 656.733 Tm (visibility) Tj
-0 g
-1 0 0 1 99.225 647.408 Tm (word-spacing) Tj
-0 g
-1 0 0 1 99.225 638.083 Tm (z-index) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 616.886 Tm (fo:list-block) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 605.297 Tm (container) Tj
-0 g
-1 0 0 1 133.351 605.297 Tm (for) Tj
-0 g
-1 0 0 1 149.246 605.297 Tm (a) Tj
-0 g
-1 0 0 1 158.42 605.297 Tm (list) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 595.73 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 595.73 Tm (\(list-item+\)) Tj
-0 g
-1 0 0 1 85.05 586.87 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 577.838 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 568.513 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 559.188 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 549.863 Tm (common-margin-properties-block) Tj
-0 g
-1 0 0 1 99.225 540.538 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 531.213 Tm (break-after) Tj
-0 g
-1 0 0 1 99.225 521.888 Tm (break-before) Tj
-0 g
-1 0 0 1 99.225 512.563 Tm (id) Tj
-0 g
-1 0 0 1 99.225 503.238 Tm (keep-together) Tj
-0 g
-1 0 0 1 99.225 493.913 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 484.588 Tm (keep-with-previous) Tj
-0 g
-1 0 0 1 99.225 475.263 Tm (provisional-distance-between-starts) Tj
-0 g
-1 0 0 1 99.225 465.938 Tm (provisional-label-separation) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 444.741 Tm (fo:list-item) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 433.152 Tm (contains) Tj
-0 g
-1 0 0 1 129.072 433.152 Tm (the) Tj
-0 g
-1 0 0 1 147.42 433.152 Tm (label) Tj
-0 g
-1 0 0 1 173.71 433.152 Tm (and) Tj
-0 g
-1 0 0 1 195.116 433.152 Tm (the) Tj
-0 g
-1 0 0 1 213.464 433.152 Tm (body) Tj
-0 g
-1 0 0 1 240.37 433.152 Tm (of) Tj
-0 g
-1 0 0 1 252.602 433.152 Tm (an) Tj
-0 g
-1 0 0 1 267.892 433.152 Tm (item) Tj
-0 g
-1 0 0 1 291.729 433.152 Tm (in) Tj
-0 g
-1 0 0 1 303.345 433.152 Tm (a) Tj
-0 g
-1 0 0 1 312.519 433.152 Tm (list) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 423.585 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 423.585 Tm (\(list-item-label,list-item-body\)) Tj
-0 g
-1 0 0 1 85.05 414.725 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 405.693 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 396.368 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 387.043 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 377.718 Tm (common-margin-properties-block) Tj
-0 g
-1 0 0 1 99.225 368.393 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 359.068 Tm (break-after) Tj
-0 g
-1 0 0 1 99.225 349.743 Tm (break-before) Tj
-0 g
-1 0 0 1 99.225 340.418 Tm (id) Tj
-0 g
-1 0 0 1 99.225 331.093 Tm (keep-together) Tj
-0 g
-1 0 0 1 99.225 321.768 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 312.443 Tm (keep-with-previous) Tj
-0 g
-1 0 0 1 99.225 303.118 Tm (relative-align) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 281.921 Tm (fo:list-item-body) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 270.332 Tm (contains) Tj
-0 g
-1 0 0 1 129.072 270.332 Tm (the) Tj
-0 g
-1 0 0 1 147.42 270.332 Tm (content) Tj
-0 g
-1 0 0 1 186.558 270.332 Tm (of) Tj
-0 g
-1 0 0 1 198.79 270.332 Tm (the) Tj
-0 g
-1 0 0 1 217.138 270.332 Tm (body) Tj
-0 g
-1 0 0 1 244.044 270.332 Tm (of) Tj
-0 g
-1 0 0 1 256.276 270.332 Tm (a) Tj
-0 g
-1 0 0 1 265.45 270.332 Tm (list-item) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 260.765 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 260.765 Tm (\(%block;\)+) Tj
-0 g
-1 0 0 1 85.05 251.905 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 242.873 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 233.548 Tm (id) Tj
-0 g
-1 0 0 1 99.225 224.223 Tm (keep-together) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 203.026 Tm (fo:list-item-label) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 191.437 Tm (contains) Tj
-0 g
-1 0 0 1 129.072 191.437 Tm (the) Tj
-0 g
-1 0 0 1 147.42 191.437 Tm (content) Tj
-0 g
-1 0 0 1 186.558 191.437 Tm (of) Tj
-0 g
-1 0 0 1 198.79 191.437 Tm (the) Tj
-0 g
-1 0 0 1 217.138 191.437 Tm (label) Tj
-0 g
-1 0 0 1 243.428 191.437 Tm (of) Tj
-0 g
-1 0 0 1 255.66 191.437 Tm (a) Tj
-0 g
-1 0 0 1 264.834 191.437 Tm (list-item;) Tj
-0 g
-1 0 0 1 308.735 191.437 Tm (typically) Tj
-0 g
-1 0 0 1 350.909 191.437 Tm (used) Tj
-0 g
-1 0 0 1 377.815 191.437 Tm (to) Tj
-0 g
-1 0 0 1 390.047 191.437 Tm (either) Tj
-0 g
-1 0 0 1 420.616 191.437 Tm (enumerate,) Tj
-0 g
-1 0 0 1 479.312 191.437 Tm (identify,) Tj
-0 g
-1 0 0 1 85.05 180.262 Tm (or) Tj
-0 g
-1 0 0 1 97.887 180.262 Tm (adorn) Tj
-0 g
-1 0 0 1 129.072 180.262 Tm (the) Tj
-0 g
-1 0 0 1 147.42 180.262 Tm (list-item's) Tj
-0 g
-1 0 0 1 195.864 180.262 Tm (body) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 170.695 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 170.695 Tm (\(%block;\)+) Tj
-0 g
-1 0 0 1 85.05 161.835 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 152.803 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 143.478 Tm (id) Tj
-0 g
-1 0 0 1 99.225 134.153 Tm (keep-together) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 112.956 Tm (fo:marker) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 101.367 Tm (is) Tj
-0 g
-1 0 0 1 96.05 101.367 Tm (used) Tj
-0 g
-1 0 0 1 122.956 101.367 Tm (in) Tj
-0 g
-1 0 0 1 134.572 101.367 Tm (conjunction) Tj
-0 g
-1 0 0 1 193.268 101.367 Tm (with) Tj
-0 g
-1 0 0 1 215.884 101.367 Tm (fo:retrieve-marker) Tj
-0 g
-1 0 0 1 305.633 101.367 Tm (to) Tj
-0 g
-1 0 0 1 317.865 101.367 Tm (produce) Tj
-0 g
-1 0 0 1 360.666 101.367 Tm (running) Tj
-0 g
-1 0 0 1 400.409 101.367 Tm (headers) Tj
-0 g
-1 0 0 1 443.21 101.367 Tm (or) Tj
-0 g
-1 0 0 1 456.047 101.367 Tm (footers) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 91.8 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 91.8 Tm (\(#PCDATA|%inline;|%block;\)*) Tj
-0 g
-1 0 0 1 85.05 82.94 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 73.908 Tm (marker-class-name) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 416.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 441.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 464.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 503.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 509.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 519.475 790.64 Tm (6) Tj
-ET
-
-endstream
-endobj
-30 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 29 0 R
->>
-endobj
-31 0 obj
-<< /Length 8156 >>
-stream
-BT
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 741.111 Tm (fo:multi-case) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 729.522 Tm (is) Tj
-0 g
-1 0 0 1 96.05 729.522 Tm (used) Tj
-0 g
-1 0 0 1 122.956 729.522 Tm (to) Tj
-0 g
-1 0 0 1 135.188 729.522 Tm (contain) Tj
-0 g
-1 0 0 1 173.71 729.522 Tm (\(within) Tj
-0 g
-1 0 0 1 208.547 729.522 Tm (an) Tj
-0 g
-1 0 0 1 223.837 729.522 Tm (fo:multi-switch\)) Tj
-0 g
-1 0 0 1 300.133 729.522 Tm (each) Tj
-0 g
-1 0 0 1 327.039 729.522 Tm (alternative) Tj
-0 g
-1 0 0 1 380.84 729.522 Tm (sub-tree) Tj
-0 g
-1 0 0 1 424.147 729.522 Tm (of) Tj
-0 g
-1 0 0 1 436.379 729.522 Tm (formatting) Tj
-0 g
-1 0 0 1 488.343 729.522 Tm (objects) Tj
-0 g
-1 0 0 1 85.05 718.347 Tm (among) Tj
-0 g
-1 0 0 1 121.735 718.347 Tm (which) Tj
-0 g
-1 0 0 1 152.909 718.347 Tm (the) Tj
-0 g
-1 0 0 1 171.257 718.347 Tm (parent) Tj
-0 g
-1 0 0 1 205.5 718.347 Tm (fo:multi-switch) Tj
-0 g
-1 0 0 1 278.133 718.347 Tm (will) Tj
-0 g
-1 0 0 1 296.459 718.347 Tm (choose) Tj
-0 g
-1 0 0 1 334.981 718.347 Tm (one) Tj
-0 g
-1 0 0 1 356.387 718.347 Tm (to) Tj
-0 g
-1 0 0 1 368.619 718.347 Tm (show) Tj
-0 g
-1 0 0 1 397.351 718.347 Tm (and) Tj
-0 g
-1 0 0 1 418.757 718.347 Tm (will) Tj
-0 g
-1 0 0 1 437.083 718.347 Tm (hide) Tj
-0 g
-1 0 0 1 460.931 718.347 Tm (the) Tj
-0 g
-1 0 0 1 479.279 718.347 Tm (rest) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 708.78 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 708.78 Tm (\(#PCDATA|%inline;|%block;\)*) Tj
-0 g
-1 0 0 1 85.05 699.92 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 690.888 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 681.563 Tm (id) Tj
-0 g
-1 0 0 1 99.225 672.238 Tm (starting-state) Tj
-0 g
-1 0 0 1 99.225 662.913 Tm (case-name) Tj
-0 g
-1 0 0 1 99.225 653.588 Tm (case-title) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 632.391 Tm (fo:multi-properties) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 620.802 Tm (is) Tj
-0 g
-1 0 0 1 96.05 620.802 Tm (used) Tj
-0 g
-1 0 0 1 122.956 620.802 Tm (to) Tj
-0 g
-1 0 0 1 135.188 620.802 Tm (switch) Tj
-0 g
-1 0 0 1 168.804 620.802 Tm (between) Tj
-0 g
-1 0 0 1 213.442 620.802 Tm (two) Tj
-0 g
-1 0 0 1 233.616 620.802 Tm (or) Tj
-0 g
-1 0 0 1 246.453 620.802 Tm (more) Tj
-0 g
-1 0 0 1 274.569 620.802 Tm (property) Tj
-0 g
-1 0 0 1 317.975 620.802 Tm (sets) Tj
-0 g
-1 0 0 1 341.207 620.802 Tm (that) Tj
-0 g
-1 0 0 1 362.613 620.802 Tm (are) Tj
-0 g
-1 0 0 1 381.566 620.802 Tm (associated) Tj
-0 g
-1 0 0 1 437.204 620.802 Tm (with) Tj
-0 g
-1 0 0 1 459.82 620.802 Tm (a) Tj
-0 g
-1 0 0 1 468.994 620.802 Tm (given) Tj
-0 g
-1 0 0 1 85.05 609.627 Tm (portion) Tj
-0 g
-1 0 0 1 121.735 609.627 Tm (of) Tj
-0 g
-1 0 0 1 133.967 609.627 Tm (content) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 600.06 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 600.06 Tm (\(multi-property-set+,wrapper\)) Tj
-0 g
-1 0 0 1 85.05 591.2 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 582.168 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 572.843 Tm (id) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 551.646 Tm (fo:multi-property-set) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 540.057 Tm (is) Tj
-0 g
-1 0 0 1 96.05 540.057 Tm (used) Tj
-0 g
-1 0 0 1 122.956 540.057 Tm (to) Tj
-0 g
-1 0 0 1 135.188 540.057 Tm (specify) Tj
-0 g
-1 0 0 1 172.478 540.057 Tm (an) Tj
-0 g
-1 0 0 1 187.768 540.057 Tm (alternative) Tj
-0 g
-1 0 0 1 241.569 540.057 Tm (set) Tj
-0 g
-1 0 0 1 259.301 540.057 Tm (of) Tj
-0 g
-1 0 0 1 271.533 540.057 Tm (formatting) Tj
-0 g
-1 0 0 1 323.497 540.057 Tm (properties) Tj
-0 g
-1 0 0 1 375.461 540.057 Tm (that,) Tj
-0 g
-1 0 0 1 399.925 540.057 Tm (dependent) Tj
-0 g
-1 0 0 1 454.969 540.057 Tm (on) Tj
-0 g
-1 0 0 1 470.259 540.057 Tm (a) Tj
-0 g
-1 0 0 1 479.433 540.057 Tm (User) Tj
-0 g
-1 0 0 1 85.05 528.882 Tm (Agent) Tj
-0 g
-1 0 0 1 116.851 528.882 Tm (state,) Tj
-0 g
-1 0 0 1 146.815 528.882 Tm (are) Tj
-0 g
-1 0 0 1 165.768 528.882 Tm (applied) Tj
-0 g
-1 0 0 1 204.29 528.882 Tm (to) Tj
-0 g
-1 0 0 1 216.522 528.882 Tm (the) Tj
-0 g
-1 0 0 1 234.87 528.882 Tm (content) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 519.315 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 519.315 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 510.455 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 501.423 Tm (id) Tj
-0 g
-1 0 0 1 99.225 492.098 Tm (active-state) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 470.901 Tm (fo:multi-switch) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 459.312 Tm (wraps) Tj
-0 g
-1 0 0 1 117.445 459.312 Tm (the) Tj
-0 g
-1 0 0 1 135.793 459.312 Tm (specification) Tj
-0 g
-1 0 0 1 199.373 459.312 Tm (of) Tj
-0 g
-1 0 0 1 211.605 459.312 Tm (alternative) Tj
-0 g
-1 0 0 1 265.406 459.312 Tm (sub-trees) Tj
-0 g
-1 0 0 1 314.213 459.312 Tm (of) Tj
-0 g
-1 0 0 1 326.445 459.312 Tm (formatting) Tj
-0 g
-1 0 0 1 378.409 459.312 Tm (objects) Tj
-0 g
-1 0 0 1 416.315 459.312 Tm (\(each) Tj
-0 g
-1 0 0 1 446.884 459.312 Tm (sub-tree) Tj
-0 g
-1 0 0 1 490.191 459.312 Tm (being) Tj
-0 g
-1 0 0 1 85.05 448.137 Tm (within) Tj
-0 g
-1 0 0 1 116.224 448.137 Tm (an) Tj
-0 g
-1 0 0 1 131.514 448.137 Tm (fo:multi-case\),) Tj
-0 g
-1 0 0 1 203.542 448.137 Tm (and) Tj
-0 g
-1 0 0 1 224.948 448.137 Tm (controls) Tj
-0 g
-1 0 0 1 266.517 448.137 Tm (the) Tj
-0 g
-1 0 0 1 284.865 448.137 Tm (switching) Tj
-0 g
-1 0 0 1 333.155 448.137 Tm (\(activated) Tj
-0 g
-1 0 0 1 383.898 448.137 Tm (via) Tj
-0 g
-1 0 0 1 401.014 448.137 Tm (fo:multi-toggle\)) Tj
-0 g
-1 0 0 1 476.716 448.137 Tm (from) Tj
-0 g
-1 0 0 1 501.774 448.137 Tm (one) Tj
-0 g
-1 0 0 1 85.05 436.962 Tm (alternative) Tj
-0 g
-1 0 0 1 138.851 436.962 Tm (to) Tj
-0 g
-1 0 0 1 151.083 436.962 Tm (another) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 427.395 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 427.395 Tm (\(multi-case+\)) Tj
-0 g
-1 0 0 1 85.05 418.535 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 409.503 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 400.178 Tm (auto-restore) Tj
-0 g
-1 0 0 1 99.225 390.853 Tm (id) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 369.656 Tm (fo:multi-toggle) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 358.067 Tm (is) Tj
-0 g
-1 0 0 1 96.05 358.067 Tm (used) Tj
-0 g
-1 0 0 1 122.956 358.067 Tm (within) Tj
-0 g
-1 0 0 1 154.13 358.067 Tm (an) Tj
-0 g
-1 0 0 1 169.42 358.067 Tm (fo:multi-case) Tj
-0 g
-1 0 0 1 234.727 358.067 Tm (to) Tj
-0 g
-1 0 0 1 246.959 358.067 Tm (switch) Tj
-0 g
-1 0 0 1 280.575 358.067 Tm (to) Tj
-0 g
-1 0 0 1 292.807 358.067 Tm (another) Tj
-0 g
-1 0 0 1 333.166 358.067 Tm (fo:multi-case) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 348.5 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 348.5 Tm (\(#PCDATA|%inline;|%block;\)*) Tj
-0 g
-1 0 0 1 85.05 339.64 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 330.608 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 321.283 Tm (id) Tj
-0 g
-1 0 0 1 99.225 311.958 Tm (switch-to) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 290.761 Tm (fo:page-number) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 279.172 Tm (represents) Tj
-0 g
-1 0 0 1 140.072 279.172 Tm (the) Tj
-0 g
-1 0 0 1 158.42 279.172 Tm (current) Tj
-0 g
-1 0 0 1 195.71 279.172 Tm (page-number) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 269.605 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 269.605 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 260.745 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 251.713 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 242.388 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 233.063 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 223.738 Tm (common-font-properties) Tj
-0 g
-1 0 0 1 99.225 214.413 Tm (common-margin-properties-inline) Tj
-0 g
-1 0 0 1 99.225 205.088 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 195.763 Tm (alignment-adjust) Tj
-0 g
-1 0 0 1 99.225 186.438 Tm (alignment-baseline) Tj
-0 g
-1 0 0 1 99.225 177.113 Tm (baseline-shift) Tj
-0 g
-1 0 0 1 99.225 167.788 Tm (dominant-baseline) Tj
-0 g
-1 0 0 1 99.225 158.463 Tm (id) Tj
-0 g
-1 0 0 1 99.225 149.138 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 139.813 Tm (keep-with-previous) Tj
-0 g
-1 0 0 1 99.225 130.488 Tm (letter-spacing) Tj
-0 g
-1 0 0 1 99.225 121.163 Tm (line-height) Tj
-0 g
-1 0 0 1 99.225 111.838 Tm (line-height-shift-adjustment) Tj
-0 g
-1 0 0 1 99.225 102.513 Tm (score-spaces) Tj
-0 g
-1 0 0 1 99.225 93.188 Tm (text-decoration) Tj
-0 g
-1 0 0 1 99.225 83.863 Tm (text-shadow) Tj
-0 g
-1 0 0 1 99.225 74.538 Tm (text-transform) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 416.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 441.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 464.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 503.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 509.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 519.475 790.64 Tm (7) Tj
-ET
-
-endstream
-endobj
-32 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 31 0 R
->>
-endobj
-33 0 obj
-<< /Length 7424 >>
-stream
-BT
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 749.983 Tm (word-spacing) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 728.786 Tm (fo:page-number-citation) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 717.197 Tm (references) Tj
-0 g
-1 0 0 1 140.072 717.197 Tm (the) Tj
-0 g
-1 0 0 1 158.42 717.197 Tm (page-number) Tj
-0 g
-1 0 0 1 226.796 717.197 Tm (for) Tj
-0 g
-1 0 0 1 242.691 717.197 Tm (the) Tj
-0 g
-1 0 0 1 261.039 717.197 Tm (page) Tj
-0 g
-1 0 0 1 288.561 717.197 Tm (containing) Tj
-0 g
-1 0 0 1 341.757 717.197 Tm (the) Tj
-0 g
-1 0 0 1 360.105 717.197 Tm (first) Tj
-0 g
-1 0 0 1 380.884 717.197 Tm (normal) Tj
-0 g
-1 0 0 1 417.558 717.197 Tm (area) Tj
-0 g
-1 0 0 1 442.627 717.197 Tm (returned) Tj
-0 g
-1 0 0 1 486.649 717.197 Tm (by) Tj
-0 g
-1 0 0 1 501.323 717.197 Tm (the) Tj
-0 g
-1 0 0 1 85.05 706.022 Tm (cited) Tj
-0 g
-1 0 0 1 111.34 706.022 Tm (formatting) Tj
-0 g
-1 0 0 1 163.304 706.022 Tm (object) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 696.455 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 696.455 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 687.595 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 678.563 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 669.238 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 659.913 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 650.588 Tm (common-font-properties) Tj
-0 g
-1 0 0 1 99.225 641.263 Tm (common-margin-properties-inline) Tj
-0 g
-1 0 0 1 99.225 631.938 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 622.613 Tm (alignment-adjust) Tj
-0 g
-1 0 0 1 99.225 613.288 Tm (alignment-baseline) Tj
-0 g
-1 0 0 1 99.225 603.963 Tm (baseline-shift) Tj
-0 g
-1 0 0 1 99.225 594.638 Tm (dominant-baseline) Tj
-0 g
-1 0 0 1 99.225 585.313 Tm (id) Tj
-0 g
-1 0 0 1 99.225 575.988 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 566.663 Tm (keep-with-previous) Tj
-0 g
-1 0 0 1 99.225 557.338 Tm (letter-spacing) Tj
-0 g
-1 0 0 1 99.225 548.013 Tm (line-height) Tj
-0 g
-1 0 0 1 99.225 538.688 Tm (line-height-shift-adjustment) Tj
-0 g
-1 0 0 1 99.225 529.363 Tm (ref-id) Tj
-0 g
-1 0 0 1 99.225 520.038 Tm (score-spaces) Tj
-0 g
-1 0 0 1 99.225 510.713 Tm (text-decoration) Tj
-0 g
-1 0 0 1 99.225 501.388 Tm (text-shadow) Tj
-0 g
-1 0 0 1 99.225 492.063 Tm (text-transform) Tj
-0 g
-1 0 0 1 99.225 482.738 Tm (word-spacing) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 461.541 Tm (fo:page-sequence) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 449.952 Tm (is) Tj
-0 g
-1 0 0 1 96.05 449.952 Tm (used) Tj
-0 g
-1 0 0 1 122.956 449.952 Tm (to) Tj
-0 g
-1 0 0 1 135.188 449.952 Tm (specify) Tj
-0 g
-1 0 0 1 172.478 449.952 Tm (how) Tj
-0 g
-1 0 0 1 195.71 449.952 Tm (to) Tj
-0 g
-1 0 0 1 207.942 449.952 Tm (create) Tj
-0 g
-1 0 0 1 241.569 449.952 Tm (a) Tj
-0 g
-1 0 0 1 250.743 449.952 Tm (\(sub-\)sequence) Tj
-0 g
-1 0 0 1 330.119 449.952 Tm (of) Tj
-0 g
-1 0 0 1 342.351 449.952 Tm (pages) Tj
-0 g
-1 0 0 1 375.373 449.952 Tm (within) Tj
-0 g
-1 0 0 1 406.547 449.952 Tm (a) Tj
-0 g
-1 0 0 1 415.721 449.952 Tm (document;) Tj
-0 g
-1 0 0 1 470.138 449.952 Tm (for) Tj
-0 g
-1 0 0 1 85.05 438.777 Tm (example,) Tj
-0 g
-1 0 0 1 132.735 438.777 Tm (a) Tj
-0 g
-1 0 0 1 141.909 438.777 Tm (chapter) Tj
-0 g
-1 0 0 1 181.652 438.777 Tm (of) Tj
-0 g
-1 0 0 1 193.884 438.777 Tm (a) Tj
-0 g
-1 0 0 1 203.058 438.777 Tm (report.) Tj
-0 g
-1 0 0 1 237.906 438.777 Tm (The) Tj
-0 g
-1 0 0 1 259.917 438.777 Tm (content) Tj
-0 g
-1 0 0 1 299.055 438.777 Tm (of) Tj
-0 g
-1 0 0 1 311.287 438.777 Tm (these) Tj
-0 g
-1 0 0 1 341.251 438.777 Tm (pages) Tj
-0 g
-1 0 0 1 374.273 438.777 Tm (comes) Tj
-0 g
-1 0 0 1 409.726 438.777 Tm (from) Tj
-0 g
-1 0 0 1 434.784 438.777 Tm (flow) Tj
-0 g
-1 0 0 1 457.4 438.777 Tm (children) Tj
-0 g
-1 0 0 1 498.969 438.777 Tm (of) Tj
-0 g
-1 0 0 1 85.05 427.602 Tm (the) Tj
-0 g
-1 0 0 1 103.398 427.602 Tm (fo:page-sequence) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 418.035 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 418.035 Tm (\(title?,static-content*,flow\)) Tj
-0 g
-1 0 0 1 85.05 409.175 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 400.143 Tm (country) Tj
-0 g
-1 0 0 1 99.225 390.818 Tm (format) Tj
-0 g
-1 0 0 1 99.225 381.493 Tm (language) Tj
-0 g
-1 0 0 1 99.225 372.168 Tm (letter-value) Tj
-0 g
-1 0 0 1 99.225 362.843 Tm (grouping-separator) Tj
-0 g
-1 0 0 1 99.225 353.518 Tm (grouping-size) Tj
-0 g
-1 0 0 1 99.225 344.193 Tm (id) Tj
-0 g
-1 0 0 1 99.225 334.868 Tm (initial-page-number) Tj
-0 g
-1 0 0 1 99.225 325.543 Tm (force-page-count) Tj
-0 g
-1 0 0 1 99.225 316.218 Tm (master-name) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 295.021 Tm (fo:page-sequence-master) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 283.432 Tm (specifies) Tj
-0 g
-1 0 0 1 130.898 283.432 Tm (sequences) Tj
-0 g
-1 0 0 1 187.152 283.432 Tm (of) Tj
-0 g
-1 0 0 1 199.384 283.432 Tm (page-masters) Tj
-0 g
-1 0 0 1 269.586 283.432 Tm (that) Tj
-0 g
-1 0 0 1 290.992 283.432 Tm (are) Tj
-0 g
-1 0 0 1 309.945 283.432 Tm (used) Tj
-0 g
-1 0 0 1 336.851 283.432 Tm (when) Tj
-0 g
-1 0 0 1 366.199 283.432 Tm (generating) Tj
-0 g
-1 0 0 1 421.232 283.432 Tm (a) Tj
-0 g
-1 0 0 1 430.406 283.432 Tm (sequence) Tj
-0 g
-1 0 0 1 481.16 283.432 Tm (of) Tj
-0 g
-1 0 0 1 493.392 283.432 Tm (pages) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 273.865 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 273.865 Tm (\(single-page-master-reference|repeatable-page-master-reference|) Tj
-0 g
-1 0 0 1 85.05 265.005 Tm (repeatable-page-master-alternatives\)+) Tj
-0 g
-1 0 0 1 85.05 256.145 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 247.113 Tm (master-name) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 225.916 Tm (fo:region-after) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 214.327 Tm (defines) Tj
-0 g
-1 0 0 1 123.572 214.327 Tm (a) Tj
-0 g
-1 0 0 1 132.746 214.327 Tm (viewport) Tj
-0 g
-1 0 0 1 176.757 214.327 Tm (that) Tj
-0 g
-1 0 0 1 198.163 214.327 Tm (is) Tj
-0 g
-1 0 0 1 209.163 214.327 Tm (located) Tj
-0 g
-1 0 0 1 247.685 214.327 Tm (on) Tj
-0 g
-1 0 0 1 262.975 214.327 Tm (the) Tj
-0 g
-1 0 0 1 281.323 214.327 Tm ("after") Tj
-0 g
-1 0 0 1 314.202 214.327 Tm (side) Tj
-0 g
-1 0 0 1 337.434 214.327 Tm (of) Tj
-0 g
-1 0 0 1 349.666 214.327 Tm (fo:region-body) Tj
-0 g
-1 0 0 1 422.937 214.327 Tm (region) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 204.76 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 204.76 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 195.9 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 186.868 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 177.543 Tm (clip) Tj
-0 g
-1 0 0 1 99.225 168.218 Tm (display-align) Tj
-0 g
-1 0 0 1 99.225 158.893 Tm (extent) Tj
-0 g
-1 0 0 1 99.225 149.568 Tm (overflow) Tj
-0 g
-1 0 0 1 99.225 140.243 Tm (precedence) Tj
-0 g
-1 0 0 1 99.225 130.918 Tm (region-name) Tj
-0 g
-1 0 0 1 99.225 121.593 Tm (reference-orientation) Tj
-0 g
-1 0 0 1 99.225 112.268 Tm (writing-mode) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 91.071 Tm (fo:region-before) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 79.482 Tm (defines) Tj
-0 g
-1 0 0 1 123.572 79.482 Tm (a) Tj
-0 g
-1 0 0 1 132.746 79.482 Tm (viewport) Tj
-0 g
-1 0 0 1 176.757 79.482 Tm (that) Tj
-0 g
-1 0 0 1 198.163 79.482 Tm (is) Tj
-0 g
-1 0 0 1 209.163 79.482 Tm (located) Tj
-0 g
-1 0 0 1 247.685 79.482 Tm (on) Tj
-0 g
-1 0 0 1 262.975 79.482 Tm (the) Tj
-0 g
-1 0 0 1 281.323 79.482 Tm ("before") Tj
-0 g
-1 0 0 1 323.376 79.482 Tm (side) Tj
-0 g
-1 0 0 1 346.608 79.482 Tm (of) Tj
-0 g
-1 0 0 1 358.84 79.482 Tm (fo:region-body) Tj
-0 g
-1 0 0 1 432.111 79.482 Tm (region) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 69.915 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 69.915 Tm (EMPTY) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 416.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 441.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 464.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 503.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 509.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 519.475 790.64 Tm (8) Tj
-ET
-
-endstream
-endobj
-34 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 33 0 R
->>
-endobj
-35 0 obj
-<< /Length 6828 >>
-stream
-BT
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 750.155 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 741.123 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 731.798 Tm (clip) Tj
-0 g
-1 0 0 1 99.225 722.473 Tm (display-align) Tj
-0 g
-1 0 0 1 99.225 713.148 Tm (extent) Tj
-0 g
-1 0 0 1 99.225 703.823 Tm (overflow) Tj
-0 g
-1 0 0 1 99.225 694.498 Tm (precedence) Tj
-0 g
-1 0 0 1 99.225 685.173 Tm (region-name) Tj
-0 g
-1 0 0 1 99.225 675.848 Tm (reference-orientation) Tj
-0 g
-1 0 0 1 99.225 666.523 Tm (writing-mode) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 645.326 Tm (fo:region-body) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 633.737 Tm (specifies) Tj
-0 g
-1 0 0 1 130.898 633.737 Tm (a) Tj
-0 g
-1 0 0 1 140.072 633.737 Tm (viewport/reference) Tj
-0 g
-1 0 0 1 233.605 633.737 Tm (pair) Tj
-0 g
-1 0 0 1 255.0 633.737 Tm (that) Tj
-0 g
-1 0 0 1 276.406 633.737 Tm (is) Tj
-0 g
-1 0 0 1 287.406 633.737 Tm (located) Tj
-0 g
-1 0 0 1 325.928 633.737 Tm (in) Tj
-0 g
-1 0 0 1 337.544 633.737 Tm (the) Tj
-0 g
-1 0 0 1 355.892 633.737 Tm ("center") Tj
-0 g
-1 0 0 1 397.329 633.737 Tm (of) Tj
-0 g
-1 0 0 1 409.561 633.737 Tm (the) Tj
-0 g
-1 0 0 1 85.05 622.562 Tm (fo:simple-page-master) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 612.995 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 612.995 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 604.135 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 595.103 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 585.778 Tm (common-margin-properties-block) Tj
-0 g
-1 0 0 1 99.225 576.453 Tm (clip) Tj
-0 g
-1 0 0 1 99.225 567.128 Tm (column-count) Tj
-0 g
-1 0 0 1 99.225 557.803 Tm (column-gap) Tj
-0 g
-1 0 0 1 99.225 548.478 Tm (display-align) Tj
-0 g
-1 0 0 1 99.225 539.153 Tm (overflow) Tj
-0 g
-1 0 0 1 99.225 529.828 Tm (region-name) Tj
-0 g
-1 0 0 1 99.225 520.503 Tm (reference-orientation) Tj
-0 g
-1 0 0 1 99.225 511.178 Tm (writing-mode) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 489.981 Tm (fo:region-end) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 478.392 Tm (defines) Tj
-0 g
-1 0 0 1 123.572 478.392 Tm (a) Tj
-0 g
-1 0 0 1 132.746 478.392 Tm (viewport) Tj
-0 g
-1 0 0 1 176.757 478.392 Tm (that) Tj
-0 g
-1 0 0 1 198.163 478.392 Tm (is) Tj
-0 g
-1 0 0 1 209.163 478.392 Tm (located) Tj
-0 g
-1 0 0 1 247.685 478.392 Tm (on) Tj
-0 g
-1 0 0 1 262.975 478.392 Tm (the) Tj
-0 g
-1 0 0 1 281.323 478.392 Tm ("end") Tj
-0 g
-1 0 0 1 310.539 478.392 Tm (side) Tj
-0 g
-1 0 0 1 333.771 478.392 Tm (of) Tj
-0 g
-1 0 0 1 346.003 478.392 Tm (fo:region-body) Tj
-0 g
-1 0 0 1 419.274 478.392 Tm (region) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 468.825 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 468.825 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 459.965 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 450.933 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 441.608 Tm (clip) Tj
-0 g
-1 0 0 1 99.225 432.283 Tm (display-align) Tj
-0 g
-1 0 0 1 99.225 422.958 Tm (extent) Tj
-0 g
-1 0 0 1 99.225 413.633 Tm (overflow) Tj
-0 g
-1 0 0 1 99.225 404.308 Tm (region-name) Tj
-0 g
-1 0 0 1 99.225 394.983 Tm (reference-orientation) Tj
-0 g
-1 0 0 1 99.225 385.658 Tm (writing-mode) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 364.461 Tm (fo:region-start) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 352.872 Tm (defines) Tj
-0 g
-1 0 0 1 123.572 352.872 Tm (a) Tj
-0 g
-1 0 0 1 132.746 352.872 Tm (viewport) Tj
-0 g
-1 0 0 1 176.757 352.872 Tm (that) Tj
-0 g
-1 0 0 1 198.163 352.872 Tm (is) Tj
-0 g
-1 0 0 1 209.163 352.872 Tm (located) Tj
-0 g
-1 0 0 1 247.685 352.872 Tm (on) Tj
-0 g
-1 0 0 1 262.975 352.872 Tm (the) Tj
-0 g
-1 0 0 1 281.323 352.872 Tm ("start") Tj
-0 g
-1 0 0 1 313.586 352.872 Tm (side) Tj
-0 g
-1 0 0 1 336.818 352.872 Tm (of) Tj
-0 g
-1 0 0 1 349.05 352.872 Tm (fo:region-body) Tj
-0 g
-1 0 0 1 422.321 352.872 Tm (region) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 343.305 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 343.305 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 334.445 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 325.413 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 316.088 Tm (clip) Tj
-0 g
-1 0 0 1 99.225 306.763 Tm (display-align) Tj
-0 g
-1 0 0 1 99.225 297.438 Tm (extent) Tj
-0 g
-1 0 0 1 99.225 288.113 Tm (overflow) Tj
-0 g
-1 0 0 1 99.225 278.788 Tm (region-name) Tj
-0 g
-1 0 0 1 99.225 269.463 Tm (reference-orientation) Tj
-0 g
-1 0 0 1 99.225 260.138 Tm (writing-mode) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 238.941 Tm (fo:repeatable-page-master-alternatives) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 227.352 Tm (specifies) Tj
-0 g
-1 0 0 1 130.898 227.352 Tm (a) Tj
-0 g
-1 0 0 1 140.072 227.352 Tm (sub-sequence) Tj
-0 g
-1 0 0 1 212.122 227.352 Tm (consisting) Tj
-0 g
-1 0 0 1 264.086 227.352 Tm (of) Tj
-0 g
-1 0 0 1 276.318 227.352 Tm (repeated) Tj
-0 g
-1 0 0 1 322.793 227.352 Tm (instances) Tj
-0 g
-1 0 0 1 372.315 227.352 Tm (of) Tj
-0 g
-1 0 0 1 384.547 227.352 Tm (a) Tj
-0 g
-1 0 0 1 393.721 227.352 Tm (set) Tj
-0 g
-1 0 0 1 411.453 227.352 Tm (of) Tj
-0 g
-1 0 0 1 423.685 227.352 Tm (alternative) Tj
-0 g
-1 0 0 1 85.05 216.177 Tm (page-masters) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 206.61 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 206.61 Tm (\(conditional-page-master-reference+\)) Tj
-0 g
-1 0 0 1 85.05 197.75 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 188.718 Tm (maximum-repeats) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 167.521 Tm (fo:repeatable-page-master-reference) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 155.932 Tm (specifies) Tj
-0 g
-1 0 0 1 130.898 155.932 Tm (a) Tj
-0 g
-1 0 0 1 140.072 155.932 Tm (sub-sequence) Tj
-0 g
-1 0 0 1 212.122 155.932 Tm (consisting) Tj
-0 g
-1 0 0 1 264.086 155.932 Tm (of) Tj
-0 g
-1 0 0 1 276.318 155.932 Tm (repeated) Tj
-0 g
-1 0 0 1 322.793 155.932 Tm (instances) Tj
-0 g
-1 0 0 1 372.315 155.932 Tm (of) Tj
-0 g
-1 0 0 1 384.547 155.932 Tm (a) Tj
-0 g
-1 0 0 1 393.721 155.932 Tm (single) Tj
-0 g
-1 0 0 1 425.511 155.932 Tm (page-master) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 146.365 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 146.365 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 137.505 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 128.473 Tm (master-name) Tj
-0 g
-1 0 0 1 99.225 119.148 Tm (maximum-repeats) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 97.951 Tm (fo:retrieve-marker) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 86.362 Tm (s) Tj
-0 g
-1 0 0 1 93.608 86.362 Tm (used) Tj
-0 g
-1 0 0 1 120.514 86.362 Tm (in) Tj
-0 g
-1 0 0 1 132.13 86.362 Tm (conjunction) Tj
-0 g
-1 0 0 1 190.826 86.362 Tm (with) Tj
-0 g
-1 0 0 1 213.442 86.362 Tm (fo:marker) Tj
-0 g
-1 0 0 1 262.953 86.362 Tm (to) Tj
-0 g
-1 0 0 1 275.185 86.362 Tm (produce) Tj
-0 g
-1 0 0 1 317.986 86.362 Tm (running) Tj
-0 g
-1 0 0 1 357.729 86.362 Tm (headers) Tj
-0 g
-1 0 0 1 400.53 86.362 Tm (or) Tj
-0 g
-1 0 0 1 413.367 86.362 Tm (footers) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 76.795 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 76.795 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 67.935 Tm (Properties:) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 416.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 441.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 464.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 503.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 509.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 519.475 790.64 Tm (9) Tj
-ET
-
-endstream
-endobj
-36 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 35 0 R
->>
-endobj
-37 0 obj
-<< /Length 7846 >>
-stream
-BT
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 749.983 Tm (retrieve-class-name) Tj
-0 g
-1 0 0 1 99.225 740.658 Tm (retrieve-position) Tj
-0 g
-1 0 0 1 99.225 731.333 Tm (retrieve-boundary) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 710.136 Tm (fo:root) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 698.547 Tm (top) Tj
-0 g
-1 0 0 1 103.398 698.547 Tm (node) Tj
-0 g
-1 0 0 1 130.92 698.547 Tm (of) Tj
-0 g
-1 0 0 1 143.152 698.547 Tm (an) Tj
-0 g
-1 0 0 1 158.442 698.547 Tm (xsl) Tj
-0 g
-1 0 0 1 174.942 698.547 Tm (formatting) Tj
-0 g
-1 0 0 1 226.906 698.547 Tm (objects) Tj
-0 g
-1 0 0 1 264.812 698.547 Tm (tree) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 688.98 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 688.98 Tm (\(layout-master-set,declarations?,page-sequence+\)) Tj
-0 g
-1 0 0 1 85.05 680.12 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 671.088 Tm (media-usage) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 649.891 Tm (fo:simple-page-master) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 638.302 Tm (is) Tj
-0 g
-1 0 0 1 96.05 638.302 Tm (used) Tj
-0 g
-1 0 0 1 122.956 638.302 Tm (in) Tj
-0 g
-1 0 0 1 134.572 638.302 Tm (the) Tj
-0 g
-1 0 0 1 152.92 638.302 Tm (generation) Tj
-0 g
-1 0 0 1 207.953 638.302 Tm (of) Tj
-0 g
-1 0 0 1 220.185 638.302 Tm (pages) Tj
-0 g
-1 0 0 1 253.207 638.302 Tm (and) Tj
-0 g
-1 0 0 1 274.613 638.302 Tm (specifies) Tj
-0 g
-1 0 0 1 320.461 638.302 Tm (the) Tj
-0 g
-1 0 0 1 338.809 638.302 Tm (geometry) Tj
-0 g
-1 0 0 1 387.715 638.302 Tm (of) Tj
-0 g
-1 0 0 1 399.947 638.302 Tm (the) Tj
-0 g
-1 0 0 1 418.295 638.302 Tm (page.) Tj
-0 g
-1 0 0 1 448.875 638.302 Tm (The) Tj
-0 g
-1 0 0 1 470.886 638.302 Tm (page) Tj
-0 g
-1 0 0 1 498.408 638.302 Tm (may) Tj
-0 g
-1 0 0 1 85.05 627.127 Tm (be) Tj
-0 g
-1 0 0 1 100.34 627.127 Tm (subdivided) Tj
-0 g
-1 0 0 1 155.978 627.127 Tm (into) Tj
-0 g
-1 0 0 1 176.768 627.127 Tm (up) Tj
-0 g
-1 0 0 1 192.058 627.127 Tm (to) Tj
-0 g
-1 0 0 1 204.29 627.127 Tm (five) Tj
-0 g
-1 0 0 1 224.464 627.127 Tm (regions) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 617.56 Tm (Content:) Tj
-0 g
-1 0 0 1 85.05 608.7 Tm (\(region-body,region-before?,region-after?,region-start?,region-end?\)) Tj
-0 g
-1 0 0 1 85.05 599.84 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 590.808 Tm (common-margin-properties-block) Tj
-0 g
-1 0 0 1 99.225 581.483 Tm (master-name) Tj
-0 g
-1 0 0 1 99.225 572.158 Tm (page-height) Tj
-0 g
-1 0 0 1 99.225 562.833 Tm (page-width) Tj
-0 g
-1 0 0 1 99.225 553.508 Tm (reference-orientation) Tj
-0 g
-1 0 0 1 99.225 544.183 Tm (writing-mode) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 522.986 Tm (fo:single-page-master-reference) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 511.397 Tm (specifies) Tj
-0 g
-1 0 0 1 130.898 511.397 Tm (a) Tj
-0 g
-1 0 0 1 140.072 511.397 Tm (sub-sequence) Tj
-0 g
-1 0 0 1 212.122 511.397 Tm (consisting) Tj
-0 g
-1 0 0 1 264.086 511.397 Tm (of) Tj
-0 g
-1 0 0 1 276.318 511.397 Tm (a) Tj
-0 g
-1 0 0 1 285.492 511.397 Tm (single) Tj
-0 g
-1 0 0 1 317.282 511.397 Tm (instance) Tj
-0 g
-1 0 0 1 361.304 511.397 Tm (of) Tj
-0 g
-1 0 0 1 373.536 511.397 Tm (a) Tj
-0 g
-1 0 0 1 382.71 511.397 Tm (single) Tj
-0 g
-1 0 0 1 414.5 511.397 Tm (page-master) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 501.83 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 501.83 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 492.97 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 483.938 Tm (master-name) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 462.741 Tm (fo:static-content) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 451.152 Tm (holds) Tj
-0 g
-1 0 0 1 114.398 451.152 Tm (a) Tj
-0 g
-1 0 0 1 123.572 451.152 Tm (sequence) Tj
-0 g
-1 0 0 1 174.326 451.152 Tm (or) Tj
-0 g
-1 0 0 1 187.163 451.152 Tm (a) Tj
-0 g
-1 0 0 1 196.337 451.152 Tm (tree) Tj
-0 g
-1 0 0 1 218.348 451.152 Tm (of) Tj
-0 g
-1 0 0 1 230.58 451.152 Tm (formatting) Tj
-0 g
-1 0 0 1 282.544 451.152 Tm (objects) Tj
-0 g
-1 0 0 1 320.45 451.152 Tm (that) Tj
-0 g
-1 0 0 1 341.856 451.152 Tm (is) Tj
-0 g
-1 0 0 1 352.856 451.152 Tm (to) Tj
-0 g
-1 0 0 1 365.088 451.152 Tm (be) Tj
-0 g
-1 0 0 1 380.378 451.152 Tm (presented) Tj
-0 g
-1 0 0 1 432.353 451.152 Tm (in) Tj
-0 g
-1 0 0 1 443.969 451.152 Tm (a) Tj
-0 g
-1 0 0 1 453.143 451.152 Tm (single) Tj
-0 g
-1 0 0 1 484.933 451.152 Tm (region) Tj
-0 g
-1 0 0 1 85.05 439.977 Tm (or) Tj
-0 g
-1 0 0 1 97.887 439.977 Tm (repeated) Tj
-0 g
-1 0 0 1 144.362 439.977 Tm (in) Tj
-0 g
-1 0 0 1 155.978 439.977 Tm (like-named) Tj
-0 g
-1 0 0 1 212.727 439.977 Tm (regions) Tj
-0 g
-1 0 0 1 251.854 439.977 Tm (on) Tj
-0 g
-1 0 0 1 267.144 439.977 Tm (one) Tj
-0 g
-1 0 0 1 288.55 439.977 Tm (or) Tj
-0 g
-1 0 0 1 301.387 439.977 Tm (more) Tj
-0 g
-1 0 0 1 329.503 439.977 Tm (pages) Tj
-0 g
-1 0 0 1 362.525 439.977 Tm (in) Tj
-0 g
-1 0 0 1 374.141 439.977 Tm (the) Tj
-0 g
-1 0 0 1 392.489 439.977 Tm (page-sequence.) Tj
-0 g
-1 0 0 1 474.329 439.977 Tm (Its) Tj
-0 g
-1 0 0 1 85.05 428.802 Tm (common) Tj
-0 g
-1 0 0 1 130.282 428.802 Tm (use) Tj
-0 g
-1 0 0 1 151.072 428.802 Tm (is) Tj
-0 g
-1 0 0 1 162.072 428.802 Tm (for) Tj
-0 g
-1 0 0 1 177.967 428.802 Tm (repeating) Tj
-0 g
-1 0 0 1 226.884 428.802 Tm (or) Tj
-0 g
-1 0 0 1 239.721 428.802 Tm (running) Tj
-0 g
-1 0 0 1 279.464 428.802 Tm (headers) Tj
-0 g
-1 0 0 1 322.265 428.802 Tm (and) Tj
-0 g
-1 0 0 1 343.671 428.802 Tm (footers) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 419.235 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 419.235 Tm (\(%block;\)+) Tj
-0 g
-1 0 0 1 85.05 410.375 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 401.343 Tm (flow-name) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 380.146 Tm (fo:table) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 368.557 Tm (container) Tj
-0 g
-1 0 0 1 133.351 368.557 Tm (for) Tj
-0 g
-1 0 0 1 149.246 368.557 Tm (a) Tj
-0 g
-1 0 0 1 158.42 368.557 Tm (table) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 358.99 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 358.99 Tm (\(table-column*,table-header?,table-footer?,table-body+\)) Tj
-0 g
-1 0 0 1 85.05 350.13 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 341.098 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 331.773 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 322.448 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 313.123 Tm (common-margin-properties-block) Tj
-0 g
-1 0 0 1 99.225 303.798 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 294.473 Tm (block-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 285.148 Tm (border-after-precedence) Tj
-0 g
-1 0 0 1 99.225 275.823 Tm (border-before-precedence) Tj
-0 g
-1 0 0 1 99.225 266.498 Tm (border-collapse) Tj
-0 g
-1 0 0 1 99.225 257.173 Tm (border-end-precedence) Tj
-0 g
-1 0 0 1 99.225 247.848 Tm (border-separation) Tj
-0 g
-1 0 0 1 99.225 238.523 Tm (border-start-precedence) Tj
-0 g
-1 0 0 1 99.225 229.198 Tm (break-after) Tj
-0 g
-1 0 0 1 99.225 219.873 Tm (break-before) Tj
-0 g
-1 0 0 1 99.225 210.548 Tm (id) Tj
-0 g
-1 0 0 1 99.225 201.223 Tm (inline-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 191.898 Tm (height) Tj
-0 g
-1 0 0 1 99.225 182.573 Tm (keep-together) Tj
-0 g
-1 0 0 1 99.225 173.248 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 163.923 Tm (keep-with-previous) Tj
-0 g
-1 0 0 1 99.225 154.598 Tm (table-layout) Tj
-0 g
-1 0 0 1 99.225 145.273 Tm (table-omit-footer-at-break) Tj
-0 g
-1 0 0 1 99.225 135.948 Tm (table-omit-header-at-break) Tj
-0 g
-1 0 0 1 99.225 126.623 Tm (width) Tj
-0 g
-1 0 0 1 99.225 117.298 Tm (writing-mode) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 96.101 Tm (fo:table-and-caption) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 84.512 Tm (is) Tj
-0 g
-1 0 0 1 96.05 84.512 Tm (used) Tj
-0 g
-1 0 0 1 122.956 84.512 Tm (for) Tj
-0 g
-1 0 0 1 138.851 84.512 Tm (formatting) Tj
-0 g
-1 0 0 1 190.815 84.512 Tm (a) Tj
-0 g
-1 0 0 1 199.989 84.512 Tm (table) Tj
-0 g
-1 0 0 1 226.895 84.512 Tm (together) Tj
-0 g
-1 0 0 1 270.312 84.512 Tm (with) Tj
-0 g
-1 0 0 1 292.928 84.512 Tm (its) Tj
-0 g
-1 0 0 1 306.986 84.512 Tm (caption) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 74.945 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 74.945 Tm (\(table-caption?,table\)) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (10) Tj
-ET
-
-endstream
-endobj
-38 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 37 0 R
->>
-endobj
-39 0 obj
-<< /Length 5698 >>
-stream
-BT
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 750.155 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 741.123 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 731.798 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 722.473 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 713.148 Tm (common-margin-properties-block) Tj
-0 g
-1 0 0 1 99.225 703.823 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 694.498 Tm (caption-side) Tj
-0 g
-1 0 0 1 99.225 685.173 Tm (id) Tj
-0 g
-1 0 0 1 99.225 675.848 Tm (keep-together) Tj
-0 g
-1 0 0 1 99.225 666.523 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 657.198 Tm (keep-with-previous) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 636.001 Tm (fo:table-body) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 624.412 Tm (contains) Tj
-0 g
-1 0 0 1 129.072 624.412 Tm (the) Tj
-0 g
-1 0 0 1 147.42 624.412 Tm (table) Tj
-0 g
-1 0 0 1 174.326 624.412 Tm (body) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 614.845 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 614.845 Tm (\(table-row+|table-cell+\)) Tj
-0 g
-1 0 0 1 85.05 605.985 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 596.953 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 587.628 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 578.303 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 568.978 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 559.653 Tm (id) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 538.456 Tm (fo:table-caption) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 526.867 Tm (contains) Tj
-0 g
-1 0 0 1 129.072 526.867 Tm (the) Tj
-0 g
-1 0 0 1 147.42 526.867 Tm (caption) Tj
-0 g
-1 0 0 1 185.942 526.867 Tm (for) Tj
-0 g
-1 0 0 1 201.837 526.867 Tm (the) Tj
-0 g
-1 0 0 1 220.185 526.867 Tm (table) Tj
-0 g
-1 0 0 1 247.091 526.867 Tm (\(only) Tj
-0 g
-1 0 0 1 273.986 526.867 Tm (when) Tj
-0 g
-1 0 0 1 303.334 526.867 Tm (using) Tj
-0 g
-1 0 0 1 332.682 526.867 Tm (the) Tj
-0 g
-1 0 0 1 351.03 526.867 Tm (fo:table-and-caption\)) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 517.3 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 517.3 Tm (\(%block;\)+) Tj
-0 g
-1 0 0 1 85.05 508.44 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 499.408 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 490.083 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 480.758 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 471.433 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 462.108 Tm (block-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 452.783 Tm (height) Tj
-0 g
-1 0 0 1 99.225 443.458 Tm (id) Tj
-0 g
-1 0 0 1 99.225 434.133 Tm (inline-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 424.808 Tm (keep-together) Tj
-0 g
-1 0 0 1 99.225 415.483 Tm (width) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 394.286 Tm (fo:table-cell) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 382.697 Tm (contains) Tj
-0 g
-1 0 0 1 129.072 382.697 Tm (content) Tj
-0 g
-1 0 0 1 168.21 382.697 Tm (to) Tj
-0 g
-1 0 0 1 180.442 382.697 Tm (be) Tj
-0 g
-1 0 0 1 195.732 382.697 Tm (placed) Tj
-0 g
-1 0 0 1 231.196 382.697 Tm (in) Tj
-0 g
-1 0 0 1 242.812 382.697 Tm (a) Tj
-0 g
-1 0 0 1 251.986 382.697 Tm (table) Tj
-0 g
-1 0 0 1 278.892 382.697 Tm (cell) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 373.13 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 373.13 Tm (\(%block;\)+) Tj
-0 g
-1 0 0 1 85.05 364.27 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 355.238 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 345.913 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 336.588 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 327.263 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 317.938 Tm (border-after-precedence) Tj
-0 g
-1 0 0 1 99.225 308.613 Tm (border-before-precedence) Tj
-0 g
-1 0 0 1 99.225 299.288 Tm (border-end-precedence) Tj
-0 g
-1 0 0 1 99.225 289.963 Tm (border-start-precedence) Tj
-0 g
-1 0 0 1 99.225 280.638 Tm (block-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 271.313 Tm (column-number) Tj
-0 g
-1 0 0 1 99.225 261.988 Tm (display-align) Tj
-0 g
-1 0 0 1 99.225 252.663 Tm (relative-align) Tj
-0 g
-1 0 0 1 99.225 243.338 Tm (empty-cells) Tj
-0 g
-1 0 0 1 99.225 234.013 Tm (ends-row) Tj
-0 g
-1 0 0 1 99.225 224.688 Tm (height) Tj
-0 g
-1 0 0 1 99.225 215.363 Tm (id) Tj
-0 g
-1 0 0 1 99.225 206.038 Tm (number-columns-spanned) Tj
-0 g
-1 0 0 1 99.225 196.713 Tm (number-rows-spanned) Tj
-0 g
-1 0 0 1 99.225 187.388 Tm (starts-row) Tj
-0 g
-1 0 0 1 99.225 178.063 Tm (width) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 156.866 Tm (fo:table-column) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 145.277 Tm (specifies) Tj
-0 g
-1 0 0 1 130.898 145.277 Tm (characteristics) Tj
-0 g
-1 0 0 1 204.246 145.277 Tm (applicable) Tj
-0 g
-1 0 0 1 256.826 145.277 Tm (to) Tj
-0 g
-1 0 0 1 269.058 145.277 Tm (table) Tj
-0 g
-1 0 0 1 295.964 145.277 Tm (cells) Tj
-0 g
-1 0 0 1 321.022 145.277 Tm (that) Tj
-0 g
-1 0 0 1 342.428 145.277 Tm (have) Tj
-0 g
-1 0 0 1 369.334 145.277 Tm (the) Tj
-0 g
-1 0 0 1 387.682 145.277 Tm (same) Tj
-0 g
-1 0 0 1 417.635 145.277 Tm (column) Tj
-0 g
-1 0 0 1 456.146 145.277 Tm (and) Tj
-0 g
-1 0 0 1 477.552 145.277 Tm (span.) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 135.71 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 135.71 Tm (EMPTY) Tj
-0 g
-1 0 0 1 85.05 126.85 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 117.818 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 108.493 Tm (column-number) Tj
-0 g
-1 0 0 1 99.225 99.168 Tm (column-width) Tj
-0 g
-1 0 0 1 99.225 89.843 Tm (number-columns-repeated) Tj
-0 g
-1 0 0 1 99.225 80.518 Tm (number-columns-spanned) Tj
-0 g
-1 0 0 1 99.225 71.193 Tm (visibility) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (11) Tj
-ET
-
-endstream
-endobj
-40 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 39 0 R
->>
-endobj
-41 0 obj
-<< /Length 6142 >>
-stream
-BT
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 741.111 Tm (fo:table-footer) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 729.522 Tm (contain) Tj
-0 g
-1 0 0 1 123.572 729.522 Tm (the) Tj
-0 g
-1 0 0 1 141.92 729.522 Tm (table) Tj
-0 g
-1 0 0 1 168.826 729.522 Tm (footer) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 719.955 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 719.955 Tm (\(table-row+|table-cell+\)) Tj
-0 g
-1 0 0 1 85.05 711.095 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 702.063 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 692.738 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 683.413 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 674.088 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 664.763 Tm (id) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 643.566 Tm (fo:table-header) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 631.977 Tm (contains) Tj
-0 g
-1 0 0 1 129.072 631.977 Tm (the) Tj
-0 g
-1 0 0 1 147.42 631.977 Tm (table) Tj
-0 g
-1 0 0 1 174.326 631.977 Tm (header) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 622.41 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 622.41 Tm (\(table-row+|table-cell+\)) Tj
-0 g
-1 0 0 1 85.05 613.55 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 604.518 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 595.193 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 585.868 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 576.543 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 567.218 Tm (id) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 546.021 Tm (fo:table-row) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 534.432 Tm (groups) Tj
-0 g
-1 0 0 1 121.735 534.432 Tm (table-cells) Tj
-0 g
-1 0 0 1 174.205 534.432 Tm (into) Tj
-0 g
-1 0 0 1 194.995 534.432 Tm (rows) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 524.865 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 524.865 Tm (\(table-cell+\)) Tj
-0 g
-1 0 0 1 85.05 516.005 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 506.973 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 497.648 Tm (block-progression-dimension) Tj
-0 g
-1 0 0 1 99.225 488.323 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 478.998 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 469.673 Tm (common-relative-position-properties) Tj
-0 g
-1 0 0 1 99.225 460.348 Tm (break-after) Tj
-0 g
-1 0 0 1 99.225 451.023 Tm (break-before) Tj
-0 g
-1 0 0 1 99.225 441.698 Tm (id) Tj
-0 g
-1 0 0 1 99.225 432.373 Tm (height) Tj
-0 g
-1 0 0 1 99.225 423.048 Tm (keep-together) Tj
-0 g
-1 0 0 1 99.225 413.723 Tm (keep-with-next) Tj
-0 g
-1 0 0 1 99.225 404.398 Tm (keep-with-previous) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 383.201 Tm (fo:title) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 371.612 Tm (is) Tj
-0 g
-1 0 0 1 96.05 371.612 Tm (used) Tj
-0 g
-1 0 0 1 122.956 371.612 Tm (to) Tj
-0 g
-1 0 0 1 135.188 371.612 Tm (associate) Tj
-0 g
-1 0 0 1 184.71 371.612 Tm (a) Tj
-0 g
-1 0 0 1 193.884 371.612 Tm (title) Tj
-0 g
-1 0 0 1 214.058 371.612 Tm (with) Tj
-0 g
-1 0 0 1 236.674 371.612 Tm (a) Tj
-0 g
-1 0 0 1 245.848 371.612 Tm (given) Tj
-0 g
-1 0 0 1 275.196 371.612 Tm (document.) Tj
-0 g
-1 0 0 1 329.613 371.612 Tm (This) Tj
-0 g
-1 0 0 1 353.45 371.612 Tm (title) Tj
-0 g
-1 0 0 1 373.624 371.612 Tm (may) Tj
-0 g
-1 0 0 1 397.461 371.612 Tm (be) Tj
-0 g
-1 0 0 1 412.751 371.612 Tm (used) Tj
-0 g
-1 0 0 1 439.657 371.612 Tm (by) Tj
-0 g
-1 0 0 1 454.331 371.612 Tm (an) Tj
-0 g
-1 0 0 1 469.621 371.612 Tm (interactive) Tj
-0 g
-1 0 0 1 85.05 360.437 Tm (User) Tj
-0 g
-1 0 0 1 111.329 360.437 Tm (Agent) Tj
-0 g
-1 0 0 1 143.13 360.437 Tm (to) Tj
-0 g
-1 0 0 1 155.362 360.437 Tm (identify) Tj
-0 g
-1 0 0 1 193.268 360.437 Tm (the) Tj
-0 g
-1 0 0 1 211.616 360.437 Tm (document) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 350.87 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 350.87 Tm (\(#PCDATA|%inline;\)*) Tj
-0 g
-1 0 0 1 85.05 342.01 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 332.978 Tm (common-accessibility-properties) Tj
-0 g
-1 0 0 1 99.225 323.653 Tm (common-aural-properties) Tj
-0 g
-1 0 0 1 99.225 314.328 Tm (common-border-padding-and-background-properties) Tj
-0 g
-1 0 0 1 99.225 305.003 Tm (common-font-properties) Tj
-0 g
-1 0 0 1 99.225 295.678 Tm (common-margin-properties-inline) Tj
-0 g
-1 0 0 1 99.225 286.353 Tm (baseline-shift) Tj
-0 g
-1 0 0 1 99.225 277.028 Tm (color) Tj
-0 g
-1 0 0 1 99.225 267.703 Tm (line-height) Tj
-0 g
-1 0 0 1 99.225 258.378 Tm (line-height-shift-adjustment) Tj
-0 g
-1 0 0 1 99.225 249.053 Tm (visibility) Tj
-0 g
-1 0 0 1 99.225 239.728 Tm (z-index) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 218.531 Tm (fo:wrapper) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 85.05 206.942 Tm (is) Tj
-0 g
-1 0 0 1 96.05 206.942 Tm (used) Tj
-0 g
-1 0 0 1 122.956 206.942 Tm (to) Tj
-0 g
-1 0 0 1 135.188 206.942 Tm (specify) Tj
-0 g
-1 0 0 1 172.478 206.942 Tm (inherited) Tj
-0 g
-1 0 0 1 217.721 206.942 Tm (properties) Tj
-0 g
-1 0 0 1 269.685 206.942 Tm (for) Tj
-0 g
-1 0 0 1 285.58 206.942 Tm (a) Tj
-0 g
-1 0 0 1 294.754 206.942 Tm (group) Tj
-0 g
-1 0 0 1 325.939 206.942 Tm (of) Tj
-0 g
-1 0 0 1 338.171 206.942 Tm (formatting) Tj
-0 g
-1 0 0 1 390.135 206.942 Tm (objects.) Tj
-0 g
-1 0 0 1 431.099 206.942 Tm (It) Tj
-0 g
-1 0 0 1 440.273 206.942 Tm (has) Tj
-0 g
-1 0 0 1 461.063 206.942 Tm (no) Tj
-0 g
-1 0 0 1 476.353 206.942 Tm (additional) Tj
-0 g
-1 0 0 1 85.05 195.767 Tm (formatting) Tj
-0 g
-1 0 0 1 137.014 195.767 Tm (semantics) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 186.2 Tm (Content:) Tj
-0 g
-1 0 0 1 139.05 186.2 Tm (\(#PCDATA|%inline;|%block;\)*) Tj
-0 g
-1 0 0 1 85.05 177.34 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 168.308 Tm (id) Tj
-ET
-q
-0 0 1 rg
-0 0 1 RG
-127.575 157.945 340.2 -19.8 re b
-Q
-BT
-/F1 16 Tf
-1 g
-1 0 0 1 210.075 142.457 Tm (formatting) Tj
-1 g
-1 0 0 1 285.659 142.457 Tm (object) Tj
-1 g
-1 0 0 1 332.795 142.457 Tm (content) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 120.311 Tm (%block;) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 110.33 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 101.298 Tm (block) Tj
-0 g
-1 0 0 1 99.225 91.973 Tm (block-container) Tj
-0 g
-1 0 0 1 99.225 82.648 Tm (list-block) Tj
-0 g
-1 0 0 1 99.225 73.323 Tm (table) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (12) Tj
-ET
-
-endstream
-endobj
-42 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 41 0 R
->>
-endobj
-43 0 obj
-<< /Length 4213 >>
-stream
-BT
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 749.983 Tm (table-and-caption) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 728.786 Tm (%inline;) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 718.805 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 709.773 Tm (basic-link) Tj
-0 g
-1 0 0 1 99.225 700.448 Tm (bidi-override) Tj
-0 g
-1 0 0 1 99.225 691.123 Tm (character) Tj
-0 g
-1 0 0 1 99.225 681.798 Tm (external-graphic) Tj
-0 g
-1 0 0 1 99.225 672.473 Tm (inline) Tj
-0 g
-1 0 0 1 99.225 663.148 Tm (inline-container) Tj
-0 g
-1 0 0 1 99.225 653.823 Tm (instream-foreign-object) Tj
-0 g
-1 0 0 1 99.225 644.498 Tm (leader) Tj
-0 g
-1 0 0 1 99.225 635.173 Tm (multi-toggle) Tj
-0 g
-1 0 0 1 99.225 625.848 Tm (page-number) Tj
-0 g
-1 0 0 1 99.225 616.523 Tm (page-number-citation) Tj
-ET
-q
-0 0 1 rg
-0 0 1 RG
-127.575 606.16 340.2 -19.8 re b
-Q
-BT
-/F1 16 Tf
-1 g
-1 0 0 1 241.651 590.672 Tm (property) Tj
-1 g
-1 0 0 1 304.787 590.672 Tm (groups) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 568.526 Tm (Common) Tj
-0 g
-1 0 0 1 127.217 568.526 Tm (Accessibility) Tj
-0 g
-1 0 0 1 201.616 568.526 Tm (Properties) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 558.545 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 549.513 Tm (role) Tj
-0 g
-1 0 0 1 99.225 540.188 Tm (source-document) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 518.991 Tm (Common) Tj
-0 g
-1 0 0 1 127.217 518.991 Tm (Absolute) Tj
-0 g
-1 0 0 1 181.414 518.991 Tm (Position) Tj
-0 g
-1 0 0 1 231.269 518.991 Tm (Properties) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 509.01 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 499.978 Tm (absolute-position) Tj
-0 g
-1 0 0 1 99.225 490.653 Tm (top) Tj
-0 g
-1 0 0 1 99.225 481.328 Tm (right) Tj
-0 g
-1 0 0 1 99.225 472.003 Tm (bottom) Tj
-0 g
-1 0 0 1 99.225 462.678 Tm (left) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 441.481 Tm (Common) Tj
-0 g
-1 0 0 1 127.217 441.481 Tm (Aural) Tj
-0 g
-1 0 0 1 161.173 441.481 Tm (Properties) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 431.5 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 422.468 Tm (azimuth) Tj
-0 g
-1 0 0 1 99.225 413.143 Tm (cue-after) Tj
-0 g
-1 0 0 1 99.225 403.818 Tm (cue-before) Tj
-0 g
-1 0 0 1 99.225 394.493 Tm (elevation) Tj
-0 g
-1 0 0 1 99.225 385.168 Tm (pause-after) Tj
-0 g
-1 0 0 1 99.225 375.843 Tm (pause-before) Tj
-0 g
-1 0 0 1 99.225 366.518 Tm (pitch) Tj
-0 g
-1 0 0 1 99.225 357.193 Tm (pitch-range) Tj
-0 g
-1 0 0 1 99.225 347.868 Tm (play-during) Tj
-0 g
-1 0 0 1 99.225 338.543 Tm (richness) Tj
-0 g
-1 0 0 1 99.225 329.218 Tm (speak) Tj
-0 g
-1 0 0 1 99.225 319.893 Tm (speak-header) Tj
-0 g
-1 0 0 1 99.225 310.568 Tm (speak-numeral) Tj
-0 g
-1 0 0 1 99.225 301.243 Tm (speak-punctuation) Tj
-0 g
-1 0 0 1 99.225 291.918 Tm (speech-rate) Tj
-0 g
-1 0 0 1 99.225 282.593 Tm (stress) Tj
-0 g
-1 0 0 1 99.225 273.268 Tm (voice-family) Tj
-0 g
-1 0 0 1 99.225 263.943 Tm (volume) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 242.746 Tm (Common) Tj
-0 g
-1 0 0 1 127.217 242.746 Tm (Border,) Tj
-0 g
-1 0 0 1 173.458 242.746 Tm (Padding,) Tj
-0 g
-1 0 0 1 228.383 242.746 Tm (and) Tj
-0 g
-1 0 0 1 253.681 242.746 Tm (Background) Tj
-0 g
-1 0 0 1 326.663 242.746 Tm (Properties) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 232.765 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 223.733 Tm (background-attachment) Tj
-0 g
-1 0 0 1 99.225 214.408 Tm (background-color) Tj
-0 g
-1 0 0 1 99.225 205.083 Tm (background-image) Tj
-0 g
-1 0 0 1 99.225 195.758 Tm (background-repeat) Tj
-0 g
-1 0 0 1 99.225 186.433 Tm (background-position-horizontal) Tj
-0 g
-1 0 0 1 99.225 177.108 Tm (background-position-vertical) Tj
-0 g
-1 0 0 1 99.225 167.783 Tm (border-before-color) Tj
-0 g
-1 0 0 1 99.225 158.458 Tm (border-before-style) Tj
-0 g
-1 0 0 1 99.225 149.133 Tm (border-before-width) Tj
-0 g
-1 0 0 1 99.225 139.808 Tm (border-after-color) Tj
-0 g
-1 0 0 1 99.225 130.483 Tm (border-after-style) Tj
-0 g
-1 0 0 1 99.225 121.158 Tm (border-after-width) Tj
-0 g
-1 0 0 1 99.225 111.833 Tm (border-start-color) Tj
-0 g
-1 0 0 1 99.225 102.508 Tm (border-start-style) Tj
-0 g
-1 0 0 1 99.225 93.183 Tm (border-start-width) Tj
-0 g
-1 0 0 1 99.225 83.858 Tm (border-end-color) Tj
-0 g
-1 0 0 1 99.225 74.533 Tm (border-end-style) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (13) Tj
-ET
-
-endstream
-endobj
-44 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 43 0 R
->>
-endobj
-45 0 obj
-<< /Length 4127 >>
-stream
-BT
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 749.983 Tm (border-end-width) Tj
-0 g
-1 0 0 1 99.225 740.658 Tm (border-top-color) Tj
-0 g
-1 0 0 1 99.225 731.333 Tm (border-top-style) Tj
-0 g
-1 0 0 1 99.225 722.008 Tm (border-top-width) Tj
-0 g
-1 0 0 1 99.225 712.683 Tm (border-bottom-color) Tj
-0 g
-1 0 0 1 99.225 703.358 Tm (border-bottom-style) Tj
-0 g
-1 0 0 1 99.225 694.033 Tm (border-bottom-width) Tj
-0 g
-1 0 0 1 99.225 684.708 Tm (border-left-color) Tj
-0 g
-1 0 0 1 99.225 675.383 Tm (border-left-style) Tj
-0 g
-1 0 0 1 99.225 666.058 Tm (border-left-width) Tj
-0 g
-1 0 0 1 99.225 656.733 Tm (border-right-color) Tj
-0 g
-1 0 0 1 99.225 647.408 Tm (border-right-style) Tj
-0 g
-1 0 0 1 99.225 638.083 Tm (border-right-width) Tj
-0 g
-1 0 0 1 99.225 628.758 Tm (padding-before) Tj
-0 g
-1 0 0 1 99.225 619.433 Tm (padding-after) Tj
-0 g
-1 0 0 1 99.225 610.108 Tm (padding-start) Tj
-0 g
-1 0 0 1 99.225 600.783 Tm (padding-end) Tj
-0 g
-1 0 0 1 99.225 591.458 Tm (padding-top) Tj
-0 g
-1 0 0 1 99.225 582.133 Tm (padding-bottom) Tj
-0 g
-1 0 0 1 99.225 572.808 Tm (padding-left) Tj
-0 g
-1 0 0 1 99.225 563.483 Tm (padding-right) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 542.286 Tm (Common) Tj
-0 g
-1 0 0 1 127.217 542.286 Tm (Font) Tj
-0 g
-1 0 0 1 156.844 542.286 Tm (Properties) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 532.305 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 523.273 Tm (Fonts) Tj
-0 g
-1 0 0 1 124.236 523.273 Tm (and) Tj
-0 g
-1 0 0 1 141.75 523.273 Tm (Font) Tj
-0 g
-1 0 0 1 162.261 523.273 Tm (Data) Tj
-0 g
-1 0 0 1 99.225 513.948 Tm (font-family) Tj
-0 g
-1 0 0 1 99.225 504.623 Tm (font-selection-strategy) Tj
-0 g
-1 0 0 1 99.225 495.298 Tm (font-size) Tj
-0 g
-1 0 0 1 99.225 485.973 Tm (font-stretch) Tj
-0 g
-1 0 0 1 99.225 476.648 Tm (font-size-adjust) Tj
-0 g
-1 0 0 1 99.225 467.323 Tm (font-style) Tj
-0 g
-1 0 0 1 99.225 457.998 Tm (font-variant) Tj
-0 g
-1 0 0 1 99.225 448.673 Tm (font-weight) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 427.476 Tm (Common) Tj
-0 g
-1 0 0 1 127.217 427.476 Tm (HyphenationProperties) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 417.495 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 408.463 Tm (country) Tj
-0 g
-1 0 0 1 99.225 399.138 Tm (language) Tj
-0 g
-1 0 0 1 99.225 389.813 Tm (script) Tj
-0 g
-1 0 0 1 99.225 380.488 Tm (hyphenate) Tj
-0 g
-1 0 0 1 99.225 371.163 Tm (hyphenation-character) Tj
-0 g
-1 0 0 1 99.225 361.838 Tm (hyphenation-push-character-count) Tj
-0 g
-1 0 0 1 99.225 352.513 Tm (hyphenation-remain-character-count) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 331.316 Tm (Common) Tj
-0 g
-1 0 0 1 127.217 331.316 Tm (MarginProperties-Block) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 321.335 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 312.303 Tm (margin-top) Tj
-0 g
-1 0 0 1 99.225 302.978 Tm (margin-bottom) Tj
-0 g
-1 0 0 1 99.225 293.653 Tm (margin-left) Tj
-0 g
-1 0 0 1 99.225 284.328 Tm (margin-right) Tj
-0 g
-1 0 0 1 99.225 275.003 Tm (space-before) Tj
-0 g
-1 0 0 1 99.225 265.678 Tm (space-after) Tj
-0 g
-1 0 0 1 99.225 256.353 Tm (start-indent) Tj
-0 g
-1 0 0 1 99.225 247.028 Tm (end-indent) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 225.831 Tm (CommonMargin) Tj
-0 g
-1 0 0 1 166.945 225.831 Tm (Properties-Inline) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 215.85 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 206.818 Tm (space-end) Tj
-0 g
-1 0 0 1 99.225 197.493 Tm (space-start) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 176.296 Tm (Common) Tj
-0 g
-1 0 0 1 127.217 176.296 Tm (Relative) Tj
-0 g
-1 0 0 1 177.787 176.296 Tm (Position) Tj
-0 g
-1 0 0 1 227.642 176.296 Tm (Properties) Tj
-/F9 10 Tf
-0 g
-1 0 0 1 85.05 166.315 Tm (Properties:) Tj
-/F1 9 Tf
-0 g
-1 0 0 1 99.225 157.283 Tm (relative-position) Tj
-0 g
-1 0 0 1 99.225 147.958 Tm (top) Tj
-0 g
-1 0 0 1 99.225 138.633 Tm (right) Tj
-0 g
-1 0 0 1 99.225 129.308 Tm (bottom) Tj
-0 g
-1 0 0 1 99.225 119.983 Tm (left) Tj
-ET
-q
-0 0 1 rg
-0 0 1 RG
-127.575 109.62 340.2 -19.8 re b
-Q
-BT
-/F1 16 Tf
-1 g
-1 0 0 1 262.107 94.132 Tm (properties) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 71.986 Tm (absolute-position) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (14) Tj
-ET
-
-endstream
-endobj
-46 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 45 0 R
->>
-endobj
-47 0 obj
-<< /Length 13589 >>
-stream
-BT
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 748.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 748.547 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 748.547 Tm (|) Tj
-0 g
-1 0 0 1 141.0 748.547 Tm (absolute) Tj
-0 g
-1 0 0 1 185.638 748.547 Tm (|) Tj
-0 g
-1 0 0 1 191.556 748.547 Tm (fixed) Tj
-0 g
-1 0 0 1 217.846 748.547 Tm (|) Tj
-0 g
-1 0 0 1 223.764 748.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 729.936 Tm (active-state) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 718.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 718.347 Tm (link) Tj
-0 g
-1 0 0 1 130.176 718.347 Tm (|) Tj
-0 g
-1 0 0 1 136.094 718.347 Tm (visited) Tj
-0 g
-1 0 0 1 170.326 718.347 Tm (|) Tj
-0 g
-1 0 0 1 176.244 718.347 Tm (active) Tj
-0 g
-1 0 0 1 208.034 718.347 Tm (|) Tj
-0 g
-1 0 0 1 213.952 718.347 Tm (hover) Tj
-0 g
-1 0 0 1 244.521 718.347 Tm (|) Tj
-0 g
-1 0 0 1 250.439 718.347 Tm (focus) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 699.736 Tm (alignment-adjust) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 688.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 688.147 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 688.147 Tm (|) Tj
-0 g
-1 0 0 1 141.0 688.147 Tm (baseline) Tj
-0 g
-1 0 0 1 185.022 688.147 Tm (|) Tj
-0 g
-1 0 0 1 190.94 688.147 Tm (before-edge|) Tj
-0 g
-1 0 0 1 256.071 688.147 Tm (text-before-edge) Tj
-0 g
-1 0 0 1 339.638 688.147 Tm (|) Tj
-0 g
-1 0 0 1 345.556 688.147 Tm (middle) Tj
-0 g
-1 0 0 1 381.009 688.147 Tm (|) Tj
-0 g
-1 0 0 1 386.927 688.147 Tm (central) Tj
-0 g
-1 0 0 1 422.996 688.147 Tm (|) Tj
-0 g
-1 0 0 1 428.914 688.147 Tm (after-edge|) Tj
-0 g
-1 0 0 1 70.875 676.972 Tm (text-after-edge) Tj
-0 g
-1 0 0 1 145.268 676.972 Tm (|) Tj
-0 g
-1 0 0 1 151.186 676.972 Tm (ideographic) Tj
-0 g
-1 0 0 1 211.103 676.972 Tm (|) Tj
-0 g
-1 0 0 1 217.021 676.972 Tm (alphabetic) Tj
-0 g
-1 0 0 1 270.217 676.972 Tm (|) Tj
-0 g
-1 0 0 1 276.135 676.972 Tm (hanging) Tj
-0 g
-1 0 0 1 318.331 676.972 Tm (|) Tj
-0 g
-1 0 0 1 324.249 676.972 Tm (mathematical|) Tj
-0 g
-1 0 0 1 395.573 676.972 Tm (<) Tj
-0 g
-1 0 0 1 401.997 676.972 Tm (percentage) Tj
-0 g
-1 0 0 1 457.03 676.972 Tm (>) Tj
-0 g
-1 0 0 1 466.512 676.972 Tm (|) Tj
-0 g
-1 0 0 1 472.43 676.972 Tm (<) Tj
-0 g
-1 0 0 1 478.854 676.972 Tm (length) Tj
-0 g
-1 0 0 1 508.818 676.972 Tm (>) Tj
-0 g
-1 0 0 1 515.242 676.972 Tm (|) Tj
-0 g
-1 0 0 1 70.875 665.797 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 647.186 Tm (alignment-baseline) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 635.597 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 635.597 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 635.597 Tm (|) Tj
-0 g
-1 0 0 1 141.0 635.597 Tm (baseline) Tj
-0 g
-1 0 0 1 185.022 635.597 Tm (|) Tj
-0 g
-1 0 0 1 190.94 635.597 Tm (before-edge|) Tj
-0 g
-1 0 0 1 256.071 635.597 Tm (text-before-edge) Tj
-0 g
-1 0 0 1 339.638 635.597 Tm (|) Tj
-0 g
-1 0 0 1 345.556 635.597 Tm (middle) Tj
-0 g
-1 0 0 1 381.009 635.597 Tm (|) Tj
-0 g
-1 0 0 1 386.927 635.597 Tm (central) Tj
-0 g
-1 0 0 1 422.996 635.597 Tm (|) Tj
-0 g
-1 0 0 1 428.914 635.597 Tm (after-edge|) Tj
-0 g
-1 0 0 1 70.875 624.422 Tm (text-after-edge) Tj
-0 g
-1 0 0 1 145.268 624.422 Tm (|) Tj
-0 g
-1 0 0 1 151.186 624.422 Tm (ideographic) Tj
-0 g
-1 0 0 1 211.103 624.422 Tm (|) Tj
-0 g
-1 0 0 1 217.021 624.422 Tm (alphabetic) Tj
-0 g
-1 0 0 1 270.217 624.422 Tm (|) Tj
-0 g
-1 0 0 1 276.135 624.422 Tm (hanging) Tj
-0 g
-1 0 0 1 318.331 624.422 Tm (|) Tj
-0 g
-1 0 0 1 324.249 624.422 Tm (mathematical|) Tj
-0 g
-1 0 0 1 395.573 624.422 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 605.811 Tm (auto-restore) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 594.222 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 594.222 Tm (true) Tj
-0 g
-1 0 0 1 132.629 594.222 Tm (|) Tj
-0 g
-1 0 0 1 138.547 594.222 Tm (false) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 575.611 Tm (azimuth) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 564.022 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 564.022 Tm (<) Tj
-0 g
-1 0 0 1 117.042 564.022 Tm (angle) Tj
-0 g
-1 0 0 1 143.948 564.022 Tm (>) Tj
-0 g
-1 0 0 1 153.43 564.022 Tm (|) Tj
-0 g
-1 0 0 1 159.348 564.022 Tm ([[) Tj
-0 g
-1 0 0 1 168.522 564.022 Tm (left-side) Tj
-0 g
-1 0 0 1 209.992 564.022 Tm (|) Tj
-0 g
-1 0 0 1 215.91 564.022 Tm (far-left) Tj
-0 g
-1 0 0 1 250.043 564.022 Tm (|) Tj
-0 g
-1 0 0 1 255.961 564.022 Tm (left|) Tj
-0 g
-1 0 0 1 276.553 564.022 Tm (center-left) Tj
-0 g
-1 0 0 1 328.418 564.022 Tm (|) Tj
-0 g
-1 0 0 1 334.336 564.022 Tm (center) Tj
-0 g
-1 0 0 1 367.963 564.022 Tm (|) Tj
-0 g
-1 0 0 1 373.881 564.022 Tm (center-right) Tj
-0 g
-1 0 0 1 432.467 564.022 Tm (|) Tj
-0 g
-1 0 0 1 438.385 564.022 Tm (right) Tj
-0 g
-1 0 0 1 462.838 564.022 Tm (|) Tj
-0 g
-1 0 0 1 468.756 564.022 Tm (far-right) Tj
-0 g
-1 0 0 1 509.61 564.022 Tm (|) Tj
-0 g
-1 0 0 1 70.875 552.847 Tm (right-side]) Tj
-0 g
-1 0 0 1 122.124 552.847 Tm (||) Tj
-0 g
-1 0 0 1 130.902 552.847 Tm (behind) Tj
-0 g
-1 0 0 1 166.982 552.847 Tm (]) Tj
-0 g
-1 0 0 1 173.098 552.847 Tm (|) Tj
-0 g
-1 0 0 1 179.016 552.847 Tm (leftwards) Tj
-0 g
-1 0 0 1 226.085 552.847 Tm (|) Tj
-0 g
-1 0 0 1 232.003 552.847 Tm (rightwards) Tj
-0 g
-1 0 0 1 285.793 552.847 Tm (|) Tj
-0 g
-1 0 0 1 291.711 552.847 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 534.236 Tm (background) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 522.647 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 522.647 Tm ([) Tj
-0 g
-1 0 0 1 113.676 522.647 Tm (<) Tj
-0 g
-1 0 0 1 120.1 522.647 Tm (background-color) Tj
-0 g
-1 0 0 1 204.976 522.647 Tm (>) Tj
-0 g
-1 0 0 1 214.458 522.647 Tm (||) Tj
-0 g
-1 0 0 1 220.178 522.647 Tm (<) Tj
-0 g
-1 0 0 1 226.602 522.647 Tm (background-image) Tj
-0 g
-1 0 0 1 317.594 522.647 Tm (>) Tj
-0 g
-1 0 0 1 324.018 522.647 Tm (||) Tj
-0 g
-1 0 0 1 332.796 522.647 Tm (<) Tj
-0 g
-1 0 0 1 339.22 522.647 Tm (background-repeat) Tj
-0 g
-1 0 0 1 431.444 522.647 Tm (>) Tj
-0 g
-1 0 0 1 440.926 522.647 Tm (||) Tj
-0 g
-1 0 0 1 70.875 511.472 Tm (<) Tj
-0 g
-1 0 0 1 77.299 511.472 Tm (background-attachment) Tj
-0 g
-1 0 0 1 192.755 511.472 Tm (>) Tj
-0 g
-1 0 0 1 202.237 511.472 Tm (||) Tj
-0 g
-1 0 0 1 211.015 511.472 Tm (<) Tj
-0 g
-1 0 0 1 217.439 511.472 Tm (background-position) Tj
-0 g
-1 0 0 1 316.384 511.472 Tm (>) Tj
-0 g
-1 0 0 1 322.808 511.472 Tm (]]) Tj
-0 g
-1 0 0 1 331.982 511.472 Tm (|) Tj
-0 g
-1 0 0 1 337.9 511.472 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 492.861 Tm (background-attachment) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 481.272 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 481.272 Tm (scroll) Tj
-0 g
-1 0 0 1 139.339 481.272 Tm (|) Tj
-0 g
-1 0 0 1 145.257 481.272 Tm (fixed) Tj
-0 g
-1 0 0 1 171.547 481.272 Tm (|) Tj
-0 g
-1 0 0 1 177.465 481.272 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 462.661 Tm (background-color) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 451.072 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 451.072 Tm (<) Tj
-0 g
-1 0 0 1 117.042 451.072 Tm (color) Tj
-0 g
-1 0 0 1 140.879 451.072 Tm (>) Tj
-0 g
-1 0 0 1 150.361 451.072 Tm (|) Tj
-0 g
-1 0 0 1 156.279 451.072 Tm (transparent) Tj
-0 g
-1 0 0 1 214.975 451.072 Tm (|) Tj
-0 g
-1 0 0 1 220.893 451.072 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 432.461 Tm (background-image) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 420.872 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 420.872 Tm (<) Tj
-0 g
-1 0 0 1 117.042 420.872 Tm (uri-specification) Tj
-0 g
-1 0 0 1 193.349 420.872 Tm (>) Tj
-0 g
-1 0 0 1 202.831 420.872 Tm (|) Tj
-0 g
-1 0 0 1 208.749 420.872 Tm (none) Tj
-0 g
-1 0 0 1 236.271 420.872 Tm (|) Tj
-0 g
-1 0 0 1 242.189 420.872 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 402.261 Tm (background-position) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 390.672 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 390.672 Tm ([) Tj
-0 g
-1 0 0 1 116.734 390.672 Tm ([) Tj
-0 g
-1 0 0 1 119.792 390.672 Tm (<) Tj
-0 g
-1 0 0 1 126.216 390.672 Tm (percentage) Tj
-0 g
-1 0 0 1 181.249 390.672 Tm (>) Tj
-0 g
-1 0 0 1 190.731 390.672 Tm (|) Tj
-0 g
-1 0 0 1 196.649 390.672 Tm (<) Tj
-0 g
-1 0 0 1 203.073 390.672 Tm (length) Tj
-0 g
-1 0 0 1 233.037 390.672 Tm (>) Tj
-0 g
-1 0 0 1 242.519 390.672 Tm (]{1,2}) Tj
-0 g
-1 0 0 1 271.273 390.672 Tm (|[) Tj
-0 g
-1 0 0 1 280.249 390.672 Tm ([top) Tj
-0 g
-1 0 0 1 301.655 390.672 Tm (|) Tj
-0 g
-1 0 0 1 307.573 390.672 Tm (center) Tj
-0 g
-1 0 0 1 341.2 390.672 Tm (|) Tj
-0 g
-1 0 0 1 347.118 390.672 Tm (bottom]) Tj
-0 g
-1 0 0 1 386.861 390.672 Tm (||) Tj
-0 g
-1 0 0 1 395.639 390.672 Tm ([left) Tj
-0 g
-1 0 0 1 416.429 390.672 Tm (|) Tj
-0 g
-1 0 0 1 422.347 390.672 Tm (center) Tj
-0 g
-1 0 0 1 455.974 390.672 Tm (|) Tj
-0 g
-1 0 0 1 461.892 390.672 Tm (right]) Tj
-0 g
-1 0 0 1 489.403 390.672 Tm (]) Tj
-0 g
-1 0 0 1 495.519 390.672 Tm (]) Tj
-0 g
-1 0 0 1 501.635 390.672 Tm (|) Tj
-0 g
-1 0 0 1 70.875 379.497 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 360.886 Tm (background-position-horizontal) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 349.297 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 349.297 Tm (<) Tj
-0 g
-1 0 0 1 117.042 349.297 Tm (percentage) Tj
-0 g
-1 0 0 1 172.075 349.297 Tm (>) Tj
-0 g
-1 0 0 1 181.557 349.297 Tm (|) Tj
-0 g
-1 0 0 1 187.475 349.297 Tm (<) Tj
-0 g
-1 0 0 1 193.899 349.297 Tm (length) Tj
-0 g
-1 0 0 1 223.863 349.297 Tm (>) Tj
-0 g
-1 0 0 1 233.345 349.297 Tm (|left) Tj
-0 g
-1 0 0 1 253.937 349.297 Tm (|) Tj
-0 g
-1 0 0 1 259.855 349.297 Tm (center) Tj
-0 g
-1 0 0 1 293.482 349.297 Tm (|) Tj
-0 g
-1 0 0 1 299.4 349.297 Tm (right) Tj
-0 g
-1 0 0 1 323.853 349.297 Tm (|) Tj
-0 g
-1 0 0 1 329.771 349.297 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 330.686 Tm (background-position-vertical) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 319.097 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 319.097 Tm (<) Tj
-0 g
-1 0 0 1 117.042 319.097 Tm (percentage) Tj
-0 g
-1 0 0 1 172.075 319.097 Tm (>) Tj
-0 g
-1 0 0 1 181.557 319.097 Tm (|) Tj
-0 g
-1 0 0 1 187.475 319.097 Tm (<) Tj
-0 g
-1 0 0 1 193.899 319.097 Tm (length) Tj
-0 g
-1 0 0 1 223.863 319.097 Tm (>) Tj
-0 g
-1 0 0 1 233.345 319.097 Tm (|top) Tj
-0 g
-1 0 0 1 254.553 319.097 Tm (|) Tj
-0 g
-1 0 0 1 260.471 319.097 Tm (center) Tj
-0 g
-1 0 0 1 294.098 319.097 Tm (|) Tj
-0 g
-1 0 0 1 300.016 319.097 Tm (bottom) Tj
-0 g
-1 0 0 1 336.701 319.097 Tm (|) Tj
-0 g
-1 0 0 1 342.619 319.097 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 300.486 Tm (background-repeat) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 288.897 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 288.897 Tm (repeat) Tj
-0 g
-1 0 0 1 144.861 288.897 Tm (|) Tj
-0 g
-1 0 0 1 150.779 288.897 Tm (repeat-x) Tj
-0 g
-1 0 0 1 194.086 288.897 Tm (|) Tj
-0 g
-1 0 0 1 200.004 288.897 Tm (repeat-y) Tj
-0 g
-1 0 0 1 243.311 288.897 Tm (|) Tj
-0 g
-1 0 0 1 249.229 288.897 Tm (no-repeat) Tj
-0 g
-1 0 0 1 299.268 288.897 Tm (|) Tj
-0 g
-1 0 0 1 305.186 288.897 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 270.286 Tm (baseline-shift) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 258.697 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 258.697 Tm (baseline) Tj
-0 g
-1 0 0 1 154.64 258.697 Tm (|) Tj
-0 g
-1 0 0 1 160.558 258.697 Tm (sub) Tj
-0 g
-1 0 0 1 181.348 258.697 Tm (|) Tj
-0 g
-1 0 0 1 187.266 258.697 Tm (super) Tj
-0 g
-1 0 0 1 217.835 258.697 Tm (|) Tj
-0 g
-1 0 0 1 223.753 258.697 Tm (<) Tj
-0 g
-1 0 0 1 230.177 258.697 Tm (percentage) Tj
-0 g
-1 0 0 1 285.21 258.697 Tm (>) Tj
-0 g
-1 0 0 1 294.692 258.697 Tm (|) Tj
-0 g
-1 0 0 1 300.61 258.697 Tm (<) Tj
-0 g
-1 0 0 1 307.034 258.697 Tm (length) Tj
-0 g
-1 0 0 1 336.998 258.697 Tm (>) Tj
-0 g
-1 0 0 1 343.422 258.697 Tm (|) Tj
-0 g
-1 0 0 1 349.34 258.697 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 240.086 Tm (blank-or-not-blank) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 228.497 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 228.497 Tm (blank) Tj
-0 g
-1 0 0 1 139.966 228.497 Tm (|) Tj
-0 g
-1 0 0 1 145.884 228.497 Tm (not-blank) Tj
-0 g
-1 0 0 1 194.086 228.497 Tm (|) Tj
-0 g
-1 0 0 1 200.004 228.497 Tm (any) Tj
-0 g
-1 0 0 1 220.794 228.497 Tm (|) Tj
-0 g
-1 0 0 1 226.712 228.497 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 209.886 Tm (block-progression-dimension) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 198.297 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 198.297 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 198.297 Tm (|) Tj
-0 g
-1 0 0 1 141.0 198.297 Tm (<) Tj
-0 g
-1 0 0 1 147.424 198.297 Tm (length) Tj
-0 g
-1 0 0 1 177.388 198.297 Tm (>) Tj
-0 g
-1 0 0 1 186.87 198.297 Tm (|) Tj
-0 g
-1 0 0 1 192.788 198.297 Tm (<) Tj
-0 g
-1 0 0 1 199.212 198.297 Tm (percentage) Tj
-0 g
-1 0 0 1 254.245 198.297 Tm (>) Tj
-0 g
-1 0 0 1 263.727 198.297 Tm (|) Tj
-0 g
-1 0 0 1 269.645 198.297 Tm (<) Tj
-0 g
-1 0 0 1 276.069 198.297 Tm (length-range) Tj
-0 g
-1 0 0 1 337.724 198.297 Tm (>) Tj
-0 g
-1 0 0 1 344.148 198.297 Tm (|) Tj
-0 g
-1 0 0 1 350.066 198.297 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 179.686 Tm (border) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 168.097 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 168.097 Tm ([) Tj
-0 g
-1 0 0 1 116.734 168.097 Tm (<) Tj
-0 g
-1 0 0 1 123.158 168.097 Tm (border-width) Tj
-0 g
-1 0 0 1 184.186 168.097 Tm (>) Tj
-0 g
-1 0 0 1 193.668 168.097 Tm (||) Tj
-0 g
-1 0 0 1 202.446 168.097 Tm (<) Tj
-0 g
-1 0 0 1 208.87 168.097 Tm (border-style) Tj
-0 g
-1 0 0 1 266.84 168.097 Tm (>) Tj
-0 g
-1 0 0 1 273.264 168.097 Tm (||) Tj
-0 g
-1 0 0 1 282.042 168.097 Tm (<) Tj
-0 g
-1 0 0 1 288.466 168.097 Tm (color) Tj
-0 g
-1 0 0 1 312.303 168.097 Tm (>) Tj
-0 g
-1 0 0 1 321.785 168.097 Tm (]) Tj
-0 g
-1 0 0 1 327.901 168.097 Tm (|) Tj
-0 g
-1 0 0 1 333.819 168.097 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 149.486 Tm (border-after-color) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 137.897 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 137.897 Tm (<) Tj
-0 g
-1 0 0 1 117.042 137.897 Tm (color) Tj
-0 g
-1 0 0 1 140.879 137.897 Tm (>) Tj
-0 g
-1 0 0 1 150.361 137.897 Tm (|) Tj
-0 g
-1 0 0 1 156.279 137.897 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 119.286 Tm (border-after-precedence) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 107.697 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 107.697 Tm (force) Tj
-0 g
-1 0 0 1 138.129 107.697 Tm (|) Tj
-0 g
-1 0 0 1 144.047 107.697 Tm (<) Tj
-0 g
-1 0 0 1 150.471 107.697 Tm (integer) Tj
-0 g
-1 0 0 1 184.098 107.697 Tm (>) Tj
-0 g
-1 0 0 1 193.58 107.697 Tm (|) Tj
-0 g
-1 0 0 1 199.498 107.697 Tm (inherit) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (15) Tj
-ET
-
-endstream
-endobj
-48 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 47 0 R
->>
-endobj
-49 0 obj
-<< /Length 8973 >>
-stream
-BT
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 741.111 Tm (border-after-style) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 729.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 729.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 729.522 Tm (border-style) Tj
-0 g
-1 0 0 1 175.012 729.522 Tm (>) Tj
-0 g
-1 0 0 1 184.494 729.522 Tm (|) Tj
-0 g
-1 0 0 1 190.412 729.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 710.911 Tm (border-after-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 699.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 699.322 Tm (<) Tj
-0 g
-1 0 0 1 117.042 699.322 Tm (border-width) Tj
-0 g
-1 0 0 1 178.07 699.322 Tm (>) Tj
-0 g
-1 0 0 1 187.552 699.322 Tm (|) Tj
-0 g
-1 0 0 1 193.47 699.322 Tm (<) Tj
-0 g
-1 0 0 1 199.894 699.322 Tm (length-conditional) Tj
-0 g
-1 0 0 1 286.002 699.322 Tm (>) Tj
-0 g
-1 0 0 1 295.484 699.322 Tm (|) Tj
-0 g
-1 0 0 1 301.402 699.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 680.711 Tm (border-before-color) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 669.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 669.122 Tm (<) Tj
-0 g
-1 0 0 1 117.042 669.122 Tm (color) Tj
-0 g
-1 0 0 1 140.879 669.122 Tm (>) Tj
-0 g
-1 0 0 1 150.361 669.122 Tm (|) Tj
-0 g
-1 0 0 1 156.279 669.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 650.511 Tm (border-before-precedence) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 638.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 638.922 Tm (force) Tj
-0 g
-1 0 0 1 138.129 638.922 Tm (|) Tj
-0 g
-1 0 0 1 144.047 638.922 Tm (<) Tj
-0 g
-1 0 0 1 150.471 638.922 Tm (integer) Tj
-0 g
-1 0 0 1 184.098 638.922 Tm (>) Tj
-0 g
-1 0 0 1 193.58 638.922 Tm (|) Tj
-0 g
-1 0 0 1 199.498 638.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 620.311 Tm (border-before-style) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 608.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 608.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 608.722 Tm (border-style) Tj
-0 g
-1 0 0 1 175.012 608.722 Tm (>) Tj
-0 g
-1 0 0 1 184.494 608.722 Tm (|) Tj
-0 g
-1 0 0 1 190.412 608.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 590.111 Tm (border-before-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 578.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 578.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 578.522 Tm (border-width) Tj
-0 g
-1 0 0 1 178.07 578.522 Tm (>) Tj
-0 g
-1 0 0 1 187.552 578.522 Tm (|) Tj
-0 g
-1 0 0 1 193.47 578.522 Tm (<) Tj
-0 g
-1 0 0 1 199.894 578.522 Tm (length-conditional) Tj
-0 g
-1 0 0 1 286.002 578.522 Tm (>) Tj
-0 g
-1 0 0 1 295.484 578.522 Tm (|) Tj
-0 g
-1 0 0 1 301.402 578.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 559.911 Tm (border-bottom) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 548.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 548.322 Tm ([) Tj
-0 g
-1 0 0 1 116.734 548.322 Tm (<) Tj
-0 g
-1 0 0 1 123.158 548.322 Tm (border-top-width) Tj
-0 g
-1 0 0 1 203.04 548.322 Tm (>) Tj
-0 g
-1 0 0 1 212.522 548.322 Tm (||) Tj
-0 g
-1 0 0 1 221.3 548.322 Tm (<) Tj
-0 g
-1 0 0 1 227.724 548.322 Tm (border-style) Tj
-0 g
-1 0 0 1 285.694 548.322 Tm (>) Tj
-0 g
-1 0 0 1 292.118 548.322 Tm (||) Tj
-0 g
-1 0 0 1 300.896 548.322 Tm (<) Tj
-0 g
-1 0 0 1 307.32 548.322 Tm (color) Tj
-0 g
-1 0 0 1 331.157 548.322 Tm (>) Tj
-0 g
-1 0 0 1 340.639 548.322 Tm (]) Tj
-0 g
-1 0 0 1 346.755 548.322 Tm (|) Tj
-0 g
-1 0 0 1 352.673 548.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 529.711 Tm (border-bottom-color) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 518.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 518.122 Tm (<) Tj
-0 g
-1 0 0 1 117.042 518.122 Tm (color) Tj
-0 g
-1 0 0 1 140.879 518.122 Tm (>) Tj
-0 g
-1 0 0 1 150.361 518.122 Tm (|) Tj
-0 g
-1 0 0 1 156.279 518.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 499.511 Tm (border-bottom-style) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 487.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 487.922 Tm (<) Tj
-0 g
-1 0 0 1 117.042 487.922 Tm (border-style) Tj
-0 g
-1 0 0 1 175.012 487.922 Tm (>) Tj
-0 g
-1 0 0 1 184.494 487.922 Tm (|) Tj
-0 g
-1 0 0 1 190.412 487.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 469.311 Tm (border-bottom-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 457.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 457.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 457.722 Tm (border-width) Tj
-0 g
-1 0 0 1 178.07 457.722 Tm (>) Tj
-0 g
-1 0 0 1 187.552 457.722 Tm (|) Tj
-0 g
-1 0 0 1 193.47 457.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 439.111 Tm (border-collapse) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 427.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 427.522 Tm (collapse) Tj
-0 g
-1 0 0 1 154.024 427.522 Tm (|) Tj
-0 g
-1 0 0 1 159.942 427.522 Tm (separate) Tj
-0 g
-1 0 0 1 205.801 427.522 Tm (|) Tj
-0 g
-1 0 0 1 211.719 427.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 408.911 Tm (border-color) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 397.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 397.322 Tm (<) Tj
-0 g
-1 0 0 1 117.042 397.322 Tm (color) Tj
-0 g
-1 0 0 1 140.879 397.322 Tm (>) Tj
-0 g
-1 0 0 1 147.303 397.322 Tm ({1,4}) Tj
-0 g
-1 0 0 1 172.999 397.322 Tm (|) Tj
-0 g
-1 0 0 1 178.917 397.322 Tm (transparent) Tj
-0 g
-1 0 0 1 237.613 397.322 Tm (|) Tj
-0 g
-1 0 0 1 243.531 397.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 378.711 Tm (border-end-color) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 367.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 367.122 Tm (<) Tj
-0 g
-1 0 0 1 117.042 367.122 Tm (color) Tj
-0 g
-1 0 0 1 140.879 367.122 Tm (>) Tj
-0 g
-1 0 0 1 150.361 367.122 Tm (|) Tj
-0 g
-1 0 0 1 156.279 367.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 348.511 Tm (border-end-precedence) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 336.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 336.922 Tm (force) Tj
-0 g
-1 0 0 1 138.129 336.922 Tm (|) Tj
-0 g
-1 0 0 1 144.047 336.922 Tm (<) Tj
-0 g
-1 0 0 1 150.471 336.922 Tm (integer) Tj
-0 g
-1 0 0 1 184.098 336.922 Tm (>) Tj
-0 g
-1 0 0 1 193.58 336.922 Tm (|) Tj
-0 g
-1 0 0 1 199.498 336.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 318.311 Tm (border-end-style) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 306.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 306.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 306.722 Tm (border-style) Tj
-0 g
-1 0 0 1 175.012 306.722 Tm (>) Tj
-0 g
-1 0 0 1 184.494 306.722 Tm (|) Tj
-0 g
-1 0 0 1 190.412 306.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 288.111 Tm (border-end-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 276.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 276.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 276.522 Tm (border-width) Tj
-0 g
-1 0 0 1 178.07 276.522 Tm (>) Tj
-0 g
-1 0 0 1 187.552 276.522 Tm (|) Tj
-0 g
-1 0 0 1 193.47 276.522 Tm (<) Tj
-0 g
-1 0 0 1 199.894 276.522 Tm (length-conditional) Tj
-0 g
-1 0 0 1 286.002 276.522 Tm (>) Tj
-0 g
-1 0 0 1 295.484 276.522 Tm (|) Tj
-0 g
-1 0 0 1 301.402 276.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 257.911 Tm (border-left) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 246.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 246.322 Tm ([) Tj
-0 g
-1 0 0 1 116.734 246.322 Tm (<) Tj
-0 g
-1 0 0 1 123.158 246.322 Tm (border-top-width) Tj
-0 g
-1 0 0 1 203.04 246.322 Tm (>) Tj
-0 g
-1 0 0 1 212.522 246.322 Tm (||) Tj
-0 g
-1 0 0 1 221.3 246.322 Tm (<) Tj
-0 g
-1 0 0 1 227.724 246.322 Tm (border-style) Tj
-0 g
-1 0 0 1 285.694 246.322 Tm (>) Tj
-0 g
-1 0 0 1 292.118 246.322 Tm (||) Tj
-0 g
-1 0 0 1 300.896 246.322 Tm (<) Tj
-0 g
-1 0 0 1 307.32 246.322 Tm (color) Tj
-0 g
-1 0 0 1 331.157 246.322 Tm (>) Tj
-0 g
-1 0 0 1 340.639 246.322 Tm (]) Tj
-0 g
-1 0 0 1 346.755 246.322 Tm (|) Tj
-0 g
-1 0 0 1 352.673 246.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 227.711 Tm (border-left-color) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 216.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 216.122 Tm (<) Tj
-0 g
-1 0 0 1 117.042 216.122 Tm (color) Tj
-0 g
-1 0 0 1 140.879 216.122 Tm (>) Tj
-0 g
-1 0 0 1 150.361 216.122 Tm (|) Tj
-0 g
-1 0 0 1 156.279 216.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 197.511 Tm (border-left-style) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 185.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 185.922 Tm (<) Tj
-0 g
-1 0 0 1 117.042 185.922 Tm (border-style) Tj
-0 g
-1 0 0 1 175.012 185.922 Tm (>) Tj
-0 g
-1 0 0 1 184.494 185.922 Tm (|) Tj
-0 g
-1 0 0 1 190.412 185.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 167.311 Tm (border-left-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 155.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 155.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 155.722 Tm (border-width) Tj
-0 g
-1 0 0 1 178.07 155.722 Tm (>) Tj
-0 g
-1 0 0 1 187.552 155.722 Tm (|) Tj
-0 g
-1 0 0 1 193.47 155.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 137.111 Tm (border-right) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 125.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 125.522 Tm ([) Tj
-0 g
-1 0 0 1 116.734 125.522 Tm (<) Tj
-0 g
-1 0 0 1 123.158 125.522 Tm (border-top-width) Tj
-0 g
-1 0 0 1 203.04 125.522 Tm (>) Tj
-0 g
-1 0 0 1 212.522 125.522 Tm (||) Tj
-0 g
-1 0 0 1 221.3 125.522 Tm (<) Tj
-0 g
-1 0 0 1 227.724 125.522 Tm (border-style) Tj
-0 g
-1 0 0 1 285.694 125.522 Tm (>) Tj
-0 g
-1 0 0 1 292.118 125.522 Tm (||) Tj
-0 g
-1 0 0 1 300.896 125.522 Tm (<) Tj
-0 g
-1 0 0 1 307.32 125.522 Tm (color) Tj
-0 g
-1 0 0 1 331.157 125.522 Tm (>) Tj
-0 g
-1 0 0 1 340.639 125.522 Tm (]) Tj
-0 g
-1 0 0 1 346.755 125.522 Tm (|) Tj
-0 g
-1 0 0 1 352.673 125.522 Tm (inherit) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (16) Tj
-ET
-
-endstream
-endobj
-50 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 49 0 R
->>
-endobj
-51 0 obj
-<< /Length 8940 >>
-stream
-BT
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 744.111 Tm (border-right-color) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 732.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 732.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 732.522 Tm (color) Tj
-0 g
-1 0 0 1 140.879 732.522 Tm (>) Tj
-0 g
-1 0 0 1 150.361 732.522 Tm (|) Tj
-0 g
-1 0 0 1 156.279 732.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 713.911 Tm (border-right-style) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 702.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 702.322 Tm (<) Tj
-0 g
-1 0 0 1 117.042 702.322 Tm (border-style) Tj
-0 g
-1 0 0 1 175.012 702.322 Tm (>) Tj
-0 g
-1 0 0 1 184.494 702.322 Tm (|) Tj
-0 g
-1 0 0 1 190.412 702.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 683.711 Tm (border-right-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 672.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 672.122 Tm (<) Tj
-0 g
-1 0 0 1 117.042 672.122 Tm (border-width) Tj
-0 g
-1 0 0 1 178.07 672.122 Tm (>) Tj
-0 g
-1 0 0 1 187.552 672.122 Tm (|) Tj
-0 g
-1 0 0 1 193.47 672.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 653.511 Tm (border-separation) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 641.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 641.922 Tm (<) Tj
-0 g
-1 0 0 1 117.042 641.922 Tm (length-bp-ip-direction) Tj
-0 g
-1 0 0 1 220.057 641.922 Tm (>) Tj
-0 g
-1 0 0 1 229.539 641.922 Tm (|) Tj
-0 g
-1 0 0 1 235.457 641.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 623.311 Tm (border-spacing) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 611.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 611.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 611.722 Tm (length) Tj
-0 g
-1 0 0 1 147.006 611.722 Tm (>) Tj
-0 g
-1 0 0 1 156.488 611.722 Tm (<) Tj
-0 g
-1 0 0 1 162.912 611.722 Tm (length) Tj
-0 g
-1 0 0 1 192.876 611.722 Tm (>) Tj
-0 g
-1 0 0 1 199.3 611.722 Tm (?) Tj
-0 g
-1 0 0 1 208.474 611.722 Tm (|) Tj
-0 g
-1 0 0 1 214.392 611.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 593.111 Tm (border-start-color) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 581.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 581.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 581.522 Tm (color) Tj
-0 g
-1 0 0 1 140.879 581.522 Tm (>) Tj
-0 g
-1 0 0 1 150.361 581.522 Tm (|) Tj
-0 g
-1 0 0 1 156.279 581.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 562.911 Tm (border-start-precedence) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 551.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 551.322 Tm (force) Tj
-0 g
-1 0 0 1 138.129 551.322 Tm (|) Tj
-0 g
-1 0 0 1 144.047 551.322 Tm (<) Tj
-0 g
-1 0 0 1 150.471 551.322 Tm (integer) Tj
-0 g
-1 0 0 1 184.098 551.322 Tm (>) Tj
-0 g
-1 0 0 1 193.58 551.322 Tm (|) Tj
-0 g
-1 0 0 1 199.498 551.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 532.711 Tm (border-start-style) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 521.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 521.122 Tm (<) Tj
-0 g
-1 0 0 1 117.042 521.122 Tm (border-style) Tj
-0 g
-1 0 0 1 175.012 521.122 Tm (>) Tj
-0 g
-1 0 0 1 184.494 521.122 Tm (|) Tj
-0 g
-1 0 0 1 190.412 521.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 502.511 Tm (border-start-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 490.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 490.922 Tm (<) Tj
-0 g
-1 0 0 1 117.042 490.922 Tm (border-width) Tj
-0 g
-1 0 0 1 178.07 490.922 Tm (>) Tj
-0 g
-1 0 0 1 187.552 490.922 Tm (|) Tj
-0 g
-1 0 0 1 193.47 490.922 Tm (<) Tj
-0 g
-1 0 0 1 199.894 490.922 Tm (length-conditional) Tj
-0 g
-1 0 0 1 286.002 490.922 Tm (>) Tj
-0 g
-1 0 0 1 295.484 490.922 Tm (|) Tj
-0 g
-1 0 0 1 301.402 490.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 472.311 Tm (border-style) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 460.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 460.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 460.722 Tm (border-style) Tj
-0 g
-1 0 0 1 175.012 460.722 Tm (>) Tj
-0 g
-1 0 0 1 181.436 460.722 Tm ({1,4}) Tj
-0 g
-1 0 0 1 207.132 460.722 Tm (|) Tj
-0 g
-1 0 0 1 213.05 460.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 442.111 Tm (border-top) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 430.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 430.522 Tm ([) Tj
-0 g
-1 0 0 1 116.734 430.522 Tm (<) Tj
-0 g
-1 0 0 1 123.158 430.522 Tm (border-top-width) Tj
-0 g
-1 0 0 1 203.04 430.522 Tm (>) Tj
-0 g
-1 0 0 1 212.522 430.522 Tm (||) Tj
-0 g
-1 0 0 1 221.3 430.522 Tm (<) Tj
-0 g
-1 0 0 1 227.724 430.522 Tm (border-style) Tj
-0 g
-1 0 0 1 285.694 430.522 Tm (>) Tj
-0 g
-1 0 0 1 292.118 430.522 Tm (||) Tj
-0 g
-1 0 0 1 300.896 430.522 Tm (<) Tj
-0 g
-1 0 0 1 307.32 430.522 Tm (color) Tj
-0 g
-1 0 0 1 331.157 430.522 Tm (>) Tj
-0 g
-1 0 0 1 340.639 430.522 Tm (]) Tj
-0 g
-1 0 0 1 346.755 430.522 Tm (|) Tj
-0 g
-1 0 0 1 352.673 430.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 411.911 Tm (border-top-color) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 400.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 400.322 Tm (<) Tj
-0 g
-1 0 0 1 117.042 400.322 Tm (color) Tj
-0 g
-1 0 0 1 140.879 400.322 Tm (>) Tj
-0 g
-1 0 0 1 150.361 400.322 Tm (|) Tj
-0 g
-1 0 0 1 156.279 400.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 381.711 Tm (border-top-style) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 370.122 Tm (Val) Tj
-0 g
-1 0 0 1 86.77 370.122 Tm (ues:) Tj
-0 g
-1 0 0 1 110.618 370.122 Tm (<) Tj
-0 g
-1 0 0 1 117.042 370.122 Tm (border-style) Tj
-0 g
-1 0 0 1 175.012 370.122 Tm (>) Tj
-0 g
-1 0 0 1 184.494 370.122 Tm (|) Tj
-0 g
-1 0 0 1 190.412 370.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 351.511 Tm (border-top-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 339.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 339.922 Tm (<) Tj
-0 g
-1 0 0 1 117.042 339.922 Tm (border-width) Tj
-0 g
-1 0 0 1 178.07 339.922 Tm (>) Tj
-0 g
-1 0 0 1 187.552 339.922 Tm (|) Tj
-0 g
-1 0 0 1 193.47 339.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 321.311 Tm (border-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 309.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 309.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 309.722 Tm (border-width) Tj
-0 g
-1 0 0 1 178.07 309.722 Tm (>) Tj
-0 g
-1 0 0 1 184.494 309.722 Tm ({1,4}) Tj
-0 g
-1 0 0 1 210.19 309.722 Tm (|) Tj
-0 g
-1 0 0 1 216.108 309.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 291.111 Tm (bottom) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 279.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 279.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 279.522 Tm (length) Tj
-0 g
-1 0 0 1 147.006 279.522 Tm (>) Tj
-0 g
-1 0 0 1 156.488 279.522 Tm (|) Tj
-0 g
-1 0 0 1 162.406 279.522 Tm (<) Tj
-0 g
-1 0 0 1 168.83 279.522 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 279.522 Tm (>) Tj
-0 g
-1 0 0 1 233.345 279.522 Tm (|) Tj
-0 g
-1 0 0 1 239.263 279.522 Tm (auto) Tj
-0 g
-1 0 0 1 263.727 279.522 Tm (|) Tj
-0 g
-1 0 0 1 269.645 279.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 260.911 Tm (break-after) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 249.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 249.322 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 249.322 Tm (|) Tj
-0 g
-1 0 0 1 141.0 249.322 Tm (column) Tj
-0 g
-1 0 0 1 179.511 249.322 Tm (|) Tj
-0 g
-1 0 0 1 185.429 249.322 Tm (page) Tj
-0 g
-1 0 0 1 212.951 249.322 Tm (|) Tj
-0 g
-1 0 0 1 218.869 249.322 Tm (even-page) Tj
-0 g
-1 0 0 1 273.803 249.322 Tm (|) Tj
-0 g
-1 0 0 1 279.721 249.322 Tm (odd-page) Tj
-0 g
-1 0 0 1 329.155 249.322 Tm (|) Tj
-0 g
-1 0 0 1 335.073 249.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 230.711 Tm (break-before) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 219.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 219.122 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 219.122 Tm (|) Tj
-0 g
-1 0 0 1 141.0 219.122 Tm (column) Tj
-0 g
-1 0 0 1 179.511 219.122 Tm (|) Tj
-0 g
-1 0 0 1 185.429 219.122 Tm (page) Tj
-0 g
-1 0 0 1 212.951 219.122 Tm (|) Tj
-0 g
-1 0 0 1 218.869 219.122 Tm (even-page) Tj
-0 g
-1 0 0 1 273.803 219.122 Tm (|) Tj
-0 g
-1 0 0 1 279.721 219.122 Tm (odd-page) Tj
-0 g
-1 0 0 1 329.155 219.122 Tm (|) Tj
-0 g
-1 0 0 1 335.073 219.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 200.511 Tm (caption-side) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 188.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 188.922 Tm (before) Tj
-0 g
-1 0 0 1 144.861 188.922 Tm (|) Tj
-0 g
-1 0 0 1 150.779 188.922 Tm (after) Tj
-0 g
-1 0 0 1 175.848 188.922 Tm (|) Tj
-0 g
-1 0 0 1 181.766 188.922 Tm (start) Tj
-0 g
-1 0 0 1 206.219 188.922 Tm (|) Tj
-0 g
-1 0 0 1 212.137 188.922 Tm (end) Tj
-0 g
-1 0 0 1 233.543 188.922 Tm (|) Tj
-0 g
-1 0 0 1 239.461 188.922 Tm (top) Tj
-0 g
-1 0 0 1 257.809 188.922 Tm (|) Tj
-0 g
-1 0 0 1 263.727 188.922 Tm (bottom) Tj
-0 g
-1 0 0 1 300.412 188.922 Tm (|) Tj
-0 g
-1 0 0 1 306.33 188.922 Tm (left) Tj
-0 g
-1 0 0 1 324.062 188.922 Tm (|) Tj
-0 g
-1 0 0 1 329.98 188.922 Tm (right) Tj
-0 g
-1 0 0 1 354.433 188.922 Tm (|) Tj
-0 g
-1 0 0 1 360.351 188.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 170.311 Tm (case-name) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 158.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 158.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 158.722 Tm (name) Tj
-0 g
-1 0 0 1 144.553 158.722 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 140.111 Tm (case-title) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 128.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 128.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 128.522 Tm (string) Tj
-0 g
-1 0 0 1 143.937 128.522 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 109.911 Tm (character) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (17) Tj
-ET
-
-endstream
-endobj
-52 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 51 0 R
->>
-endobj
-53 0 obj
-<< /Length 9167 >>
-stream
-BT
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 748.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 748.547 Tm (<) Tj
-0 g
-1 0 0 1 117.042 748.547 Tm (character) Tj
-0 g
-1 0 0 1 162.89 748.547 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 729.936 Tm (clear) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 718.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 718.347 Tm (start) Tj
-0 g
-1 0 0 1 135.071 718.347 Tm (|) Tj
-0 g
-1 0 0 1 140.989 718.347 Tm (end) Tj
-0 g
-1 0 0 1 162.395 718.347 Tm (|) Tj
-0 g
-1 0 0 1 168.313 718.347 Tm (left) Tj
-0 g
-1 0 0 1 186.045 718.347 Tm (|) Tj
-0 g
-1 0 0 1 191.963 718.347 Tm (right) Tj
-0 g
-1 0 0 1 216.416 718.347 Tm (|) Tj
-0 g
-1 0 0 1 222.334 718.347 Tm (both) Tj
-0 g
-1 0 0 1 246.798 718.347 Tm (|) Tj
-0 g
-1 0 0 1 252.716 718.347 Tm (none) Tj
-0 g
-1 0 0 1 280.238 718.347 Tm (|) Tj
-0 g
-1 0 0 1 286.156 718.347 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 699.736 Tm (clip) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 688.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 688.147 Tm (<) Tj
-0 g
-1 0 0 1 117.042 688.147 Tm (shape) Tj
-0 g
-1 0 0 1 147.006 688.147 Tm (>) Tj
-0 g
-1 0 0 1 156.488 688.147 Tm (|) Tj
-0 g
-1 0 0 1 162.406 688.147 Tm (auto) Tj
-0 g
-1 0 0 1 186.87 688.147 Tm (|) Tj
-0 g
-1 0 0 1 192.788 688.147 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 669.536 Tm (color) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 657.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 657.947 Tm (<) Tj
-0 g
-1 0 0 1 117.042 657.947 Tm (color) Tj
-0 g
-1 0 0 1 140.879 657.947 Tm (>) Tj
-0 g
-1 0 0 1 150.361 657.947 Tm (|) Tj
-0 g
-1 0 0 1 156.279 657.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 639.336 Tm (color-profile-name) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 627.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 627.747 Tm (<) Tj
-0 g
-1 0 0 1 117.042 627.747 Tm (name) Tj
-0 g
-1 0 0 1 144.553 627.747 Tm (>) Tj
-0 g
-1 0 0 1 154.035 627.747 Tm (|) Tj
-0 g
-1 0 0 1 159.953 627.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 609.136 Tm (column-count) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 597.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 597.547 Tm (<) Tj
-0 g
-1 0 0 1 117.042 597.547 Tm (number) Tj
-0 g
-1 0 0 1 154.332 597.547 Tm (>) Tj
-0 g
-1 0 0 1 163.814 597.547 Tm (|) Tj
-0 g
-1 0 0 1 169.732 597.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 578.936 Tm (column-gap) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 567.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 567.347 Tm (<) Tj
-0 g
-1 0 0 1 117.042 567.347 Tm (length) Tj
-0 g
-1 0 0 1 147.006 567.347 Tm (>) Tj
-0 g
-1 0 0 1 156.488 567.347 Tm (|) Tj
-0 g
-1 0 0 1 162.406 567.347 Tm (<) Tj
-0 g
-1 0 0 1 168.83 567.347 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 567.347 Tm (>) Tj
-0 g
-1 0 0 1 233.345 567.347 Tm (|) Tj
-0 g
-1 0 0 1 239.263 567.347 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 548.736 Tm (column-number) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 537.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 537.147 Tm (<) Tj
-0 g
-1 0 0 1 117.042 537.147 Tm (number) Tj
-0 g
-1 0 0 1 154.332 537.147 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 518.536 Tm (column-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 506.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 506.947 Tm (<) Tj
-0 g
-1 0 0 1 117.042 506.947 Tm (length) Tj
-0 g
-1 0 0 1 147.006 506.947 Tm (>) Tj
-0 g
-1 0 0 1 156.488 506.947 Tm (|) Tj
-0 g
-1 0 0 1 162.406 506.947 Tm (<) Tj
-0 g
-1 0 0 1 168.83 506.947 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 506.947 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 488.336 Tm (content-height) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 476.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 476.747 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 476.747 Tm (|) Tj
-0 g
-1 0 0 1 141.0 476.747 Tm (scale-to-fit) Tj
-0 g
-1 0 0 1 194.592 476.747 Tm (|) Tj
-0 g
-1 0 0 1 200.51 476.747 Tm (<) Tj
-0 g
-1 0 0 1 206.934 476.747 Tm (length) Tj
-0 g
-1 0 0 1 236.898 476.747 Tm (>) Tj
-0 g
-1 0 0 1 246.38 476.747 Tm (|) Tj
-0 g
-1 0 0 1 252.298 476.747 Tm (<) Tj
-0 g
-1 0 0 1 258.722 476.747 Tm (percentage) Tj
-0 g
-1 0 0 1 313.755 476.747 Tm (>) Tj
-0 g
-1 0 0 1 323.237 476.747 Tm (|) Tj
-0 g
-1 0 0 1 329.155 476.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 458.136 Tm (content-type) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 446.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 446.547 Tm (<) Tj
-0 g
-1 0 0 1 117.042 446.547 Tm (string) Tj
-0 g
-1 0 0 1 143.937 446.547 Tm (>) Tj
-0 g
-1 0 0 1 153.419 446.547 Tm (|) Tj
-0 g
-1 0 0 1 159.337 446.547 Tm (auto) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 427.936 Tm (content-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 416.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 416.347 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 416.347 Tm (|) Tj
-0 g
-1 0 0 1 141.0 416.347 Tm (scale-to-fit) Tj
-0 g
-1 0 0 1 194.592 416.347 Tm (|) Tj
-0 g
-1 0 0 1 200.51 416.347 Tm (<) Tj
-0 g
-1 0 0 1 206.934 416.347 Tm (length) Tj
-0 g
-1 0 0 1 236.898 416.347 Tm (>) Tj
-0 g
-1 0 0 1 246.38 416.347 Tm (|) Tj
-0 g
-1 0 0 1 252.298 416.347 Tm (<) Tj
-0 g
-1 0 0 1 258.722 416.347 Tm (percentage) Tj
-0 g
-1 0 0 1 313.755 416.347 Tm (>) Tj
-0 g
-1 0 0 1 323.237 416.347 Tm (|) Tj
-0 g
-1 0 0 1 329.155 416.347 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 397.736 Tm (country) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 386.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 386.147 Tm (none) Tj
-0 g
-1 0 0 1 138.14 386.147 Tm (|) Tj
-0 g
-1 0 0 1 144.058 386.147 Tm (<) Tj
-0 g
-1 0 0 1 150.482 386.147 Tm (country) Tj
-0 g
-1 0 0 1 186.551 386.147 Tm (>) Tj
-0 g
-1 0 0 1 196.033 386.147 Tm (|) Tj
-0 g
-1 0 0 1 201.951 386.147 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 367.536 Tm (cue) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 355.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 355.947 Tm (<) Tj
-0 g
-1 0 0 1 117.042 355.947 Tm (cue-before) Tj
-0 g
-1 0 0 1 169.523 355.947 Tm (>) Tj
-0 g
-1 0 0 1 179.005 355.947 Tm (||) Tj
-0 g
-1 0 0 1 187.783 355.947 Tm (<) Tj
-0 g
-1 0 0 1 194.207 355.947 Tm (cue-after) Tj
-0 g
-1 0 0 1 237.514 355.947 Tm (>) Tj
-0 g
-1 0 0 1 246.996 355.947 Tm (|) Tj
-0 g
-1 0 0 1 252.914 355.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 337.336 Tm (cue-after) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 325.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 325.747 Tm (<) Tj
-0 g
-1 0 0 1 117.042 325.747 Tm (uri-specification) Tj
-0 g
-1 0 0 1 193.349 325.747 Tm (>) Tj
-0 g
-1 0 0 1 202.831 325.747 Tm (|) Tj
-0 g
-1 0 0 1 208.749 325.747 Tm (none) Tj
-0 g
-1 0 0 1 236.271 325.747 Tm (|) Tj
-0 g
-1 0 0 1 242.189 325.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 307.136 Tm (cue-before) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 295.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 295.547 Tm (<) Tj
-0 g
-1 0 0 1 117.042 295.547 Tm (uri-specification) Tj
-0 g
-1 0 0 1 193.349 295.547 Tm (>) Tj
-0 g
-1 0 0 1 202.831 295.547 Tm (|) Tj
-0 g
-1 0 0 1 208.749 295.547 Tm (none) Tj
-0 g
-1 0 0 1 236.271 295.547 Tm (|) Tj
-0 g
-1 0 0 1 242.189 295.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 276.936 Tm (destination-placement-offset) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 265.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 265.347 Tm (<) Tj
-0 g
-1 0 0 1 117.042 265.347 Tm (length) Tj
-0 g
-1 0 0 1 147.006 265.347 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 246.736 Tm (direction) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 235.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 235.147 Tm (ltr) Tj
-0 g
-1 0 0 1 122.839 235.147 Tm (|) Tj
-0 g
-1 0 0 1 128.757 235.147 Tm (rtl) Tj
-0 g
-1 0 0 1 140.978 235.147 Tm (|) Tj
-0 g
-1 0 0 1 146.896 235.147 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 216.536 Tm (display-align) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 204.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 204.947 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 204.947 Tm (|) Tj
-0 g
-1 0 0 1 141.0 204.947 Tm (before) Tj
-0 g
-1 0 0 1 175.243 204.947 Tm (|) Tj
-0 g
-1 0 0 1 181.161 204.947 Tm (center) Tj
-0 g
-1 0 0 1 214.788 204.947 Tm (|) Tj
-0 g
-1 0 0 1 220.706 204.947 Tm (after|) Tj
-0 g
-1 0 0 1 248.635 204.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 186.336 Tm (dominant-baseline) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 174.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 174.747 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 174.747 Tm (|) Tj
-0 g
-1 0 0 1 141.0 174.747 Tm (use-script) Tj
-0 g
-1 0 0 1 191.633 174.747 Tm (|) Tj
-0 g
-1 0 0 1 197.551 174.747 Tm (no-change) Tj
-0 g
-1 0 0 1 252.485 174.747 Tm (|) Tj
-0 g
-1 0 0 1 258.403 174.747 Tm (reset-size|) Tj
-0 g
-1 0 0 1 311.896 174.747 Tm (ideographic) Tj
-0 g
-1 0 0 1 371.813 174.747 Tm (|) Tj
-0 g
-1 0 0 1 377.731 174.747 Tm (alphabetic) Tj
-0 g
-1 0 0 1 430.927 174.747 Tm (|) Tj
-0 g
-1 0 0 1 436.845 174.747 Tm (hanging) Tj
-0 g
-1 0 0 1 479.041 174.747 Tm (|) Tj
-0 g
-1 0 0 1 70.875 163.572 Tm (mathematical|) Tj
-0 g
-1 0 0 1 142.199 163.572 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 144.961 Tm (elevation) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 133.372 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 133.372 Tm (<) Tj
-0 g
-1 0 0 1 117.042 133.372 Tm (angle) Tj
-0 g
-1 0 0 1 143.948 133.372 Tm (>) Tj
-0 g
-1 0 0 1 153.43 133.372 Tm (|) Tj
-0 g
-1 0 0 1 159.348 133.372 Tm (below) Tj
-0 g
-1 0 0 1 191.138 133.372 Tm (|) Tj
-0 g
-1 0 0 1 197.056 133.372 Tm (level) Tj
-0 g
-1 0 0 1 222.73 133.372 Tm (|) Tj
-0 g
-1 0 0 1 228.648 133.372 Tm (above) Tj
-0 g
-1 0 0 1 261.67 133.372 Tm (|) Tj
-0 g
-1 0 0 1 267.588 133.372 Tm (higher|) Tj
-0 g
-1 0 0 1 304.075 133.372 Tm (lower) Tj
-0 g
-1 0 0 1 333.412 133.372 Tm (|) Tj
-0 g
-1 0 0 1 339.33 133.372 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 114.761 Tm (empty-cells) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (18) Tj
-ET
-
-endstream
-endobj
-54 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 53 0 R
->>
-endobj
-55 0 obj
-<< /Length 11551 >>
-stream
-BT
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 748.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 748.547 Tm (show) Tj
-0 g
-1 0 0 1 139.35 748.547 Tm (|) Tj
-0 g
-1 0 0 1 145.268 748.547 Tm (hide) Tj
-0 g
-1 0 0 1 169.116 748.547 Tm (|) Tj
-0 g
-1 0 0 1 175.034 748.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 729.936 Tm (end-indent) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 718.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 718.347 Tm (<) Tj
-0 g
-1 0 0 1 117.042 718.347 Tm (length) Tj
-0 g
-1 0 0 1 147.006 718.347 Tm (>) Tj
-0 g
-1 0 0 1 156.488 718.347 Tm (|) Tj
-0 g
-1 0 0 1 162.406 718.347 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 699.736 Tm (ends-row) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 688.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 688.147 Tm (true) Tj
-0 g
-1 0 0 1 132.629 688.147 Tm (|) Tj
-0 g
-1 0 0 1 138.547 688.147 Tm (false) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 669.536 Tm (extent) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 657.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 657.947 Tm (<) Tj
-0 g
-1 0 0 1 117.042 657.947 Tm (length) Tj
-0 g
-1 0 0 1 147.006 657.947 Tm (>) Tj
-0 g
-1 0 0 1 156.488 657.947 Tm (|) Tj
-0 g
-1 0 0 1 162.406 657.947 Tm (<) Tj
-0 g
-1 0 0 1 168.83 657.947 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 657.947 Tm (>) Tj
-0 g
-1 0 0 1 233.345 657.947 Tm (|) Tj
-0 g
-1 0 0 1 239.263 657.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 639.336 Tm (external-destination) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 627.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 627.747 Tm (<) Tj
-0 g
-1 0 0 1 117.042 627.747 Tm (uri-specification) Tj
-0 g
-1 0 0 1 193.349 627.747 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 609.136 Tm (float) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 597.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 597.547 Tm (before) Tj
-0 g
-1 0 0 1 144.861 597.547 Tm (|) Tj
-0 g
-1 0 0 1 150.779 597.547 Tm (start) Tj
-0 g
-1 0 0 1 175.232 597.547 Tm (|) Tj
-0 g
-1 0 0 1 181.15 597.547 Tm (end) Tj
-0 g
-1 0 0 1 202.556 597.547 Tm (|) Tj
-0 g
-1 0 0 1 208.474 597.547 Tm (left) Tj
-0 g
-1 0 0 1 226.206 597.547 Tm (|) Tj
-0 g
-1 0 0 1 232.124 597.547 Tm (right) Tj
-0 g
-1 0 0 1 256.577 597.547 Tm (|) Tj
-0 g
-1 0 0 1 262.495 597.547 Tm (none) Tj
-0 g
-1 0 0 1 290.017 597.547 Tm (|) Tj
-0 g
-1 0 0 1 295.935 597.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 578.936 Tm (flow-name) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 567.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 567.347 Tm (<) Tj
-0 g
-1 0 0 1 117.042 567.347 Tm (name) Tj
-0 g
-1 0 0 1 144.553 567.347 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 548.736 Tm (font) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 537.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 537.147 Tm ([) Tj
-0 g
-1 0 0 1 116.734 537.147 Tm ([) Tj
-0 g
-1 0 0 1 122.85 537.147 Tm (<) Tj
-0 g
-1 0 0 1 129.274 537.147 Tm (font-style) Tj
-0 g
-1 0 0 1 173.802 537.147 Tm (>) Tj
-0 g
-1 0 0 1 183.284 537.147 Tm (||) Tj
-0 g
-1 0 0 1 192.062 537.147 Tm (<) Tj
-0 g
-1 0 0 1 198.486 537.147 Tm (font-variant) Tj
-0 g
-1 0 0 1 253.409 537.147 Tm (>) Tj
-0 g
-1 0 0 1 259.833 537.147 Tm (||) Tj
-0 g
-1 0 0 1 268.611 537.147 Tm (<) Tj
-0 g
-1 0 0 1 275.035 537.147 Tm (font-weight) Tj
-0 g
-1 0 0 1 328.737 537.147 Tm (>) Tj
-0 g
-1 0 0 1 338.219 537.147 Tm (]?) Tj
-0 g
-1 0 0 1 350.451 537.147 Tm (<) Tj
-0 g
-1 0 0 1 356.875 537.147 Tm (font-size) Tj
-0 g
-1 0 0 1 398.345 537.147 Tm (>) Tj
-0 g
-1 0 0 1 407.827 537.147 Tm ([) Tj
-0 g
-1 0 0 1 413.943 537.147 Tm (/) Tj
-0 g
-1 0 0 1 420.059 537.147 Tm (<) Tj
-0 g
-1 0 0 1 426.483 537.147 Tm (line-height) Tj
-0 g
-1 0 0 1 477.127 537.147 Tm (>) Tj
-0 g
-1 0 0 1 483.551 537.147 Tm (]?) Tj
-0 g
-1 0 0 1 70.875 525.972 Tm (<) Tj
-0 g
-1 0 0 1 77.299 525.972 Tm (font-family) Tj
-0 g
-1 0 0 1 127.932 525.972 Tm (>) Tj
-0 g
-1 0 0 1 134.356 525.972 Tm (]) Tj
-0 g
-1 0 0 1 140.472 525.972 Tm (|) Tj
-0 g
-1 0 0 1 146.39 525.972 Tm (caption) Tj
-0 g
-1 0 0 1 184.912 525.972 Tm (|) Tj
-0 g
-1 0 0 1 190.83 525.972 Tm (icon) Tj
-0 g
-1 0 0 1 214.062 525.972 Tm (|) Tj
-0 g
-1 0 0 1 219.98 525.972 Tm (menu) Tj
-0 g
-1 0 0 1 250.549 525.972 Tm (|) Tj
-0 g
-1 0 0 1 256.467 525.972 Tm (message-box) Tj
-0 g
-1 0 0 1 325.448 525.972 Tm (|) Tj
-0 g
-1 0 0 1 331.366 525.972 Tm (small-caption) Tj
-0 g
-1 0 0 1 399.115 525.972 Tm (|) Tj
-0 g
-1 0 0 1 405.033 525.972 Tm (status-bar|) Tj
-0 g
-1 0 0 1 459.758 525.972 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 507.361 Tm (font-family) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 495.772 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 495.772 Tm ([[) Tj
-0 g
-1 0 0 1 119.792 495.772 Tm (<) Tj
-0 g
-1 0 0 1 126.216 495.772 Tm (family-name) Tj
-0 g
-1 0 0 1 186.012 495.772 Tm (>) Tj
-0 g
-1 0 0 1 195.494 495.772 Tm (|) Tj
-0 g
-1 0 0 1 201.412 495.772 Tm (<) Tj
-0 g
-1 0 0 1 207.836 495.772 Tm (generic-family) Tj
-0 g
-1 0 0 1 276.19 495.772 Tm (>) Tj
-0 g
-1 0 0 1 282.614 495.772 Tm (],]*) Tj
-0 g
-1 0 0 1 299.125 495.772 Tm ([) Tj
-0 g
-1 0 0 1 302.183 495.772 Tm (<) Tj
-0 g
-1 0 0 1 308.607 495.772 Tm (family-name) Tj
-0 g
-1 0 0 1 368.403 495.772 Tm (>) Tj
-0 g
-1 0 0 1 377.885 495.772 Tm (|) Tj
-0 g
-1 0 0 1 383.803 495.772 Tm (<) Tj
-0 g
-1 0 0 1 390.227 495.772 Tm (generic-family) Tj
-0 g
-1 0 0 1 458.581 495.772 Tm (>) Tj
-0 g
-1 0 0 1 465.005 495.772 Tm (]) Tj
-0 g
-1 0 0 1 471.121 495.772 Tm (|) Tj
-0 g
-1 0 0 1 477.039 495.772 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 477.161 Tm (font-selection-strategy) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 465.572 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 465.572 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 465.572 Tm (|) Tj
-0 g
-1 0 0 1 141.0 465.572 Tm (character-by-character) Tj
-0 g
-1 0 0 1 254.498 465.572 Tm (|) Tj
-0 g
-1 0 0 1 260.416 465.572 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 446.961 Tm (font-size) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 435.372 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 435.372 Tm (<) Tj
-0 g
-1 0 0 1 117.042 435.372 Tm (absolute-size) Tj
-0 g
-1 0 0 1 181.744 435.372 Tm (>) Tj
-0 g
-1 0 0 1 191.226 435.372 Tm (|) Tj
-0 g
-1 0 0 1 197.144 435.372 Tm (<) Tj
-0 g
-1 0 0 1 203.568 435.372 Tm (relative-size) Tj
-0 g
-1 0 0 1 262.143 435.372 Tm (>) Tj
-0 g
-1 0 0 1 271.625 435.372 Tm (|) Tj
-0 g
-1 0 0 1 277.543 435.372 Tm (<) Tj
-0 g
-1 0 0 1 283.967 435.372 Tm (length) Tj
-0 g
-1 0 0 1 313.931 435.372 Tm (>) Tj
-0 g
-1 0 0 1 320.355 435.372 Tm (|) Tj
-0 g
-1 0 0 1 326.273 435.372 Tm (<) Tj
-0 g
-1 0 0 1 332.697 435.372 Tm (percentage) Tj
-0 g
-1 0 0 1 387.73 435.372 Tm (>) Tj
-0 g
-1 0 0 1 397.212 435.372 Tm (|) Tj
-0 g
-1 0 0 1 403.13 435.372 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 416.761 Tm (font-size-adjust) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 405.172 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 405.172 Tm (<) Tj
-0 g
-1 0 0 1 117.042 405.172 Tm (number) Tj
-0 g
-1 0 0 1 154.332 405.172 Tm (>) Tj
-0 g
-1 0 0 1 163.814 405.172 Tm (|) Tj
-0 g
-1 0 0 1 169.732 405.172 Tm (none) Tj
-0 g
-1 0 0 1 197.254 405.172 Tm (|) Tj
-0 g
-1 0 0 1 203.172 405.172 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 386.561 Tm (font-stretch) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 374.972 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 374.972 Tm (normal) Tj
-0 g
-1 0 0 1 147.292 374.972 Tm (|) Tj
-0 g
-1 0 0 1 153.21 374.972 Tm (wider) Tj
-0 g
-1 0 0 1 182.547 374.972 Tm (|) Tj
-0 g
-1 0 0 1 188.465 374.972 Tm (narrower) Tj
-0 g
-1 0 0 1 234.918 374.972 Tm (|) Tj
-0 g
-1 0 0 1 240.836 374.972 Tm (ultra-condensed|) Tj
-0 g
-1 0 0 1 325.525 374.972 Tm (extra-condensed) Tj
-0 g
-1 0 0 1 410.412 374.972 Tm (|) Tj
-0 g
-1 0 0 1 416.33 374.972 Tm (condensed) Tj
-0 g
-1 0 0 1 473.2 374.972 Tm (|) Tj
-0 g
-1 0 0 1 70.875 363.797 Tm (semi-condensed) Tj
-0 g
-1 0 0 1 154.53 363.797 Tm (|) Tj
-0 g
-1 0 0 1 160.448 363.797 Tm (semi-expanded) Tj
-0 g
-1 0 0 1 238.603 363.797 Tm (|expanded) Tj
-0 g
-1 0 0 1 292.833 363.797 Tm (|) Tj
-0 g
-1 0 0 1 298.751 363.797 Tm (extra-expanded) Tj
-0 g
-1 0 0 1 378.138 363.797 Tm (|) Tj
-0 g
-1 0 0 1 384.056 363.797 Tm (ultra-expanded) Tj
-0 g
-1 0 0 1 460.385 363.797 Tm (|) Tj
-0 g
-1 0 0 1 466.303 363.797 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 345.186 Tm (font-style) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 333.597 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 333.597 Tm (normal) Tj
-0 g
-1 0 0 1 147.292 333.597 Tm (|) Tj
-0 g
-1 0 0 1 153.21 333.597 Tm (italic) Tj
-0 g
-1 0 0 1 178.268 333.597 Tm (|) Tj
-0 g
-1 0 0 1 184.186 333.597 Tm (oblique) Tj
-0 g
-1 0 0 1 222.708 333.597 Tm (|) Tj
-0 g
-1 0 0 1 228.626 333.597 Tm (backslant) Tj
-0 g
-1 0 0 1 278.148 333.597 Tm (|) Tj
-0 g
-1 0 0 1 284.066 333.597 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 314.986 Tm (font-variant) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 303.397 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 303.397 Tm (normal) Tj
-0 g
-1 0 0 1 147.292 303.397 Tm (|) Tj
-0 g
-1 0 0 1 153.21 303.397 Tm (small-caps) Tj
-0 g
-1 0 0 1 208.727 303.397 Tm (|) Tj
-0 g
-1 0 0 1 214.645 303.397 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 284.786 Tm (font-weight) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 273.197 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 273.197 Tm (normal) Tj
-0 g
-1 0 0 1 147.292 273.197 Tm (|) Tj
-0 g
-1 0 0 1 153.21 273.197 Tm (bold) Tj
-0 g
-1 0 0 1 177.058 273.197 Tm (|) Tj
-0 g
-1 0 0 1 182.976 273.197 Tm (bolder) Tj
-0 g
-1 0 0 1 216.603 273.197 Tm (|) Tj
-0 g
-1 0 0 1 222.521 273.197 Tm (lighter) Tj
-0 g
-1 0 0 1 255.532 273.197 Tm (|) Tj
-0 g
-1 0 0 1 261.45 273.197 Tm (100) Tj
-0 g
-1 0 0 1 282.856 273.197 Tm (|) Tj
-0 g
-1 0 0 1 288.774 273.197 Tm (200|) Tj
-0 g
-1 0 0 1 313.04 273.197 Tm (300) Tj
-0 g
-1 0 0 1 334.446 273.197 Tm (|) Tj
-0 g
-1 0 0 1 340.364 273.197 Tm (400) Tj
-0 g
-1 0 0 1 361.77 273.197 Tm (|) Tj
-0 g
-1 0 0 1 367.688 273.197 Tm (500) Tj
-0 g
-1 0 0 1 389.094 273.197 Tm (|) Tj
-0 g
-1 0 0 1 395.012 273.197 Tm (600) Tj
-0 g
-1 0 0 1 416.418 273.197 Tm (|) Tj
-0 g
-1 0 0 1 422.336 273.197 Tm (700) Tj
-0 g
-1 0 0 1 443.742 273.197 Tm (|) Tj
-0 g
-1 0 0 1 449.66 273.197 Tm (800) Tj
-0 g
-1 0 0 1 471.066 273.197 Tm (|) Tj
-0 g
-1 0 0 1 476.984 273.197 Tm (900) Tj
-0 g
-1 0 0 1 498.39 273.197 Tm (|) Tj
-0 g
-1 0 0 1 70.875 262.022 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 243.411 Tm (force-page-count) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 231.822 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 231.822 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 231.822 Tm (|) Tj
-0 g
-1 0 0 1 141.0 231.822 Tm (even) Tj
-0 g
-1 0 0 1 167.906 231.822 Tm (|) Tj
-0 g
-1 0 0 1 173.824 231.822 Tm (odd) Tj
-0 g
-1 0 0 1 195.23 231.822 Tm (|) Tj
-0 g
-1 0 0 1 201.148 231.822 Tm (end-on-even) Tj
-0 g
-1 0 0 1 265.762 231.822 Tm (|) Tj
-0 g
-1 0 0 1 271.68 231.822 Tm (end-on-odd) Tj
-0 g
-1 0 0 1 330.794 231.822 Tm (|) Tj
-0 g
-1 0 0 1 336.712 231.822 Tm (no-force|) Tj
-0 g
-1 0 0 1 382.879 231.822 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 213.211 Tm (format) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 201.622 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 201.622 Tm (<) Tj
-0 g
-1 0 0 1 117.042 201.622 Tm (string) Tj
-0 g
-1 0 0 1 143.937 201.622 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 183.011 Tm (glyph-orientation-horizontal) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 171.422 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 171.422 Tm (<) Tj
-0 g
-1 0 0 1 117.042 171.422 Tm (angle) Tj
-0 g
-1 0 0 1 143.948 171.422 Tm (>) Tj
-0 g
-1 0 0 1 153.43 171.422 Tm (|) Tj
-0 g
-1 0 0 1 159.348 171.422 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 152.811 Tm (glyph-orientation-vertical) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 141.222 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 141.222 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 141.222 Tm (|) Tj
-0 g
-1 0 0 1 141.0 141.222 Tm (<) Tj
-0 g
-1 0 0 1 147.424 141.222 Tm (angle) Tj
-0 g
-1 0 0 1 174.33 141.222 Tm (>) Tj
-0 g
-1 0 0 1 183.812 141.222 Tm (|) Tj
-0 g
-1 0 0 1 189.73 141.222 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 122.611 Tm (grouping-separator) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 111.022 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 111.022 Tm (<) Tj
-0 g
-1 0 0 1 117.042 111.022 Tm (character) Tj
-0 g
-1 0 0 1 162.89 111.022 Tm (>) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (19) Tj
-ET
-
-endstream
-endobj
-56 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 55 0 R
->>
-endobj
-57 0 obj
-<< /Length 8244 >>
-stream
-BT
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 741.111 Tm (grouping-size) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 729.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 729.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 729.522 Tm (number) Tj
-0 g
-1 0 0 1 154.332 729.522 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 710.911 Tm (height) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 699.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 699.322 Tm (<) Tj
-0 g
-1 0 0 1 117.042 699.322 Tm (length) Tj
-0 g
-1 0 0 1 147.006 699.322 Tm (>) Tj
-0 g
-1 0 0 1 156.488 699.322 Tm (|) Tj
-0 g
-1 0 0 1 162.406 699.322 Tm (<) Tj
-0 g
-1 0 0 1 168.83 699.322 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 699.322 Tm (>) Tj
-0 g
-1 0 0 1 233.345 699.322 Tm (|) Tj
-0 g
-1 0 0 1 239.263 699.322 Tm (auto) Tj
-0 g
-1 0 0 1 263.727 699.322 Tm (|) Tj
-0 g
-1 0 0 1 269.645 699.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 680.711 Tm (hyphenate) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 669.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 669.122 Tm (false) Tj
-0 g
-1 0 0 1 136.908 669.122 Tm (|) Tj
-0 g
-1 0 0 1 142.826 669.122 Tm (true) Tj
-0 g
-1 0 0 1 164.837 669.122 Tm (|) Tj
-0 g
-1 0 0 1 170.755 669.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 650.511 Tm (hyphenation-character) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 638.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 638.922 Tm (<) Tj
-0 g
-1 0 0 1 117.042 638.922 Tm (character) Tj
-0 g
-1 0 0 1 162.89 638.922 Tm (>) Tj
-0 g
-1 0 0 1 172.372 638.922 Tm (|) Tj
-0 g
-1 0 0 1 178.29 638.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 620.311 Tm (hyphenation-keep) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 608.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 608.722 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 608.722 Tm (|) Tj
-0 g
-1 0 0 1 141.0 608.722 Tm (column) Tj
-0 g
-1 0 0 1 179.511 608.722 Tm (|) Tj
-0 g
-1 0 0 1 185.429 608.722 Tm (page) Tj
-0 g
-1 0 0 1 212.951 608.722 Tm (|) Tj
-0 g
-1 0 0 1 218.869 608.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 590.111 Tm (hyphenation-ladder-count) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 578.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 578.522 Tm (no-limit) Tj
-0 g
-1 0 0 1 149.019 578.522 Tm (|) Tj
-0 g
-1 0 0 1 154.937 578.522 Tm (<) Tj
-0 g
-1 0 0 1 161.361 578.522 Tm (number) Tj
-0 g
-1 0 0 1 198.651 578.522 Tm (>) Tj
-0 g
-1 0 0 1 208.133 578.522 Tm (|) Tj
-0 g
-1 0 0 1 214.051 578.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 559.911 Tm (hyphenation-push-character-count) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 548.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 548.322 Tm (<) Tj
-0 g
-1 0 0 1 117.042 548.322 Tm (number) Tj
-0 g
-1 0 0 1 154.332 548.322 Tm (>) Tj
-0 g
-1 0 0 1 163.814 548.322 Tm (|) Tj
-0 g
-1 0 0 1 169.732 548.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 529.711 Tm (hyphenation-remain-character-count) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 518.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 518.122 Tm (<) Tj
-0 g
-1 0 0 1 117.042 518.122 Tm (number) Tj
-0 g
-1 0 0 1 154.332 518.122 Tm (>) Tj
-0 g
-1 0 0 1 163.814 518.122 Tm (|) Tj
-0 g
-1 0 0 1 169.732 518.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 499.511 Tm (id) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 487.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 487.922 Tm (<) Tj
-0 g
-1 0 0 1 117.042 487.922 Tm (id) Tj
-0 g
-1 0 0 1 125.6 487.922 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 469.311 Tm (indicate-destination) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 457.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 457.722 Tm (true) Tj
-0 g
-1 0 0 1 132.629 457.722 Tm (|) Tj
-0 g
-1 0 0 1 138.547 457.722 Tm (false) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 439.111 Tm (initial-page-number) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 427.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 427.522 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 427.522 Tm (|) Tj
-0 g
-1 0 0 1 141.0 427.522 Tm (auto-odd) Tj
-0 g
-1 0 0 1 187.376 427.522 Tm (|) Tj
-0 g
-1 0 0 1 193.294 427.522 Tm (auto-even) Tj
-0 g
-1 0 0 1 245.17 427.522 Tm (|) Tj
-0 g
-1 0 0 1 251.088 427.522 Tm (<) Tj
-0 g
-1 0 0 1 257.512 427.522 Tm (number) Tj
-0 g
-1 0 0 1 294.802 427.522 Tm (>) Tj
-0 g
-1 0 0 1 304.284 427.522 Tm (|) Tj
-0 g
-1 0 0 1 310.202 427.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 408.911 Tm (inline-progression-dimension) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 397.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 397.322 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 397.322 Tm (|) Tj
-0 g
-1 0 0 1 141.0 397.322 Tm (<) Tj
-0 g
-1 0 0 1 147.424 397.322 Tm (length) Tj
-0 g
-1 0 0 1 177.388 397.322 Tm (>) Tj
-0 g
-1 0 0 1 186.87 397.322 Tm (|) Tj
-0 g
-1 0 0 1 192.788 397.322 Tm (<) Tj
-0 g
-1 0 0 1 199.212 397.322 Tm (percentage) Tj
-0 g
-1 0 0 1 254.245 397.322 Tm (>) Tj
-0 g
-1 0 0 1 263.727 397.322 Tm (|) Tj
-0 g
-1 0 0 1 269.645 397.322 Tm (<) Tj
-0 g
-1 0 0 1 276.069 397.322 Tm (length-range) Tj
-0 g
-1 0 0 1 337.724 397.322 Tm (>) Tj
-0 g
-1 0 0 1 344.148 397.322 Tm (|) Tj
-0 g
-1 0 0 1 350.066 397.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 378.711 Tm (internal-destination) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 367.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 367.122 Tm (empty) Tj
-0 g
-1 0 0 1 143.629 367.122 Tm (string) Tj
-0 g
-1 0 0 1 173.582 367.122 Tm (|) Tj
-0 g
-1 0 0 1 179.5 367.122 Tm (<) Tj
-0 g
-1 0 0 1 185.924 367.122 Tm (idref) Tj
-0 g
-1 0 0 1 207.319 367.122 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 348.511 Tm (keep-together) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 336.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 336.922 Tm (<) Tj
-0 g
-1 0 0 1 117.042 336.922 Tm (keep) Tj
-0 g
-1 0 0 1 140.89 336.922 Tm (>) Tj
-0 g
-1 0 0 1 150.372 336.922 Tm (|) Tj
-0 g
-1 0 0 1 156.29 336.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 318.311 Tm (keep-with-next) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 306.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 306.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 306.722 Tm (keep) Tj
-0 g
-1 0 0 1 140.89 306.722 Tm (>) Tj
-0 g
-1 0 0 1 150.372 306.722 Tm (|) Tj
-0 g
-1 0 0 1 156.29 306.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 288.111 Tm (keep-with-previous) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 276.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 276.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 276.522 Tm (keep) Tj
-0 g
-1 0 0 1 140.89 276.522 Tm (>) Tj
-0 g
-1 0 0 1 150.372 276.522 Tm (|) Tj
-0 g
-1 0 0 1 156.29 276.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 257.911 Tm (language) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 246.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 246.322 Tm (none) Tj
-0 g
-1 0 0 1 138.14 246.322 Tm (|) Tj
-0 g
-1 0 0 1 144.058 246.322 Tm (<) Tj
-0 g
-1 0 0 1 150.482 246.322 Tm (language) Tj
-0 g
-1 0 0 1 195.736 246.322 Tm (>) Tj
-0 g
-1 0 0 1 205.218 246.322 Tm (|) Tj
-0 g
-1 0 0 1 211.136 246.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 227.711 Tm (last-line-end-indent) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 216.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 216.122 Tm (<) Tj
-0 g
-1 0 0 1 117.042 216.122 Tm (length) Tj
-0 g
-1 0 0 1 147.006 216.122 Tm (>) Tj
-0 g
-1 0 0 1 156.488 216.122 Tm (|) Tj
-0 g
-1 0 0 1 162.406 216.122 Tm (<) Tj
-0 g
-1 0 0 1 168.83 216.122 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 216.122 Tm (>) Tj
-0 g
-1 0 0 1 233.345 216.122 Tm (|) Tj
-0 g
-1 0 0 1 239.263 216.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 197.511 Tm (leader-alignment) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 185.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 185.922 Tm (none) Tj
-0 g
-1 0 0 1 138.14 185.922 Tm (|) Tj
-0 g
-1 0 0 1 144.058 185.922 Tm (reference-area) Tj
-0 g
-1 0 0 1 219.155 185.922 Tm (|) Tj
-0 g
-1 0 0 1 225.073 185.922 Tm (page) Tj
-0 g
-1 0 0 1 252.595 185.922 Tm (|) Tj
-0 g
-1 0 0 1 258.513 185.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 167.311 Tm (leader-length) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 155.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 155.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 155.722 Tm (length-range) Tj
-0 g
-1 0 0 1 178.697 155.722 Tm (>) Tj
-0 g
-1 0 0 1 188.179 155.722 Tm (|) Tj
-0 g
-1 0 0 1 194.097 155.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 137.111 Tm (leader-pattern) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 125.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 125.522 Tm (space) Tj
-0 g
-1 0 0 1 143.024 125.522 Tm (|) Tj
-0 g
-1 0 0 1 148.942 125.522 Tm (rule) Tj
-0 g
-1 0 0 1 170.337 125.522 Tm (|) Tj
-0 g
-1 0 0 1 176.255 125.522 Tm (dots) Tj
-0 g
-1 0 0 1 200.103 125.522 Tm (|) Tj
-0 g
-1 0 0 1 206.021 125.522 Tm (use-content) Tj
-0 g
-1 0 0 1 266.455 125.522 Tm (|) Tj
-0 g
-1 0 0 1 272.373 125.522 Tm (inherit) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (20) Tj
-ET
-
-endstream
-endobj
-58 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 57 0 R
->>
-endobj
-59 0 obj
-<< /Length 9267 >>
-stream
-BT
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 744.111 Tm (leader-pattern-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 732.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 732.522 Tm (use-font-metrics) Tj
-0 g
-1 0 0 1 192.326 732.522 Tm (|) Tj
-0 g
-1 0 0 1 198.244 732.522 Tm (<) Tj
-0 g
-1 0 0 1 204.668 732.522 Tm (length) Tj
-0 g
-1 0 0 1 234.632 732.522 Tm (>) Tj
-0 g
-1 0 0 1 244.114 732.522 Tm (|) Tj
-0 g
-1 0 0 1 250.032 732.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 713.911 Tm (left) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 702.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 702.322 Tm (<) Tj
-0 g
-1 0 0 1 117.042 702.322 Tm (length) Tj
-0 g
-1 0 0 1 147.006 702.322 Tm (>) Tj
-0 g
-1 0 0 1 156.488 702.322 Tm (|) Tj
-0 g
-1 0 0 1 162.406 702.322 Tm (<) Tj
-0 g
-1 0 0 1 168.83 702.322 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 702.322 Tm (>) Tj
-0 g
-1 0 0 1 233.345 702.322 Tm (|) Tj
-0 g
-1 0 0 1 239.263 702.322 Tm (auto) Tj
-0 g
-1 0 0 1 263.727 702.322 Tm (|) Tj
-0 g
-1 0 0 1 269.645 702.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 683.711 Tm (letter-spacing) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 672.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 672.122 Tm (normal) Tj
-0 g
-1 0 0 1 147.292 672.122 Tm (|) Tj
-0 g
-1 0 0 1 153.21 672.122 Tm (<) Tj
-0 g
-1 0 0 1 159.634 672.122 Tm (length) Tj
-0 g
-1 0 0 1 189.598 672.122 Tm (>) Tj
-0 g
-1 0 0 1 199.08 672.122 Tm (|) Tj
-0 g
-1 0 0 1 204.998 672.122 Tm (<) Tj
-0 g
-1 0 0 1 211.422 672.122 Tm (space) Tj
-0 g
-1 0 0 1 240.77 672.122 Tm (>) Tj
-0 g
-1 0 0 1 250.252 672.122 Tm (|) Tj
-0 g
-1 0 0 1 256.17 672.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 653.511 Tm (letter-value) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 641.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 641.922 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 641.922 Tm (|) Tj
-0 g
-1 0 0 1 141.0 641.922 Tm (alphabetic) Tj
-0 g
-1 0 0 1 194.196 641.922 Tm (|) Tj
-0 g
-1 0 0 1 200.114 641.922 Tm (traditional) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 623.311 Tm (line-height) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 611.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 611.722 Tm (normal) Tj
-0 g
-1 0 0 1 147.292 611.722 Tm (|) Tj
-0 g
-1 0 0 1 153.21 611.722 Tm (<) Tj
-0 g
-1 0 0 1 159.634 611.722 Tm (length) Tj
-0 g
-1 0 0 1 189.598 611.722 Tm (>) Tj
-0 g
-1 0 0 1 199.08 611.722 Tm (|) Tj
-0 g
-1 0 0 1 204.998 611.722 Tm (<) Tj
-0 g
-1 0 0 1 211.422 611.722 Tm (number) Tj
-0 g
-1 0 0 1 248.712 611.722 Tm (>) Tj
-0 g
-1 0 0 1 258.194 611.722 Tm (|) Tj
-0 g
-1 0 0 1 264.112 611.722 Tm (<) Tj
-0 g
-1 0 0 1 270.536 611.722 Tm (percentage) Tj
-0 g
-1 0 0 1 325.569 611.722 Tm (>) Tj
-0 g
-1 0 0 1 335.051 611.722 Tm (|) Tj
-0 g
-1 0 0 1 340.969 611.722 Tm (<) Tj
-0 g
-1 0 0 1 347.393 611.722 Tm (space) Tj
-0 g
-1 0 0 1 376.741 611.722 Tm (>) Tj
-0 g
-1 0 0 1 383.165 611.722 Tm (|) Tj
-0 g
-1 0 0 1 389.083 611.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 593.111 Tm (line-height-shift-adjustment) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 581.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 581.522 Tm (consider-shifts) Tj
-0 g
-1 0 0 1 184.483 581.522 Tm (|) Tj
-0 g
-1 0 0 1 190.401 581.522 Tm (disregard-shifts) Tj
-0 g
-1 0 0 1 268.545 581.522 Tm (|) Tj
-0 g
-1 0 0 1 274.463 581.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 562.911 Tm (line-stacking-strategy) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 551.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 551.322 Tm (line-height) Tj
-0 g
-1 0 0 1 164.32 551.322 Tm (|) Tj
-0 g
-1 0 0 1 170.238 551.322 Tm (font-height) Tj
-0 g
-1 0 0 1 225.172 551.322 Tm (|) Tj
-0 g
-1 0 0 1 231.09 551.322 Tm (max-height) Tj
-0 g
-1 0 0 1 288.455 551.322 Tm (|) Tj
-0 g
-1 0 0 1 294.373 551.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 532.711 Tm (linefeed-treatment) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 521.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 521.122 Tm (ignore) Tj
-0 g
-1 0 0 1 144.245 521.122 Tm (|) Tj
-0 g
-1 0 0 1 150.163 521.122 Tm (preserve) Tj
-0 g
-1 0 0 1 196.011 521.122 Tm (|) Tj
-0 g
-1 0 0 1 201.929 521.122 Tm (treat-as-space) Tj
-0 g
-1 0 0 1 275.09 521.122 Tm (|) Tj
-0 g
-1 0 0 1 281.008 521.122 Tm (treat-as-zero-width-space) Tj
-0 g
-1 0 0 1 408.366 521.122 Tm (|) Tj
-0 g
-1 0 0 1 414.284 521.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 502.511 Tm (margin) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 490.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 490.922 Tm (<) Tj
-0 g
-1 0 0 1 117.042 490.922 Tm (margin-width) Tj
-0 g
-1 0 0 1 179.896 490.922 Tm (>) Tj
-0 g
-1 0 0 1 186.32 490.922 Tm ({1,4}) Tj
-0 g
-1 0 0 1 212.016 490.922 Tm (|) Tj
-0 g
-1 0 0 1 217.934 490.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 472.311 Tm (margin-bottom) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 460.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 460.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 460.722 Tm (margin-width) Tj
-0 g
-1 0 0 1 179.896 460.722 Tm (>) Tj
-0 g
-1 0 0 1 189.378 460.722 Tm (|) Tj
-0 g
-1 0 0 1 195.296 460.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 442.111 Tm (margin-left) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 430.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 430.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 430.522 Tm (margin-width) Tj
-0 g
-1 0 0 1 179.896 430.522 Tm (>) Tj
-0 g
-1 0 0 1 189.378 430.522 Tm (|) Tj
-0 g
-1 0 0 1 195.296 430.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 411.911 Tm (margin-right) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 400.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 400.322 Tm (<) Tj
-0 g
-1 0 0 1 117.042 400.322 Tm (margin-width) Tj
-0 g
-1 0 0 1 179.896 400.322 Tm (>) Tj
-0 g
-1 0 0 1 189.378 400.322 Tm (|) Tj
-0 g
-1 0 0 1 195.296 400.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 381.711 Tm (margin-top) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 370.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 370.122 Tm (<) Tj
-0 g
-1 0 0 1 117.042 370.122 Tm (margin-width) Tj
-0 g
-1 0 0 1 179.896 370.122 Tm (>) Tj
-0 g
-1 0 0 1 189.378 370.122 Tm (|) Tj
-0 g
-1 0 0 1 195.296 370.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 351.511 Tm (marker-class-name) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 339.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 339.922 Tm (<) Tj
-0 g
-1 0 0 1 117.042 339.922 Tm (name) Tj
-0 g
-1 0 0 1 144.553 339.922 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 321.311 Tm (master-name) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 309.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 309.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 309.722 Tm (name) Tj
-0 g
-1 0 0 1 144.553 309.722 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 291.111 Tm (max-height) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 279.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 279.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 279.522 Tm (length) Tj
-0 g
-1 0 0 1 147.006 279.522 Tm (>) Tj
-0 g
-1 0 0 1 156.488 279.522 Tm (|) Tj
-0 g
-1 0 0 1 162.406 279.522 Tm (<) Tj
-0 g
-1 0 0 1 168.83 279.522 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 279.522 Tm (>) Tj
-0 g
-1 0 0 1 233.345 279.522 Tm (|) Tj
-0 g
-1 0 0 1 239.263 279.522 Tm (none) Tj
-0 g
-1 0 0 1 266.785 279.522 Tm (|) Tj
-0 g
-1 0 0 1 272.703 279.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 260.911 Tm (max-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 249.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 249.322 Tm (<) Tj
-0 g
-1 0 0 1 117.042 249.322 Tm (length) Tj
-0 g
-1 0 0 1 147.006 249.322 Tm (>) Tj
-0 g
-1 0 0 1 156.488 249.322 Tm (|) Tj
-0 g
-1 0 0 1 162.406 249.322 Tm (<) Tj
-0 g
-1 0 0 1 168.83 249.322 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 249.322 Tm (>) Tj
-0 g
-1 0 0 1 233.345 249.322 Tm (|) Tj
-0 g
-1 0 0 1 239.263 249.322 Tm (none) Tj
-0 g
-1 0 0 1 266.785 249.322 Tm (|) Tj
-0 g
-1 0 0 1 272.703 249.322 Tm (inhe) Tj
-0 g
-1 0 0 1 293.493 249.322 Tm (rit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 230.711 Tm (maximum-repeats) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 219.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 219.122 Tm (<) Tj
-0 g
-1 0 0 1 117.042 219.122 Tm (number) Tj
-0 g
-1 0 0 1 154.332 219.122 Tm (>) Tj
-0 g
-1 0 0 1 163.814 219.122 Tm (|) Tj
-0 g
-1 0 0 1 169.732 219.122 Tm (no-limit) Tj
-0 g
-1 0 0 1 208.133 219.122 Tm (|) Tj
-0 g
-1 0 0 1 214.051 219.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 200.511 Tm (media-usage) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 188.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 188.922 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 188.922 Tm (|) Tj
-0 g
-1 0 0 1 141.0 188.922 Tm (paginate) Tj
-0 g
-1 0 0 1 186.254 188.922 Tm (|) Tj
-0 g
-1 0 0 1 192.172 188.922 Tm (bounded-in-one-dimension) Tj
-0 g
-1 0 0 1 325.767 188.922 Tm (|) Tj
-0 g
-1 0 0 1 331.685 188.922 Tm (unbounded) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 170.311 Tm (min-height) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 158.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 158.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 158.722 Tm (length) Tj
-0 g
-1 0 0 1 147.006 158.722 Tm (>) Tj
-0 g
-1 0 0 1 156.488 158.722 Tm (|) Tj
-0 g
-1 0 0 1 162.406 158.722 Tm (<) Tj
-0 g
-1 0 0 1 168.83 158.722 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 158.722 Tm (>) Tj
-0 g
-1 0 0 1 233.345 158.722 Tm (|) Tj
-0 g
-1 0 0 1 239.263 158.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 140.111 Tm (min-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 128.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 128.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 128.522 Tm (length) Tj
-0 g
-1 0 0 1 147.006 128.522 Tm (>) Tj
-0 g
-1 0 0 1 156.488 128.522 Tm (|) Tj
-0 g
-1 0 0 1 162.406 128.522 Tm (<) Tj
-0 g
-1 0 0 1 168.83 128.522 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 128.522 Tm (>) Tj
-0 g
-1 0 0 1 233.345 128.522 Tm (|) Tj
-0 g
-1 0 0 1 239.263 128.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 109.911 Tm (number-columns-repeated) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (21) Tj
-ET
-
-endstream
-endobj
-60 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 59 0 R
->>
-endobj
-61 0 obj
-<< /Length 9117 >>
-stream
-BT
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 748.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 748.547 Tm (<) Tj
-0 g
-1 0 0 1 117.042 748.547 Tm (number) Tj
-0 g
-1 0 0 1 154.332 748.547 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 729.936 Tm (number-columns-spanned) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 718.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 718.347 Tm (<) Tj
-0 g
-1 0 0 1 117.042 718.347 Tm (number) Tj
-0 g
-1 0 0 1 154.332 718.347 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 699.736 Tm (number-rows-spanned) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 688.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 688.147 Tm (<) Tj
-0 g
-1 0 0 1 117.042 688.147 Tm (number) Tj
-0 g
-1 0 0 1 154.332 688.147 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 669.536 Tm (odd-or-even) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 657.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 657.947 Tm (odd) Tj
-0 g
-1 0 0 1 132.024 657.947 Tm (|) Tj
-0 g
-1 0 0 1 137.942 657.947 Tm (even) Tj
-0 g
-1 0 0 1 164.848 657.947 Tm (|) Tj
-0 g
-1 0 0 1 170.766 657.947 Tm (any) Tj
-0 g
-1 0 0 1 191.556 657.947 Tm (|) Tj
-0 g
-1 0 0 1 197.474 657.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 639.336 Tm (orphans) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 627.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 627.747 Tm (<) Tj
-0 g
-1 0 0 1 117.042 627.747 Tm (integer) Tj
-0 g
-1 0 0 1 150.669 627.747 Tm (>) Tj
-0 g
-1 0 0 1 160.151 627.747 Tm (|) Tj
-0 g
-1 0 0 1 166.069 627.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 609.136 Tm (overflow) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 597.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 597.547 Tm (visible) Tj
-0 g
-1 0 0 1 144.234 597.547 Tm (|) Tj
-0 g
-1 0 0 1 150.152 597.547 Tm (hidden) Tj
-0 g
-1 0 0 1 186.232 597.547 Tm (|) Tj
-0 g
-1 0 0 1 192.15 597.547 Tm (scroll) Tj
-0 g
-1 0 0 1 220.871 597.547 Tm (|) Tj
-0 g
-1 0 0 1 226.789 597.547 Tm (error-if-overflow) Tj
-0 g
-1 0 0 1 306.649 597.547 Tm (|) Tj
-0 g
-1 0 0 1 312.567 597.547 Tm (auto) Tj
-0 g
-1 0 0 1 337.031 597.547 Tm (|) Tj
-0 g
-1 0 0 1 342.949 597.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 578.936 Tm (padding) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 567.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 567.347 Tm (<) Tj
-0 g
-1 0 0 1 117.042 567.347 Tm (padding-width) Tj
-0 g
-1 0 0 1 185.418 567.347 Tm (>) Tj
-0 g
-1 0 0 1 191.842 567.347 Tm ({1,4}) Tj
-0 g
-1 0 0 1 217.538 567.347 Tm (|) Tj
-0 g
-1 0 0 1 223.456 567.347 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 548.736 Tm (padding-after) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 537.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 537.147 Tm (<) Tj
-0 g
-1 0 0 1 117.042 537.147 Tm (padding-width) Tj
-0 g
-1 0 0 1 185.418 537.147 Tm (>) Tj
-0 g
-1 0 0 1 194.9 537.147 Tm (|) Tj
-0 g
-1 0 0 1 200.818 537.147 Tm (<) Tj
-0 g
-1 0 0 1 207.242 537.147 Tm (length-conditional) Tj
-0 g
-1 0 0 1 293.35 537.147 Tm (>) Tj
-0 g
-1 0 0 1 302.832 537.147 Tm (|) Tj
-0 g
-1 0 0 1 308.75 537.147 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 518.536 Tm (padding-before) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 506.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 506.947 Tm (<) Tj
-0 g
-1 0 0 1 117.042 506.947 Tm (padding-width) Tj
-0 g
-1 0 0 1 185.418 506.947 Tm (>) Tj
-0 g
-1 0 0 1 194.9 506.947 Tm (|) Tj
-0 g
-1 0 0 1 200.818 506.947 Tm (<) Tj
-0 g
-1 0 0 1 207.242 506.947 Tm (length-conditional) Tj
-0 g
-1 0 0 1 293.35 506.947 Tm (>) Tj
-0 g
-1 0 0 1 302.832 506.947 Tm (|) Tj
-0 g
-1 0 0 1 308.75 506.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 488.336 Tm (padding-bottom) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 476.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 476.747 Tm (<) Tj
-0 g
-1 0 0 1 117.042 476.747 Tm (padding-width) Tj
-0 g
-1 0 0 1 185.418 476.747 Tm (>) Tj
-0 g
-1 0 0 1 194.9 476.747 Tm (|) Tj
-0 g
-1 0 0 1 200.818 476.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 458.136 Tm (padding-end) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 446.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 446.547 Tm (<) Tj
-0 g
-1 0 0 1 117.042 446.547 Tm (padding-width) Tj
-0 g
-1 0 0 1 185.418 446.547 Tm (>) Tj
-0 g
-1 0 0 1 194.9 446.547 Tm (|) Tj
-0 g
-1 0 0 1 200.818 446.547 Tm (<) Tj
-0 g
-1 0 0 1 207.242 446.547 Tm (length-conditional) Tj
-0 g
-1 0 0 1 293.35 446.547 Tm (>) Tj
-0 g
-1 0 0 1 302.832 446.547 Tm (|) Tj
-0 g
-1 0 0 1 308.75 446.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 427.936 Tm (padding-left) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 416.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 416.347 Tm (<) Tj
-0 g
-1 0 0 1 117.042 416.347 Tm (padding-width) Tj
-0 g
-1 0 0 1 185.418 416.347 Tm (>) Tj
-0 g
-1 0 0 1 194.9 416.347 Tm (|) Tj
-0 g
-1 0 0 1 200.818 416.347 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 397.736 Tm (padding-right) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 386.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 386.147 Tm (<) Tj
-0 g
-1 0 0 1 117.042 386.147 Tm (padding-width) Tj
-0 g
-1 0 0 1 185.418 386.147 Tm (>) Tj
-0 g
-1 0 0 1 194.9 386.147 Tm (|) Tj
-0 g
-1 0 0 1 200.818 386.147 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 367.536 Tm (padding-start) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 355.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 355.947 Tm (<) Tj
-0 g
-1 0 0 1 117.042 355.947 Tm (padding-width) Tj
-0 g
-1 0 0 1 185.418 355.947 Tm (>) Tj
-0 g
-1 0 0 1 194.9 355.947 Tm (|) Tj
-0 g
-1 0 0 1 200.818 355.947 Tm (<) Tj
-0 g
-1 0 0 1 207.242 355.947 Tm (length-conditional) Tj
-0 g
-1 0 0 1 293.35 355.947 Tm (>) Tj
-0 g
-1 0 0 1 302.832 355.947 Tm (|) Tj
-0 g
-1 0 0 1 308.75 355.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 337.336 Tm (padding-top) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 325.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 325.747 Tm (<) Tj
-0 g
-1 0 0 1 117.042 325.747 Tm (padding-width) Tj
-0 g
-1 0 0 1 185.418 325.747 Tm (>) Tj
-0 g
-1 0 0 1 194.9 325.747 Tm (|) Tj
-0 g
-1 0 0 1 200.818 325.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 307.136 Tm (page-break-after) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 295.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 295.547 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 295.547 Tm (|) Tj
-0 g
-1 0 0 1 141.0 295.547 Tm (always) Tj
-0 g
-1 0 0 1 177.674 295.547 Tm (|) Tj
-0 g
-1 0 0 1 183.592 295.547 Tm (avoid) Tj
-0 g
-1 0 0 1 212.94 295.547 Tm (|) Tj
-0 g
-1 0 0 1 218.858 295.547 Tm (left) Tj
-0 g
-1 0 0 1 236.59 295.547 Tm (|) Tj
-0 g
-1 0 0 1 242.508 295.547 Tm (right) Tj
-0 g
-1 0 0 1 266.961 295.547 Tm (|) Tj
-0 g
-1 0 0 1 272.879 295.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 276.936 Tm (page-break-before) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 265.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 265.347 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 265.347 Tm (|) Tj
-0 g
-1 0 0 1 141.0 265.347 Tm (always) Tj
-0 g
-1 0 0 1 177.674 265.347 Tm (|) Tj
-0 g
-1 0 0 1 183.592 265.347 Tm (avoid) Tj
-0 g
-1 0 0 1 212.94 265.347 Tm (|) Tj
-0 g
-1 0 0 1 218.858 265.347 Tm (left) Tj
-0 g
-1 0 0 1 236.59 265.347 Tm (|) Tj
-0 g
-1 0 0 1 242.508 265.347 Tm (right) Tj
-0 g
-1 0 0 1 266.961 265.347 Tm (|) Tj
-0 g
-1 0 0 1 272.879 265.347 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 246.736 Tm (page-break-inside) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 235.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 235.147 Tm (avoid) Tj
-0 g
-1 0 0 1 139.966 235.147 Tm (|) Tj
-0 g
-1 0 0 1 145.884 235.147 Tm (auto) Tj
-0 g
-1 0 0 1 170.348 235.147 Tm (|) Tj
-0 g
-1 0 0 1 176.266 235.147 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 216.536 Tm (page-height) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 204.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 204.947 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 204.947 Tm (|) Tj
-0 g
-1 0 0 1 141.0 204.947 Tm (indefinite) Tj
-0 g
-1 0 0 1 188.08 204.947 Tm (|) Tj
-0 g
-1 0 0 1 193.998 204.947 Tm (<) Tj
-0 g
-1 0 0 1 200.422 204.947 Tm (length) Tj
-0 g
-1 0 0 1 230.386 204.947 Tm (>) Tj
-0 g
-1 0 0 1 239.868 204.947 Tm (|) Tj
-0 g
-1 0 0 1 245.786 204.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 186.336 Tm (page-position) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 174.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 174.747 Tm (first) Tj
-0 g
-1 0 0 1 131.397 174.747 Tm (|) Tj
-0 g
-1 0 0 1 137.315 174.747 Tm (last) Tj
-0 g
-1 0 0 1 157.489 174.747 Tm (|) Tj
-0 g
-1 0 0 1 163.407 174.747 Tm (rest) Tj
-0 g
-1 0 0 1 184.802 174.747 Tm (|) Tj
-0 g
-1 0 0 1 190.72 174.747 Tm (any) Tj
-0 g
-1 0 0 1 211.51 174.747 Tm (|) Tj
-0 g
-1 0 0 1 217.428 174.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 156.136 Tm (page-width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 144.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 144.547 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 144.547 Tm (|) Tj
-0 g
-1 0 0 1 141.0 144.547 Tm (indefinite) Tj
-0 g
-1 0 0 1 188.08 144.547 Tm (|) Tj
-0 g
-1 0 0 1 193.998 144.547 Tm (<) Tj
-0 g
-1 0 0 1 200.422 144.547 Tm (length) Tj
-0 g
-1 0 0 1 230.386 144.547 Tm (>) Tj
-0 g
-1 0 0 1 239.868 144.547 Tm (|) Tj
-0 g
-1 0 0 1 245.786 144.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 125.936 Tm (pause) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 114.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 114.347 Tm ([) Tj
-0 g
-1 0 0 1 113.676 114.347 Tm (<) Tj
-0 g
-1 0 0 1 120.1 114.347 Tm (time) Tj
-0 g
-1 0 0 1 140.879 114.347 Tm (>) Tj
-0 g
-1 0 0 1 150.361 114.347 Tm (|) Tj
-0 g
-1 0 0 1 156.279 114.347 Tm (<) Tj
-0 g
-1 0 0 1 162.703 114.347 Tm (percentage) Tj
-0 g
-1 0 0 1 217.736 114.347 Tm (>) Tj
-0 g
-1 0 0 1 224.16 114.347 Tm (]{1,2}) Tj
-0 g
-1 0 0 1 252.914 114.347 Tm (|) Tj
-0 g
-1 0 0 1 258.832 114.347 Tm (inherit) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (22) Tj
-ET
-
-endstream
-endobj
-62 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 61 0 R
->>
-endobj
-63 0 obj
-<< /Length 9150 >>
-stream
-BT
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 741.111 Tm (pause-after) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 729.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 729.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 729.522 Tm (time) Tj
-0 g
-1 0 0 1 137.821 729.522 Tm (>) Tj
-0 g
-1 0 0 1 147.303 729.522 Tm (|) Tj
-0 g
-1 0 0 1 153.221 729.522 Tm (<) Tj
-0 g
-1 0 0 1 159.645 729.522 Tm (percentage) Tj
-0 g
-1 0 0 1 214.678 729.522 Tm (>) Tj
-0 g
-1 0 0 1 224.16 729.522 Tm (|) Tj
-0 g
-1 0 0 1 230.078 729.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 710.911 Tm (pause-before) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 699.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 699.322 Tm (<) Tj
-0 g
-1 0 0 1 117.042 699.322 Tm (time) Tj
-0 g
-1 0 0 1 137.821 699.322 Tm (>) Tj
-0 g
-1 0 0 1 147.303 699.322 Tm (|) Tj
-0 g
-1 0 0 1 153.221 699.322 Tm (<) Tj
-0 g
-1 0 0 1 159.645 699.322 Tm (percentage) Tj
-0 g
-1 0 0 1 214.678 699.322 Tm (>) Tj
-0 g
-1 0 0 1 224.16 699.322 Tm (|) Tj
-0 g
-1 0 0 1 230.078 699.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 680.711 Tm (pitch) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 669.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 669.122 Tm (<) Tj
-0 g
-1 0 0 1 117.042 669.122 Tm (frequency) Tj
-0 g
-1 0 0 1 165.343 669.122 Tm (>) Tj
-0 g
-1 0 0 1 174.825 669.122 Tm (|) Tj
-0 g
-1 0 0 1 180.743 669.122 Tm (x-low) Tj
-0 g
-1 0 0 1 209.365 669.122 Tm (|) Tj
-0 g
-1 0 0 1 215.283 669.122 Tm (low) Tj
-0 g
-1 0 0 1 234.841 669.122 Tm (|) Tj
-0 g
-1 0 0 1 240.759 669.122 Tm (medium) Tj
-0 g
-1 0 0 1 282.933 669.122 Tm (|) Tj
-0 g
-1 0 0 1 288.851 669.122 Tm (high|) Tj
-0 g
-1 0 0 1 315.559 669.122 Tm (x-high) Tj
-0 g
-1 0 0 1 348.471 669.122 Tm (|) Tj
-0 g
-1 0 0 1 354.389 669.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 650.511 Tm (pitch-range) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 638.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 638.922 Tm (<) Tj
-0 g
-1 0 0 1 117.042 638.922 Tm (number) Tj
-0 g
-1 0 0 1 154.332 638.922 Tm (>) Tj
-0 g
-1 0 0 1 163.814 638.922 Tm (|) Tj
-0 g
-1 0 0 1 169.732 638.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 620.311 Tm (play-during) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 608.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 608.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 608.722 Tm (uri-specification) Tj
-0 g
-1 0 0 1 193.349 608.722 Tm (>) Tj
-0 g
-1 0 0 1 202.831 608.722 Tm (mix?) Tj
-0 g
-1 0 0 1 229.11 608.722 Tm (repeat?) Tj
-0 g
-1 0 0 1 269.469 608.722 Tm (|) Tj
-0 g
-1 0 0 1 275.387 608.722 Tm (auto) Tj
-0 g
-1 0 0 1 299.851 608.722 Tm (|) Tj
-0 g
-1 0 0 1 305.769 608.722 Tm (none) Tj
-0 g
-1 0 0 1 333.291 608.722 Tm (|) Tj
-0 g
-1 0 0 1 339.209 608.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 590.111 Tm (position) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 578.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 578.522 Tm (static) Tj
-0 g
-1 0 0 1 139.35 578.522 Tm (|) Tj
-0 g
-1 0 0 1 145.268 578.522 Tm (relative) Tj
-0 g
-1 0 0 1 183.779 578.522 Tm (|) Tj
-0 g
-1 0 0 1 189.697 578.522 Tm (absolute) Tj
-0 g
-1 0 0 1 234.335 578.522 Tm (|) Tj
-0 g
-1 0 0 1 240.253 578.522 Tm (fixed) Tj
-0 g
-1 0 0 1 266.543 578.522 Tm (|) Tj
-0 g
-1 0 0 1 272.461 578.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 559.911 Tm (precedence) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 548.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 548.322 Tm (true) Tj
-0 g
-1 0 0 1 132.629 548.322 Tm (|) Tj
-0 g
-1 0 0 1 138.547 548.322 Tm (false) Tj
-0 g
-1 0 0 1 164.837 548.322 Tm (|) Tj
-0 g
-1 0 0 1 170.755 548.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 529.711 Tm (provisional-distance-between-starts) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 518.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 518.122 Tm (<) Tj
-0 g
-1 0 0 1 117.042 518.122 Tm (length) Tj
-0 g
-1 0 0 1 147.006 518.122 Tm (>) Tj
-0 g
-1 0 0 1 156.488 518.122 Tm (|) Tj
-0 g
-1 0 0 1 162.406 518.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 499.511 Tm (provisional-label-separation) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 487.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 487.922 Tm (<) Tj
-0 g
-1 0 0 1 117.042 487.922 Tm (length) Tj
-0 g
-1 0 0 1 147.006 487.922 Tm (>) Tj
-0 g
-1 0 0 1 156.488 487.922 Tm (|) Tj
-0 g
-1 0 0 1 162.406 487.922 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 469.311 Tm (ref-id) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 457.722 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 457.722 Tm (<) Tj
-0 g
-1 0 0 1 117.042 457.722 Tm (idref) Tj
-0 g
-1 0 0 1 138.437 457.722 Tm (>) Tj
-0 g
-1 0 0 1 147.919 457.722 Tm (|) Tj
-0 g
-1 0 0 1 153.837 457.722 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 439.111 Tm (reference-orientation) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 427.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 427.522 Tm (0) Tj
-0 g
-1 0 0 1 119.792 427.522 Tm (|) Tj
-0 g
-1 0 0 1 125.71 427.522 Tm (90) Tj
-0 g
-1 0 0 1 141.0 427.522 Tm (|) Tj
-0 g
-1 0 0 1 146.918 427.522 Tm (180) Tj
-0 g
-1 0 0 1 168.324 427.522 Tm (|) Tj
-0 g
-1 0 0 1 174.242 427.522 Tm (270) Tj
-0 g
-1 0 0 1 195.648 427.522 Tm (|) Tj
-0 g
-1 0 0 1 201.566 427.522 Tm (-90) Tj
-0 g
-1 0 0 1 220.42 427.522 Tm (|) Tj
-0 g
-1 0 0 1 226.338 427.522 Tm (-180) Tj
-0 g
-1 0 0 1 251.308 427.522 Tm (|) Tj
-0 g
-1 0 0 1 257.226 427.522 Tm (-270) Tj
-0 g
-1 0 0 1 282.196 427.522 Tm (|) Tj
-0 g
-1 0 0 1 288.114 427.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 408.911 Tm (region-name) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 397.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 397.322 Tm (xsl-region-body) Tj
-0 g
-1 0 0 1 188.663 397.322 Tm (|) Tj
-0 g
-1 0 0 1 194.581 397.322 Tm (xsl-region-start) Tj
-0 g
-1 0 0 1 270.173 397.322 Tm (|) Tj
-0 g
-1 0 0 1 276.091 397.322 Tm (xsl-region-end|) Tj
-0 g
-1 0 0 1 351.496 397.322 Tm (xsl-region-before) Tj
-0 g
-1 0 0 1 436.878 397.322 Tm (|) Tj
-0 g
-1 0 0 1 442.796 397.322 Tm (xsl-region-after) Tj
-0 g
-1 0 0 1 519.004 397.322 Tm (|) Tj
-0 g
-1 0 0 1 70.875 386.147 Tm (xsl-before-float-separator|) Tj
-0 g
-1 0 0 1 199.366 386.147 Tm (xsl-footnote-separator) Tj
-0 g
-1 0 0 1 309.212 386.147 Tm (|) Tj
-0 g
-1 0 0 1 315.13 386.147 Tm (<) Tj
-0 g
-1 0 0 1 321.554 386.147 Tm (name) Tj
-0 g
-1 0 0 1 349.065 386.147 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 367.536 Tm (relative-align) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 355.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 355.947 Tm (before) Tj
-0 g
-1 0 0 1 144.861 355.947 Tm (|) Tj
-0 g
-1 0 0 1 150.779 355.947 Tm (baseline|) Tj
-0 g
-1 0 0 1 197.661 355.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 337.336 Tm (relative-position) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 325.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 325.747 Tm (static) Tj
-0 g
-1 0 0 1 139.35 325.747 Tm (|) Tj
-0 g
-1 0 0 1 145.268 325.747 Tm (relative) Tj
-0 g
-1 0 0 1 183.779 325.747 Tm (|) Tj
-0 g
-1 0 0 1 189.697 325.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 307.136 Tm (rendering-intent) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 295.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 295.547 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 295.547 Tm (|) Tj
-0 g
-1 0 0 1 141.0 295.547 Tm (perceptual) Tj
-0 g
-1 0 0 1 195.417 295.547 Tm (|) Tj
-0 g
-1 0 0 1 201.335 295.547 Tm (relative-colorimetric) Tj
-0 g
-1 0 0 1 299.631 295.547 Tm (|) Tj
-0 g
-1 0 0 1 305.549 295.547 Tm (saturation) Tj
-0 g
-1 0 0 1 356.908 295.547 Tm (|) Tj
-0 g
-1 0 0 1 362.826 295.547 Tm (absolute-colorimetric) Tj
-0 g
-1 0 0 1 467.249 295.547 Tm (|) Tj
-0 g
-1 0 0 1 473.167 295.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 276.936 Tm (retrieve-boundary) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 265.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 265.347 Tm (page) Tj
-0 g
-1 0 0 1 138.14 265.347 Tm (|) Tj
-0 g
-1 0 0 1 144.058 265.347 Tm (page-sequence) Tj
-0 g
-1 0 0 1 222.84 265.347 Tm (|) Tj
-0 g
-1 0 0 1 228.758 265.347 Tm (document) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 246.736 Tm (retrieve-class-name) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 235.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 235.147 Tm (<) Tj
-0 g
-1 0 0 1 117.042 235.147 Tm (name) Tj
-0 g
-1 0 0 1 144.553 235.147 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 216.536 Tm (retrieve-position) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 204.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 204.947 Tm (first-starting-within-page) Tj
-0 g
-1 0 0 1 230.738 204.947 Tm (|) Tj
-0 g
-1 0 0 1 236.656 204.947 Tm (first-includin) Tj
-0 g
-1 0 0 1 295.231 204.947 Tm (g-carryover) Tj
-0 g
-1 0 0 1 353.806 204.947 Tm (|last-starting-within-page) Tj
-0 g
-1 0 0 1 476.181 204.947 Tm (|) Tj
-0 g
-1 0 0 1 70.875 193.772 Tm (last-ending-within-page) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 175.161 Tm (richness) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 163.572 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 163.572 Tm (<) Tj
-0 g
-1 0 0 1 117.042 163.572 Tm (number) Tj
-0 g
-1 0 0 1 154.332 163.572 Tm (>) Tj
-0 g
-1 0 0 1 163.814 163.572 Tm (|) Tj
-0 g
-1 0 0 1 169.732 163.572 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 144.961 Tm (right) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 133.372 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 133.372 Tm (<) Tj
-0 g
-1 0 0 1 117.042 133.372 Tm (length) Tj
-0 g
-1 0 0 1 147.006 133.372 Tm (>) Tj
-0 g
-1 0 0 1 156.488 133.372 Tm (|) Tj
-0 g
-1 0 0 1 162.406 133.372 Tm (<) Tj
-0 g
-1 0 0 1 168.83 133.372 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 133.372 Tm (>) Tj
-0 g
-1 0 0 1 233.345 133.372 Tm (|) Tj
-0 g
-1 0 0 1 239.263 133.372 Tm (auto) Tj
-0 g
-1 0 0 1 263.727 133.372 Tm (|) Tj
-0 g
-1 0 0 1 269.645 133.372 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 114.761 Tm (role) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (23) Tj
-ET
-
-endstream
-endobj
-64 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 63 0 R
->>
-endobj
-65 0 obj
-<< /Length 8922 >>
-stream
-BT
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 748.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 748.547 Tm (<) Tj
-0 g
-1 0 0 1 117.042 748.547 Tm (string) Tj
-0 g
-1 0 0 1 143.937 748.547 Tm (>) Tj
-0 g
-1 0 0 1 153.419 748.547 Tm (|) Tj
-0 g
-1 0 0 1 159.337 748.547 Tm (<) Tj
-0 g
-1 0 0 1 165.761 748.547 Tm (uri-specification) Tj
-0 g
-1 0 0 1 242.068 748.547 Tm (>) Tj
-0 g
-1 0 0 1 251.55 748.547 Tm (|) Tj
-0 g
-1 0 0 1 257.468 748.547 Tm (none) Tj
-0 g
-1 0 0 1 284.99 748.547 Tm (|) Tj
-0 g
-1 0 0 1 290.908 748.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 729.936 Tm (rule-style) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 718.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 718.347 Tm (none) Tj
-0 g
-1 0 0 1 138.14 718.347 Tm (|) Tj
-0 g
-1 0 0 1 144.058 718.347 Tm (dotted) Tj
-0 g
-1 0 0 1 177.696 718.347 Tm (|) Tj
-0 g
-1 0 0 1 183.614 718.347 Tm (dashed) Tj
-0 g
-1 0 0 1 222.752 718.347 Tm (|) Tj
-0 g
-1 0 0 1 228.67 718.347 Tm (solid) Tj
-0 g
-1 0 0 1 254.344 718.347 Tm (|) Tj
-0 g
-1 0 0 1 260.262 718.347 Tm (double) Tj
-0 g
-1 0 0 1 296.342 718.347 Tm (|) Tj
-0 g
-1 0 0 1 302.26 718.347 Tm (groove|) Tj
-0 g
-1 0 0 1 341.805 718.347 Tm (ridge) Tj
-0 g
-1 0 0 1 369.316 718.347 Tm (|) Tj
-0 g
-1 0 0 1 375.234 718.347 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 699.736 Tm (rule-thickness) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 688.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 688.147 Tm (<) Tj
-0 g
-1 0 0 1 117.042 688.147 Tm (length) Tj
-0 g
-1 0 0 1 147.006 688.147 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 669.536 Tm (scaling) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 657.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 657.947 Tm (uniform) Tj
-0 g
-1 0 0 1 150.35 657.947 Tm (|) Tj
-0 g
-1 0 0 1 156.268 657.947 Tm (non-uniform) Tj
-0 g
-1 0 0 1 217.912 657.947 Tm (|) Tj
-0 g
-1 0 0 1 223.83 657.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 639.336 Tm (scaling-method) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 627.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 627.747 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 627.747 Tm (|) Tj
-0 g
-1 0 0 1 141.0 627.747 Tm (integer-pixels) Tj
-0 g
-1 0 0 1 209.365 627.747 Tm (|) Tj
-0 g
-1 0 0 1 215.283 627.747 Tm (resample-any-method) Tj
-0 g
-1 0 0 1 325.118 627.747 Tm (|) Tj
-0 g
-1 0 0 1 331.036 627.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 609.136 Tm (score-spaces) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 597.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 597.547 Tm (true) Tj
-0 g
-1 0 0 1 132.629 597.547 Tm (|) Tj
-0 g
-1 0 0 1 138.547 597.547 Tm (false) Tj
-0 g
-1 0 0 1 164.837 597.547 Tm (|) Tj
-0 g
-1 0 0 1 170.755 597.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 578.936 Tm (script) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 567.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 567.347 Tm (none) Tj
-0 g
-1 0 0 1 138.14 567.347 Tm (|) Tj
-0 g
-1 0 0 1 144.058 567.347 Tm (auto) Tj
-0 g
-1 0 0 1 168.522 567.347 Tm (|) Tj
-0 g
-1 0 0 1 174.44 567.347 Tm (<) Tj
-0 g
-1 0 0 1 180.864 567.347 Tm (script) Tj
-0 g
-1 0 0 1 207.143 567.347 Tm (>) Tj
-0 g
-1 0 0 1 216.625 567.347 Tm (|) Tj
-0 g
-1 0 0 1 222.543 567.347 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 548.736 Tm (show-destination) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 537.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 537.147 Tm (replace) Tj
-0 g
-1 0 0 1 149.745 537.147 Tm (|) Tj
-0 g
-1 0 0 1 155.663 537.147 Tm (new) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 518.536 Tm (size) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 506.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 506.947 Tm (<) Tj
-0 g
-1 0 0 1 117.042 506.947 Tm (length) Tj
-0 g
-1 0 0 1 147.006 506.947 Tm (>) Tj
-0 g
-1 0 0 1 153.43 506.947 Tm ({1,2}) Tj
-0 g
-1 0 0 1 179.126 506.947 Tm (|) Tj
-0 g
-1 0 0 1 185.044 506.947 Tm (auto) Tj
-0 g
-1 0 0 1 209.508 506.947 Tm (|) Tj
-0 g
-1 0 0 1 215.426 506.947 Tm (landscape) Tj
-0 g
-1 0 0 1 268.622 506.947 Tm (|) Tj
-0 g
-1 0 0 1 274.54 506.947 Tm (portrait|) Tj
-0 g
-1 0 0 1 314.69 506.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 488.336 Tm (source-document) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 476.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 476.747 Tm (<) Tj
-0 g
-1 0 0 1 117.042 476.747 Tm (uri-specification) Tj
-0 g
-1 0 0 1 193.349 476.747 Tm (>) Tj
-0 g
-1 0 0 1 202.831 476.747 Tm ([) Tj
-0 g
-1 0 0 1 205.889 476.747 Tm (<) Tj
-0 g
-1 0 0 1 212.313 476.747 Tm (uri-specification) Tj
-0 g
-1 0 0 1 288.62 476.747 Tm (>) Tj
-0 g
-1 0 0 1 295.044 476.747 Tm (]*) Tj
-0 g
-1 0 0 1 305.439 476.747 Tm (|) Tj
-0 g
-1 0 0 1 311.357 476.747 Tm (none) Tj
-0 g
-1 0 0 1 338.879 476.747 Tm (|) Tj
-0 g
-1 0 0 1 344.797 476.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 458.136 Tm (space-after) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 446.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 446.547 Tm (<) Tj
-0 g
-1 0 0 1 117.042 446.547 Tm (space) Tj
-0 g
-1 0 0 1 146.39 446.547 Tm (>) Tj
-0 g
-1 0 0 1 155.872 446.547 Tm (|) Tj
-0 g
-1 0 0 1 161.79 446.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 427.936 Tm (space-before) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 416.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 416.347 Tm (<) Tj
-0 g
-1 0 0 1 117.042 416.347 Tm (space) Tj
-0 g
-1 0 0 1 146.39 416.347 Tm (>) Tj
-0 g
-1 0 0 1 155.872 416.347 Tm (|) Tj
-0 g
-1 0 0 1 161.79 416.347 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 397.736 Tm (space-end) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 386.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 386.147 Tm (<) Tj
-0 g
-1 0 0 1 117.042 386.147 Tm (space) Tj
-0 g
-1 0 0 1 146.39 386.147 Tm (>) Tj
-0 g
-1 0 0 1 155.872 386.147 Tm (|) Tj
-0 g
-1 0 0 1 161.79 386.147 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 367.536 Tm (space-start) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 355.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 355.947 Tm (<) Tj
-0 g
-1 0 0 1 117.042 355.947 Tm (space) Tj
-0 g
-1 0 0 1 146.39 355.947 Tm (>) Tj
-0 g
-1 0 0 1 155.872 355.947 Tm (|) Tj
-0 g
-1 0 0 1 161.79 355.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 337.336 Tm (space-treatment) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 325.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 325.747 Tm (ignore) Tj
-0 g
-1 0 0 1 144.245 325.747 Tm (|) Tj
-0 g
-1 0 0 1 150.163 325.747 Tm (preserve) Tj
-0 g
-1 0 0 1 196.011 325.747 Tm (|) Tj
-0 g
-1 0 0 1 201.929 325.747 Tm (ignore-if-before-linefeed) Tj
-0 g
-1 0 0 1 321.455 325.747 Tm (|ignore-if-after-linefeed) Tj
-0 g
-1 0 0 1 434.667 325.747 Tm (|) Tj
-0 g
-1 0 0 1 70.875 314.572 Tm (ignore-if-surrounding-linefeed) Tj
-0 g
-1 0 0 1 217.296 314.572 Tm (|) Tj
-0 g
-1 0 0 1 223.214 314.572 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 295.961 Tm (span) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 284.372 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 284.372 Tm (none) Tj
-0 g
-1 0 0 1 138.14 284.372 Tm (|) Tj
-0 g
-1 0 0 1 144.058 284.372 Tm (all) Tj
-0 g
-1 0 0 1 158.116 284.372 Tm (|) Tj
-0 g
-1 0 0 1 164.034 284.372 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 265.761 Tm (speak) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 254.172 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 254.172 Tm (normal) Tj
-0 g
-1 0 0 1 147.292 254.172 Tm (|) Tj
-0 g
-1 0 0 1 153.21 254.172 Tm (none) Tj
-0 g
-1 0 0 1 180.732 254.172 Tm (|) Tj
-0 g
-1 0 0 1 186.65 254.172 Tm (spell-out) Tj
-0 g
-1 0 0 1 231.178 254.172 Tm (|) Tj
-0 g
-1 0 0 1 237.096 254.172 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 235.561 Tm (speak-header) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 223.972 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 223.972 Tm (once) Tj
-0 g
-1 0 0 1 137.524 223.972 Tm (|) Tj
-0 g
-1 0 0 1 143.442 223.972 Tm (always) Tj
-0 g
-1 0 0 1 180.116 223.972 Tm (|) Tj
-0 g
-1 0 0 1 186.034 223.972 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 205.361 Tm (speak-numeral) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 193.772 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 193.772 Tm (digits) Tj
-0 g
-1 0 0 1 139.35 193.772 Tm (|) Tj
-0 g
-1 0 0 1 145.268 193.772 Tm (continuous) Tj
-0 g
-1 0 0 1 201.522 193.772 Tm (|) Tj
-0 g
-1 0 0 1 207.44 193.772 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 175.161 Tm (speak-punctuation) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 163.572 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 163.572 Tm (code) Tj
-0 g
-1 0 0 1 137.524 163.572 Tm (|) Tj
-0 g
-1 0 0 1 143.442 163.572 Tm (none) Tj
-0 g
-1 0 0 1 170.964 163.572 Tm (|) Tj
-0 g
-1 0 0 1 176.882 163.572 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 144.961 Tm (speech-rate) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 133.372 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 133.372 Tm (<) Tj
-0 g
-1 0 0 1 117.042 133.372 Tm (number) Tj
-0 g
-1 0 0 1 154.332 133.372 Tm (>) Tj
-0 g
-1 0 0 1 163.814 133.372 Tm (|) Tj
-0 g
-1 0 0 1 169.732 133.372 Tm (x-slow) Tj
-0 g
-1 0 0 1 203.854 133.372 Tm (|) Tj
-0 g
-1 0 0 1 209.772 133.372 Tm (slow) Tj
-0 g
-1 0 0 1 234.83 133.372 Tm (|) Tj
-0 g
-1 0 0 1 240.748 133.372 Tm (medium) Tj
-0 g
-1 0 0 1 282.922 133.372 Tm (|) Tj
-0 g
-1 0 0 1 288.84 133.372 Tm (fast|) Tj
-0 g
-1 0 0 1 312.49 133.372 Tm (x-fast) Tj
-0 g
-1 0 0 1 342.344 133.372 Tm (|) Tj
-0 g
-1 0 0 1 348.262 133.372 Tm (faster) Tj
-0 g
-1 0 0 1 378.831 133.372 Tm (|) Tj
-0 g
-1 0 0 1 384.749 133.372 Tm (slower) Tj
-0 g
-1 0 0 1 419.586 133.372 Tm (|) Tj
-0 g
-1 0 0 1 425.504 133.372 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 114.761 Tm (src) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (24) Tj
-ET
-
-endstream
-endobj
-66 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 65 0 R
->>
-endobj
-67 0 obj
-<< /Length 10683 >>
-stream
-BT
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 748.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 748.547 Tm (<) Tj
-0 g
-1 0 0 1 117.042 748.547 Tm (uri-specification) Tj
-0 g
-1 0 0 1 193.349 748.547 Tm (>) Tj
-0 g
-1 0 0 1 202.831 748.547 Tm (|) Tj
-0 g
-1 0 0 1 208.749 748.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 729.936 Tm (start-indent) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 718.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 718.347 Tm (<) Tj
-0 g
-1 0 0 1 117.042 718.347 Tm (length) Tj
-0 g
-1 0 0 1 147.006 718.347 Tm (>) Tj
-0 g
-1 0 0 1 156.488 718.347 Tm (|) Tj
-0 g
-1 0 0 1 162.406 718.347 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 699.736 Tm (starting-state) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 688.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 688.147 Tm (show) Tj
-0 g
-1 0 0 1 139.35 688.147 Tm (|) Tj
-0 g
-1 0 0 1 145.268 688.147 Tm (hide) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 669.536 Tm (starts-row) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 657.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 657.947 Tm (true) Tj
-0 g
-1 0 0 1 132.629 657.947 Tm (|) Tj
-0 g
-1 0 0 1 138.547 657.947 Tm (false) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 639.336 Tm (stress) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 627.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 627.747 Tm (<) Tj
-0 g
-1 0 0 1 117.042 627.747 Tm (number) Tj
-0 g
-1 0 0 1 154.332 627.747 Tm (>) Tj
-0 g
-1 0 0 1 163.814 627.747 Tm (|) Tj
-0 g
-1 0 0 1 169.732 627.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 609.136 Tm (suppress-at-line-break) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 597.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 597.547 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 597.547 Tm (|) Tj
-0 g
-1 0 0 1 141.0 597.547 Tm (suppress) Tj
-0 g
-1 0 0 1 188.685 597.547 Tm (|) Tj
-0 g
-1 0 0 1 194.603 597.547 Tm (retain) Tj
-0 g
-1 0 0 1 225.172 597.547 Tm (|) Tj
-0 g
-1 0 0 1 231.09 597.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 578.936 Tm (switch-to) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 567.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 567.347 Tm (xsl-preceding) Tj
-0 g
-1 0 0 1 178.983 567.347 Tm (|) Tj
-0 g
-1 0 0 1 184.901 567.347 Tm (xsl-following) Tj
-0 g
-1 0 0 1 247.755 567.347 Tm (|) Tj
-0 g
-1 0 0 1 253.673 567.347 Tm (xsl-any) Tj
-0 g
-1 0 0 1 291.469 567.347 Tm (|) Tj
-0 g
-1 0 0 1 297.387 567.347 Tm (<) Tj
-0 g
-1 0 0 1 303.811 567.347 Tm (name) Tj
-0 g
-1 0 0 1 331.322 567.347 Tm (>) Tj
-0 g
-1 0 0 1 337.746 567.347 Tm ([) Tj
-0 g
-1 0 0 1 343.862 567.347 Tm (<) Tj
-0 g
-1 0 0 1 350.286 567.347 Tm (name) Tj
-0 g
-1 0 0 1 377.797 567.347 Tm (>) Tj
-0 g
-1 0 0 1 384.221 567.347 Tm (]*) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 548.736 Tm (table-layout) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 537.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 537.147 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 537.147 Tm (|) Tj
-0 g
-1 0 0 1 141.0 537.147 Tm (fixed) Tj
-0 g
-1 0 0 1 167.29 537.147 Tm (|) Tj
-0 g
-1 0 0 1 173.208 537.147 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 518.536 Tm (table-omit-footer-at-break) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 506.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 506.947 Tm (true) Tj
-0 g
-1 0 0 1 132.629 506.947 Tm (|) Tj
-0 g
-1 0 0 1 138.547 506.947 Tm (false) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 488.336 Tm (table-omit-header-at-break) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 476.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 476.747 Tm (true) Tj
-0 g
-1 0 0 1 132.629 476.747 Tm (|) Tj
-0 g
-1 0 0 1 138.547 476.747 Tm (false) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 458.136 Tm (target-presentation-context) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 446.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 446.547 Tm (use-target-processing-context) Tj
-0 g
-1 0 0 1 258.876 446.547 Tm (|) Tj
-0 g
-1 0 0 1 264.794 446.547 Tm (<) Tj
-0 g
-1 0 0 1 271.218 446.547 Tm (uri-specification) Tj
-0 g
-1 0 0 1 347.525 446.547 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 427.936 Tm (target-processing-context) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 416.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 416.347 Tm (document-root) Tj
-0 g
-1 0 0 1 184.494 416.347 Tm (|) Tj
-0 g
-1 0 0 1 190.412 416.347 Tm (<) Tj
-0 g
-1 0 0 1 196.836 416.347 Tm (uri-specification) Tj
-0 g
-1 0 0 1 273.143 416.347 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 397.736 Tm (target-stylesheet) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 386.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 386.147 Tm (use-normal-stylesheet) Tj
-0 g
-1 0 0 1 221.674 386.147 Tm (|) Tj
-0 g
-1 0 0 1 227.592 386.147 Tm (<) Tj
-0 g
-1 0 0 1 234.016 386.147 Tm (uri-specification) Tj
-0 g
-1 0 0 1 310.323 386.147 Tm (>) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 367.536 Tm (text-align) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 355.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 355.947 Tm (start) Tj
-0 g
-1 0 0 1 135.071 355.947 Tm (|) Tj
-0 g
-1 0 0 1 140.989 355.947 Tm (center) Tj
-0 g
-1 0 0 1 174.616 355.947 Tm (|) Tj
-0 g
-1 0 0 1 180.534 355.947 Tm (end) Tj
-0 g
-1 0 0 1 201.94 355.947 Tm (|) Tj
-0 g
-1 0 0 1 207.858 355.947 Tm (justify) Tj
-0 g
-1 0 0 1 239.032 355.947 Tm (|) Tj
-0 g
-1 0 0 1 244.95 355.947 Tm (inside) Tj
-0 g
-1 0 0 1 276.74 355.947 Tm (|) Tj
-0 g
-1 0 0 1 282.658 355.947 Tm (outside|) Tj
-0 g
-1 0 0 1 324.04 355.947 Tm (left) Tj
-0 g
-1 0 0 1 341.772 355.947 Tm (|) Tj
-0 g
-1 0 0 1 347.69 355.947 Tm (right) Tj
-0 g
-1 0 0 1 372.143 355.947 Tm (|) Tj
-0 g
-1 0 0 1 378.061 355.947 Tm (<) Tj
-0 g
-1 0 0 1 384.485 355.947 Tm (string) Tj
-0 g
-1 0 0 1 411.38 355.947 Tm (>) Tj
-0 g
-1 0 0 1 420.862 355.947 Tm (|) Tj
-0 g
-1 0 0 1 426.78 355.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 337.336 Tm (text-align-last) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 325.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 325.747 Tm (relative) Tj
-0 g
-1 0 0 1 149.129 325.747 Tm (|) Tj
-0 g
-1 0 0 1 155.047 325.747 Tm (start) Tj
-0 g
-1 0 0 1 179.5 325.747 Tm (|) Tj
-0 g
-1 0 0 1 185.418 325.747 Tm (center) Tj
-0 g
-1 0 0 1 219.045 325.747 Tm (|) Tj
-0 g
-1 0 0 1 224.963 325.747 Tm (end) Tj
-0 g
-1 0 0 1 246.369 325.747 Tm (|) Tj
-0 g
-1 0 0 1 252.287 325.747 Tm (justify) Tj
-0 g
-1 0 0 1 283.461 325.747 Tm (|) Tj
-0 g
-1 0 0 1 289.379 325.747 Tm (inside|) Tj
-0 g
-1 0 0 1 324.029 325.747 Tm (outside) Tj
-0 g
-1 0 0 1 362.551 325.747 Tm (|) Tj
-0 g
-1 0 0 1 368.469 325.747 Tm (left) Tj
-0 g
-1 0 0 1 386.201 325.747 Tm (|) Tj
-0 g
-1 0 0 1 392.119 325.747 Tm (right) Tj
-0 g
-1 0 0 1 416.572 325.747 Tm (|) Tj
-0 g
-1 0 0 1 422.49 325.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 307.136 Tm (text-altitude) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 295.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 295.547 Tm (use-font-metrics) Tj
-0 g
-1 0 0 1 192.326 295.547 Tm (|) Tj
-0 g
-1 0 0 1 198.244 295.547 Tm (<) Tj
-0 g
-1 0 0 1 204.668 295.547 Tm (length) Tj
-0 g
-1 0 0 1 234.632 295.547 Tm (>) Tj
-0 g
-1 0 0 1 244.114 295.547 Tm (|) Tj
-0 g
-1 0 0 1 250.032 295.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 276.936 Tm (text-decoration) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 265.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 265.347 Tm (none) Tj
-0 g
-1 0 0 1 138.14 265.347 Tm (|) Tj
-0 g
-1 0 0 1 144.058 265.347 Tm ([) Tj
-0 g
-1 0 0 1 150.174 265.347 Tm ([) Tj
-0 g
-1 0 0 1 156.29 265.347 Tm (underline) Tj
-0 g
-1 0 0 1 204.591 265.347 Tm (|) Tj
-0 g
-1 0 0 1 210.509 265.347 Tm (no-underline]) Tj
-0 g
-1 0 0 1 277.664 265.347 Tm (||) Tj
-0 g
-1 0 0 1 286.442 265.347 Tm ([) Tj
-0 g
-1 0 0 1 292.558 265.347 Tm (overline) Tj
-0 g
-1 0 0 1 334.127 265.347 Tm (|) Tj
-0 g
-1 0 0 1 340.045 265.347 Tm (no-overline) Tj
-0 g
-1 0 0 1 397.41 265.347 Tm (]||) Tj
-0 g
-1 0 0 1 409.246 265.347 Tm ([) Tj
-0 g
-1 0 0 1 415.362 265.347 Tm (line-through) Tj
-0 g
-1 0 0 1 476.401 265.347 Tm (|) Tj
-0 g
-1 0 0 1 70.875 254.172 Tm (no-line-through) Tj
-0 g
-1 0 0 1 147.71 254.172 Tm (]) Tj
-0 g
-1 0 0 1 153.826 254.172 Tm (||) Tj
-0 g
-1 0 0 1 162.604 254.172 Tm ([) Tj
-0 g
-1 0 0 1 168.72 254.172 Tm (blink) Tj
-0 g
-1 0 0 1 194.394 254.172 Tm (|) Tj
-0 g
-1 0 0 1 200.312 254.172 Tm (no-blink) Tj
-0 g
-1 0 0 1 241.782 254.172 Tm (]) Tj
-0 g
-1 0 0 1 247.898 254.172 Tm (]|) Tj
-0 g
-1 0 0 1 256.874 254.172 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 235.561 Tm (text-depth) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 223.972 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 223.972 Tm (use-font-metrics) Tj
-0 g
-1 0 0 1 192.326 223.972 Tm (|) Tj
-0 g
-1 0 0 1 198.244 223.972 Tm (<) Tj
-0 g
-1 0 0 1 204.668 223.972 Tm (length) Tj
-0 g
-1 0 0 1 234.632 223.972 Tm (>) Tj
-0 g
-1 0 0 1 244.114 223.972 Tm (|) Tj
-0 g
-1 0 0 1 250.032 223.972 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 205.361 Tm (text-indent) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 193.772 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 193.772 Tm (<) Tj
-0 g
-1 0 0 1 117.042 193.772 Tm (length) Tj
-0 g
-1 0 0 1 147.006 193.772 Tm (>) Tj
-0 g
-1 0 0 1 156.488 193.772 Tm (|) Tj
-0 g
-1 0 0 1 162.406 193.772 Tm (<) Tj
-0 g
-1 0 0 1 168.83 193.772 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 193.772 Tm (>) Tj
-0 g
-1 0 0 1 233.345 193.772 Tm (|) Tj
-0 g
-1 0 0 1 239.263 193.772 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 175.161 Tm (text-shadow) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 163.572 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 163.572 Tm (none) Tj
-0 g
-1 0 0 1 138.14 163.572 Tm (|) Tj
-0 g
-1 0 0 1 144.058 163.572 Tm ([) Tj
-0 g
-1 0 0 1 147.116 163.572 Tm (<) Tj
-0 g
-1 0 0 1 153.54 163.572 Tm (color) Tj
-0 g
-1 0 0 1 177.377 163.572 Tm (>) Tj
-0 g
-1 0 0 1 186.859 163.572 Tm (||) Tj
-0 g
-1 0 0 1 195.637 163.572 Tm (<) Tj
-0 g
-1 0 0 1 202.061 163.572 Tm (length) Tj
-0 g
-1 0 0 1 232.025 163.572 Tm (>) Tj
-0 g
-1 0 0 1 241.507 163.572 Tm (<) Tj
-0 g
-1 0 0 1 247.931 163.572 Tm (length) Tj
-0 g
-1 0 0 1 277.895 163.572 Tm (>) Tj
-0 g
-1 0 0 1 287.377 163.572 Tm (<) Tj
-0 g
-1 0 0 1 293.801 163.572 Tm (length) Tj
-0 g
-1 0 0 1 323.765 163.572 Tm (>) Tj
-0 g
-1 0 0 1 330.189 163.572 Tm (?,]*) Tj
-0 g
-1 0 0 1 349.758 163.572 Tm ([) Tj
-0 g
-1 0 0 1 352.816 163.572 Tm (<) Tj
-0 g
-1 0 0 1 359.24 163.572 Tm (color) Tj
-0 g
-1 0 0 1 383.077 163.572 Tm (>) Tj
-0 g
-1 0 0 1 392.559 163.572 Tm (||) Tj
-0 g
-1 0 0 1 401.337 163.572 Tm (<) Tj
-0 g
-1 0 0 1 407.761 163.572 Tm (length) Tj
-0 g
-1 0 0 1 437.725 163.572 Tm (>) Tj
-0 g
-1 0 0 1 447.207 163.572 Tm (<) Tj
-0 g
-1 0 0 1 453.631 163.572 Tm (length) Tj
-0 g
-1 0 0 1 483.595 163.572 Tm (>) Tj
-0 g
-1 0 0 1 70.875 152.397 Tm (<) Tj
-0 g
-1 0 0 1 77.299 152.397 Tm (length) Tj
-0 g
-1 0 0 1 107.263 152.397 Tm (>) Tj
-0 g
-1 0 0 1 113.687 152.397 Tm (?]) Tj
-0 g
-1 0 0 1 125.919 152.397 Tm (|) Tj
-0 g
-1 0 0 1 131.837 152.397 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 133.786 Tm (text-transform) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 122.197 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 122.197 Tm (capitalize) Tj
-0 g
-1 0 0 1 159.524 122.197 Tm (|) Tj
-0 g
-1 0 0 1 165.442 122.197 Tm (uppercase) Tj
-0 g
-1 0 0 1 219.859 122.197 Tm (|) Tj
-0 g
-1 0 0 1 225.777 122.197 Tm (lowercase) Tj
-0 g
-1 0 0 1 278.346 122.197 Tm (|) Tj
-0 g
-1 0 0 1 284.264 122.197 Tm (none) Tj
-0 g
-1 0 0 1 311.786 122.197 Tm (|) Tj
-0 g
-1 0 0 1 317.704 122.197 Tm (inherit) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (25) Tj
-ET
-
-endstream
-endobj
-68 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 67 0 R
->>
-endobj
-69 0 obj
-<< /Length 9998 >>
-stream
-BT
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 744.111 Tm (top) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 732.522 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 732.522 Tm (<) Tj
-0 g
-1 0 0 1 117.042 732.522 Tm (length) Tj
-0 g
-1 0 0 1 147.006 732.522 Tm (>) Tj
-0 g
-1 0 0 1 156.488 732.522 Tm (|) Tj
-0 g
-1 0 0 1 162.406 732.522 Tm (<) Tj
-0 g
-1 0 0 1 168.83 732.522 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 732.522 Tm (>) Tj
-0 g
-1 0 0 1 233.345 732.522 Tm (|) Tj
-0 g
-1 0 0 1 239.263 732.522 Tm (auto) Tj
-0 g
-1 0 0 1 263.727 732.522 Tm (|) Tj
-0 g
-1 0 0 1 269.645 732.522 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 713.911 Tm (treat-as-word-space) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 702.322 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 702.322 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 702.322 Tm (|) Tj
-0 g
-1 0 0 1 141.0 702.322 Tm (true) Tj
-0 g
-1 0 0 1 163.011 702.322 Tm (|) Tj
-0 g
-1 0 0 1 168.929 702.322 Tm (false) Tj
-0 g
-1 0 0 1 195.219 702.322 Tm (|) Tj
-0 g
-1 0 0 1 201.137 702.322 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 683.711 Tm (unicode-bidi) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 672.122 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 672.122 Tm (normal) Tj
-0 g
-1 0 0 1 147.292 672.122 Tm (|) Tj
-0 g
-1 0 0 1 153.21 672.122 Tm (embed) Tj
-0 g
-1 0 0 1 189.895 672.122 Tm (|) Tj
-0 g
-1 0 0 1 195.813 672.122 Tm (bidi-override) Tj
-0 g
-1 0 0 1 259.283 672.122 Tm (|) Tj
-0 g
-1 0 0 1 265.201 672.122 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 653.511 Tm (vertical-align) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 641.922 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 641.922 Tm (baseline) Tj
-0 g
-1 0 0 1 154.64 641.922 Tm (|) Tj
-0 g
-1 0 0 1 160.558 641.922 Tm (middle) Tj
-0 g
-1 0 0 1 196.011 641.922 Tm (|) Tj
-0 g
-1 0 0 1 201.929 641.922 Tm (sub) Tj
-0 g
-1 0 0 1 222.719 641.922 Tm (|) Tj
-0 g
-1 0 0 1 228.637 641.922 Tm (super) Tj
-0 g
-1 0 0 1 259.206 641.922 Tm (|) Tj
-0 g
-1 0 0 1 265.124 641.922 Tm (text-top) Tj
-0 g
-1 0 0 1 304.768 641.922 Tm (|text-bottom) Tj
-0 g
-1 0 0 1 365.609 641.922 Tm (|) Tj
-0 g
-1 0 0 1 371.527 641.922 Tm (<) Tj
-0 g
-1 0 0 1 377.951 641.922 Tm (percentage) Tj
-0 g
-1 0 0 1 432.984 641.922 Tm (>) Tj
-0 g
-1 0 0 1 442.466 641.922 Tm (|) Tj
-0 g
-1 0 0 1 448.384 641.922 Tm (<) Tj
-0 g
-1 0 0 1 454.808 641.922 Tm (length) Tj
-0 g
-1 0 0 1 484.772 641.922 Tm (>) Tj
-0 g
-1 0 0 1 494.254 641.922 Tm (|) Tj
-0 g
-1 0 0 1 500.172 641.922 Tm (top) Tj
-0 g
-1 0 0 1 518.52 641.922 Tm (|) Tj
-0 g
-1 0 0 1 70.875 630.747 Tm (bottom) Tj
-0 g
-1 0 0 1 107.56 630.747 Tm (|) Tj
-0 g
-1 0 0 1 113.478 630.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 612.136 Tm (visibility) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 600.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 600.547 Tm (visible) Tj
-0 g
-1 0 0 1 144.234 600.547 Tm (|) Tj
-0 g
-1 0 0 1 150.152 600.547 Tm (hidden) Tj
-0 g
-1 0 0 1 186.232 600.547 Tm (|) Tj
-0 g
-1 0 0 1 192.15 600.547 Tm (collapse) Tj
-0 g
-1 0 0 1 235.556 600.547 Tm (|) Tj
-0 g
-1 0 0 1 241.474 600.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 581.936 Tm (voice-family) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 570.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 570.347 Tm ([[) Tj
-0 g
-1 0 0 1 116.734 570.347 Tm (<) Tj
-0 g
-1 0 0 1 123.158 570.347 Tm (specific-voice) Tj
-0 g
-1 0 0 1 189.07 570.347 Tm (>) Tj
-0 g
-1 0 0 1 198.552 570.347 Tm (|) Tj
-0 g
-1 0 0 1 204.47 570.347 Tm (<) Tj
-0 g
-1 0 0 1 210.894 570.347 Tm (generic-voice) Tj
-0 g
-1 0 0 1 276.201 570.347 Tm (>) Tj
-0 g
-1 0 0 1 282.625 570.347 Tm (],]*) Tj
-0 g
-1 0 0 1 299.136 570.347 Tm ([) Tj
-0 g
-1 0 0 1 302.194 570.347 Tm (<) Tj
-0 g
-1 0 0 1 308.618 570.347 Tm (specific-voice) Tj
-0 g
-1 0 0 1 374.53 570.347 Tm (>) Tj
-0 g
-1 0 0 1 384.012 570.347 Tm (|) Tj
-0 g
-1 0 0 1 389.93 570.347 Tm (<) Tj
-0 g
-1 0 0 1 396.354 570.347 Tm (generic-voice) Tj
-0 g
-1 0 0 1 461.661 570.347 Tm (>) Tj
-0 g
-1 0 0 1 471.143 570.347 Tm (]) Tj
-0 g
-1 0 0 1 477.259 570.347 Tm (|) Tj
-0 g
-1 0 0 1 483.177 570.347 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 551.736 Tm (volume) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 540.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 540.147 Tm (<) Tj
-0 g
-1 0 0 1 117.042 540.147 Tm (number) Tj
-0 g
-1 0 0 1 154.332 540.147 Tm (>) Tj
-0 g
-1 0 0 1 163.814 540.147 Tm (|) Tj
-0 g
-1 0 0 1 169.732 540.147 Tm (<) Tj
-0 g
-1 0 0 1 176.156 540.147 Tm (percentage) Tj
-0 g
-1 0 0 1 231.189 540.147 Tm (>) Tj
-0 g
-1 0 0 1 240.671 540.147 Tm (|) Tj
-0 g
-1 0 0 1 246.589 540.147 Tm (silent) Tj
-0 g
-1 0 0 1 275.321 540.147 Tm (|) Tj
-0 g
-1 0 0 1 281.239 540.147 Tm (x-soft|) Tj
-0 g
-1 0 0 1 313.953 540.147 Tm (soft) Tj
-0 g
-1 0 0 1 334.743 540.147 Tm (|) Tj
-0 g
-1 0 0 1 340.661 540.147 Tm (medium) Tj
-0 g
-1 0 0 1 382.835 540.147 Tm (|) Tj
-0 g
-1 0 0 1 388.753 540.147 Tm (loud) Tj
-0 g
-1 0 0 1 412.601 540.147 Tm (|) Tj
-0 g
-1 0 0 1 418.519 540.147 Tm (x-loud) Tj
-0 g
-1 0 0 1 451.431 540.147 Tm (|) Tj
-0 g
-1 0 0 1 457.349 540.147 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 521.536 Tm (white-space) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 509.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 509.947 Tm (normal) Tj
-0 g
-1 0 0 1 147.292 509.947 Tm (|) Tj
-0 g
-1 0 0 1 153.21 509.947 Tm (pre) Tj
-0 g
-1 0 0 1 172.163 509.947 Tm (|) Tj
-0 g
-1 0 0 1 178.081 509.947 Tm (nowrap) Tj
-0 g
-1 0 0 1 217.208 509.947 Tm (|) Tj
-0 g
-1 0 0 1 223.126 509.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 491.336 Tm (white-space-collapse) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 479.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 479.747 Tm (false) Tj
-0 g
-1 0 0 1 136.908 479.747 Tm (|) Tj
-0 g
-1 0 0 1 142.826 479.747 Tm (true) Tj
-0 g
-1 0 0 1 164.837 479.747 Tm (|) Tj
-0 g
-1 0 0 1 170.755 479.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 461.136 Tm (widows) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 449.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 449.547 Tm (<) Tj
-0 g
-1 0 0 1 117.042 449.547 Tm (integer) Tj
-0 g
-1 0 0 1 150.669 449.547 Tm (>) Tj
-0 g
-1 0 0 1 160.151 449.547 Tm (|) Tj
-0 g
-1 0 0 1 166.069 449.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 430.936 Tm (width) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 419.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 419.347 Tm (<) Tj
-0 g
-1 0 0 1 117.042 419.347 Tm (length) Tj
-0 g
-1 0 0 1 147.006 419.347 Tm (>) Tj
-0 g
-1 0 0 1 156.488 419.347 Tm (|) Tj
-0 g
-1 0 0 1 162.406 419.347 Tm (<) Tj
-0 g
-1 0 0 1 168.83 419.347 Tm (percentage) Tj
-0 g
-1 0 0 1 223.863 419.347 Tm (>) Tj
-0 g
-1 0 0 1 233.345 419.347 Tm (|) Tj
-0 g
-1 0 0 1 239.263 419.347 Tm (auto) Tj
-0 g
-1 0 0 1 263.727 419.347 Tm (|) Tj
-0 g
-1 0 0 1 269.645 419.347 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 400.736 Tm (word-spacing) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 389.147 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 389.147 Tm (normal) Tj
-0 g
-1 0 0 1 147.292 389.147 Tm (|) Tj
-0 g
-1 0 0 1 153.21 389.147 Tm (<) Tj
-0 g
-1 0 0 1 159.634 389.147 Tm (length) Tj
-0 g
-1 0 0 1 189.598 389.147 Tm (>) Tj
-0 g
-1 0 0 1 199.08 389.147 Tm (|) Tj
-0 g
-1 0 0 1 204.998 389.147 Tm (<) Tj
-0 g
-1 0 0 1 211.422 389.147 Tm (space) Tj
-0 g
-1 0 0 1 240.77 389.147 Tm (>) Tj
-0 g
-1 0 0 1 250.252 389.147 Tm (|) Tj
-0 g
-1 0 0 1 256.17 389.147 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 370.536 Tm (wrap-option) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 358.947 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 358.947 Tm (no-wrap) Tj
-0 g
-1 0 0 1 153.309 358.947 Tm (|) Tj
-0 g
-1 0 0 1 159.227 358.947 Tm (wrap) Tj
-0 g
-1 0 0 1 186.122 358.947 Tm (|) Tj
-0 g
-1 0 0 1 192.04 358.947 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 340.336 Tm (writing-mode) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 328.747 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 328.747 Tm (lr-tb) Tj
-0 g
-1 0 0 1 132.519 328.747 Tm (|) Tj
-0 g
-1 0 0 1 138.437 328.747 Tm (rl-tb) Tj
-0 g
-1 0 0 1 160.338 328.747 Tm (|) Tj
-0 g
-1 0 0 1 166.256 328.747 Tm (tb-rl) Tj
-0 g
-1 0 0 1 188.157 328.747 Tm (|) Tj
-0 g
-1 0 0 1 194.075 328.747 Tm (lr) Tj
-0 g
-1 0 0 1 203.238 328.747 Tm (|) Tj
-0 g
-1 0 0 1 209.156 328.747 Tm (rl) Tj
-0 g
-1 0 0 1 218.319 328.747 Tm (|) Tj
-0 g
-1 0 0 1 224.237 328.747 Tm (tb) Tj
-0 g
-1 0 0 1 236.469 328.747 Tm (|) Tj
-0 g
-1 0 0 1 242.387 328.747 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 310.136 Tm (xml:lang) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 298.547 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 298.547 Tm (<) Tj
-0 g
-1 0 0 1 117.042 298.547 Tm (country-language) Tj
-0 g
-1 0 0 1 201.929 298.547 Tm (>) Tj
-0 g
-1 0 0 1 211.411 298.547 Tm (|) Tj
-0 g
-1 0 0 1 217.329 298.547 Tm (inherit) Tj
-/F1 13 Tf
-0 g
-1 0 0 1 70.875 279.936 Tm (z-index) Tj
-/F1 11 Tf
-0 g
-1 0 0 1 70.875 268.347 Tm (Values:) Tj
-0 g
-1 0 0 1 110.618 268.347 Tm (auto) Tj
-0 g
-1 0 0 1 135.082 268.347 Tm (|) Tj
-0 g
-1 0 0 1 141.0 268.347 Tm (<) Tj
-0 g
-1 0 0 1 147.424 268.347 Tm (integer) Tj
-0 g
-1 0 0 1 181.051 268.347 Tm (>) Tj
-0 g
-1 0 0 1 190.533 268.347 Tm (|) Tj
-0 g
-1 0 0 1 196.451 268.347 Tm (inherit) Tj
-/F1 10 Tf
-0 g
-1 0 0 1 70.875 198.19 Tm (The) Tj
-0 g
-1 0 0 1 90.885 198.19 Tm (explanation) Tj
-0 g
-1 0 0 1 144.805 198.19 Tm (of) Tj
-0 g
-1 0 0 1 155.925 198.19 Tm (the) Tj
-0 g
-1 0 0 1 172.605 198.19 Tm (flow) Tj
-0 g
-1 0 0 1 193.165 198.19 Tm (objects) Tj
-0 g
-1 0 0 1 227.625 198.19 Tm (is) Tj
-0 g
-1 0 0 1 237.625 198.19 Tm (based) Tj
-0 g
-1 0 0 1 267.645 198.19 Tm (\(mostly) Tj
-0 g
-1 0 0 1 302.645 198.19 Tm (verbatim\)) Tj
-0 g
-1 0 0 1 347.095 198.19 Tm (on) Tj
-0 g
-1 0 0 1 360.995 198.19 Tm (the) Tj
-0 g
-1 0 0 1 377.675 198.19 Tm (section) Tj
-0 g
-1 0 0 1 412.135 198.19 Tm (6.2) Tj
-0 g
-1 0 0 1 428.815 198.19 Tm (of) Tj
-0 g
-1 0 0 1 439.935 198.19 Tm (the) Tj
-0 g
-1 0 0 1 456.615 198.19 Tm (XSL) Tj
-0 g
-1 0 0 1 478.295 198.19 Tm (W3C) Tj
-0 g
-1 0 0 1 70.875 187.94 Tm (Candidate) Tj
-0 g
-1 0 0 1 119.235 187.94 Tm (Recommendation) Tj
-0 g
-1 0 0 1 200.375 187.94 Tm (21) Tj
-0 g
-1 0 0 1 214.275 187.94 Tm (November) Tj
-0 g
-1 0 0 1 263.175 187.94 Tm (2000.) Tj
-0 g
-1 0 0 1 290.975 187.94 Tm (More) Tj
-0 g
-1 0 0 1 316.535 187.94 Tm (info) Tj
-0 g
-1 0 0 1 335.435 187.94 Tm (at) Tj
-0 g
-1 0 0 1 346.555 187.94 Tm (the) Tj
-0 g
-1 0 0 1 363.235 187.94 Tm (beginning) Tj
-0 g
-1 0 0 1 409.375 187.94 Tm (of) Tj
-0 g
-1 0 0 1 420.495 187.94 Tm (the) Tj
-0 g
-1 0 0 1 437.175 187.94 Tm (file) Tj
-0 g
-1 0 0 1 452.735 187.94 Tm (xslfoRef.xml.) Tj
-/F5 10 Tf
-0 g
-1 0 0 1 411.265 790.64 Tm (xsl:fo) Tj
-0 g
-1 0 0 1 436.545 790.64 Tm (short) Tj
-0 g
-1 0 0 1 459.045 790.64 Tm (reference) Tj
-0 g
-1 0 0 1 498.735 790.64 Tm (-) Tj
-0 g
-1 0 0 1 504.475 790.64 Tm (p.) Tj
-0 g
-1 0 0 1 514.475 790.64 Tm (26) Tj
-ET
-
-endstream
-endobj
-70 0 obj
-<< /Type /Page
-/Parent 2 0 R
-/MediaBox [ 0 0 595 841 ]
-/Resources 4 0 R
-/Contents 69 0 R
->>
-endobj
-xref
-0 71
-0000000000 65535 f
-0000000009 00000 n
-0000000058 00000 n
-0000000293 00000 n
-0000000353 00000 n
-0000000575 00000 n
-0000000686 00000 n
-0000000800 00000 n
-0000000905 00000 n
-0000001019 00000 n
-0000001127 00000 n
-0000001238 00000 n
-0000001348 00000 n
-0000001468 00000 n
-0000001581 00000 n
-0000001697 00000 n
-0000001805 00000 n
-0000001918 00000 n
-0000002025 00000 n
-0000002144 00000 n
-0000008033 00000 n
-0000008141 00000 n
-0000012902 00000 n
-0000013010 00000 n
-0000019460 00000 n
-0000019568 00000 n
-0000025965 00000 n
-0000026073 00000 n
-0000032599 00000 n
-0000032707 00000 n
-0000038999 00000 n
-0000039107 00000 n
-0000047315 00000 n
-0000047423 00000 n
-0000054899 00000 n
-0000055007 00000 n
-0000061887 00000 n
-0000061995 00000 n
-0000069893 00000 n
-0000070001 00000 n
-0000075751 00000 n
-0000075859 00000 n
-0000082053 00000 n
-0000082161 00000 n
-0000086426 00000 n
-0000086534 00000 n
-0000090713 00000 n
-0000090821 00000 n
-0000104463 00000 n
-0000104571 00000 n
-0000113596 00000 n
-0000113704 00000 n
-0000122696 00000 n
-0000122804 00000 n
-0000132023 00000 n
-0000132131 00000 n
-0000143735 00000 n
-0000143843 00000 n
-0000152139 00000 n
-0000152247 00000 n
-0000161566 00000 n
-0000161674 00000 n
-0000170843 00000 n
-0000170951 00000 n
-0000180153 00000 n
-0000180261 00000 n
-0000189235 00000 n
-0000189343 00000 n
-0000200079 00000 n
-0000200187 00000 n
-0000210237 00000 n
-trailer
-<<
-/Size 71
-/Root 1 0 R
-/Info 3 0 R
->>
-startxref
-210345
-%%EOF
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-tbd: - internal linking
- - one line explanation
- - example
-please note: the short explanation of each fo is based (mostly verbatim) on the section 6.3 of
-the Extensible Stylesheet Language (XSL) Version 1.0 W3C Candidate Recommendation 21 November 2000.
- authors: Sharon Adler, Anders Berglund, Jeff Caruso, Stephen Deach
- Paul Grosso, Eduardo Gutentag, Alex Milowski, Scott Parnell,
- Jeremy Richman, Steve Zilles
- url: http://www.w3.org/TR/2000/CR-xsl-20001121/
-
--->
-<root>
-<div0><head>formatting objects</head>
-<div id="fo:basic-link">
-<fo>fo:basic-link</fo>
-<explanation>represents the start resource of a simple link.</explanation>
-<content>(#PCDATA|%inline;|%block;)*</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-margin-properties-inline</property>
- <property>common-relative-position-properties</property>
- <property>alignment-adjust</property>
- <property>alignment-baseline</property>
- <property>baseline-shift</property>
- <property>destination-placement-offset</property>
- <property>dominant-baseline</property>
- <property>external-destination</property>
- <property>id</property>
- <property>indicate-destination</property>
- <property>internal-destination</property>
- <property>keep-together</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
- <property>line-height</property>
- <property>line-height-shift-adjustment</property>
- <property>show-destination</property>
- <property>target-processing-context</property>
- <property>target-presentation-context</property>
- <property>target-stylesheet</property>
-</properties>
-</div><div id="fo:bidi-override">
-<fo>fo:bidi-override</fo>
-<explanation> overrides the default Unicode-bidirectionality algorithm direction for different
- (or nested) inline scripts in mixed-language documents</explanation>
-<content>(#PCDATA|%inline;|%block;)*</content>
-<properties>
- <property>common-aural-properties</property>
- <property>common-font-properties</property>
- <property>common-relative-position-properties</property>
- <property>color</property>
- <property>direction</property>
- <property>id</property>
- <property>letter-spacing</property>
- <property>line-height</property>
- <property>line-height-shift-adjustment</property>
- <property>score-spaces</property>
- <property>text-shadow</property>
- <property>text-transform</property>
- <property>unicode-bidi</property>
- <property>word-spacing</property>
-</properties>
-</div><div id="fo:block">
-<fo>fo:block</fo>
-<explanation>commonly used for formatting paragraphs, titles, headlines, figure and table captions</explanation>
-<content>(#PCDATA|%inline;|%block;)*</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-font-properties</property>
- <property>common-hyphenation-properties</property>
- <property>common-margin-properties-block</property>
- <property>common-relative-position-properties</property>
- <property>break-after</property>
- <property>break-before</property>
- <property>color</property>
- <property>text-depth</property>
- <property>text-altitude</property>
- <property>hyphenation-keep</property>
- <property>hyphenation-ladder-count</property>
- <property>id</property>
- <property>keep-together</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
- <property>last-line-end-indent</property>
- <property>linefeed-treatment</property>
- <property>line-height</property>
- <property>line-height-shift-adjustment</property>
- <property>line-stacking-strategy</property>
- <property>orphans</property>
- <property>space-treatment</property>
- <property>span</property>
- <property>text-align</property>
- <property>text-align-last</property>
- <property>text-indent</property>
- <property>visibility</property>
- <property>white-space-collapse</property>
- <property>widows</property>
- <property>wrap-option</property>
- <property>z-index</property>
-</properties>
-</div><div id="fo:block-container">
-<fo>fo:block-container</fo>
-<explanation>generates a block-level reference-area</explanation>
-<content>(%block;)+</content>
-<properties>
- <property>common-absolute-position-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-margin-properties-block</property>
- <property>block-progression-dimension</property>
- <property>break-after</property>
- <property>break-before</property>
- <property>clip</property>
- <property>display-align</property>
- <property>height</property>
- <property>id</property>
- <property>inline-progression-dimension</property>
- <property>keep-together</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
- <property>overflow</property>
- <property>reference-orientation</property>
- <property>span</property>
- <property>width</property>
- <property>writing-mode</property>
-</properties>
-</div><div id="fo:character">
-<fo>fo:character</fo>
-<explanation>represents a character that is mapped to a glyph for presentation</explanation>
-<content>EMPTY</content>
-<properties>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-font-properties</property>
- <property>common-hyphenation-properties</property>
- <property>common-margin-properties-inline</property>
- <property>common-relative-position-properties</property>
- <property>alignment-adjust</property>
- <property>treat-as-word-space</property>
- <property>alignment-baseline</property>
- <property>baseline-shift</property>
- <property>character</property>
- <property>color</property>
- <property>dominant-baseline</property>
- <property>text-depth</property>
- <property>text-altitude</property>
- <property>glyph-orientation-horizontal</property>
- <property>glyph-orientation-vertical</property>
- <property>id</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
- <property>letter-spacing</property>
- <property>line-height</property>
- <property>line-height-shift-adjustment</property>
- <property>score-spaces</property>
- <property>suppress-at-line-break</property>
- <property>text-decoration</property>
- <property>text-shadow</property>
- <property>text-transform</property>
- <property>word-spacing</property>
-</properties>
-</div><div id="fo:color-profile">
-<fo>fo:color-profile</fo>
-<explanation>declares a color profile for a stylesheet</explanation>
-<content>EMPTY</content>
-<properties>
- <property>src</property>
- <property>color-profile-name</property>
- <property>rendering-intent</property>
-</properties>
-</div><div id="fo:conditional-page-master-reference">
-<fo>fo:conditional-page-master-reference</fo>
-<explanation>identifies a page-master that is to be used when the conditions on its use are satisfied</explanation>
-<content>EMPTY</content>
-<properties>
- <property>master-name</property>
- <property>page-position</property>
- <property>odd-or-even</property>
- <property>blank-or-not-blank</property>
-</properties>
-</div><div id="fo:declarations">
-<fo>fo:declarations</fo>
-<explanation>groups global declarations for a stylesheet</explanation>
-<content>(color-profile)+</content>
-</div><div id="fo:external-graphic">
-<fo>fo:external-graphic</fo>
-<explanation>used for a graphic where the graphics data resides outside of the XML result tree in the fo namespace</explanation>
-<content>EMPTY</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-margin-properties-inline</property>
- <property>common-relative-position-properties</property>
- <property>alignment-adjust</property>
- <property>alignment-baseline</property>
- <property>baseline-shift</property>
- <property>block-progression-dimension</property>
- <property>content-height</property>
- <property>content-type</property>
- <property>content-width</property>
- <property>display-align</property>
- <property>dominant-baseline</property>
- <property>height</property>
- <property>id</property>
- <property>inline-progression-dimension</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
- <property>line-height</property>
- <property>line-height-shift-adjustment</property>
- <property>overflow</property>
- <property>scaling</property>
- <property>scaling-method</property>
- <property>src</property>
- <property>text-align</property>
- <property>width</property>
-</properties>
-</div><div id="fo:float">
-<fo>fo:float</fo>
-<explanation>used when an area is intended to float to one side, with normal content flowing alongside</explanation>
-<content>(%block;)+</content>
-<properties>
- <property>float</property>
- <property>clear</property>
-</properties>
-</div><div id="fo:flow">
-<fo>fo:flow</fo>
-<explanation>container for the flow objects which contain the text/images/etc. for the resulting pages</explanation>
-<content>(%block;)+</content>
-<properties>
- <property>flow-name</property>
-</properties>
-</div><div id="fo:footnote">
-<fo>fo:footnote</fo>
-<explanation>produces a footnote citation and the corresponding footnote</explanation>
-<content>(inline,footnote-body)</content>
-</div><div id="fo:footnote-body">
-<fo>fo:footnote-body</fo>
-<explanation>generates the content of the footnote</explanation>
-<content>(%block;)+</content>
-</div><div id="fo:initial-property-set">
-<fo>fo:initial-property-set</fo>
-<explanation>specifies formatting properties for the first line of an fo:block</explanation>
-<content>EMPTY</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-font-properties</property>
- <property>common-relative-position-properties</property>
- <property>color</property>
- <property>id</property>
- <property>letter-spacing</property>
- <property>line-height</property>
- <property>line-height-shift-adjustment</property>
- <property>score-spaces</property>
- <property>text-decoration</property>
- <property>text-shadow</property>
- <property>text-transform</property>
- <property>word-spacing</property>
-</properties>
-</div><div id="fo:inline">
-<fo>fo:inline</fo>
-<explanation>is commonly used for formatting a portion of text with a background or enclosing it in a border</explanation>
-<content>(#PCDATA|%inline;|%block;)*</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-font-properties</property>
- <property>common-margin-properties-inline</property>
- <property>common-relative-position-properties</property>
- <property>alignment-adjust</property>
- <property>alignment-baseline</property>
- <property>baseline-shift</property>
- <property>color</property>
- <property>dominant-baseline</property>
- <property>id</property>
- <property>keep-together</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
- <property>line-height</property>
- <property>line-height-shift-adjustment</property>
- <property>text-decoration</property>
- <property>visibility</property>
- <property>z-index</property>
-</properties>
-</div><div id="fo:inline-container">
-<fo>fo:inline-container</fo>
-<explanation>generates an inline reference-area</explanation>
-<content>(%block;)+</content>
-<properties>
- <property>common-border-padding-and-background-properties</property>
- <property>common-margin-properties-inline</property>
- <property>common-relative-position-properties</property>
- <property>alignment-adjust</property>
- <property>alignment-baseline</property>
- <property>baseline-shift</property>
- <property>block-progression-dimension</property>
- <property>clip</property>
- <property>display-align</property>
- <property>dominant-baseline</property>
- <property>height</property>
- <property>id</property>
- <property>inline-progression-dimension</property>
- <property>keep-together</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
- <property>line-height</property>
- <property>line-height-shift-adjustment</property>
- <property>overflow</property>
- <property>reference-orientation</property>
- <property>width</property>
- <property>writing-mode</property>
-</properties>
-</div><div id="fo:instream-foreign-object">
-<fo>fo:instream-foreign-object</fo>
-<explanation>is used for an inline graphic or other "generic" object where the object data resides as descendants of the fo:instream-foreign-object</explanation>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-margin-properties-inline</property>
- <property>common-relative-position-properties</property>
- <property>alignment-adjust</property>
- <property>alignment-baseline</property>
- <property>baseline-shift</property>
- <property>block-progression-dimension</property>
- <property>content-height</property>
- <property>content-type</property>
- <property>content-width</property>
- <property>display-align</property>
- <property>dominant-baseline</property>
- <property>height</property>
- <property>id</property>
- <property>inline-progression-dimension</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
- <property>line-height</property>
- <property>line-height-shift-adjustment</property>
- <property>overflow</property>
- <property>scaling</property>
- <property>scaling-method</property>
- <property>text-align</property>
- <property>width</property>
-</properties>
-</div><div id="fo:layout-master-set">
-<fo>fo:layout-master-set</fo>
-<explanation>is a wrapper around all masters used in the document</explanation>
-<content>(simple-page-master|page-sequence-master)+</content>
-</div><div id="fo:leader">
-<fo>fo:leader</fo>
-<explanation>generates leaders consisting either of a rule or of a row of a repeating character or cyclically repeating pattern of characters that may be used for connecting two text formatting objects</explanation>
-<content>(#PCDATA|%inline;)*</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-font-properties</property>
- <property>common-margin-properties-inline</property>
- <property>common-relative-position-properties</property>
- <property>alignment-adjust</property>
- <property>alignment-baseline</property>
- <property>baseline-shift</property>
- <property>color</property>
- <property>dominant-baseline</property>
- <property>text-depth</property>
- <property>text-altitude</property>
- <property>id</property>
- <property>leader-alignment</property>
- <property>leader-length</property>
- <property>leader-pattern</property>
- <property>leader-pattern-width</property>
- <property>rule-style</property>
- <property>rule-thickness</property>
- <property>letter-spacing</property>
- <property>line-height</property>
- <property>line-height-shift-adjustment</property>
- <property>text-shadow</property>
- <property>visibility</property>
- <property>word-spacing</property>
- <property>z-index</property>
-</properties>
-</div><div id="fo:list-block">
-<fo>fo:list-block</fo>
-<explanation>container for a list</explanation>
-<content>(list-item+)</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-margin-properties-block</property>
- <property>common-relative-position-properties</property>
- <property>break-after</property>
- <property>break-before</property>
- <property>id</property>
- <property>keep-together</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
- <property>provisional-distance-between-starts</property>
- <property>provisional-label-separation</property>
-</properties>
-</div><div id="fo:list-item">
-<fo>fo:list-item</fo>
-<explanation>contains the label and the body of an item in a list</explanation>
-<content>(list-item-label,list-item-body)</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-margin-properties-block</property>
- <property>common-relative-position-properties</property>
- <property>break-after</property>
- <property>break-before</property>
- <property>id</property>
- <property>keep-together</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
- <property>relative-align</property>
-</properties>
-</div><div id="fo:list-item-body">
-<fo>fo:list-item-body</fo>
-<explanation>contains the content of the body of a list-item</explanation>
-<content>(%block;)+</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>id</property>
- <property>keep-together</property>
-</properties>
-</div><div id="fo:list-item-label">
-<fo>fo:list-item-label</fo>
-<explanation> contains the content of the label of a list-item; typically used to either enumerate, identify, or adorn the list-item's body</explanation>
-<content>(%block;)+</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>id</property>
- <property>keep-together</property>
-</properties>
-</div><div id="fo:marker">
-<fo>fo:marker</fo>
-<explanation>is used in conjunction with fo:retrieve-marker to produce running headers or footers</explanation>
-<content>(#PCDATA|%inline;|%block;)*</content>
-<properties>
- <property>marker-class-name</property>
-</properties>
-</div><div id="fo:multi-case">
-<fo>fo:multi-case</fo>
-<explanation> is used to contain (within an fo:multi-switch) each alternative sub-tree of formatting objects among which the parent fo:multi-switch will choose one to show and will hide the rest</explanation>
-<content>(#PCDATA|%inline;|%block;)*</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>id</property>
- <property>starting-state</property>
- <property>case-name</property>
- <property>case-title</property>
-</properties>
-</div><div id="fo:multi-properties">
-<fo>fo:multi-properties</fo>
-<explanation> is used to switch between two or more property sets that are associated with a given portion of content</explanation>
-<content>(multi-property-set+,wrapper)</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>id</property>
-</properties>
-</div><div id="fo:multi-property-set">
-<fo>fo:multi-property-set</fo>
-<explanation> is used to specify an alternative set of formatting properties that, dependent on a User Agent state, are applied to the content</explanation>
-<content>EMPTY</content>
-<properties>
- <property>id</property>
- <property>active-state</property>
-</properties>
-</div><div id="fo:multi-switch">
-<fo>fo:multi-switch</fo>
-<explanation>wraps the specification of alternative sub-trees of formatting objects (each sub-tree being within an fo:multi-case), and controls the switching (activated via fo:multi-toggle) from one alternative to another</explanation>
-<content>(multi-case+)</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>auto-restore</property>
- <property>id</property>
-</properties>
-</div><div id="fo:multi-toggle">
-<fo>fo:multi-toggle</fo>
-<explanation>is used within an fo:multi-case to switch to another fo:multi-case</explanation>
-<content>(#PCDATA|%inline;|%block;)*</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>id</property>
- <property>switch-to</property>
-</properties>
-</div><div id="fo:page-number">
-<fo>fo:page-number</fo>
-<explanation>represents the current page-number</explanation>
-<content>EMPTY</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-font-properties</property>
- <property>common-margin-properties-inline</property>
- <property>common-relative-position-properties</property>
- <property>alignment-adjust</property>
- <property>alignment-baseline</property>
- <property>baseline-shift</property>
- <property>dominant-baseline</property>
- <property>id</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
- <property>letter-spacing</property>
- <property>line-height</property>
- <property>line-height-shift-adjustment</property>
- <property>score-spaces</property>
- <property>text-decoration</property>
- <property>text-shadow</property>
- <property>text-transform</property>
- <property>word-spacing</property>
-</properties>
-</div><div id="fo:page-number-citation">
-<fo>fo:page-number-citation</fo>
-<explanation>references the page-number for the page containing the first normal area returned by the cited formatting object</explanation>
-<content>EMPTY</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-font-properties</property>
- <property>common-margin-properties-inline</property>
- <property>common-relative-position-properties</property>
- <property>alignment-adjust</property>
- <property>alignment-baseline</property>
- <property>baseline-shift</property>
- <property>dominant-baseline</property>
- <property>id</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
- <property>letter-spacing</property>
- <property>line-height</property>
- <property>line-height-shift-adjustment</property>
- <property>ref-id</property>
- <property>score-spaces</property>
- <property>text-decoration</property>
- <property>text-shadow</property>
- <property>text-transform</property>
- <property>word-spacing</property>
-</properties>
-</div><div id="fo:page-sequence">
-<fo>fo:page-sequence</fo>
-<explanation> is used to specify how to create a (sub-)sequence of pages within a document; for example, a chapter of a report. The content of these pages comes from flow children of the fo:page-sequence</explanation>
-<content>(title?,static-content*,flow)</content>
-<properties>
- <property>country</property>
- <property>format</property>
- <property>language</property>
- <property>letter-value</property>
- <property>grouping-separator</property>
- <property>grouping-size</property>
- <property>id</property>
- <property>initial-page-number</property>
- <property>force-page-count</property>
- <property>master-name</property>
-</properties>
-</div><div id="fo:page-sequence-master">
-<fo>fo:page-sequence-master</fo>
-<explanation>specifies sequences of page-masters that are used when generating a sequence of pages</explanation>
-<content>(single-page-master-reference|repeatable-page-master-reference| repeatable-page-master-alternatives)+</content>
-<properties>
- <property>master-name</property>
-</properties>
-</div><div id="fo:region-after">
-<fo>fo:region-after</fo>
-<explanation>defines a viewport that is located on the "after" side of fo:region-body region</explanation>
-<content>EMPTY</content>
-<properties>
- <property>common-border-padding-and-background-properties</property>
- <property>clip</property>
- <property>display-align</property>
- <property>extent</property>
- <property>overflow</property>
- <property>precedence</property>
- <property>region-name</property>
- <property>reference-orientation</property>
- <property>writing-mode</property>
-</properties>
-</div><div id="fo:region-before">
-<fo>fo:region-before</fo>
-<explanation>defines a viewport that is located on the "before" side of fo:region-body region</explanation>
-<content>EMPTY</content>
-<properties>
- <property>common-border-padding-and-background-properties</property>
- <property>clip</property>
- <property>display-align</property>
- <property>extent</property>
- <property>overflow</property>
- <property>precedence</property>
- <property>region-name</property>
- <property>reference-orientation</property>
- <property>writing-mode</property>
-</properties>
-</div><div id="fo:region-body">
-<fo>fo:region-body</fo>
-<explanation>specifies a viewport/reference pair that is located in the "center" of the fo:simple-page-master</explanation>
-<content>EMPTY</content>
-<properties>
- <property>common-border-padding-and-background-properties</property>
- <property>common-margin-properties-block</property>
- <property>clip</property>
- <property>column-count</property>
- <property>column-gap</property>
- <property>display-align</property>
- <property>overflow</property>
- <property>region-name</property>
- <property>reference-orientation</property>
- <property>writing-mode</property>
-</properties>
-</div><div id="fo:region-end">
-<fo>fo:region-end</fo>
-<explanation>defines a viewport that is located on the "end" side of fo:region-body region</explanation>
-<content>EMPTY</content>
-<properties>
- <property>common-border-padding-and-background-properties</property>
- <property>clip</property>
- <property>display-align</property>
- <property>extent</property>
- <property>overflow</property>
- <property>region-name</property>
- <property>reference-orientation</property>
- <property>writing-mode</property>
-</properties>
-</div><div id="fo:region-start">
-<fo>fo:region-start</fo>
-<explanation>defines a viewport that is located on the "start" side of fo:region-body region</explanation>
-<content>EMPTY</content>
-<properties>
- <property>common-border-padding-and-background-properties</property>
- <property>clip</property>
- <property>display-align</property>
- <property>extent</property>
- <property>overflow</property>
- <property>region-name</property>
- <property>reference-orientation</property>
- <property>writing-mode</property>
-</properties>
-</div><div id="fo:repeatable-page-master-alternatives">
-<fo>fo:repeatable-page-master-alternatives</fo>
-<explanation>
-specifies a sub-sequence consisting of repeated instances of a set of alternative page-masters</explanation>
-<content>(conditional-page-master-reference+)</content>
-<properties>
- <property>maximum-repeats</property>
-</properties>
-</div><div id="fo:repeatable-page-master-reference">
-<fo>fo:repeatable-page-master-reference</fo>
-<explanation>specifies a sub-sequence consisting of repeated instances of a single page-master</explanation>
-<content>EMPTY</content>
-<properties>
- <property>master-name</property>
- <property>maximum-repeats</property>
-</properties>
-</div><div id="fo:retrieve-marker">
-<fo>fo:retrieve-marker</fo>
-<explanation>s used in conjunction with fo:marker to produce running headers or footers</explanation>
-<content>EMPTY</content>
-<properties>
- <property>retrieve-class-name</property>
- <property>retrieve-position</property>
- <property>retrieve-boundary</property>
-</properties>
-</div><div id="fo:root">
-<fo>fo:root</fo>
-<explanation>top node of an xsl formatting objects tree</explanation>
-<content>(layout-master-set,declarations?,page-sequence+)</content>
-<properties>
- <property>media-usage</property>
-</properties>
-</div><div id="fo:simple-page-master">
-<fo>fo:simple-page-master</fo>
-<explanation> is used in the generation of pages and specifies the geometry of the page. The page may be subdivided into up to five regions</explanation>
-<content>(region-body,region-before?,region-after?,region-start?,region-end?)</content>
-<properties>
- <property>common-margin-properties-block</property>
- <property>master-name</property>
- <property>page-height</property>
- <property>page-width</property>
- <property>reference-orientation</property>
- <property>writing-mode</property>
-</properties>
-</div><div id="fo:single-page-master-reference">
-<fo>fo:single-page-master-reference</fo>
-<explanation>specifies a sub-sequence consisting of a single instance of a single page-master</explanation>
-<content>EMPTY</content>
-<properties>
- <property>master-name</property>
-</properties>
-</div><div id="fo:static-content">
-<fo>fo:static-content</fo>
-<explanation>holds a sequence or a tree of formatting objects that is to be presented in a single region or repeated in like-named regions on one or more pages in the page-sequence. Its common use is for repeating or running headers and footers</explanation>
-<content>(%block;)+</content>
-<properties>
- <property>flow-name</property>
-</properties>
-</div><div id="fo:table">
-<fo>fo:table</fo>
-<explanation>container for a table</explanation>
-<content>(table-column*,table-header?,table-footer?,table-body+)</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-margin-properties-block</property>
- <property>common-relative-position-properties</property>
- <property>block-progression-dimension</property>
- <property>border-after-precedence</property>
- <property>border-before-precedence</property>
- <property>border-collapse</property>
- <property>border-end-precedence</property>
- <property>border-separation</property>
- <property>border-start-precedence</property>
- <property>break-after</property>
- <property>break-before</property>
- <property>id</property>
- <property>inline-progression-dimension</property>
- <property>height</property>
- <property>keep-together</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
- <property>table-layout</property>
- <property>table-omit-footer-at-break</property>
- <property>table-omit-header-at-break</property>
- <property>width</property>
- <property>writing-mode</property>
-</properties>
-</div><div id="fo:table-and-caption">
-<fo>fo:table-and-caption</fo>
-<explanation>is used for formatting a table together with its caption</explanation>
-<content>(table-caption?,table)</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-margin-properties-block</property>
- <property>common-relative-position-properties</property>
- <property>caption-side</property>
- <property>id</property>
- <property>keep-together</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
-</properties>
-</div><div id="fo:table-body">
-<fo>fo:table-body</fo>
-<explanation>contains the table body</explanation>
-<content>(table-row+|table-cell+)</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-relative-position-properties</property>
- <property>id</property>
-</properties>
-</div><div id="fo:table-caption">
-<fo>fo:table-caption</fo>
-<explanation>contains the caption for the table (only when using the fo:table-and-caption)</explanation>
-<content>(%block;)+</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-relative-position-properties</property>
- <property>block-progression-dimension</property>
- <property>height</property>
- <property>id</property>
- <property>inline-progression-dimension</property>
- <property>keep-together</property>
- <property>width</property>
-</properties>
-</div><div id="fo:table-cell">
-<fo>fo:table-cell</fo>
-<explanation>contains content to be placed in a table cell</explanation>
-<content>(%block;)+</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-relative-position-properties</property>
- <property>border-after-precedence</property>
- <property>border-before-precedence</property>
- <property>border-end-precedence</property>
- <property>border-start-precedence</property>
- <property>block-progression-dimension</property>
- <property>column-number</property>
- <property>display-align</property>
- <property>relative-align</property>
- <property>empty-cells</property>
- <property>ends-row</property>
- <property>height</property>
- <property>id</property>
- <property>number-columns-spanned</property>
- <property>number-rows-spanned</property>
- <property>starts-row</property>
- <property>width</property>
-</properties>
-</div><div id="fo:table-column">
-<fo>fo:table-column</fo>
-<explanation>specifies characteristics applicable to table cells that have the same column and span.</explanation>
-<content>EMPTY</content>
-<properties>
- <property>common-border-padding-and-background-properties</property>
- <property>column-number</property>
- <property>column-width</property>
- <property>number-columns-repeated</property>
- <property>number-columns-spanned</property>
- <property>visibility</property>
-</properties>
-</div><div id="fo:table-footer">
-<fo>fo:table-footer</fo>
-<explanation>contain the table footer</explanation>
-<content>(table-row+|table-cell+)</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-relative-position-properties</property>
- <property>id</property>
-</properties>
-</div><div id="fo:table-header">
-<fo>fo:table-header</fo>
-<explanation>contains the table header</explanation>
-<content>(table-row+|table-cell+)</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-relative-position-properties</property>
- <property>id</property>
-</properties>
-</div><div id="fo:table-row">
-<fo>fo:table-row</fo>
-<explanation>groups table-cells into rows</explanation>
-<content>(table-cell+)</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>block-progression-dimension</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-relative-position-properties</property>
- <property>break-after</property>
- <property>break-before</property>
- <property>id</property>
- <property>height</property>
- <property>keep-together</property>
- <property>keep-with-next</property>
- <property>keep-with-previous</property>
-</properties>
-</div><div id="fo:title">
-<fo>fo:title</fo>
-<explanation> is used to associate a title with a given document. This title may be used by an interactive User Agent to identify the document</explanation>
-<content>(#PCDATA|%inline;)*</content>
-<properties>
- <property>common-accessibility-properties</property>
- <property>common-aural-properties</property>
- <property>common-border-padding-and-background-properties</property>
- <property>common-font-properties</property>
- <property>common-margin-properties-inline</property>
- <property>baseline-shift</property>
- <property>color</property>
- <property>line-height</property>
- <property>line-height-shift-adjustment</property>
- <property>visibility</property>
- <property>z-index</property>
-</properties>
-</div><div id="fo:wrapper">
-<fo>fo:wrapper</fo>
-<explanation>is used to specify inherited properties for a group of formatting objects. It has no additional formatting semantics</explanation>
-<content>(#PCDATA|%inline;|%block;)*</content>
-<properties>
- <property>id</property>
-</properties>
-</div></div0>
-
-<div0><head>formatting object content</head>
-<div>
-<fo>%block;</fo>
-<properties>
- <property>block</property>
- <property>block-container</property>
- <property>list-block</property>
- <property>table</property>
- <property>table-and-caption</property>
-</properties>
-</div>
-<div>
-<fo>%inline;</fo>
-<properties>
-<property>basic-link</property>
-<property>bidi-override</property>
-<property>character</property>
-<property>external-graphic</property>
-<property>inline</property>
-<property>inline-container</property>
-<property>instream-foreign-object</property>
-<property>leader</property>
-<property>multi-toggle</property>
-<property>page-number</property>
-<property>page-number-citation</property>
-</properties>
-</div>
-</div0>
-
-<div0><head>property groups</head>
-<div>
-<fo>Common Accessibility Properties</fo>
-<properties>
- <property>role</property>
- <property>source-document</property>
-</properties>
-</div>
-<div>
-<fo>Common Absolute Position Properties</fo>
-<properties>
- <property>absolute-position</property>
- <property>top</property>
- <property>right</property>
- <property>bottom</property>
- <property>left</property>
-</properties>
-</div>
-<div>
-<fo>Common Aural Properties</fo>
-<properties>
- <property>azimuth</property>
- <property>cue-after</property>
- <property>cue-before</property>
- <property>elevation</property>
- <property>pause-after</property>
- <property>pause-before</property>
- <property>pitch</property>
- <property>pitch-range</property>
- <property>play-during</property>
- <property>richness</property>
- <property>speak</property>
- <property>speak-header</property>
- <property>speak-numeral</property>
- <property>speak-punctuation</property>
- <property>speech-rate</property>
- <property>stress</property>
- <property>voice-family</property>
- <property>volume</property>
-</properties>
-</div>
-<div>
-<fo>Common Border, Padding, and Background Properties</fo>
-<properties>
- <property>background-attachment</property>
- <property>background-color</property>
- <property>background-image</property>
- <property>background-repeat</property>
- <property>background-position-horizontal</property>
- <property>background-position-vertical</property>
- <property>border-before-color</property>
- <property>border-before-style</property>
- <property>border-before-width</property>
- <property>border-after-color</property>
- <property>border-after-style</property>
- <property>border-after-width</property>
- <property>border-start-color</property>
- <property>border-start-style</property>
- <property>border-start-width</property>
- <property>border-end-color</property>
- <property>border-end-style</property>
- <property>border-end-width</property>
- <property>border-top-color</property>
- <property>border-top-style</property>
- <property>border-top-width</property>
- <property>border-bottom-color</property>
- <property>border-bottom-style</property>
- <property>border-bottom-width</property>
- <property>border-left-color</property>
- <property>border-left-style</property>
- <property>border-left-width</property>
- <property>border-right-color</property>
- <property>border-right-style</property>
- <property>border-right-width</property>
- <property>padding-before</property>
- <property>padding-after</property>
- <property>padding-start</property>
- <property>padding-end</property>
- <property>padding-top</property>
- <property>padding-bottom</property>
- <property>padding-left</property>
- <property>padding-right</property>
-</properties>
-</div>
-<div>
-<fo>Common Font Properties</fo>
-<properties>
- <property>Fonts and Font Data</property>
- <property>font-family</property>
- <property>font-selection-strategy</property>
- <property>font-size</property>
- <property>font-stretch</property>
- <property>font-size-adjust</property>
- <property>font-style</property>
- <property>font-variant</property>
- <property>font-weight</property>
-</properties>
-</div>
-<div>
-<fo>Common HyphenationProperties</fo>
-<properties>
- <property>country</property>
- <property>language</property>
- <property>script</property>
- <property>hyphenate</property>
- <property>hyphenation-character</property>
- <property>hyphenation-push-character-count</property>
- <property>hyphenation-remain-character-count</property>
-</properties>
-</div>
-<div>
-<fo>Common MarginProperties-Block</fo>
-<properties>
- <property>margin-top</property>
- <property>margin-bottom</property>
- <property>margin-left</property>
- <property>margin-right</property>
- <property>space-before</property>
- <property>space-after</property>
- <property>start-indent</property>
- <property>end-indent</property>
-</properties>
-</div>
-<div>
-<fo>CommonMargin Properties-Inline</fo>
-<properties>
- <property>space-end</property>
- <property>space-start</property>
-</properties>
-</div>
-<div>
-<fo>Common Relative Position Properties</fo>
-<properties>
- <property>relative-position</property>
- <property>top</property>
- <property>right</property>
- <property>bottom</property>
- <property>left</property>
-</properties>
-</div>
-</div0>
-<div0><head>properties</head>
-<div id="absolute-position">
-<property-def>absolute-position</property-def>
-<values>auto | absolute | fixed | inherit</values>
-</div><div id="active-state">
-<property-def>active-state</property-def>
-<values>link | visited | active | hover | focus</values>
-</div><div id="alignment-adjust">
-<property-def>alignment-adjust</property-def>
-<values>auto | baseline | before-edge| text-before-edge | middle | central | after-edge| text-after-edge | ideographic | alphabetic | hanging | mathematical| <percentage> | <length>| inherit</values>
-</div><div id="alignment-baseline">
-<property-def>alignment-baseline</property-def>
-<values>auto | baseline | before-edge| text-before-edge | middle | central | after-edge| text-after-edge | ideographic | alphabetic | hanging | mathematical| inherit</values>
-</div><div id="auto-restore">
-<property-def>auto-restore</property-def>
-<values>true | false</values>
-</div><div id="azimuth">
-<property-def>azimuth</property-def>
-<values><angle> | [[ left-side | far-left | left| center-left | center | center-right | right | far-right | right-side] || behind ] | leftwards | rightwards | inherit</values>
-</div><div id="background">
-<property-def>background</property-def>
-<values>[<background-color> ||<background-image>|| <background-repeat> || <background-attachment> || <background-position>]] | inherit</values>
-</div><div id="background-attachment">
-<property-def>background-attachment</property-def>
-<values>scroll | fixed | inherit</values>
-</div><div id="background-color">
-<property-def>background-color</property-def>
-<values><color> | transparent | inherit</values>
-</div><div id="background-image">
-<property-def>background-image</property-def>
-<values><uri-specification> | none | inherit</values>
-</div><div id="background-position">
-<property-def>background-position</property-def>
-<values>[ [<percentage> | <length> ]{1,2} |[ [top | center | bottom] || [left | center | right] ] ] | inherit</values>
-</div><div id="background-position-horizontal">
-<property-def>background-position-horizontal</property-def>
-<values><percentage> | <length> |left | center | right | inherit</values>
-</div><div id="background-position-vertical">
-<property-def>background-position-vertical</property-def>
-<values><percentage> | <length> |top | center | bottom | inherit</values>
-</div><div id="background-repeat">
-<property-def>background-repeat</property-def>
-<values>repeat | repeat-x | repeat-y | no-repeat | inherit</values>
-</div><div id="baseline-shift">
-<property-def>baseline-shift</property-def>
-<values>baseline | sub | super | <percentage> | <length>| inherit</values>
-</div><div id="blank-or-not-blank">
-<property-def>blank-or-not-blank</property-def>
-<values>blank | not-blank | any | inherit</values>
-</div><div id="block-progression-dimension">
-<property-def>block-progression-dimension</property-def>
-<values>auto | <length> | <percentage> | <length-range>| inherit</values>
-</div><div id="border">
-<property-def>border</property-def>
-<values>[ <border-width> || <border-style>|| <color> ] | inherit</values>
-</div><div id="border-after-color">
-<property-def>border-after-color</property-def>
-<values><color> | inherit</values>
-</div><div id="border-after-precedence">
-<property-def>border-after-precedence</property-def>
-<values>force | <integer> | inherit</values>
-</div><div id="border-after-style">
-<property-def>border-after-style</property-def>
-<values><border-style> | inherit</values>
-</div><div id="border-after-width">
-<property-def>border-after-width</property-def>
-<values><border-width> | <length-conditional> | inherit</values>
-</div><div id="border-before-color">
-<property-def>border-before-color</property-def>
-<values><color> | inherit</values>
-</div><div id="border-before-precedence">
-<property-def>border-before-precedence</property-def>
-<values>force | <integer> | inherit</values>
-</div><div id="border-before-style">
-<property-def>border-before-style</property-def>
-<values><border-style> | inherit</values>
-</div><div id="border-before-width">
-<property-def>border-before-width</property-def>
-<values><border-width> | <length-conditional> | inherit</values>
-</div><div id="border-bottom">
-<property-def>border-bottom</property-def>
-<values>[ <border-top-width> || <border-style>|| <color> ] | inherit</values>
-</div><div id="border-bottom-color">
-<property-def>border-bottom-color</property-def>
-<values><color> | inherit</values>
-</div><div id="border-bottom-style">
-<property-def>border-bottom-style</property-def>
-<values><border-style> | inherit</values>
-</div><div id="border-bottom-width">
-<property-def>border-bottom-width</property-def>
-<values><border-width> | inherit</values>
-</div><div id="border-collapse">
-<property-def>border-collapse</property-def>
-<values>collapse | separate | inherit</values>
-</div><div id="border-color">
-<property-def>border-color</property-def>
-<values><color>{1,4} | transparent | inherit</values>
-</div><div id="border-end-color">
-<property-def>border-end-color</property-def>
-<values><color> | inherit</values>
-</div><div id="border-end-precedence">
-<property-def>border-end-precedence</property-def>
-<values>force | <integer> | inherit</values>
-</div><div id="border-end-style">
-<property-def>border-end-style</property-def>
-<values><border-style> | inherit</values>
-</div><div id="border-end-width">
-<property-def>border-end-width</property-def>
-<values><border-width> | <length-conditional> | inherit</values>
-</div><div id="border-left">
-<property-def>border-left</property-def>
-<values>[ <border-top-width> || <border-style>|| <color> ] | inherit</values>
-</div><div id="border-left-color">
-<property-def>border-left-color</property-def>
-<values><color> | inherit</values>
-</div><div id="border-left-style">
-<property-def>border-left-style</property-def>
-<values><border-style> | inherit</values>
-</div><div id="border-left-width">
-<property-def>border-left-width</property-def>
-<values><border-width> | inherit</values>
-</div><div id="border-right">
-<property-def>border-right</property-def>
-<values>[ <border-top-width> || <border-style>|| <color> ] | inherit</values>
-</div><div id="border-right-color">
-<property-def>border-right-color</property-def>
-<values><color> | inherit</values>
-</div><div id="border-right-style">
-<property-def>border-right-style</property-def>
-<values><border-style> | inherit</values>
-</div><div id="border-right-width">
-<property-def>border-right-width</property-def>
-<values><border-width> | inherit</values>
-</div><div id="border-separation">
-<property-def>border-separation</property-def>
-<values><length-bp-ip-direction> | inherit</values>
-</div><div id="border-spacing">
-<property-def>border-spacing</property-def>
-<values><length> <length>? | inherit</values>
-</div><div id="border-start-color">
-<property-def>border-start-color</property-def>
-<values><color> | inherit</values>
-</div><div id="border-start-precedence">
-<property-def>border-start-precedence</property-def>
-<values>force | <integer> | inherit</values>
-</div><div id="border-start-style">
-<property-def>border-start-style</property-def>
-<values><border-style> | inherit</values>
-</div><div id="border-start-width">
-<property-def>border-start-width</property-def>
-<values><border-width> | <length-conditional> | inherit</values>
-</div><div id="border-style">
-<property-def>border-style</property-def>
-<values><border-style>{1,4} | inherit</values>
-</div><div id="border-top">
-<property-def>border-top</property-def>
-<values>[ <border-top-width> || <border-style>|| <color> ] | inherit</values>
-</div><div id="border-top-color">
-<property-def>border-top-color</property-def>
-<values><color> | inherit</values>
-</div><div id="border-top-style">
-<property-def>border-top-style</property-def>
-<values><border-style> | inherit</values>
-</div><div id="border-top-width">
-<property-def>border-top-width</property-def>
-<values><border-width> | inherit</values>
-</div><div id="border-width">
-<property-def>border-width</property-def>
-<values><border-width>{1,4} | inherit</values>
-</div><div id="bottom">
-<property-def>bottom</property-def>
-<values><length> | <percentage> | auto | inherit</values>
-</div><div id="break-after">
-<property-def>break-after</property-def>
-<values>auto | column | page | even-page | odd-page | inherit</values>
-</div><div id="break-before">
-<property-def>break-before</property-def>
-<values>auto | column | page | even-page | odd-page | inherit</values>
-</div><div id="caption-side">
-<property-def>caption-side</property-def>
-<values>before | after | start | end | top | bottom | left | right | inherit</values>
-</div><div id="case-name">
-<property-def>case-name</property-def>
-<values><name></values>
-</div><div id="case-title">
-<property-def>case-title</property-def>
-<values><string></values>
-</div><div id="character">
-<property-def>character</property-def>
-<values><character></values>
-</div><div id="clear">
-<property-def>clear</property-def>
-<values>start | end | left | right | both | none | inherit</values>
-</div><div id="clip">
-<property-def>clip</property-def>
-<values><shape> | auto | inherit</values>
-</div><div id="color">
-<property-def>color</property-def>
-<values><color> | inherit</values>
-</div><div id="color-profile-name">
-<property-def>color-profile-name</property-def>
-<values><name> | inherit</values>
-</div><div id="column-count">
-<property-def>column-count</property-def>
-<values><number> | inherit</values>
-</div><div id="column-gap">
-<property-def>column-gap</property-def>
-<values><length> | <percentage> | inherit</values>
-</div><div id="column-number">
-<property-def>column-number</property-def>
-<values><number></values>
-</div><div id="column-width">
-<property-def>column-width</property-def>
-<values><length> | <percentage></values>
-</div><div id="content-height">
-<property-def>content-height</property-def>
-<values>auto | scale-to-fit | <length> | <percentage> | inherit</values>
-</div><div id="content-type">
-<property-def>content-type</property-def>
-<values><string> | auto</values>
-</div><div id="content-width">
-<property-def>content-width</property-def>
-<values>auto | scale-to-fit | <length> | <percentage> | inherit</values>
-</div><div id="country">
-<property-def>country</property-def>
-<values>none | <country> | inherit</values>
-</div><div id="cue">
-<property-def>cue</property-def>
-<values><cue-before> || <cue-after> | inherit</values>
-</div><div id="cue-after">
-<property-def>cue-after</property-def>
-<values><uri-specification> | none | inherit </values>
-</div><div id="cue-before">
-<property-def>cue-before</property-def>
-<values><uri-specification> | none | inherit </values>
-</div><div id="destination-placement-offset">
-<property-def>destination-placement-offset</property-def>
-<values><length></values>
-</div><div id="direction">
-<property-def>direction</property-def>
-<values>ltr | rtl | inherit</values>
-</div><div id="display-align">
-<property-def>display-align</property-def>
-<values>auto | before | center | after| inherit</values>
-</div><div id="dominant-baseline">
-<property-def>dominant-baseline</property-def>
-<values>auto | use-script | no-change | reset-size| ideographic | alphabetic | hanging | mathematical| inherit</values>
-</div><div id="elevation">
-<property-def>elevation</property-def>
-<values><angle> | below | level | above | higher| lower | inherit</values>
-</div><div id="empty-cells">
-<property-def>empty-cells</property-def>
-<values>show | hide | inherit</values>
-</div><div id="end-indent">
-<property-def>end-indent</property-def>
-<values><length> | inherit</values>
-</div><div id="ends-row">
-<property-def>ends-row</property-def>
-<values>true | false</values>
-</div><div id="extent">
-<property-def>extent</property-def>
-<values><length> | <percentage> | inherit</values>
-</div><div id="external-destination">
-<property-def>external-destination</property-def>
-<values><uri-specification></values>
-</div><div id="float">
-<property-def>float</property-def>
-<values>before | start | end | left | right | none | inherit</values>
-</div><div id="flow-name">
-<property-def>flow-name</property-def>
-<values><name></values>
-</div><div id="font">
-<property-def>font</property-def>
-<values>[ [ <font-style> || <font-variant>|| <font-weight> ]? <font-size> [ / <line-height>]? <font-family>] | caption | icon | menu | message-box | small-caption | status-bar| inherit</values>
-</div><div id="font-family">
-<property-def>font-family</property-def>
-<values>[[ <family-name> | <generic-family>],]* [<family-name> | <generic-family>] | inherit</values>
-</div><div id="font-selection-strategy">
-<property-def>font-selection-strategy</property-def>
-<values>auto | character-by-character | inherit</values>
-</div><div id="font-size">
-<property-def>font-size</property-def>
-<values><absolute-size> | <relative-size> | <length>| <percentage> | inherit</values>
-</div><div id="font-size-adjust">
-<property-def>font-size-adjust</property-def>
-<values><number> | none | inherit</values>
-</div><div id="font-stretch">
-<property-def>font-stretch</property-def>
-<values>normal | wider | narrower | ultra-condensed| extra-condensed | condensed | semi-condensed | semi-expanded |expanded | extra-expanded | ultra-expanded | inherit</values>
-</div><div id="font-style">
-<property-def>font-style</property-def>
-<values>normal | italic | oblique | backslant | inherit</values>
-</div><div id="font-variant">
-<property-def>font-variant</property-def>
-<values>normal | small-caps | inherit</values>
-</div><div id="font-weight">
-<property-def>font-weight</property-def>
-<values>normal | bold | bolder | lighter | 100 | 200| 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit</values>
-</div><div id="force-page-count">
-<property-def>force-page-count</property-def>
-<values>auto | even | odd | end-on-even | end-on-odd | no-force| inherit</values>
-</div><div id="format">
-<property-def>format</property-def>
-<values><string></values>
-</div><div id="glyph-orientation-horizontal">
-<property-def>glyph-orientation-horizontal</property-def>
-<values><angle> | inherit</values>
-</div><div id="glyph-orientation-vertical">
-<property-def>glyph-orientation-vertical</property-def>
-<values>auto | <angle> | inherit</values>
-</div><div id="grouping-separator">
-<property-def>grouping-separator</property-def>
-<values><character></values>
-</div><div id="grouping-size">
-<property-def>grouping-size</property-def>
-<values><number></values>
-</div><div id="height">
-<property-def>height</property-def>
-<values><length> | <percentage> | auto | inherit</values>
-</div><div id="hyphenate">
-<property-def>hyphenate</property-def>
-<values>false | true | inherit</values>
-</div><div id="hyphenation-character">
-<property-def>hyphenation-character</property-def>
-<values><character> | inherit</values>
-</div><div id="hyphenation-keep">
-<property-def>hyphenation-keep</property-def>
-<values>auto | column | page | inherit</values>
-</div><div id="hyphenation-ladder-count">
-<property-def>hyphenation-ladder-count</property-def>
-<values>no-limit | <number> | inherit</values>
-</div><div id="hyphenation-push-character-count">
-<property-def>hyphenation-push-character-count</property-def>
-<values><number> | inherit</values>
-</div><div id="hyphenation-remain-character-count">
-<property-def>hyphenation-remain-character-count</property-def>
-<values><number> | inherit</values>
-</div><div id="id">
-<property-def>id</property-def>
-<values> <id></values>
-</div><div id="indicate-destination">
-<property-def>indicate-destination</property-def>
-<values>true | false</values>
-</div><div id="initial-page-number">
-<property-def>initial-page-number</property-def>
-<values>auto | auto-odd | auto-even | <number> | inherit</values>
-</div><div id="inline-progression-dimension">
-<property-def>inline-progression-dimension</property-def>
-<values>auto | <length> | <percentage> | <length-range>| inherit</values>
-</div><div id="internal-destination">
-<property-def>internal-destination</property-def>
-<values>empty string | <idref></values>
-</div><div id="keep-together">
-<property-def>keep-together</property-def>
-<values><keep> | inherit</values>
-</div><div id="keep-with-next">
-<property-def>keep-with-next</property-def>
-<values><keep> | inherit</values>
-</div><div id="keep-with-previous">
-<property-def>keep-with-previous</property-def>
-<values><keep> | inherit</values>
-</div><div id="language">
-<property-def>language</property-def>
-<values>none | <language> | inherit</values>
-</div><div id="last-line-end-indent">
-<property-def>last-line-end-indent</property-def>
-<values><length> | <percentage> | inherit</values>
-</div><div id="leader-alignment">
-<property-def>leader-alignment</property-def>
-<values>none | reference-area | page | inherit</values>
-</div><div id="leader-length">
-<property-def>leader-length</property-def>
-<values><length-range> | inherit</values>
-</div><div id="leader-pattern">
-<property-def>leader-pattern</property-def>
-<values>space | rule | dots | use-content | inherit</values>
-</div><div id="leader-pattern-width">
-<property-def>leader-pattern-width</property-def>
-<values>use-font-metrics | <length> | inherit</values>
-</div><div id="left">
-<property-def>left</property-def>
-<values><length> | <percentage> | auto | inherit</values>
-</div><div id="letter-spacing">
-<property-def>letter-spacing</property-def>
-<values>normal | <length> | <space> | inherit</values>
-</div><div id="letter-value">
-<property-def>letter-value</property-def>
-<values>auto | alphabetic | traditional</values>
-</div><div id="line-height">
-<property-def>line-height</property-def>
-<values>normal | <length> | <number> | <percentage> | <space>| inherit</values>
-</div><div id="line-height-shift-adjustment">
-<property-def>line-height-shift-adjustment</property-def>
-<values>consider-shifts | disregard-shifts | inherit</values>
-</div><div id="line-stacking-strategy">
-<property-def>line-stacking-strategy</property-def>
-<values>line-height | font-height | max-height | inherit</values>
-</div><div id="linefeed-treatment">
-<property-def>linefeed-treatment</property-def>
-<values>ignore | preserve | treat-as-space | treat-as-zero-width-space | inherit</values>
-</div><div id="margin">
-<property-def>margin</property-def>
-<values><margin-width>{1,4} | inherit </values>
-</div><div id="margin-bottom">
-<property-def>margin-bottom</property-def>
-<values><margin-width> | inherit</values>
-</div><div id="margin-left">
-<property-def>margin-left</property-def>
-<values><margin-width> | inherit</values>
-</div><div id="margin-right">
-<property-def>margin-right</property-def>
-<values><margin-width> | inherit</values>
-</div><div id="margin-top">
-<property-def>margin-top</property-def>
-<values><margin-width> | inherit</values>
-</div><div id="marker-class-name">
-<property-def>marker-class-name</property-def>
-<values><name></values>
-</div><div id="master-name">
-<property-def>master-name</property-def>
-<values><name></values>
-</div><div id="max-height">
-<property-def>max-height</property-def>
-<values><length> | <percentage> | none | inherit </values>
-</div><div id="max-width">
-<property-def>max-width</property-def>
-<values><length> | <percentage> | none | inherit</values>
-</div><div id="maximum-repeats">
-<property-def>maximum-repeats</property-def>
-<values><number> | no-limit | inherit</values>
-</div><div id="media-usage">
-<property-def>media-usage</property-def>
-<values>auto | paginate | bounded-in-one-dimension | unbounded</values>
-</div><div id="min-height">
-<property-def>min-height</property-def>
-<values><length> | <percentage> | inherit </values>
-</div><div id="min-width">
-<property-def>min-width</property-def>
-<values><length> | <percentage> | inherit</values>
-</div><div id="number-columns-repeated">
-<property-def>number-columns-repeated</property-def>
-<values><number></values>
-</div><div id="number-columns-spanned">
-<property-def>number-columns-spanned</property-def>
-<values><number></values>
-</div><div id="number-rows-spanned">
-<property-def>number-rows-spanned</property-def>
-<values><number></values>
-</div><div id="odd-or-even">
-<property-def>odd-or-even</property-def>
-<values>odd | even | any | inherit</values>
-</div><div id="orphans">
-<property-def>orphans</property-def>
-<values><integer> | inherit</values>
-</div><div id="overflow">
-<property-def>overflow</property-def>
-<values>visible | hidden | scroll | error-if-overflow | auto | inherit</values>
-</div><div id="padding">
-<property-def>padding</property-def>
-<values><padding-width>{1,4} | inherit</values>
-</div><div id="padding-after">
-<property-def>padding-after</property-def>
-<values><padding-width> | <length-conditional> | inherit</values>
-</div><div id="padding-before">
-<property-def>padding-before</property-def>
-<values><padding-width> | <length-conditional> | inherit</values>
-</div><div id="padding-bottom">
-<property-def>padding-bottom</property-def>
-<values><padding-width> | inherit</values>
-</div><div id="padding-end">
-<property-def>padding-end</property-def>
-<values><padding-width> | <length-conditional> | inherit</values>
-</div><div id="padding-left">
-<property-def>padding-left</property-def>
-<values><padding-width> | inherit</values>
-</div><div id="padding-right">
-<property-def>padding-right</property-def>
-<values><padding-width> | inherit</values>
-</div><div id="padding-start">
-<property-def>padding-start</property-def>
-<values><padding-width> | <length-conditional> | inherit</values>
-</div><div id="padding-top">
-<property-def>padding-top</property-def>
-<values><padding-width> | inherit</values>
-</div><div id="page-break-after">
-<property-def>page-break-after</property-def>
-<values>auto | always | avoid | left | right | inherit</values>
-</div><div id="page-break-before">
-<property-def>page-break-before</property-def>
-<values>auto | always | avoid | left | right | inherit</values>
-</div><div id="page-break-inside">
-<property-def>page-break-inside</property-def>
-<values>avoid | auto | inherit</values>
-</div><div id="page-height">
-<property-def>page-height</property-def>
-<values>auto | indefinite | <length> | inherit</values>
-</div><div id="page-position">
-<property-def>page-position</property-def>
-<values>first | last | rest | any | inherit</values>
-</div><div id="page-width">
-<property-def>page-width</property-def>
-<values>auto | indefinite | <length> | inherit</values>
-</div><div id="pause">
-<property-def>pause</property-def>
-<values>[<time> | <percentage>]{1,2} | inherit</values>
-</div><div id="pause-after">
-<property-def>pause-after</property-def>
-<values><time> | <percentage> | inherit</values>
-</div><div id="pause-before">
-<property-def>pause-before</property-def>
-<values><time> | <percentage> | inherit</values>
-</div><div id="pitch">
-<property-def>pitch</property-def>
-<values><frequency> | x-low | low | medium | high| x-high | inherit</values>
-</div><div id="pitch-range">
-<property-def>pitch-range</property-def>
-<values><number> | inherit</values>
-</div><div id="play-during">
-<property-def>play-during</property-def>
-<values><uri-specification> mix? repeat? | auto | none | inherit </values>
-</div><div id="position">
-<property-def>position</property-def>
-<values>static | relative | absolute | fixed | inherit</values>
-</div><div id="precedence">
-<property-def>precedence</property-def>
-<values>true | false | inherit</values>
-</div><div id="provisional-distance-between-starts">
-<property-def>provisional-distance-between-starts</property-def>
-<values><length> | inherit</values>
-</div><div id="provisional-label-separation">
-<property-def>provisional-label-separation</property-def>
-<values><length> | inherit</values>
-</div><div id="ref-id">
-<property-def>ref-id</property-def>
-<values><idref> | inherit</values>
-</div><div id="reference-orientation">
-<property-def>reference-orientation</property-def>
-<values> 0 | 90 | 180 | 270 | -90 | -180 | -270 | inherit</values>
-</div><div id="region-name">
-<property-def>region-name</property-def>
-<values>xsl-region-body | xsl-region-start | xsl-region-end| xsl-region-before | xsl-region-after | xsl-before-float-separator| xsl-footnote-separator | <name></values>
-</div><div id="relative-align">
-<property-def>relative-align</property-def>
-<values>before | baseline| inherit</values>
-</div><div id="relative-position">
-<property-def>relative-position</property-def>
-<values>static | relative | inherit</values>
-</div><div id="rendering-intent">
-<property-def>rendering-intent</property-def>
-<values>auto | perceptual | relative-colorimetric | saturation | absolute-colorimetric | inherit</values>
-</div><div id="retrieve-boundary">
-<property-def>retrieve-boundary</property-def>
-<values>page | page-sequence | document</values>
-</div><div id="retrieve-class-name">
-<property-def>retrieve-class-name</property-def>
-<values><name></values>
-</div><div id="retrieve-position">
-<property-def>retrieve-position</property-def>
-<values>first-starting-within-page | first-including-carryover |last-starting-within-page | last-ending-within-page</values>
-</div><div id="richness">
-<property-def>richness</property-def>
-<values><number> | inherit</values>
-</div><div id="right">
-<property-def>right</property-def>
-<values><length> | <percentage> | auto | inherit</values>
-</div><div id="role">
-<property-def>role</property-def>
-<values><string> | <uri-specification> | none | inherit</values>
-</div><div id="rule-style">
-<property-def>rule-style</property-def>
-<values>none | dotted | dashed | solid | double | groove| ridge | inherit</values>
-</div><div id="rule-thickness">
-<property-def>rule-thickness</property-def>
-<values><length></values>
-</div><div id="scaling">
-<property-def>scaling</property-def>
-<values>uniform | non-uniform | inherit</values>
-</div><div id="scaling-method">
-<property-def>scaling-method</property-def>
-<values>auto | integer-pixels | resample-any-method | inherit</values>
-</div><div id="score-spaces">
-<property-def>score-spaces</property-def>
-<values>true | false | inherit</values>
-</div><div id="script">
-<property-def>script</property-def>
-<values>none | auto | <script> | inherit</values>
-</div><div id="show-destination">
-<property-def>show-destination</property-def>
-<values>replace | new</values>
-</div><div id="size">
-<property-def>size</property-def>
-<values><length>{1,2} | auto | landscape | portrait| inherit</values>
-</div><div id="source-document">
-<property-def>source-document</property-def>
-<values><uri-specification> [<uri-specification>]* | none | inherit</values>
-</div><div id="space-after">
-<property-def>space-after</property-def>
-<values><space> | inherit</values>
-</div><div id="space-before">
-<property-def>space-before</property-def>
-<values><space> | inherit</values>
-</div><div id="space-end">
-<property-def>space-end</property-def>
-<values><space> | inherit</values>
-</div><div id="space-start">
-<property-def>space-start</property-def>
-<values><space> | inherit</values>
-</div><div id="space-treatment">
-<property-def>space-treatment</property-def>
-<values>ignore | preserve | ignore-if-before-linefeed |ignore-if-after-linefeed | ignore-if-surrounding-linefeed | inherit</values>
-</div><div id="span">
-<property-def>span</property-def>
-<values>none | all | inherit</values>
-</div><div id="speak">
-<property-def>speak</property-def>
-<values>normal | none | spell-out | inherit</values>
-</div><div id="speak-header">
-<property-def>speak-header</property-def>
-<values>once | always | inherit</values>
-</div><div id="speak-numeral">
-<property-def>speak-numeral</property-def>
-<values>digits | continuous | inherit</values>
-</div><div id="speak-punctuation">
-<property-def>speak-punctuation</property-def>
-<values>code | none | inherit</values>
-</div><div id="speech-rate">
-<property-def>speech-rate</property-def>
-<values><number> | x-slow | slow | medium | fast| x-fast | faster | slower | inherit</values>
-</div><div id="src">
-<property-def>src</property-def>
-<values><uri-specification> | inherit</values>
-</div><div id="start-indent">
-<property-def>start-indent</property-def>
-<values><length> | inherit</values>
-</div><div id="starting-state">
-<property-def>starting-state</property-def>
-<values>show | hide</values>
-</div><div id="starts-row">
-<property-def>starts-row</property-def>
-<values>true | false</values>
-</div><div id="stress">
-<property-def>stress</property-def>
-<values><number> | inherit</values>
-</div><div id="suppress-at-line-break">
-<property-def>suppress-at-line-break</property-def>
-<values>auto | suppress | retain | inherit</values>
-</div><div id="switch-to">
-<property-def>switch-to</property-def>
-<values>xsl-preceding | xsl-following | xsl-any | <name>[ <name>]*</values>
-</div><div id="table-layout">
-<property-def>table-layout</property-def>
-<values>auto | fixed | inherit</values>
-</div><div id="table-omit-footer-at-break">
-<property-def>table-omit-footer-at-break</property-def>
-<values>true | false</values>
-</div><div id="table-omit-header-at-break">
-<property-def>table-omit-header-at-break</property-def>
-<values>true | false</values>
-</div><div id="target-presentation-context">
-<property-def>target-presentation-context</property-def>
-<values>use-target-processing-context | <uri-specification></values>
-</div><div id="target-processing-context">
-<property-def>target-processing-context</property-def>
-<values>document-root | <uri-specification></values>
-</div><div id="target-stylesheet">
-<property-def>target-stylesheet</property-def>
-<values>use-normal-stylesheet | <uri-specification></values>
-</div><div id="text-align">
-<property-def>text-align</property-def>
-<values>start | center | end | justify | inside | outside| left | right | <string> | inherit</values>
-</div><div id="text-align-last">
-<property-def>text-align-last</property-def>
-<values>relative | start | center | end | justify | inside| outside | left | right | inherit</values>
-</div><div id="text-altitude">
-<property-def>text-altitude</property-def>
-<values>use-font-metrics | <length> | inherit</values>
-</div><div id="text-decoration">
-<property-def>text-decoration</property-def>
-<values>none | [ [ underline | no-underline] || [ overline | no-overline ]|| [ line-through | no-line-through ] || [ blink | no-blink ] ]| inherit</values>
-</div><div id="text-depth">
-<property-def>text-depth</property-def>
-<values>use-font-metrics | <length> | inherit</values>
-</div><div id="text-indent">
-<property-def>text-indent</property-def>
-<values><length> | <percentage> | inherit</values>
-</div><div id="text-shadow">
-<property-def>text-shadow</property-def>
-<values>none | [<color> || <length> <length> <length>?,]* [<color> || <length> <length> <length>?] | inherit</values>
-</div><div id="text-transform">
-<property-def>text-transform</property-def>
-<values>capitalize | uppercase | lowercase | none | inherit</values>
-</div><div id="top">
-<property-def>top</property-def>
-<values><length> | <percentage> | auto | inherit</values>
-</div><div id="treat-as-word-space">
-<property-def>treat-as-word-space</property-def>
-<values>auto | true | false | inherit</values>
-</div><div id="unicode-bidi">
-<property-def>unicode-bidi</property-def>
-<values>normal | embed | bidi-override | inherit</values>
-</div><div id="vertical-align">
-<property-def>vertical-align</property-def>
-<values>baseline | middle | sub | super | text-top |text-bottom | <percentage> | <length> | top | bottom | inherit</values>
-</div><div id="visibility">
-<property-def>visibility</property-def>
-<values>visible | hidden | collapse | inherit</values>
-</div><div id="voice-family">
-<property-def>voice-family</property-def>
-<values>[[<specific-voice> | <generic-voice>],]* [<specific-voice> | <generic-voice> ] | inherit</values>
-</div><div id="volume">
-<property-def>volume</property-def>
-<values><number> | <percentage> | silent | x-soft| soft | medium | loud | x-loud | inherit</values>
-</div><div id="white-space">
-<property-def>white-space</property-def>
-<values>normal | pre | nowrap | inherit</values>
-</div><div id="white-space-collapse">
-<property-def>white-space-collapse</property-def>
-<values>false | true | inherit</values>
-</div><div id="widows">
-<property-def>widows</property-def>
-<values><integer> | inherit</values>
-</div><div id="width">
-<property-def>width</property-def>
-<values><length> | <percentage> | auto | inherit</values>
-</div><div id="word-spacing">
-<property-def>word-spacing</property-def>
-<values>normal | <length> | <space> | inherit</values>
-</div><div id="wrap-option">
-<property-def>wrap-option</property-def>
-<values>no-wrap | wrap | inherit</values>
-</div><div id="writing-mode">
-<property-def>writing-mode</property-def>
-<values>lr-tb | rl-tb | tb-rl | lr | rl | tb | inherit</values>
-</div><div id="xml:lang">
-<property-def>xml:lang</property-def>
-<values><country-language> | inherit</values>
-</div><div id="z-index">
-<property-def>z-index</property-def>
-<values>auto | <integer> | inherit</values>
-</div></div0></root>
\ No newline at end of file
+++ /dev/null
-java -cp build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\jimi-1.0.jar org.apache.fop.apps.Fop %1 %2 %3 %4 %5 %6 %7 %8
+++ /dev/null
-#!/bin/sh
-java -cp build/fop.jar:lib/batik.jar:lib/xalan-2.0.0.jar:lib/xerces-1.2.3.jar:lib/jimi-1.0.jar org.apache.fop.apps.Fop "$@"
-
+++ /dev/null
-/*
-
- ============================================================================
- The Apache Software License, Version 1.1
- ============================================================================
-
- Copyright (C) @year@ The Apache Software Foundation. All rights reserved.
-
- Redistribution and use in source and binary forms, with or without modifica-
- tion, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
- 3. The end-user documentation included with the redistribution, if any, must
- include the following acknowledgment: "This product includes software
- developed by the Apache Software Foundation (http://www.apache.org/)."
- Alternately, this acknowledgment may appear in the software itself, if
- and wherever such third-party acknowledgments normally appear.
-
- 4. The names "Jakarta", "Apache Avalon", "Avalon Excalibur", "Avalon
- Framework" and "Apache Software Foundation" must not be used to endorse
- or promote products derived from this software without prior written
- permission. For written permission, please contact apache@apache.org.
-
- 5. Products derived from this software may not be called "Apache", nor may
- "Apache" appear in their name, without prior written permission of the
- Apache Software Foundation.
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
- DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
- OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
- This software consists of voluntary contributions made by many individuals
- on behalf of the Apache Software Foundation and was originally created by
- Stefano Mazzocchi <stefano@apache.org>. For more information on the Apache
- Software Foundation, please see <http://www.apache.org/>.
-
-*/
+++ /dev/null
-reference
-areatree
-results
+++ /dev/null
-Testing procedure for FOP
-
-(to be written using appropriate xml document)
-
-To Write a new test
-
-Determine what type of test it is:
-- basic conformance test
-- complex conformance, interaction
-- bugtest for fop
-
-You will add the test to the appropriate file.
-
-Write the test. You can either write an fo document which is copied using copy.xsl or simply write a fragment and use one of the standard document xsl's.
-
-Put the test in test/xml.
-Put the information for the test in testsuite xml file, including a result.
-
-1) Aim
-
-Need an infrastructure to develop and perform tests.
-Prevent regressions and make checking results easier.
-Quantify the features and conformance.
-
-This must be done in a uniform and simple way.
-
-Ideally the testing and verification should all be automatic.
-
-A new release must not break any previously working features.
-
-Every time a new feature is added then tests should be made that test the feature in all possible situations.
-
-2) Infrastructure
-
-Each test for a feature must be designed to test only that feature and contain no other possible interactions.
-
-Tests should be as simple as possible and demonstrate the feature working.
-
-2.1) Options
-1. For each possible parameter have a file which fully excercises the parameter over all reasonable bounds. This will mean that the fo must be in a format that will ensure each test is independant (which may not always be possible). A typical test will be large and have some overhead.
-
-2. For each individual test have a separate fo file or fo fragment.
-
-The tests are specified in an xml file which is processed using an xsl file (which may simply copy the xml).
-
-This will be done as a build target.
-
-There should be an indication about whether the test is correct for the reference FOP snapshot. This will mean that all changes after the snapshot must not break the test and may improve the result for tests that do not work.
-
-2.2) Details
-
-make a "test" dir at top level
-have a script which can update the code to the snapshot tag, build and create an FOP jar.
-this will then be used as the reference point for comparing results.
-the tests are run and compared with the results from the reference FOP.
-all differences are reported, especially ones that change a test that is marked as working (ie. regressions)
-
-the output will not be compressed so that the pdf markup can be compared using a diff.
-
-Each test must contain a unique id, catagory, a description, the test fo data and pass/fail status.
-
-There will be a number of catagories of test fo files (and possibly sub-catagories).
-These will include conformance, bugtests and system tests.
-
-
-3) Problems
-
-The reference build must be done on a clean cvs build for the appropriate tag.
-The information must be updated appropriately to ensure that the results are correct.
-
-
-
-
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE testsuite SYSTEM "testsuite.dtd">
-<testsuite profile="Basic Conformance Tests">
- <testcases profile="Example">
- <testcases profile="simpleblock" >
- <test id="1" interaction="none" fo="block" xml="xml/1.xml" xsl="xsl/doc.xsl" level="basic">
-simple test
-</test>
- <testresult id="1" agreement="full">
- </testresult>
- </testcases>
- </testcases>
- <testcases profile="Block Objects">
- <testcases profile="alignment" >
- <test id="bbo1a1" interaction="none" fo="block" xml="xml/bbo1a1.xml" xsl="xsl/doc.xsl" level="basic">
-all sorts of alignment for blocks
-</test>
- <testresult id="bbo1a1" agreement="issues">
- </testresult>
- </testcases>
- <testcases profile="keeps breaks" >
- <test id="bbo1b1" interaction="none" fo="block" xml="xml/bbo1b1.xml" xsl="xsl/doc.xsl" level="basic">
-keeps and breaks for blocks
-</test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- </testcases>
- </testcases>
-</testsuite>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE testsuite SYSTEM "testsuite.dtd">
-<testsuite profile="Basic Conformance Tests">
- <testcases profile="Characters">
- <testcases profile="sizes" >
- <test id="1" interaction="none" fo="block" xml="xml/bugtests/charwidth.fo" xsl="xsl/copy.xsl" level="basic">
-Checks the width of all the defined characters
- </test>
- <testresult id="1" agreement="issues">
- </testresult>
- </testcases>
- </testcases>
- <testcases profile="List Objects">
- <testcases profile="general" >
- <test id="log1" interaction="none" fo="list" xml="xml/bugtests/list-mountjoy.fo" xsl="xsl/copy.xsl" level="basic">
-Some lists with nested list and large list item bodies.
- </test>
- <testresult id="log1" agreement="full">
- </testresult>
- <test id="log2" interaction="none" fo="list" xml="xml/bugtests/list-nested-breaks.fo" xsl="xsl/copy.xsl" level="basic">
-Nested lists with page breaks inside list items. Used to show that it correctly places the list items and labels.
- </test>
- <testresult id="log2" agreement="issues">
-The break before does not put the list item label on the correct page.
- </testresult>
- <test id="log3" interaction="none" fo="list" xml="xml/bugtests/list-nested.fo" xsl="xsl/copy.xsl" level="basic">
-Nested lists used to show that the indentation is correct for lists inside lists.
- </test>
- <testresult id="log3" agreement="full">
- </testresult>
- </testcases>
- </testcases>
-
- <testcases profile="Block Objects">
- <testcases profile="breaks" >
- <test id="bbo1a1" interaction="none" fo="block" xml="xml/bugtests/background_color.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1a1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/background_transparent.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/block-container.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/block.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/border.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/break-before.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/color.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/external-graphic.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/font-family.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/font-size.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/font.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/header_footer.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/image.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/indent.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/inline.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/keep-with-next.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/leader.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/letter-spacing.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/line-height.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/padding.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/page-number.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/rule.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/simple-link.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/space-treatment.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/space.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/text-align.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/text-decoration.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/text-indent.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/word-spacing.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
- <test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/wrap.fo" xsl="xsl/copy.xsl" level="basic">
-
- </test>
- <testresult id="bbo1b1" agreement="issues">
- </testresult>
-
- </testcases>
-
- </testcases>
-</testsuite>
-
+++ /dev/null
-# this can be used to create pdf output of the testsuite files
-
-$JAVA_HOME/bin/java -cp ../build/fop.jar:../lib/batik.jar:../lib/xalan-2.0.0.jar:../lib/xerces-1.2.3.jar:../lib/jimi-1.0.jar org.apache.fop.tools.TestConverter -pdf -b ./ basictests.xml
-
-$JAVA_HOME/bin/java -cp ../build/fop.jar:../lib/batik.jar:../lib/xalan-2.0.0.jar:../lib/xerces-1.2.3.jar:../lib/jimi-1.0.jar org.apache.fop.tools.TestConverter -pdf -b ./ bugtests.xml
-
-
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- @(#)testcases.dtd 1.0 12/18/00
-
- Mary Brady, NIST
-
- DTD describing a database of XSL tests.
-
- Revised 2001 Jan 10 (Paul Grosso) - augmented by XSL FO SG:
- - add to the TEST element an XSL attribute to point to
- the XSL stylesheet and rename the URI attribute to XML
- - add to the TEST element a PROPERTY attribute to
- indicate when a given property is being tested
- - add to the TEST element a LEVEL attribute to indicate
- which conformance level is being tested
- - add to the TEST element a SPECPTR attribute
- (of URI type) to allow referring to relevant sections
- of the XSL spec.
- - add to the TEST element an ERRATUM attribute
- (of CDATA type) to allow recording of an erratum
- name/number that this test is meant to test.
- - add to INTERACTION attribute value list MULTIPLE
- and give it a default of NONE
- - add to FO attribute value list MULTIPLE
- - make the BASE attribute on TESTCASES #IMPLIED,
- since it's not unreasonable for all the URI-type
- attributes to be absolute
- - add to the TEST element a RESULTS attribute to point
- to, say, the PDF demonstrating the expected output
- Revised 2001 Jan 10 (Paul Grosso) - added TESTRESULT structure
- Revised 2001 Jan 24 (Paul Grosso) - lowercased names (though
- not in comments, since that helps highlight them)
-
- 2001-02-19 (AntennaHouse) added repeatable-page-master-alternatives
- conditional-page-master-reference region-before
- region-after region-start region-end static-content
- inline inline-container.
-
--->
-
-<!ENTITY % URI "CDATA">
-<!ENTITY % text "(#PCDATA | em | b | a)*">
-
-<!--
- The root element of the whole collection is TESTSUITE. While not
- very different from TESTCASES, it must be distinguished due to
- improper processing by IE5.
--->
-<!ELEMENT testsuite ( testcases+ )>
-<!ATTLIST testsuite
- profile CDATA #IMPLIED
- >
-
-<!--
- The root element of a collection should be "TESTCASES". It serves to
- group a set of tests to be collectively identified as follows:
-
- * PROFILE - name of test profile
- * BASE - base directory in which tests for this collection reside;
- allows tests to be found in many application instances.
-
--->
-
-<!ELEMENT testcases (test | testresult | testcases)*>
-<!ATTLIST testcases
- profile CDATA #IMPLIED
- base CDATA #IMPLIED
- >
-
-<!--
- The body of each TEST element is its description as well as a
- discussion of the expected results. The following attributes
- must be specified for each test as follows:
-
- * ID - unique test identifier
- * INTERACTION - used later for categorizing tests
- * FO - formatting object that is tested
- * XML - relative uri that points to the XML of the actual test
- * XSL - relative uri that points to the XSL of the actual test
-
- Other optional attributes are:
-
- * PROPERTY - indicates the property being tested
- * LEVEL - indicates which conformance level is being tested
- * SPECPTR - pointer to relevant part of the XSL spec
- * ERRATUM-LBL - label/name of the erratum being tested
- * ERRATUM-PTR - pointer to the erratum being tested
- * RESULTS - pointer to a display of the expected results
-
--->
-
-<!ELEMENT test %text;>
-<!ATTLIST test
- id ID #REQUIRED
- interaction (none|area|writing|spacing|collapsing|multiple) "none"
- fo (root|page-sequence|page-sequence-master|single-page-master-reference|
- repeatable-page-master-reference|repeatable-page-master-alternatives
-|layout-master-set|conditional-page-master-reference|simple-page-master|
- region-body|region-before|region-after|region-start|
- region-end|static-content|inline | inline-container |
- declarations|flow|block|block-container|bidi-override|
- character|initial-property-set|external-graphic|leader|page-number|
- table-and-caption|table|table-column|table-header|table-body|table-row|
- table-cell|list-block|list-item|list-item-body|list-item-label|multi-case|
- wrapper|multiple) #REQUIRED
- xml %URI; #REQUIRED
- xsl %URI; #REQUIRED
- property CDATA #IMPLIED
- level (basic|extended|complete) "basic"
- specptr %URI; #IMPLIED
- erratum-lbl CDATA #IMPLIED
- erratum-ptr %URI; #IMPLIED
- results %URI; #IMPLIED
->
-
-<!--
- Really basic HTML font tweaks, to support highlighting
- some aspects of test descriptions ...
- EM == emphasis (e.g. italics, fun colors)
- B == bold
--->
-<!ELEMENT em (#PCDATA | b)*>
-<!ELEMENT b (#PCDATA | em)*>
-
-<!--
- We also allow for hyperlinks in text (e.g., to include
- references to supporting evidence within SPECPROBLEM and
- TESTPROBLEM).
--->
-<!ELEMENT a (#PCDATA | b | em)*>
-<!ATTLIST a
- href %URI; #REQUIRED
->
-
-<!--
- The TESTRESULT element is used to record test results.
- It has a required ID attribute which identifies the TEST.
- It has a required AGREEMENT attribute that indicates whether
- the results are in full agreement with the expected
- results as described in the TEST case or not.
-
- The textual contents of the TESTRESULT element should describe
- the results of the test and any issues or further information.
-
- The target of the optional RESULTS attribute could be either some
- PDF showing the results or any other arbitrary resource
- describing/discussing the results.
-
- The optional FUTURESUPPORT attribute is used to indicate
- expected future support of the feature tested by this
- test case.
-
- The optional SPECPROBLEM attribute indicates if there is
- any ambiguity or other problem found in the spec that relates
- to this test. Especially if the results weren't as expected
- because of a misinterpretation of the spec, this should be
- documented here. Details/discussion should appear in the
- textual contents of the TESTRESULT element.
-
- The optional TESTPROBLEM attribute indicates if there is
- any issue with the TEST case and the expected results it
- suggests. Especially if the results of the test differ
- from that given as "expected" by the test case but are,
- in fact, believed to be the correct results, this should
- be documented here. Details/discussion should appear in the
- textual contents of the TESTRESULT element.
-
--->
-
-<!ELEMENT testresult %text;>
-<!ATTLIST testresult
- id CDATA #REQUIRED
- agreement (full|issues) #REQUIRED
- results %URI; #IMPLIED
- futuresupport (full|partial|none) #IMPLIED
- specproblem (yes|no) "no"
- testproblem (yes|no) "no"
->
+++ /dev/null
-<test xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
-<data>
-
-<fo:block>
-text text text text
-</fo:block>
-
-</data>
-</test>
+++ /dev/null
-<test xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
-<data>
-
-<fo:block>
-Test the alignment of text inside a block
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block>
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="start">
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="end">
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="justify">
-a bit of text a bit of text a bit of text a bit of text a bit of text a bit of text
-a bit of text a bit of text a bit of text a bit of text a bit of text a bit of text
-a bit of text a bit of text a bit of text a bit of text a bit of text a bit of text
-a bit of text a bit of text a bit of text a bit of text a bit of text a bit of text
-a bit of text a bit of text a bit of text a bit of text a bit of text a bit of text
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="center">
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="center" text-align-last="relative">
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="center" text-align-last="end">
-texttext texttext texttext text texttexttext texttext texttext text text
-text text text text texttext texttext text texttexttext text text text text
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="center" text-align-last="justify">
-texttext text texttext texttext texttext texttext texttext texttext text
-texttext texttext texttext texttext texttext texttext texttext texttext
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="center" text-align-last="inside">
-texttext texttext texttext texttext texttext texttext texttext texttext
-text texttext text texttext text texttext text texttext texttext texttext
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="center" text-indent="10pt">
-texttext texttext texttext texttext texttext texttext texttext texttext
-text texttext text texttext text texttext text texttext texttext texttext
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="start" text-indent="30%">
-texttext texttext texttext texttext texttext texttext texttext texttext
-text texttext text texttext text texttext text texttext texttext texttext
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="end" text-indent="15pt">
-<fo:block text-align="start" text-indent="inherit">
-texttext texttext texttext texttext texttext texttext texttext texttext
-text texttext text texttext text texttext text texttext texttext texttext
-text text text text text text text text text text text text text text text text
-</fo:block>
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="end" last-line-end-indent="20%">
-texttext texttext texttext texttext texttext texttext texttext texttext
-text texttext text texttext text texttext text texttext texttext texttext
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="center" last-line-end-indent="40pt">
-texttext texttext texttext texttext texttext texttext texttext texttext
-text texttext text texttext text texttext text texttext texttext texttext
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="justify" last-line-end-indent="20%">
-texttext texttext texttext texttext texttext texttext texttext texttext
-</fo:block>
-
-<fo:block>
--
-</fo:block>
-
-<fo:block text-align="justify" text-indent="30pt" last-line-end-indent="20%">
-texttext texttext texttext texttext texttext texttext texttext texttext
-</fo:block>
-
-</data>
-</test>
+++ /dev/null
-<test xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
-<data>
-
-<fo:block>
-This file covers the use of keeps, breaks, orphans and widows. These are items that effect the page breaking.
-</fo:block>
-
-<fo:block space-before.optimum="660pt" break-before="page" break-after="page">
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block keep-together="always" space-before.optimum="660pt" break-after="page">
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-<fo:block widows="4" space-before.optimum="660pt" break-after="page">
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-text text text text text text text text text text text text text text text text
-</fo:block>
-
-</data>
-</test>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block background-color="#FF0000">
- <fo:block>
- This is a simple fo block with red background.
- </fo:block>
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- This is a simple fo block with transparent background.
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:static-content flow-name="xsl-region-before">
- <fo:block-container border-color="black" border-style="solid" border-width="1pt" height="2.5cm" width="4cm" padding="8pt" position="absolute">
- <fo:block text-align="start" line-height="2cm" font-family="sans-serif" font-size="12pt">
- SOLD TO
- </fo:block>
- <fo:block text-align="start" line-height="1cm" font-family="sans-serif" font-size="12pt">
- Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO
- Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO
- Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO
- Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO
- Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO
- Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO
- Akf;lhdsaf;paesifhe;oifhqewf;oiewfhefdf;lhdsfadslhkfhdsafdshSOLDTO
- </fo:block>
- </fo:block-container>
- </fo:static-content>
- <fo:flow flow-name="xsl-region-body">
- <fo:block text-align="start" line-height="1cm" font-family="sans-serif" font-size="12pt">
- BBBBBBBBBBBBBBB
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- This is a simple fo block.
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- This is a simple fo block.
- </fo:block>
-
- <fo:block space-before.optimum="1cm" border-color="blue" border-style="solid" border-width="2pt">
- This is a simple fo block with borders.
- </fo:block>
-
- <fo:block space-before.optimum="1cm"
- border-left-color="blue" border-left-style="solid" border-left-width="2pt"
- border-right-color="blue" border-right-style="solid" border-right-width="2pt"
- border-top-color="blue" border-top-style="solid" border-top-width="2pt"
- border-bottom-color="blue" border-bottom-style="solid" border-bottom-width="2pt">
- This is a simple fo block with borders.
- </fo:block>
-
- <fo:block space-before.optimum="1cm" border-left-color="black" border-left-style="solid" border-left-width="2pt"
- border-right-color="black" border-right-style="dotted" border-right-width="1cm"
- border-top-color="black" border-top-style="dashed" border-top-width="5pt"
- border-bottom-color="black" border-bottom-style="double" border-bottom-width="1in">
- This is a simple fo block with different borders viz;
- border-left-color="black"
- border-left-style="solid"
- border-left-width="2pt"
- border-right-color="black"
- border-right-style="dotted"
- border-right-width="1cm"
- border-top-color="black"
- border-top-style="dashed"
- border-top-width="5pt"
- border-bottom-color="black"
- border-bottom-style="double"
- border-bottom-width="1in"
- </fo:block>
-
- <fo:block space-before.optimum="1cm"
- border-top="2pt solid blue"
- border-bottom="2pt solid blue"
- border-left="2pt solid blue"
- border-right="2pt solid blue">
- This is a simple fo block with borders.
- </fo:block>
-
- <fo:block space-before.optimum="1cm"
- border-top="2pt || solid || blue"
- border-bottom="2pt || solid || blue"
- border-left="2pt || solid || blue"
- border-right="2pt || solid || blue">
- This is a simple fo block with borders.
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- This is a simple fo block.
- </fo:block>
- <fo:block break-before="page">
- This is a simple fo block on a new page due to page-break using break-before="page".
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-<fo:layout-master-set>
- <fo:simple-page-master margin-right="40pt" margin-left="40pt" master-name="one">
- <fo:region-body margin-bottom="30pt" margin-top="30pt"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
- <fo:page-sequence master-name="one">
- <fo:flow font-size="12pt" flow-name="xsl-region-body">
- <fo:block>
- This file contains a list of many characters in various fonts. The text is
- aligned with the end in order to check that all the characters have their
- correct width set in FOP.
- </fo:block>
- <fo:block>
- If the right hand edge is left of the other lines in the same font then
- this indicates it expects one (or more) of the characters to be wider
- than it really is. Also if the end is to the right of the other lines
- then FOP expects a character to be smaller than it really is or the
- character is missing from the lookup.
- </fo:block>
- <fo:block font-size="12pt" font-family="Helvetica" text-align="end">
- <fo:block>
- 1
- </fo:block>
- <fo:block>
- abcdefghijklmnopqrstuvwxyz1
- </fo:block>
- <fo:block>
- ABCDEFGHIJKLMNOPQRSTUVWXYZ1
- </fo:block>
- <fo:block>
- 12345678901
- </fo:block>
- <fo:block>
- `~!@#$%^&*()-_=+1
- </fo:block>
- <fo:block>
- [{]}\|;:'1
- </fo:block>
- <fo:block>
- ",<.>/?1
- </fo:block>
- <fo:block>
-!"#$%&'()*+,-./0123456789:;<1
- </fo:block>
- <fo:block>
-=>?@ABCDEFGHIJKLMNOPQRSTUVWX1
- </fo:block>
- <fo:block>
-YZ[\]^_`abcdefghijklmnopq1
- </fo:block>
- <fo:block>
-rstuvwxyz{|}~ ¡¢£¤¥¦§¨1
- </fo:block>
- <fo:block>
-©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁ1
- </fo:block>
- <fo:block>
-ÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙ1
- </fo:block>
- <fo:block>
-ÚÛÜÝÞßàáâãäåæçèéêëìíîïðñ1
- </fo:block>
- <fo:block>
-òóôõö÷øùúûüýþ1
- </fo:block>
- </fo:block>
- <fo:block font-size="12pt" font-family="Times Roman" text-align="end">
- <fo:block>
- 1
- </fo:block>
- <fo:block>
- abcdefghijklmnopqrstuvwxyz1
- </fo:block>
- <fo:block>
- ABCDEFGHIJKLMNOPQRSTUVWXYZ1
- </fo:block>
- <fo:block>
- 12345678901
- </fo:block>
- <fo:block>
- `~!@#$%^&*()-_=+1
- </fo:block>
- <fo:block>
- [{]}\|;:'1
- </fo:block>
- <fo:block>
- ",<.>/?1
- </fo:block>
- <fo:block>
-!"#$%&'()*+,-./0123456789:;<1
- </fo:block>
- <fo:block>
-=>?@ABCDEFGHIJKLMNOPQRSTUVWX1
- </fo:block>
- <fo:block>
-YZ[\]^_`abcdefghijklmnopq1
- </fo:block>
- <fo:block>
-rstuvwxyz{|}~ ¡¢£¤¥¦§¨1
- </fo:block>
- <fo:block>
-©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁ1
- </fo:block>
- <fo:block>
-ÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙ1
- </fo:block>
- <fo:block>
-ÚÛÜÝÞßàáâãäåæçèéêëìíîïðñ1
- </fo:block>
- <fo:block>
-òóôõö÷øùúûüýþ1
- </fo:block>
- </fo:block>
- <fo:block font-family="Courier" text-align="end">
- <fo:block>
- 1
- </fo:block>
- <fo:block>
- abcdefghijklmnopqrstuvwxyz1
- </fo:block>
- <fo:block>
- ABCDEFGHIJKLMNOPQRSTUVWXYZ1
- </fo:block>
- <fo:block>
- 12345678901
- </fo:block>
- <fo:block>
- `~!@#$%^&*()-_=+1
- </fo:block>
- <fo:block>
- [{]}\|;:'1
- </fo:block>
- <fo:block>
- ",<.>/?1
- </fo:block>
- <fo:block>
-!"#$%&'()*+,-./0123456789:;<1
- </fo:block>
- <fo:block>
-=>?@ABCDEFGHIJKLMNOPQRSTUVWX1
- </fo:block>
- <fo:block>
-YZ[\]^_`abcdefghijklmnopq1
- </fo:block>
- <fo:block>
-rstuvwxyz{|}~ ¡¢£¤¥¦§¨1
- </fo:block>
- <fo:block>
-©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁ1
- </fo:block>
- <fo:block>
-ÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙ1
- </fo:block>
- <fo:block>
-ÚÛÜÝÞßàáâãäåæçèéêëìíîïðñ1
- </fo:block>
- <fo:block>
-òóôõö÷øùúûüýþ1
- </fo:block>
- </fo:block>
- <fo:block font-family="ZapfDingbats" text-align="end">
- <fo:block>
- 1
- </fo:block>
- <fo:block>
- abcdefghijklmnopqrstuvwxyz1
- </fo:block>
- <fo:block>
- ABCDEFGHIJKLMNOPQRSTUVWXYZ1
- </fo:block>
- <fo:block>
- 12345678901
- </fo:block>
- <fo:block>
- `~!@#$%^&*()-_=+1
- </fo:block>
- <fo:block>
- [{]}\|;:'1
- </fo:block>
- <fo:block>
- ",<.>/?1
- </fo:block>
- <fo:block>
-!"#$%&'()*+,-./0123456789:;<1
- </fo:block>
- <fo:block>
-=>?@ABCDEFGHIJKLMNOPQRSTUVWX1
- </fo:block>
- <fo:block>
-YZ[\]^_`abcdefghijklmnopq1
- </fo:block>
- <fo:block>
-rstuvwxyz{|}~ ¡¢£¤¥¦§¨1
- </fo:block>
- <fo:block>
-©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁ1
- </fo:block>
- <fo:block>
-ÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙ1
- </fo:block>
- <fo:block>
-ÚÛÜÝÞßàáâãäåæçèéêëìíîïðñ1
- </fo:block>
- <fo:block>
-òóôõö÷øùúûüýþ1
- </fo:block>
- </fo:block>
- <fo:block font-family="Symbol" text-align="end">
- <fo:block>
- 1
- </fo:block>
- <fo:block>
- abcdefghijklmnopqrstuvwxyz1
- </fo:block>
- <fo:block>
- ABCDEFGHIJKLMNOPQRSTUVWXYZ1
- </fo:block>
- <fo:block>
- 12345678901
- </fo:block>
- <fo:block>
- `~!@#$%^&*()-_=+1
- </fo:block>
- <fo:block>
- [{]}\|;:'1
- </fo:block>
- <fo:block>
- ",<.>/?1
- </fo:block>
- <fo:block>
-!"#$%&'()*+,-./0123456789:;<1
- </fo:block>
- <fo:block>
-=>?@ABCDEFGHIJKLMNOPQRSTUVWX1
- </fo:block>
- <fo:block>
-YZ[\]^_`abcdefghijklmnopq1
- </fo:block>
- <fo:block>
-rstuvwxyz{|}~ ¡¢£¤¥¦§¨1
- </fo:block>
- <fo:block>
-©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁ1
- </fo:block>
- <fo:block>
-ÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙ1
- </fo:block>
- <fo:block>
-ÚÛÜÝÞßàáâãäåæçèéêëìíîïðñ1
- </fo:block>
- <fo:block>
-òóôõö÷øùúûüýþ1
- </fo:block>
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block color="#C00000">
- This is a simple fo text in red color.
- <fo:leader leader-pattern="rule" rule-thickness="3.0pt"></fo:leader>
- </fo:block>
-
- <fo:block color="#00C000">
- This is a simple fo text in green color followed by black line.
- <fo:leader color="#000000" leader-pattern="rule" rule-thickness="3.0pt"></fo:leader>
- </fo:block>
-
- <fo:block color="#0000C0">
- This is a simple fo text in blue color.
- <fo:inline color="#C055C0">This is in</fo:inline>
- <fo:inline color="#550055">the same sentence</fo:inline>
- This is text in blue again
- <fo:leader leader-pattern="rule" rule-thickness="3.0pt"></fo:leader>
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-body/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- <fo:external-graphic src="file:../graphics/page.gif"/>
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- default:
- </fo:block>
- <fo:block text-align="center">
- This is a simple fo text in FOP default font.
- </fo:block>
- <fo:block>
- sans-serif:
- </fo:block>
- <fo:block text-align="center" font-family="sans-serif">
- This is a simple fo text in sans-serif font.
- </fo:block>
-
- <fo:block>
- monospace:
- </fo:block>
- <fo:block text-align="center" font-family="monospace">
- This is a simple fo text in monospace font.
- </fo:block>
-
- <fo:block>
- Courier:
- </fo:block>
- <fo:block text-align="center" font-family="Courier">
- This is a simple fo text in Courier font.
- </fo:block>
-
- <fo:block>
- Helvetica:
- </fo:block>
- <fo:block text-align="center" font-family="Helvetica">
- This is a simple fo text in Helvetica font.
- </fo:block>
-
- <fo:block>
- Symbol:
- </fo:block>
- <fo:block text-align="center" font-family="Symbol">
- This is a simple fo text in Symbol font.
- </fo:block>
-
- <fo:block>
- Times Roman:
- </fo:block>
- <fo:block text-align="center" font-family="Times Roman">
- This is a simple fo text in Times Roman font.
- </fo:block>
-
- <fo:block>
- ZapfDingbats:
- </fo:block>
- <fo:block text-align="center" font-family="ZapfDingbats">
- This is a simple fo text in ZapfDingBats font.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- This is a simple fo text in FOP default font size and default font.
- </fo:block>
-
- <fo:block font-family="Courier" font-size="8pt">
- This is a simple fo text in 8pt font Courier.
- </fo:block>
- <fo:block font-family="Courier" font-size="10pt">
- This is a simple fo text in 10pt font.
- </fo:block>
- <fo:block font-family="Courier" font-size="12pt">
- This is a simple fo text in 12pt font.
- </fo:block>
- <fo:block font-family="Courier" font-size="14pt">
- This is a simple fo text in 14pt font.
- </fo:block>
- <fo:block font-family="Courier" font-size="16pt">
- This is a simple fo text in 16pt font.
- </fo:block>
- <fo:block font-family="Courier" font-size="18pt">
- This is a simple fo text in 18pt font.
- </fo:block>
- <fo:block font-family="Courier" font-size="20pt">
- This is a simple fo text in 20pt font.
- </fo:block>
- <fo:block font-family="Courier" font-size="24pt">
- This is a simple fo text in 24pt font.
- </fo:block>
- <fo:block font-family="Courier" font-size="32pt">
- This is a simple fo text in 32pt font.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block font-family="Courier" font-size="12pt">
- This is a simple fo text in Courier font.
- </fo:block>
- <fo:block font-family="Courier" font-size="12pt"
- font-weight="bold">
- This is a simple fo text in bold.
- </fo:block>
- <fo:block font-family="Courier" font-size="12pt"
- font-style="italic">
- This is a simple fo text in italic.
- </fo:block>
- <fo:block font-family="Courier" font-size="12pt"
- font-style="italic" font-weight="bold">
- This is a simple fo text in italic and bold.
- </fo:block>
- <fo:block font-family="Courier" font-size="12pt"
- font-variant="small-caps">
- This is a simple fo text in small caps.
- </fo:block>
-
- <fo:block space-before.optimum="1cm"></fo:block>
-
- <fo:block font-family="Times" font-size="12pt">
- This is a simple fo text in Times font.
- </fo:block>
- <fo:block font-family="Times" font-size="12pt"
- font-weight="bold">
- This is a simple fo text in bold.
- </fo:block>
- <fo:block font-family="Times" font-size="12pt"
- font-style="italic">
- This is a simple fo text in italic.
- </fo:block>
- <fo:block font-family="Times" font-size="12pt"
- font-style="italic" font-weight="bold">
- This is a simple fo text in italic and bold.
- </fo:block>
- <fo:block font-family="Times" font-size="12pt"
- font-variant="small-caps">
- This is a simple fo text in small caps.
- </fo:block>
-
- <fo:block space-before.optimum="1cm"></fo:block>
-
- <fo:block font-family="Helvetica" font-size="12pt">
- This is a simple fo text in Helvetica font.
- </fo:block>
- <fo:block font-family="Helvetica" font-size="12pt"
- font-weight="bold">
- This is a simple fo text in bold.
- </fo:block>
- <fo:block font-family="Helvetica" font-size="12pt"
- font-style="italic">
- This is a simple fo text in italic.
- </fo:block>
- <fo:block font-family="Helvetica" font-size="12pt"
- font-style="italic" font-weight="bold">
- This is a simple fo text in italic and bold.
- </fo:block>
- <fo:block font-family="Helvetica" font-size="12pt"
- font-variant="small-caps">
- This is a simple fo text in small caps.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="18cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="3cm"/>
- <fo:region-body margin-top="4cm" margin-bottom="3cm"/>
- <fo:region-after extent="3cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <!-- header -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block-container width="5cm" height="3cm" position="absolute" background-color="#22CC55">
- <fo:block text-align="start">
- Left
- </fo:block>
- </fo:block-container>
- <fo:block-container width="5cm" height="3cm" left="5cm" position="absolute" background-color="#55AA55">
- <fo:block text-align="center">
- Center
- </fo:block>
- </fo:block-container>
- <fo:block-container width="5cm" height="3cm" left="10cm" position="absolute" background-color="#FFCCFF">
- <fo:block text-align="end">
- Right
- </fo:block>
- </fo:block-container>
-
- </fo:static-content>
-
- <!-- footer -->
- <fo:static-content flow-name="xsl-region-after">
- <fo:block-container width="5cm" height="3cm" position="absolute">
- <fo:block text-align="start">
- Left
- </fo:block>
- </fo:block-container>
- <fo:block-container width="5cm" height="3cm" left="5cm" position="absolute">
- <fo:block text-align="center">
- Center
- </fo:block>
- </fo:block-container>
- <fo:block-container width="5cm" height="3cm" left="10cm" position="absolute">
- <fo:block text-align="end">
- Right
- </fo:block>
- </fo:block-container>
-
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- There is top-margin for body region.This is bcos margin-top for body is greater than extent of region-before.
- </fo:block>
- <fo:block>
- There is NO bottom-margin for body region. Bcos margin-bottom for body = extent for region-after.
- </fo:block>
- <fo:block>
- </fo:block>
- <fo:block>
- The fo:static-content formatting object holds a sequence or a tree of formatting objects that is to be presented in a single region or repeated in like-named regions on one or more pages in the page-sequence. Its common use is for repeating or running headers and footers.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
- This content is repeated, in its entirety, on every page to which it is assigned.
- </fo:block>
- <fo:block>
-The fo:static-content formatting object does not generate any areas. The fo:static-content formatting object returns the sequence of areas created by concatenating the sequences of areas returned by each of the children of the fo:static-content. The order of concatenation is the same order as the children are ordered under the fo:static-content.
- </fo:block>
- <fo:block>
-The fo:static-content formatting object does not generate any areas. The fo:static-content formatting object returns the sequence of areas created by concatenating the sequences of areas returned by each of the children of the fo:static-content. The order of concatenation is the same order as the children are ordered under the fo:static-content.
- </fo:block>
- <fo:block>
-The fo:static-content formatting object does not generate any areas. The fo:static-content formatting object returns the sequence of areas created by concatenating the sequences of areas returned by each of the children of the fo:static-content. The order of concatenation is the same order as the children are ordered under the fo:static-content.
- </fo:block>
- <fo:block>
-The fo:static-content formatting object does not generate any areas. The fo:static-content formatting object returns the sequence of areas created by concatenating the sequences of areas returned by each of the children of the fo:static-content. The order of concatenation is the same order as the children are ordered under the fo:static-content.
- </fo:block>
-
- </fo:flow>
-
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="10cm"
- margin-top="3cm"
- margin-bottom="2cm"
- margin-left="3cm"
- margin-right="2cm">
- <fo:region-body/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- <fo:external-graphic src="file:../graphics/page.gif"/>
- </fo:block>
-
- <fo:block>
- <fo:external-graphic height="3in" width="3in" src="file:../graphics/page.gif"/>
- height=3in width=3in
- </fo:block>
-
- <fo:block>
- <fo:external-graphic height="3in" src="file:../graphics/page.gif"/>
- height="3in"
- </fo:block>
-
- <fo:block>
- <fo:external-graphic width="1.5in" src="file:../graphics/page.gif"/>
- width="1.5in"
- </fo:block>
-
- <fo:block>
- <fo:external-graphic height="6in" width="4in" src="file:../graphics/page.gif"/>
- height="6in" width="4in"
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block text-align="justify" start-indent="1in">
- This is a simple fo block with justify indented in the start.
- This is a simple fo block indented in the start.
- This is a simple fo block indented in the start.
- This is a simple fo block indented in the start.
- This is a simple fo block indented in the start.
- This is a simple fo block indented in the start.
- </fo:block>
- <fo:block text-align="justify" end-indent="1in">
- This is a simple fo block with justify indented in the end.
- This is a simple fo block indented in the end.
- This is a simple fo block indented in the end.
- This is a simple fo block indented in the end.
- This is a simple fo block indented in the end.
- This is a simple fo block indented in the end.
- </fo:block>
- <fo:block start-indent="1in">
- This is a simple fo block indented in the start.
- This is a simple fo block indented in the start.
- This is a simple fo block indented in the start.
- This is a simple fo block indented in the start.
- This is a simple fo block indented in the start.
- This is a simple fo block indented in the start.
- This is a simple fo block indented in the start.
- </fo:block>
- <fo:block end-indent="1in">
- This is a simple fo block indented in the end.
- This is a simple fo block indented in the end.
- This is a simple fo block indented in the end.
- This is a simple fo block indented in the end.
- This is a simple fo block indented in the end.
- This is a simple fo block indented in the end.
- This is a simple fo block indented in the end.
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- <fo:inline>The sentence is</fo:inline>
- <fo:inline>in the same line.</fo:inline>
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="11in"
- page-width="8.5in"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1in"
- margin-right="0.75in">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block space-before.optimum="1cm" font-family="monospace" font-size="10pt" white-space-treatment="preserve" wrap-option="no-wrap">
- F I N A L C A L C U L A T I O N AUD $ AUD $
- ----------------------------------
- L A B O U R TIME BASIS 10 WU = 1 HR
- TOTAL 33 WU X 20.00AUD $/WU 660.00
- TOTAL LABOUR................................................. 660.00
- P A I N T W O R K
- LABOUR COST 210.00
- MATERIAL COST 163.20
- TOTAL PAINT.................................................. 373.20
- P A R T S 425.00
- SUNDRY PARTS ( 2.0%) 8.50
- TOTAL PARTS.................................................. 433.50
- R E P A I R C O S T S....................................... 1 466.70
- ----------------------
-C O M M E N T S :
-E-PART PRICES = MANUFACTURERS RRP. *-POSITION = USER SUPPLIED DATA
-E-PART NUMBER IS NOT ORDER NUMBER NN = NO MANUFACTURERS CODE EXISTS
-SKEZAX=WORKING UNITS AS PER AUDATEX )=WU PARTIAL INCL IN OTHER POSITIONS
-C O N T R O L - I N F O R M A T I O N NO 666 25.08.2000
-OWNER MRS SARAH
- SCHAER GUNDELDINGERSTRASSE 131
- 4053 BASEL
-REFER. NO. 999
-MAKE AUDI S4 QUATTRO
-REG. NO BS 66961 SHEET NO 00 33 03
-FIRST REG. 08.2000 NAECH HU 08.2000
-INSP DATE 24.08.2000 ACC DATE 24.08.2000
-REPAIRER ZICK ZACK 061/ 361 76 06
- MR. MEIER ZOLLSTRASSE 62
- 8000 ZUERICH
-REP TIME . DAYS
-CU-NO / CUSTOMER-CODE : 004001 ZATEST01 CLASSDIRECT REL 2.9
-QUOTE DATE : 25.08.2000
-MO-CODE
-- MODEL-OPTIONS : E3 F3 I4 I7 J6 K2 M8 P8 Q6 Q7 V3 V6 W4 Z8
-PARTS / PAINTING
-- REP-METHOD/CODE-NO : N 0741 LO
- </fo:block>
-
- <fo:block keep-with-next="true" font-family="Helvetica" font-size="10pt">
- The following is the control page for the Repair Assessment. It includes the
- <fo:inline font-weight="bold">Owner</fo:inline><fo:inline>, Reference No, Make, Reg No, and Options.</fo:inline>
- </fo:block>
-
- <fo:block space-before.optimum="2cm" font-family="monospace" font-size="10pt" white-space-treatment="preserve" wrap-option="no-wrap">
-R E P A I R /-/ A S S E S S M E N T NO 666 25.08.2000
-OWNER MRS SARAH
- SCHAER GUNDELDINGERSTRASSE 131
- 4053 BASEL
-REFER. NO. 999
-
-MAKE AUDI S4 QUATTRO
-REG. NO BS 66961 SHEET NO 00 33 03
-FIRST REG. 08.2000 NAECH HU 08.2000
-INSP DATE 24.08.2000 ACC DATE 24.08.2000
-REPAIRER ZICK ZACK 061/ 361 76 06
- MR. MEIER ZOLLSTRASSE 62
- 8000 ZUERICH
-REP TIME . DAYS
-
-OPTIONS FROM VIN X_200001 LUGGAGE NET ELECTRIC FRONT SEATS
- AUTO HEADLAMP LEVEL SPORT SEATS TRIM-JACQUARD GRAPH
- ALTERNATOR 120 AMP 4-SPEED AUTOMATIC SPORTS SUSPENSION
- ANTI-LOCK BRAKES ELECT STABILITY PROG SUNROOF (ACCESSORY)
- 2.7 LTR V6
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- <fo:leader leader-pattern="rule" rule-thickness="3.0pt"></fo:leader>
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block letter-spacing="normal">
- This text is normally spaced.
- This text is normally spaced.
- This text is normally spaced.
- This text is normally spaced.
- This text is normally spaced.
- </fo:block>
-
-
- <fo:block letter-spacing="1pt">
- This text has inter-character intervals increased by 1pt.
- This text has inter-character intervals increased by 1pt.
- This text has inter-character intervals increased by 1pt.
- This text has inter-character intervals increased by 1pt.
- </fo:block>
-
-
- <fo:block letter-spacing="8pt">
- This text has inter-character intervals increased by 8pt.
- This text has inter-character intervals increased by 8pt.
- This text has inter-character intervals increased by 8pt.
- This text has inter-character intervals increased by 8pt.
- </fo:block>
-
- <fo:block letter-spacing="0pt">
- This text has inter-character intervals increased by 0pt (i.e. normally spaced).
- This text has inter-character intervals increased by 0pt (i.e. normally spaced).
- This text has inter-character intervals increased by 0pt (i.e. normally spaced).
- This text has inter-character intervals increased by 0pt (i.e. normally spaced).
- </fo:block>
-
- <fo:block letter-spacing="-1pt">
- This text has inter-character intervals increased by reduced by -1pt.
- This text has inter-character intervals increased by reduced by -1pt.
- This text has inter-character intervals increased by reduced by -1pt.
- This text has inter-character intervals increased by reduced by -1pt.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block font-weight="bold" text-align="center">
- <fo:inline text-decoration="underline">
- Absolute Values
- </fo:inline>
- </fo:block>
-
-
- <fo:block line-height="12pt" font-size="8pt">
- This text has a fixed line height of 12pt and its font size is 8pt.
- This text has a fixed line height of 12pt and its font size is 8pt.
- This text has a fixed line height of 12pt and its font size is 8pt.
- This text has a fixed line height of 12pt and its font size is 8pt.
- This text has a fixed line height of 12pt and its font size is 8pt.
- </fo:block>
-
-
- <fo:block text-align="start" space-before.optimum="6pt" line-height="12pt" font-size="12pt">
- This text has a fixed line height of 12pt and its font size is 12pt.
- This text has a fixed line height of 12pt and its font size is 12pt.
- This text has a fixed line height of 12pt and its font size is 12pt.
- This text has a fixed line height of 12pt and its font size is 12pt.
- This text has a fixed line height of 12pt and its font size is 12pt.
- </fo:block>
-
-
- <fo:block text-align="start" space-before.optimum="6pt" line-height="12pt" font-size="16pt">
- This text has a fixed line height of 12pt and its font size is 16pt.
- This text has a fixed line height of 12pt and its font size is 16pt.
- This text has a fixed line height of 12pt and its font size is 16pt.
- This text has a fixed line height of 12pt and its font size is 16pt.
- This text has a fixed line height of 12pt and its font size is 16pt.
- </fo:block>
-
- <fo:block font-weight="bold" text-align="center">
- <fo:inline text-decoration="underline">
- Relative Values
- </fo:inline>
- </fo:block>
-
- <fo:block text-align="start" space-before.optimum="6pt" line-height="normal" font-size="10pt">
- This text has a normal line height at font size of 10pt.
- This text has a normal line height at font size of 10pt.
- This text has a normal line height at font size of 10pt.
- This text has a normal line height at font size of 10pt.
- This text has a normal line height at font size of 10pt.
- </fo:block>
-
- <fo:block text-align="start" space-before.optimum="6pt" line-height="normal" font-size="14pt">
- This text has a normal line height at font size of 14pt.
- This text has a normal line height at font size of 14pt.
- This text has a normal line height at font size of 14pt.
- This text has a normal line height at font size of 14pt.
- This text has a normal line height at font size of 14pt.
- </fo:block>
-
- <fo:block text-align="start" space-before.optimum="6pt" line-height="1.0" font-size="10pt">
- This text is single-spaced at font size of 10pt.
- This text is single-spaced at font size of 10pt.
- This text is single-spaced at font size of 10pt.
- This text is single-spaced at font size of 10pt.
- This text is single-spaced at font size of 10pt.
- </fo:block>
-
- <fo:block text-align="start" space-before.optimum="6pt" line-height="1.0" font-size="14pt">
- This text is single-spaced at font size of 14pt.
- This text is single-spaced at font size of 14pt.
- This text is single-spaced at font size of 14pt.
- This text is single-spaced at font size of 14pt.
- This text is single-spaced at font size of 14pt.
- </fo:block>
-
- <fo:block text-align="start" space-before.optimum="6pt" line-height="2.0" font-size="10pt">
- This text is double-spaced at font size of 10pt.
- This text is double-spaced at font size of 10pt.
- This text is double-spaced at font size of 10pt.
- This text is double-spaced at font size of 10pt.
- This text is double-spaced at font size of 10pt.
- </fo:block>
-
- <fo:block text-align="start" space-before.optimum="6pt" line-height="2.0" font-size="14pt">
- This text is double-spaced at font size of 14pt.
- This text is double-spaced at font size of 14pt.
- This text is double-spaced at font size of 14pt.
- This text is double-spaced at font size of 14pt.
- This text is double-spaced at font size of 14pt.
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines the layout master -->
- <fo:layout-master-set>
- <fo:simple-page-master master-name="first"
- page-height="29.7cm" page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <!-- starts actual layout -->
- <fo:page-sequence master-name="first">
-
- <!-- Inserts a header with the page number -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="end" font-size="10pt" font-family="serif" line-height="14pt">
- XSL-FO Example: simple list - p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- title -->
- <fo:block font-size="14pt"
- font-family="sans-serif"
- line-height="18pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- font-weight="bold"
- start-indent="15pt">
- Validity Constraint: Standalone Document Declaration
- </fo:block>
-
- <!-- normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt" >
- The standalone document declaration must have the value "no" if
- any external markup declarations contain declarations of:
- </fo:block>
-
- <!-- list -->
- <fo:list-block>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- attributes with default values, if elements to which these attributes apply appear in the document without specifications of values for these attributes, or
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- entities (other than amp, lt, gt, apos, quot), if references to those entities appear in the document, or
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- attributes with values subject to normalization, where the attribute appears in the document with a value which will
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- change as a result of normalization, or
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
-
- element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white spaceadsfadsfsssssssssssssss thin any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white spaceadsfadsfssssssssthin any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white spaceadsfadsfssssssssthin any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white spaceadsfadsfssssssssthin any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white spaceadsfadsfssssssss
- element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. elementtance of those types. sfg sfd gdg d d
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
-
-
-
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()"> <fo:block/></fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:list-block>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- attributes with default values, if elements to which these attributes apply appear in the document without specifications of values for these attributes, or
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- attributes with default values, if elements to which these attributes apply appear in the document without specifications of values for these attributes, or
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- attributes with default values, if elements to which these attributes apply appear in the document without specifications of values for these attributes, or
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- attributes with default values, if elements to which these attributes apply appear in the document without specifications of values for these attributes, or
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
- </fo:list-block>
- </fo:list-item-body>
- </fo:list-item>
-
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. elementtance of those types.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. elementtance of those types.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block>•</fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. element types with element content, if white space occurs directly within any instance of those types. elementtance of those types.
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
-
-
-
-
-
-
-
- </fo:list-block>
-
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
-
-
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines the layout master -->
- <fo:layout-master-set>
- <fo:simple-page-master master-name="first"
- page-height="29.7cm" page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <!-- starts actual layout -->
- <fo:page-sequence master-name="first">
-
- <!-- Inserts a header with the page number -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="end" font-size="10pt" font-family="serif" line-height="14pt">
- XSL-FO Example: simple list - p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- title -->
- <fo:block font-size="14pt"
- font-family="sans-serif"
- line-height="18pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- font-weight="bold"
- start-indent="15pt">
- Validity Constraint: Standalone Document Declaration
- </fo:block>
-
- <!-- normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt" >
- The standalone document declaration must have the value "no" if
- any external markup declarations contain declarations of:
- </fo:block>
-
- <!-- list -->
- <fo:list-block>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- attributes with default values, if elements to which these attributes apply appear in the document without specifications of values for these attributes, or
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- entities (other than amp, lt, gt, apos, quot), if references to those entities appear in the document, or
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- attributes with values subject to normalization, where the attribute appears in the document with a value which will
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- change as a result of normalization, or
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- element types with element content, if white space occurs directly within any instance of those types.
- <fo:list-block>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>This is the first item of a nested list</fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>This is the second item of a nested list</fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>This is the third item of a nested list. The next list item's block will have a page break-after</fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block break-after="page">This is the fourth item of a nested list</fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>This is the fifth item of a nested list</fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>This is the sixth item of a nested list. The next list-item-body's block contains a page break-before.</fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block break-before="page">This is the seventh item of a nested list</fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>This is the eigth item of a nested list</fo:block>
- </fo:list-item-body>
- </fo:list-item>
- </fo:list-block>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- </fo:list-block>
- <!-- end list -->
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
-
-
+++ /dev/null
-<?xml version="1.0" encoding="utf-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
- <!-- defines the layout master -->
- <fo:layout-master-set>
- <fo:simple-page-master master-name="first"
- page-height="29.7cm" page-width="21cm"
- margin-top="1cm"
- margin-bottom="2cm"
- margin-left="2.5cm"
- margin-right="2.5cm">
- <fo:region-body margin-top="3cm"/>
- <fo:region-before extent="3cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <!-- starts actual layout -->
- <fo:page-sequence master-name="first">
-
- <!-- Inserts a header with the page number -->
- <fo:static-content flow-name="xsl-region-before">
- <fo:block text-align="end" font-size="10pt" font-family="serif" line-height="14pt">
- XSL-FO Example: simple list - p. <fo:page-number/>
- </fo:block>
- </fo:static-content>
-
- <fo:flow flow-name="xsl-region-body">
-
- <!-- title -->
- <fo:block font-size="14pt"
- font-family="sans-serif"
- line-height="18pt"
- space-before.optimum="3pt"
- space-after.optimum="3pt"
- font-weight="bold"
- start-indent="15pt">
- Validity Constraint: Standalone Document Declaration
- </fo:block>
-
- <!-- normal text -->
- <fo:block font-size="12pt"
- font-family="sans-serif"
- line-height="15pt"
- space-after.optimum="3pt" >
- The standalone document declaration must have the value "no" if
- any external markup declarations contain declarations of:
- </fo:block>
-
- <!-- list -->
- <fo:list-block>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- attributes with default values, if elements to which these attributes apply appear in the document without specifications of values for these attributes, or
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list item -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- entities (other than amp, lt, gt, apos, quot), if references to those entities appear in the document, or
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- attributes with values subject to normalization, where the attribute appears in the document with a value which will
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- change as a result of normalization, or
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- <!-- list entry -->
- <fo:list-item>
- <!-- insert a bullet -->
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <!-- list text -->
- <fo:list-item-body start-indent="body-start()">
- <fo:block>
- element types with element content, if white space occurs directly within any instance of those types.
- <fo:list-block>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>This is the first item of a nested list</fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>This is the second item of a nested list</fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>This is the third item of a nested list</fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>This is the fourth item of a nested list</fo:block>
- </fo:list-item-body>
- </fo:list-item>
- <fo:list-item>
- <fo:list-item-label end-indent="label-end()">
- <fo:block><fo:inline font-family="Symbol">·</fo:inline></fo:block>
- </fo:list-item-label>
- <fo:list-item-body start-indent="body-start()">
- <fo:block>This is the fifth item of a nested list</fo:block>
- </fo:list-item-body>
- </fo:list-item>
- </fo:list-block>
- </fo:block>
- </fo:list-item-body>
- </fo:list-item>
-
- </fo:list-block>
- <!-- end list -->
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
-
-
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
-
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white"
- padding-top="6pt">
- Extensible Markup Language (XML) 1.0 with padding
- </fo:block>
-
- <fo:block font-size="18pt"
- font-family="sans-serif"
- line-height="24pt"
- space-after.optimum="15pt"
- background-color="blue"
- color="white">
- Extensible Markup Language (XML) 1.0 without padding
- </fo:block>
-
- <fo:block-container border-width="1pt" height="5cm" width="5cm" padding-top="1cm">
- <fo:block>
- This block-container has a top padding of 1 cm.
- </fo:block>
- </fo:block-container>
-
- <fo:block-container border-width="1pt" height="5cm" width="5cm" padding-bottom="1cm">
- <fo:block>
- bottom padding of 1 cm.
- </fo:block>
- </fo:block-container>
-
- <fo:block-container border-width="1pt" height="5cm" width="5cm" padding-left="1cm">
- <fo:block>
- left padding of 1 cm.
- </fo:block>
- </fo:block-container>
-
- <fo:block-container border-width="1pt" height="5cm" width="5cm" padding-right="1cm">
- <fo:block>
- right padding of 1 cm.
- </fo:block>
- </fo:block-container>
-
- <fo:block-container border-width="1pt" height="5cm" width="5cm" padding-before="1cm">
- <fo:block>
- This block-container has a before padding of 1 cm.
- </fo:block>
- </fo:block-container>
-
- <fo:block-container border-width="1pt" height="5cm" width="5cm" padding-after="1cm">
- <fo:block>
- after padding of 1 cm.
- </fo:block>
- </fo:block-container>
-
- <fo:block-container border-width="1pt" height="5cm" width="5cm" padding-start="1cm">
- <fo:block>
- start padding of 1 cm.
- </fo:block>
- </fo:block-container>
-
- <fo:block-container border-width="1pt" height="5cm" width="5cm" padding-end="1cm">
- <fo:block>
- end padding of 1 cm.
- </fo:block>
- </fo:block-container>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- This is Page Number <fo:page-number/>.
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block space-before.optimum="1cm">
- leader-pattern="rule" rule-style="solid" rule-thickness="0.5pt"
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="solid" rule-thickness="0.5pt"></fo:leader>
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="solid" rule-thickness="1pt"></fo:leader>
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="solid" rule-thickness="3pt"></fo:leader>
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="solid" rule-thickness="3mm"></fo:leader>
- </fo:block>
-
- <fo:block space-before.optimum="1cm">
- leader-pattern="rule" rule-style="dotted" rule-thickness="0.5pt"
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="dotted" rule-thickness="0.5pt"></fo:leader>
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="dotted" rule-thickness="1pt"></fo:leader>
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="dotted" rule-thickness="3pt"></fo:leader>
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="dotted" rule-thickness="5mm"></fo:leader>
- </fo:block>
-
- <fo:block space-before.optimum="1cm">
- leader-pattern="rule" rule-dashed="dotted" rule-thickness="0.5pt"
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="dashed" rule-thickness="0.5pt"></fo:leader>
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="dashed" rule-thickness="1pt"></fo:leader>
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="dashed" rule-thickness="3pt"></fo:leader>
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="dashed" rule-thickness="1mm"></fo:leader>
- </fo:block>
-
- <fo:block space-before.optimum="1cm">
- leader-pattern="rule" rule-style="double" rule-thickness="0.5pt"
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="double" rule-thickness="0.5pt"></fo:leader>
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="double" rule-thickness="1pt"></fo:leader>
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="double" rule-thickness="3pt"></fo:leader>
- </fo:block>
- <fo:block space-before.optimum="1cm">
- <fo:leader leader-pattern="rule" rule-style="double" rule-thickness="1mm"></fo:leader>
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block text-align="start">
- <fo:basic-link external-destination="font.pdf">Link to font.pdf</fo:basic-link>
- </fo:block>
-
- <fo:block text-align="start">
- <fo:basic-link external-destination="http://www.wilco-int.com">Link to Wilco International</fo:basic-link>
- </fo:block>
-
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="11in"
- page-width="8.5in"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1in"
- margin-right="0.75in">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block space-after.optimum="1cm">
- The text below is in monospace font(useful for displayed formatted text, program code etc.)
- </fo:block>
-
- <fo:block space-before.optimum="1cm" font-family="monospace" font-size="10pt" white-space-treatment="preserve" wrap-option="no-wrap">
-OWNER MR DHARAMVEER
- SALECHA
-
-REFER. NO. 999
-
-MAKE AUDI S4 QUATTRO
-REG. NO BS 66961 SHEET NO 00 33 03
-OPTIONS FROM VIN X_200001 LUGGAGE NET ELECTRIC FRONT SEATS
- AUTO HEADLAMP LEVEL SPORT SEATS TRIM-JACQUARD GRAPH
- ALTERNATOR 120 AMP 4-SPEED AUTOMATIC SPORTS SUSPENSION
- ANTI-LOCK BRAKES ELECT STABILITY PROG SUNROOF (ACCESSORY)
- 2.7 LTR V6
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block space-after.optimum="1cm">
- space-after.optimum="1cm"
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- </fo:block>
- <fo:block>
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- </fo:block>
- <fo:block space-before.optimum="1cm" space-after.optimum="1cm">
- space-before.optimum="1cm" space-after.optimum="1cm"
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- </fo:block>
- <fo:block space-before.optimum="1cm" space-after.optimum="1cm">
- space-before.optimum="1cm" space-after.optimum="1cm"
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- </fo:block>
- <fo:block>
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- </fo:block>
- <fo:block space-before.optimum="1cm">
- space-before.optimum="1cm"
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- </fo:block>
- <fo:block>
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- This is a simple fo block.
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- This is a simple fo block.
- </fo:block>
- <fo:block space-before.optimum="1cm" text-align="start">
- This is a simple fo block with text aligned to start.
- dfdsfaaaaafdsfasdf fadsfadsssf fadsfdsfadsf dfadsfdfasdsfsd dsfadfdsfadsfadsfdf
- dfdsfaaaaafdsfasdf fadsfadsssf fadsfdsfadsf dfadsfdfasdsfsd dsfadfdsfadsfadsfdf
- dfdsfaaaaafdsfasdf fadsfadsssf fadsfdsfadsf dfadsfdfasdsfsd dsfadfdsfadsfadsfdf
- </fo:block>
- <fo:block space-before.optimum="1cm" text-align="justify">
- This is a simple fo block with text justified.
- dfdsfaaaaafdsfasdf fadsfadsssf fadsfdsfadsf dfadsfdfasdsfsd dsfadfdsfadsfadsfdf
- dfdsfaaaaafdsfasdf fadsfadsssf fadsfdsfadsf dfadsfdfasdsfsd dsfadfdsfadsfadsfdf
- dfdsfaaaaafdsfasdf fadsfadsssf fadsfdsfadsf dfadsfdfasdsfsd dsfadfdsfadsfadsfdf
- </fo:block>
- <fo:block space-before.optimum="1cm" text-align="end">
- This is a simple fo block with text aligned to end.
- dfdsfaaaaafdsfasdf fadsfadsssf fadsfdsfadsf dfadsfdfasdsfsd dsfadfdsfadsfadsfdf
- dfdsfaaaaafdsfasdf fadsfadsssf fadsfdsfadsf dfadsfdfasdsfsd dsfadfdsfadsfadsfdf
- dfdsfaaaaafdsfasdf fadsfadsssf fadsfdsfadsf dfadsfdfasdsfsd dsfadfdsfadsfadsfdf
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- This is a simple fo text.
- <fo:inline text-decoration="underline">
- This is a simple fo text and underlined.
- </fo:inline>
- <fo:inline text-decoration="line-through">
- This is a simple fo text and line-through.
- </fo:inline>
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block text-align="start" space-before.optimum="6pt" text-indent="1in">
- This text is formatted into a left-justified paragraph.
- The first line has an indent of 1 inch from the left.
-
- This text is formatted into a left-justified paragraph.
- The first line has an indent of 1 inch from the left.
- </fo:block>
-
- <fo:block space-before.optimum="6pt" text-indent="40%">
- This text is formatted into a left-justified paragraph.
- The first line has an indent of 30% from the left.
-
- This text is formatted into a left-justified paragraph.
- The first line has an indent of 30% inch from the left.
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block>
- <fo:inline word-spacing="normal">In this text, spaces between words are normal.</fo:inline>
- <fo:inline word-spacing="normal">In this text, spaces between words are normal.</fo:inline>
- <fo:inline word-spacing="normal">In this text, spaces between words are normal.</fo:inline>
- <fo:inline word-spacing="normal">In this text, spaces between words are normal.</fo:inline>
- <fo:inline word-spacing="normal">In this text, spaces between words are normal.</fo:inline>
- </fo:block>
-
- <fo:block space-before.optimum="1cm">
- <fo:inline word-spacing="2pt">In this text, spaces between words are increased by 2pt.</fo:inline> <fo:inline word-spacing="2pt">In this text, spaces between words are increased by 2pt.</fo:inline> <fo:inline word-spacing="2pt">In this text, spaces between words are increased by 2pt.</fo:inline> <fo:inline word-spacing="2pt">In this text, spaces between words are increased by 2pt.</fo:inline> <fo:inline word-spacing="2pt">In this text, spaces between words are increased by 2pt.</fo:inline> </fo:block>
-
- <fo:block space-before.optimum="1cm">
- <fo:inline word-spacing="6pt">In this text, spaces between words are increased by 6pt.</fo:inline>
- <fo:inline word-spacing="6pt">In this text, spaces between words are increased by 6pt.</fo:inline>
- <fo:inline word-spacing="6pt">In this text, spaces between words are increased by 6pt.</fo:inline>
- <fo:inline word-spacing="6pt">In this text, spaces between words are increased by 6pt.</fo:inline>
- <fo:inline word-spacing="6pt">In this text, spaces between words are increased by 6pt.</fo:inline>
- </fo:block>
-
- <fo:block space-before.optimum="1cm">
- <fo:inline word-spacing="0pt">In this text, spaces between words are increased by 0pt (i.e. normally spaced).</fo:inline>
- <fo:inline word-spacing="0pt">In this text, spaces between words are increased by 0pt (i.e. normally spaced).</fo:inline>
- <fo:inline word-spacing="0pt">In this text, spaces between words are increased by 0pt (i.e. normally spaced).</fo:inline>
- <fo:inline word-spacing="0pt">In this text, spaces between words are increased by 0pt (i.e. normally spaced).</fo:inline>
- <fo:inline word-spacing="0pt">In this text, spaces between words are increased by 0pt (i.e. normally spaced).</fo:inline>
- </fo:block>
-
- <fo:block space-before.optimum="1cm">
- <fo:inline word-spacing="-2pt">In this text, spaces between words are reduced by -2pt</fo:inline> <fo:inline word-spacing="-2pt">In this text, spaces between words are reduced by -2pt</fo:inline> <fo:inline word-spacing="-2pt">In this text, spaces between words are reduced by -2pt</fo:inline> <fo:inline word-spacing="-2pt">In this text, spaces between words are reduced by -2pt</fo:inline> <fo:inline word-spacing="-2pt">In this text, spaces between words are reduced by -2pt</fo:inline> </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
- <fo:layout-master-set>
- <fo:simple-page-master master-name="simplePM"
- page-height="25cm"
- page-width="20cm"
- margin-top="1cm"
- margin-bottom="1cm"
- margin-left="1.5cm"
- margin-right="1.5cm">
- <fo:region-before extent="2.5cm"/>
- <fo:region-body margin-top="3cm" margin-bottom="3cm"/>
- <fo:region-after extent="2.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
-
- <fo:page-sequence master-name="simplePM">
- <fo:flow flow-name="xsl-region-body">
- <fo:block wrap-option="no-wrap">
- <fo:inline>This is a simple fo block.This is a simple fo block.This is a simple fo block.</fo:inline>
- <fo:inline>This is a simple fo block.This is a simple fo block.This is a simple fo block.</fo:inline>
- <fo:inline>This is a simple fo block.This is a simple fo block.This is a simple fo block.</fo:inline>
- <fo:inline>This is a simple fo block.This is a simple fo block.This is a simple fo block.</fo:inline>
-
- <fo:block space-before.optimum="1cm" wrap-option="wrap">
- <fo:inline>This is a simple fo block.This is a simple fo block.This is a simple fo block.</fo:inline>
- <fo:inline>This is a simple fo block.This is a simple fo block.This is a simple fo block.</fo:inline>
- <fo:inline>This is a simple fo block.This is a simple fo block.This is a simple fo block.</fo:inline>
- </fo:block>
- This is simple fo block.This is simple fo block.This is simple fo block.This is simple fo block.
- This is simple fo block.This is simple fo block.This is simple fo block.This is simple fo block.
- </fo:block>
- </fo:flow>
- </fo:page-sequence>
-</fo:root>
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8" ?>
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:template match="/"><xsl:copy-of select="*"/></xsl:template>
-</xsl:stylesheet>
+++ /dev/null
-<?xml version="1.0"?>
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
- <xsl:output method="xml" indent="yes"/>
- <xsl:template match="test">
- <fo:root>
- <fo:layout-master-set>
- <fo:simple-page-master master-name="one" page-height="29.7cm" page-width="21cm" margin-top="0.5cm" margin-bottom="0.5cm" margin-left="1.5cm" margin-right="1.5cm">
- <fo:region-before extent="1.5cm"/>
- <fo:region-body margin-top="1.5cm" margin-bottom="2cm"/>
- <fo:region-after extent="1.5cm"/>
- </fo:simple-page-master>
- </fo:layout-master-set>
- <fo:page-sequence master-name="one">
- <fo:flow font-size="10pt" line-height="10pt" flow-name="xsl-region-body">
- <xsl:apply-templates select="data"/>
- </fo:flow>
- </fo:page-sequence>
- </fo:root>
- </xsl:template>
-
- <xsl:template match="data">
- <xsl:apply-templates/>
- </xsl:template>
-
-<!-- note: this causes any node not otherwise defined to be copied -->
- <xsl:template match="@*|node()">
- <xsl:copy>
- <xsl:apply-templates select="@*|node()"/>
- </xsl:copy>
- </xsl:template>
-
- <xsl:template match="title">
- <xsl:apply-templates/>
- </xsl:template>
-</xsl:stylesheet>