[css2xslfo-support] Using page regions
Brought to you by:
wdonne
From: Andreas J. <li...@an...> - 2005-12-07 14:37:59
|
Hi, I tried the following HTML to figure out how page regions work with the V=20 1.2 however I can not see the text appearing within the regions after converting the FO file to PDF using Xinc. Is there something I am missing? Thanks, Andreas ---- <?xml version=3D"1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns=3D"http://www.w3.org/1999/xhtml" xml:lang=3D"de" lang=3D"de"> <body> <div region=3D"top"> top </div> <div region=3D"left"> left </div> <div region=3D"right"> left </div> <div region=3D"bottom"> bottom </div> <div region=3D"body"> <h1>§ 19 Automatisierte Einzelentscheidungen</h1> <p>Entscheidungen, die zu einer tatsächlichen oder rechtlichen Satz 1 für Entscheidungen verwendet werden, wenn</p> </div> </body> </html> |