Last change
on this file since 5 was
5,
checked in by zeiss, 14 years ago
|
|
-
Property svn:mime-type set to
text/plain
|
File size:
857 bytes
|
Rev | Line | |
---|
[5] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <!-- fop hello.xml -rtf hello.rtf -->
|
---|
| 3 | <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
|
---|
| 4 |
|
---|
| 5 | <fo:layout-master-set>
|
---|
| 6 | <fo:simple-page-master master-name="A4"
|
---|
| 7 | page-width="210mm" page-height="297mm">
|
---|
| 8 | <fo:region-body region-name="xsl-region-body" margin="2cm"/>
|
---|
| 9 | </fo:simple-page-master>
|
---|
| 10 | </fo:layout-master-set>
|
---|
| 11 |
|
---|
| 12 | <fo:page-sequence master-reference="A4">
|
---|
| 13 | <fo:flow flow-name="xsl-region-body" font-family="verdana">
|
---|
| 14 | <fo:block>Rule1 ::= foobar1</fo:block>
|
---|
| 15 | <fo:block><fo:inline id="Rule2" color="purple">Rule2</fo:inline> ::= Rule1</fo:block>
|
---|
| 16 | <fo:block>Rule3 ::= foobar2 Rule1 <fo:basic-link internal-destination="Rule2" text-decoration="underline" color="blue">Rule2</fo:basic-link></fo:block>
|
---|
| 17 | </fo:flow>
|
---|
| 18 | </fo:page-sequence>
|
---|
| 19 |
|
---|
| 20 | </fo:root>
|
---|
Note: See
TracBrowser
for help on using the repository browser.