Dear Madam / Sir, I would like to rotate the content of a table cell, as it is described at htt p://www.xmlmind.com/foconverter/_distrib/doc/user/implementation.html#rotate_cell . I tried the following example, but it does not work.
<?xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:sdt=" http://www.xmlmind.com/foconverter/xsl/extensions/docx/sdt" xmlns:fo=" http://www.w3.org/1999/XSL/Format" xmlns:fox=" http://xml.apache.org/fop/extensions" xmlns:java=" http://xml.apache.org/xalan/java" xmlns:ibex=" http://www.xmlpdf.com/2003/ibex/Format" xmlns:xfc=" http://www.xmlmind.com/foconverter/xsl/extensions"> <fo:layout-master-set> <fo:simple-page-master master-name="A4-first" page-width="210mm" page-height="297mm"> <fo:region-body margin-top="96mm" margin-bottom="40mm" margin-left="20mm" margin-right="20mm"/> <fo:region-after extent="27mm" region-name="first-reg-after"/> </fo:simple-page-master> <fo:page-sequence-master master-name="basic"> <fo:repeatable-page-master-alternatives> <fo:conditional-page-master-reference master-reference="A4-first" page-position="any"/> </fo:repeatable-page-master-alternatives> </fo:page-sequence-master> </fo:layout-master-set> <fo:page-sequence master-reference="basic"> <fo:static-content flow-name="first-reg-after"> <fo:table> <fo:table-column/> <fo:table-body> <fo:table-row> <fo:table-cell> <fo:block-container reference-orientation="90"> <fo:block>Simpson</fo:block> </fo:block-container> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:static-content> <fo:flow flow-name="xsl-region-body"> <fo:table> <fo:table-column/> <fo:table-body> <fo:table-row> <fo:table-cell> <fo:block-container reference-orientation="90"> <fo:block>Simpson</fo:block> </fo:block-container> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:flow> </fo:page-sequence> </fo:root> I would highly appreciate it if you could suggest me a solution for the above-mentioned problem that can be implemented by XMLMIND XFC. Thanks in advance. Regards, Dezsö Gaal
-- XMLmind FO Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xfc-support

