You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

allregions.fo 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  3. <!-- defines page layout -->
  4. <fo:layout-master-set>
  5. <!-- layout for the first page -->
  6. <fo:simple-page-master master-name="only"
  7. page-height="29.7cm"
  8. page-width="21cm"
  9. margin-top="1cm"
  10. margin-bottom="2cm"
  11. margin-left="2.5cm"
  12. margin-right="2.5cm">
  13. <fo:region-body
  14. margin-top="3cm" margin-bottom="1.5cm"
  15. margin-left="2cm" margin-right="2cm"/>
  16. <fo:region-before precedence="true" extent="3cm"/>
  17. <fo:region-after precedence="true" extent="1.5cm"/>
  18. <fo:region-start extent="1cm"/>
  19. <fo:region-end extent="1cm"/>
  20. </fo:simple-page-master>
  21. </fo:layout-master-set>
  22. <!-- end: defines page layout -->
  23. <!-- actual layout -->
  24. <fo:page-sequence master-reference="only" initial-page-number="1">
  25. <!-- usage of page layout -->
  26. <!-- header -->
  27. <fo:static-content flow-name="xsl-region-before">
  28. <fo:block text-align="end"
  29. font-size="10pt"
  30. font-family="serif"
  31. line-height="14pt" >
  32. XML Recommendation - p. <fo:page-number/>
  33. </fo:block>
  34. </fo:static-content>
  35. <fo:static-content flow-name="xsl-region-after">
  36. <fo:block text-align="center"
  37. font-size="10pt"
  38. font-family="serif"
  39. line-height="14pt" >
  40. After
  41. </fo:block>
  42. </fo:static-content>
  43. <fo:static-content flow-name="xsl-region-start">
  44. <fo:block-container border-color="black" border-style="solid" border-width="1pt"
  45. height="22.2cm" width="1cm" top="0cm" left="0cm" position="absolute">
  46. <fo:block text-align="start" font-size="8pt"
  47. font-family="serif" line-height="10pt">Start</fo:block>
  48. </fo:block-container>
  49. </fo:static-content>
  50. <fo:static-content flow-name="xsl-region-end">
  51. <fo:block-container border-color="black" border-style="solid" border-width="1pt"
  52. height="22.2cm" width="1cm" top="0cm" left="0cm" position="absolute">
  53. <fo:block text-align="start" font-size="8pt"
  54. font-family="serif" line-height="10pt">End</fo:block>
  55. </fo:block-container>
  56. </fo:static-content>
  57. <fo:flow flow-name="xsl-region-body">
  58. <!-- defines text title level 1-->
  59. <fo:block font-size="18pt"
  60. font-family="sans-serif"
  61. line-height="24pt"
  62. space-after.optimum="15pt"
  63. background-color="blue"
  64. color="white"
  65. text-align="center"
  66. padding-top="0pt">
  67. Extensible Markup Language (XML) 1.0
  68. </fo:block>
  69. <!-- defines text title level 2-->
  70. <fo:block font-size="16pt"
  71. font-family="sans-serif"
  72. line-height="20pt"
  73. space-before.optimum="10pt"
  74. space-after.optimum="10pt"
  75. text-align="start"
  76. padding-top="0pt">
  77. Abstract
  78. </fo:block>
  79. <!-- Normal text -->
  80. <fo:block font-size="12pt"
  81. font-family="sans-serif"
  82. line-height="15pt"
  83. space-after.optimum="3pt"
  84. text-align="start">
  85. The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to
  86. enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML
  87. has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information
  88. go to <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
  89. </fo:block>
  90. <!-- defines text title level 2-->
  91. <fo:block font-size="16pt"
  92. font-family="sans-serif"
  93. line-height="20pt"
  94. space-before.optimum="10pt"
  95. space-after.optimum="10pt"
  96. text-align="start"
  97. padding-top="0pt">
  98. Status of this document
  99. </fo:block>
  100. <!-- Normal text -->
  101. <fo:block font-size="12pt"
  102. font-family="sans-serif"
  103. line-height="15pt"
  104. space-after.optimum="3pt"
  105. text-align="start">
  106. This document has been reviewed by W3C Members and other interested parties and has been endorsed by the Director as a
  107. W3C Recommendation. It is a stable document and may be used as reference material or cited as a normative reference from
  108. another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its
  109. widespread deployment. This enhances the functionality and interoperability of the Web. For further information go to
  110. <fo:basic-link external-destination="normal.pdf">normal.pdf</fo:basic-link>
  111. </fo:block>
  112. <!-- Normal text -->
  113. <fo:block font-size="12pt"
  114. font-family="sans-serif"
  115. line-height="15pt"
  116. space-after.optimum="3pt"
  117. text-align="start">
  118. This document specifies a syntax created by subsetting an existing, widely used international text processing standard
  119. (Standard Generalized Markup Language, ISO 8879:1986(E) as amended and corrected) for use on the World Wide Web. It
  120. is a product of the W3C XML Activity, details of which can be found at http://www.w3.org/XML. A list of current W3C
  121. Recommendations and other technical documents can be found at http://www.w3.org/TR.
  122. </fo:block>
  123. </fo:flow>
  124. </fo:page-sequence>
  125. </fo:root>