AH Formatter /
XSL Formatter
XSLT/XSL-FO/MathML TechnicsBlock |
|
| Q. |
I specified keep-with-next.within-page="always". However, the page breaks between the next block. Why?
[No.2004032509]
|
|---|---|
| A. |
Your FO is as follows: <fo:table keep-with-next.within-page="always"> ....... </fo:table> <fo:block /> <fo:block>Sample</fo:block>
XSL Formatter generates the area of
empty Appendix A. A sample style sheet for HTML 4.0 HR { border: 1px inset } In this sample, the line appears by specifying the border property for empty block. This means the empty block generates the area. |