|
⇤ ← Revision 1 as of 2005-03-22 05:54:03
Size: 591
Comment: missing edit-log entry for this revision
|
← Revision 2 as of 2009-09-20 23:52:32 ⇥
Size: 591
Comment: converted to 1.6 markup
|
| No differences found! | |
The ubiquitous "Hello World".
{{{ <?xml version="1.0"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
<fo:simple-page-master master-name="content"
page-width="210mm" page-height="297mm"> <fo:region-body/>
</fo:simple-page-master>
</fo:layout-master-set> <fo:page-sequence master-reference="content">
<fo:flow flow-name="xsl-region-body">
<fo:block>Hello World!</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root> }}}