<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:s="http://www.stylusstudio.com/xquery">
    <xsl:template match="/">
        <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
            <fo:layout-master-set>
                <fo:simple-page-master master-name="default-page" page-height="792pt" page-width="612pt">
					<fo:region-body margin-left="25pt" margin-top="25pt" margin-bottom="45pt" margin-right="25pt"/>
					<fo:region-before extent="25pt"/>
					<fo:region-after extent="45pt"/>
					<fo:region-start extent="25pt"/>
					<fo:region-end extent="25pt"/>
                </fo:simple-page-master>
            </fo:layout-master-set>
            <fo:page-sequence master-reference="default-page">
				<fo:static-content flow-name="xsl-region-before"/>
				<fo:static-content flow-name="xsl-region-after"/>
				<fo:static-content flow-name="xsl-region-start"/>
				<fo:static-content flow-name="xsl-region-end"/>
                <fo:flow flow-name="xsl-region-body">
                    <fo:block>
						<fo:table table-layout="fixed">
							<fo:table-column column-width="50pt"/>
							<fo:table-column column-width="200pt"/>
							<fo:table-body>
								<fo:table-row>
									<fo:table-cell>
										<fo:block-container reference-orientation="90">
											<fo:block>
												<xsl:text>Vertical Text</xsl:text>
											</fo:block>
										</fo:block-container>
									</fo:table-cell>
									<fo:table-cell>
										<fo:block>
											<xsl:text>Horizontal Text</xsl:text>
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
							</fo:table-body>
						</fo:table>
                    </fo:block>
					<fo:block id="EOD"/>
                </fo:flow>
            </fo:page-sequence>
        </fo:root>
    </xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2006. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="videos.xml" htmlbaseurl="" outputurl="" processortype="saxon8" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="renderx" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/><MapperBlockPosition></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->